You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When feeding an array of ugens into blackhole, only the first ugen is actually driven. This is because hole is just a single-input ugen, so any mulitchannel input is just ignored. The workaround is to connect all ugens in the array to blackhole individually.
I'm not really sure how this could be fixed in a way that isn't super hacky or involves completely reworking how mulitchannel works.
When feeding an array of ugens into blackhole, only the first ugen is actually driven. This is because hole is just a single-input ugen, so any mulitchannel input is just ignored. The workaround is to connect all ugens in the array to blackhole individually.
I'm not really sure how this could be fixed in a way that isn't super hacky or involves completely reworking how mulitchannel works.
Here's an example:
And the output:
The text was updated successfully, but these errors were encountered: