LB302: one last fix...

This commit is contained in:
Vesa
2014-06-14 14:32:15 +03:00
parent dd13b26696
commit c45163f936

View File

@@ -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;
}