Index: Transporter.pm =================================================================== --- Transporter.pm (revision 29483) +++ Transporter.pm (working copy) @@ -76,8 +76,6 @@ $client->getPlayerSetting('digitalOutputEncoding'); $client->getPlayerSetting('wordClockOutput'); $client->getPlayerSetting('powerOffDac'); - $client->getPlayerSetting('fxloopSource'); - $client->getPlayerSetting('fxloopClock'); # We need to wait for the fxloop settings # to come back from the player before using them @@ -86,10 +84,11 @@ Time::HiRes::time() + 1, sub { $client->updateClockSource(); - $client->updateEffectsLoop(); }, ); + $client->updateEffectsLoop(); + # Update the knob in reconnect - as that's the last function that is # called when a new or pre-existing client connects to the server. $client->updateKnob(1);