-
Notifications
You must be signed in to change notification settings - Fork 404
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
Add standard stereo controls for unison #162
Comments
This could be tackled post-1.6.0 i guess :) - so tagging as |
NOTES: @baconpaul found that there is already some code to deal with stereo unison; some links to the files are here:
surge/src/common/dsp/WavetableOscillator.cpp Line 271 in 802cd11
|
The unison feature should provide a stereo amount, a stereo spread curve amount ranging from log to exp, and then also a pitch spread curve amount, too. |
Currently unison [seems to be] implemented in mono. It would be much nicer to add stereo width and detune like most modern synths have. One question is where to put this in the UI, any suggestions welcome.
The text was updated successfully, but these errors were encountered: