yoyz / amsynth

Automatically exported from code.google.com/p/amsynth
GNU General Public License v2.0
1 stars 0 forks source link

Sustained notes remain on when the sustain controller is released #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Hold down the sustain pedal. (MIDI CC #64)
2. Press and release one or more notes.
3. Release the sustain pedal.

What is the expected output? What do you see instead?
The notes should trigger off when the sustain pedal is released.

Instead, the notes continue until the sustain pedal is pressed and released 
again.

What version of the product are you using? On what operating system?
Latest revision in git: 5c2454a8e7cff02aa2dc83efa1ff38d5b7fe5783

Please provide any additional information below.
I'm attaching a patch which corrects the seemingly erroneous condition.

Original issue reported on code.google.com by jessel...@gmail.com on 13 Jun 2012 at 5:59

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the patch!

Original comment by nickdowell on 22 Jun 2012 at 6:39