diff --git a/src/core/piano_roll.cpp b/src/core/piano_roll.cpp index 1558a7904..3349ad4f8 100644 --- a/src/core/piano_roll.cpp +++ b/src/core/piano_roll.cpp @@ -1363,7 +1363,7 @@ void pianoRoll::mousePressEvent( QMouseEvent * _me ) // then set new note midiTime note_pos( note::quantized( midiTime( pos_tact_64th ), - quantization(), 0.8f ) ); + quantization(), 0.9f ) ); midiTime note_len( newNoteLen() ); note new_note( note_len, note_pos,