How to Disable a Generic Container?
-
Does anyone know if there's a way to disable a generic container? Thanks!
-
@clevername27
Set bypassedContainer1.setBypassed(value);
-
@ulrik Thank you for your reply - I think I'm not getting the reference correctly? Cheers.
-
@clevername27 I don't see a container in your screenshot with the id
fx_SIMPLE_RETURN_Amplify
-
@d-healey Thank you for your reply, David. Isn't the grey thing a Send Container?
-
@clevername27 I think David means the 2 different IDs
You have set a reference to:
fx_SIMPLE_RETURN_Amplify
and the container is named
fx_VISUALISER_RETURN_Amplify
-
@ulrik Hi, thanks - good eye - the container is not visible in the screenshot, lol, but it's there, ha ha!
-
@clevername27 you should get the reference with
const var SendContainer1 = Synth.getChildSynth("Send Container1");
-
@ustk Thank you!
-