pedrolcl / VMPK

Virtual MIDI Piano Keyboard (Mirror)
https://sourceforge.net/projects/vmpk/
GNU General Public License v3.0
36 stars 6 forks source link

The option to keep the consistency of channels ignores the UI values #20

Closed pedrolcl closed 9 months ago

pedrolcl commented 10 months ago

SF ticket 89

When the option to keep the consistency of the channels is set, the extra controllers values aren't sent, all controllers are set to zero independently of the value in the UI. Thus the UI isn't in sync with the device anymore.

If this option is disabled, it doesn't send any controller events and the UI stays the same so it's also inconsistent. The instrument is saved per channel and stays consistent.

Created by @berarma