-
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
Mono mode: note priorities #3359
Labels
Milestone
Comments
Latest should only be default if streaming version is 15 |
Yes ofc! |
I'd do it like this, not put them in a submenu: Or in 1.9 we can make note priority its own control. We need to split up the play mode control into more than one parameter anyways (#679)... |
Sure easy enough change. |
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Dec 7, 2020
This adds 3 new voice prioprity modes; always latest,highest, and lowest, and adjusts the regular and MPE voice management to respect them. It adds a collection of assertive regtests which test it, streams it into the patch, and adds it to the UI. Closes surge-synthesizer#3359
baconpaul
added a commit
to baconpaul/surge
that referenced
this issue
Dec 7, 2020
This adds 3 new voice prioprity modes; always latest,highest, and lowest, and adjusts the regular and MPE voice management to respect them. It adds a collection of assertive regtests which test it, streams it into the patch, and adds it to the UI. Closes surge-synthesizer#3359
baconpaul
added a commit
that referenced
this issue
Dec 7, 2020
This adds 3 new voice prioprity modes; always latest,highest, and lowest, and adjusts the regular and MPE voice management to respect them. It adds a collection of assertive regtests which test it, streams it into the patch, and adds it to the UI. Closes #3359
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, Surge uses last note priority when dealing with note ons, but curiously (and strangely) uses highest note priority for note offs (when releasing a note to older keys that are still held down).
Add note priority modes: Latest (should be the new default), Lowest, Highest, Legacy. The difference is that Legacy would retain current weird behavior, and Latest/Lowest/Highest would be consistent in how they are applied for both note ons and note offs.
The text was updated successfully, but these errors were encountered: