From c45163f9364ee7b5d8a9bf107c99442518446194 Mon Sep 17 00:00:00 2001 From: Vesa Date: Sat, 14 Jun 2014 14:32:15 +0300 Subject: [PATCH] LB302: one last fix... --- plugins/lb302/lb302.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }