osoumen / C700

Software Sampler plugin for AU/VST and MacOSX/Windows
GNU Lesser General Public License v2.1
258 stars 16 forks source link

note keeps playing after letting go of it #21

Open shibuza opened 3 years ago

shibuza commented 3 years ago

Letting go of a key does not always stop the note from playing, it happens with all instruments.

corlenbelspar commented 3 years ago

I had the same issue until I found out this is probably because a "sustain mode" was added that is turned on by default for everything and I had to turn it off and change SR to 0 to revert instruments back to original behavior if you intend for them to have no release.

I think the fact it behaves like the issue we're having is likely a bug and we're actually supposed to keep sustain mode on and SR to max. But there's a quick fix for it we can use in the meantime.