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

Add visual indication for events when the synth engine exceeds the currently available partials #112

Open
sergm opened this issue May 29, 2023 · 0 comments

Comments

@sergm
Copy link
Member

sergm commented May 29, 2023

As discussed in #103, there should be a new LED widget alongside the MIDI MESSAGE one that is shown:

  • grey - when all partials are free
  • green - when some partials are in use and there are enough free partials to play a new poly
  • yellow - when an old poly is prematurely silenced to ensure free partials for playing a new poly
  • red - when a new poly cannot be played because of insufficient free partials and the partial allocator cannot free some to fulfil a NoteOn request

The red indication should take precedence over the others. The red and yellow indication should be shown for at least 250 millis, and be clearly distinguishable from the regular green indication.

Requires #111.

@sergm sergm added this to the mt32emu_qt_1_12 milestone May 29, 2023
@sergm sergm self-assigned this May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant