Closed attilammagyar closed 4 months ago
No MIDI events should be emitted by MPE Emulator.
MPE Emulator produces garbage MIDI messages, e.g. 0xff 0x40 0x2e. (0xff happens to mean System Reset.)
0xff 0x40 0x2e
0xff
System Reset
The v0.0.1 version of the FST (VST 2) plugin does this on all operating systems and host applications.
fixed in v0.0.2
Reproduce
Expected result
No MIDI events should be emitted by MPE Emulator.
Actual result
MPE Emulator produces garbage MIDI messages, e.g.
0xff 0x40 0x2e
. (0xff
happens to meanSystem Reset
.)Affected version
The v0.0.1 version of the FST (VST 2) plugin does this on all operating systems and host applications.