mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-14 12:08:33 -04:00
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user