Piano Roll - Fix retrigger with vol/pan sliders (#5271)
This commit is contained in:
@@ -2175,7 +2175,7 @@ void PianoRoll::mouseMoveEvent( QMouseEvent * me )
|
||||
m_pattern->instrumentTrack()->processInEvent( evt );
|
||||
}
|
||||
}
|
||||
else if( n->isPlaying() )
|
||||
else if( n->isPlaying() && !isSelection() )
|
||||
{
|
||||
// mouse not over this note, stop playing it.
|
||||
m_pattern->instrumentTrack()->pianoModel()->handleKeyRelease( n->key() );
|
||||
|
||||
Reference in New Issue
Block a user