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 passing the ugen array to createCallback, if the array.length = 1 it throws an error. My way around this so far is to pass array[0] instead, for now.
The text was updated successfully, but these errors were encountered:
When passing the ugen array to createCallback, if the array.length = 1 it throws an error. My way around this so far is to pass array[0] instead, for now.
The text was updated successfully, but these errors were encountered: