mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
Be silent on pause insertion
This commit is contained in:
parent
013bc0fb8c
commit
c3761596e5
|
@ -35,6 +35,7 @@
|
|||
[self song]->Properties(fCursorLocation.fMeasure).fKey);
|
||||
VLNote newNote(1, pitch, fCursorVisual & ~kCursorFlagsMask);
|
||||
[self song]->AddNote(VLLyricsNote(newNote), fCursorLocation);
|
||||
if (pitch != VLNote::kNoPitch)
|
||||
VLSoundOut::Instance()->PlayNote(newNote);
|
||||
}
|
||||
fClickMode = ' ';
|
||||
|
|
Loading…
Reference in New Issue
Block a user