Be silent on pause insertion

This commit is contained in:
Matthias Neeracher 2011-09-24 22:20:43 +02:00
parent 013bc0fb8c
commit c3761596e5

View File

@ -35,6 +35,7 @@
[self song]->Properties(fCursorLocation.fMeasure).fKey); [self song]->Properties(fCursorLocation.fMeasure).fKey);
VLNote newNote(1, pitch, fCursorVisual & ~kCursorFlagsMask); VLNote newNote(1, pitch, fCursorVisual & ~kCursorFlagsMask);
[self song]->AddNote(VLLyricsNote(newNote), fCursorLocation); [self song]->AddNote(VLLyricsNote(newNote), fCursorLocation);
if (pitch != VLNote::kNoPitch)
VLSoundOut::Instance()->PlayNote(newNote); VLSoundOut::Instance()->PlayNote(newNote);
} }
fClickMode = ' '; fClickMode = ' ';