-
Notifications
You must be signed in to change notification settings - Fork 78
Lag processor / interpolation for effects #230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You mean if you could have superdirt run a continuous curve from one bus value to the next? |
In that particular case, tidal could use a different message to set the bus, instead of
|
Yes exactly that. Depending on cost/benefit of implementing, could be options for different curves, additional params, etc. |
The costs are relatively low. Maybe we should let the current system sink in a little, just to be sure it is the right design. For instance, adding a new name for every crossfading method for each existing parameter smells like combinatorial explosion already. |
The effects bus (#190) issue originally was also about how you would do something like this:
While also moving smoothly between the
panbus
values. From Tidal we can do:But would there be a way to do this on the SuperDirt side in the continuous domain? So e.g. from Tidal:
And SuperDirt would do the rest? And could this also work outside of effects?
The text was updated successfully, but these errors were encountered: