owingsbj / ModSynth

A modular synthesizer for Android
Apache License 2.0
16 stars 4 forks source link

MIDI notes get stuck on #21

Closed riban-bw closed 5 years ago

riban-bw commented 5 years ago

Sometimes a MIDI note off is missed, leaving a note sounding. Replaying the same note results in the note being cleared when released.

owingsbj commented 5 years ago

I tried to reproduce this with no luck. I just released 5.10 with a fix in the only place I could see that might cause this. Could you test it again with 5.10 and let me know if still happens? Also, any hints on how to reproduce would be appreciated. Is it a certain number of voices?

pr1ntf commented 5 years ago

I was having this same issue on an older version. Sometimes I found that simoly mashing a bunch of keys would reset it.

After updating, however, I haven't run into this issue again.

riban-bw commented 5 years ago

I haven't encountered this for a while so will close this issue. I can re-open or raise new issue if it reoccurs.