How does playback and PFL work with DHD? I would like to use a different sound card for each playback and PFL.
Audio Devices:
Player 1 Playback / Dante 1/2
Player 1 PFL: Dante 3/4
Player 2 Playback: Dante 5/6
Player 2 PFL: Dante 7/8
Player 1
PFL logic: 357
Fader channel number: 35
It works if playback and PFL are on the same sound card but I haven’t figured out how to use a different sound card when PFL is on. I would like PFL a player already playing. “Allow simultaneous playback and PFL” is well checked in the configuration. How can I do ?
When I edit 2 tracks with the Mix Editor screen object I would like to activate PFL on a fader. My script doesn’t seem to be working.
Player PFL
PFL logic: 381
Fader channel number: 39
procedure OnExtPFLOn(Item: IPlaylistItem; ExtPFLCount: integer);
begin
DHDRemote(0).SetPFL(381, true, false);
end;
procedure OnExtPFLOff(Item: IPlaylistItem; ExtPFLCount: integer);
begin
DHDRemote(0).SetPFL(381, false, false);
end;
should PFL be routed to the separate PFL speaker in your console? Then you might want to route PFL for each player to the same output. (Getting the DHD to accept this signal is another step ahead.)
Thank you for your reply. This is already the case, PFL is routed to the PFL speaker.
If player 1 is playing and I PFL player 1 on the same sound card, the two tracks will overlap. I didn’t manage to get the output 1/2 on the On button of the DHD and 3/4 on the PFL button on the same fader.
Typically you would prelisten to the players using the regular channel CUE function of the console.
And for all other prelisten functions (item properties dialog, Mix Editor, etc.) you would use an extra soundcard that is routed to the PFL speaker (or your main monitor, whatever you prefer).
For the latter, I usually put a dummy toggle button on a hidden TFT view, and enter its logic ID as “External PFL” logic in the mAirList DHD configuration, and also use its logic to trigger an Output Function that routes the PFL input to the speakers and mutes the regular monitor.
Now when you start PFL playback e.g. in the Mix Editor, mAirList will activate the button, and that will trigger the output function and route the PFL input.
So you get the best of both worlds, PFL/AFL on the channel strips for the players and cartwall, and an additional PFL for all other functions.
But you need Toolbox access for that, I don’t think it works with the SX/SX2 wizard.
I have imported the *.dpx file into the mAirList configuration, players are well configured. However, the “DHD Console” window is empty. Where did I make a mistake?