foo
This commit is contained in:
parent
2ac85fac1f
commit
467b9ed904
@ -787,7 +787,6 @@ void PaulstretchpluginAudioProcessor::processBlock (AudioSampleBuffer& buffer, M
|
|||||||
break;
|
break;
|
||||||
if (midi_msg.isNoteOff() && midi_msg.getNoteNumber()==m_midinote_to_use)
|
if (midi_msg.isNoteOff() && midi_msg.getNoteNumber()==m_midinote_to_use)
|
||||||
{
|
{
|
||||||
m_midinote_to_use = -1;
|
|
||||||
m_adsr.noteOff();
|
m_adsr.noteOff();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user