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
Thanks. Another interesting point is how polyphonic and monophonic voice allocation/stealing are implemented.
As for monophonic voice stealing would be great to have the following modes.
Last note priority (if two or more notes are pressed the last pressed one is played)
Hifghest note priority (if two or more notes are pressed the highest pressed one is played)
Lowest note priority (if two or more notes are pressed the lowest pressed one is played)
As for polyphonic voice stealing same things are valid.
And on top of that for polyphonic allocation there are at least two modes.
Piano-like mode so when a new notes arrives that has already been played the same voice is assigned.
Voice allocation is done regardless same note retriggering. This mode is more typical in synthesizer.
Hi!
Would be great if sustain pedal support is added to https://soul-lang.github.io/SOUL/docs/soul_library.html#mod_soul_voice_allocators
As far as i see as for now there's non mechanism for sustain pedal handling in voice allocation.
Am i right?
The text was updated successfully, but these errors were encountered: