atsushieno/ayumi-lv2

noteoff is weird

atsushieno opened this issue · 2 comments

It seems that processing note off with this plugin is weird... Once it processes note off, then it will not anymore, keeping note on state forever.

It is because ayumi does not preserve event delta time and we always get only from the latest register state. We should get values for each midi event block (groups by delta time).

Fixed as of 8660c2a.