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
Sorry if this isn't the right place to post something like this, wasn't sure where else to ask...
I'm trying to reverse engineer flocking and the pan2 function to work more like PanX. Do you think this is doable just by editing the pan2 code in multichannel.js? or would I need to dig a bit deeper into flockings core functionality?
The text was updated successfully, but these errors were encountered:
Hi @seanwalker909! This is a fine place to post questions, no problem.
Everything you need should be located in the flock.ugen.pan2 unit generator. Taking a quick look at SuperCollider's PanX ugen, I don't see any reason why you couldn't similarly refactor Flocking's pan2 to support panning an arbitrary number of channels.
Is there anything I can do to help with the process? I'm happy to review a pull request when you've got something working.
Sorry if this isn't the right place to post something like this, wasn't sure where else to ask...
I'm trying to reverse engineer flocking and the pan2 function to work more like PanX. Do you think this is doable just by editing the pan2 code in multichannel.js? or would I need to dig a bit deeper into flockings core functionality?
The text was updated successfully, but these errors were encountered: