Hi list,
Is there any potential problem using [else/blocksize~ ] and setting the switch~ settings of a subpatch?
blocksize~.c tells me that outlet_float is called during the "dsp" method. Will "set" messages to sub-patches with [switch~] during "dsp" interfere with dsp graph generation?
I have a solution (a subpatch named "switchbang") to delay the output by one dsp cycle. [inlet] // bang input | [switch~] [bang~] | [outlet]
But I'm wondering if I'm being overly cautious.
Chuck