diff --git a/plugins/lb302/lb302.cpp b/plugins/lb302/lb302.cpp index dbfa61301..fce7c9f07 100644 --- a/plugins/lb302/lb302.cpp +++ b/plugins/lb302/lb302.cpp @@ -720,7 +720,7 @@ void lb302Synth::initSlide() void lb302Synth::playNote( NotePlayHandle * _n, sampleFrame * _working_buffer ) { - if( _n->isMasterNote() ) + if( _n->isMasterNote() || ( _n->hasParent() && _n->isReleased() ) ) { return; }