Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/core/NotePlayHandle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ void NotePlayHandle::play( sampleFrame * _working_buffer )

lock();

if( m_totalFramesPlayed == 0 && !m_hasMidiNote
if( m_totalFramesPlayed == 0 && !m_hasMidiNote && !m_released
&& ( hasParent() || ! m_instrumentTrack->isArpeggioEnabled() ) )
{
m_hasMidiNote = true;
Expand Down