Skip to content
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

Round-robin voice assignement in duo and poly modes #16

Open
thomasemilhansen opened this issue Mar 12, 2022 · 1 comment
Open

Round-robin voice assignement in duo and poly modes #16

thomasemilhansen opened this issue Mar 12, 2022 · 1 comment

Comments

@thomasemilhansen
Copy link

Hi all, I implemented round-robin voice assignment in duo and poly modes. Currently voices are assigned from low to high (lowest free voice is assigned on key down). In round-robin mode they are cycled (next free voice is assigned on key down). This opens up for some interesting patches a la MonoPoly and Vermona Perfourmer. I made it so that it's possible to switch between the two modes, using midi channel 3 notes C and D respectively in the configuration menu. I'm new to open source software and unsure how to propose this feature using pull requests. If you want this feature added to the firmware please advise and I will happily share it with everybody.

@xustafu
Copy link
Contributor

xustafu commented Mar 15, 2022

Great stuff! Created branch #RoundRobin so you can do a PR so we all can take a look. Thanks a bunch! in advance :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants