<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 30, 2016 at 11:03 AM, Vincent Vanbesien (DIEHCO) <span dir="ltr"><<a href="mailto:electronique@diehco.com" target="_blank">electronique@diehco.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Finally, the problem seems come from the vst~ that miss some event when releasing (note 0) (but also sometimes when pushing). It is easy to reproduce pushing only 2 keys. I understand that the VST plugin instrument stay in sustain period until receiving again the note 0. I tried with different plugins.<br></blockquote><div><br></div><div>Note 0 doesn't release, it does something with note 0 depending on what velocity it comes with.A <br></div><div>MIDI note on message is three bytes long: note-on status (144 + channel number), note number (0-127), and velocity (0-127).<br></div><div>To turn a note off you can either send a note-on message with velocity zero, or send a note-off message: status (128+channel number), note number (0-127), velocity (0-127).<br></div><div>Another issue to be aware of is "running status", where the status byte is only sent once as long as it doesn't change, followed by a series of note-number, velocity pairs.<br><br></div><div>Martin   <br></div></div></div></div>