Broadcaster for Effect Slot
-
Is it possible to create a broadcaster for loading different networks into the Effect Slots/Hardcoded Master FX? I assumed
attachToComponentValue
may be the best function for this but if anyone has any thoughts on how to set this up please let me know! -
@HISEnberg if you're using a component to make these changes then sure, but you can also just send a message to the broadcaster from the control callback.
-
-
@aaronventure Thanks I need to do some more study of the broadcaster first but I'll try the
attachToModuleParameter
and report back if it works!