mirror of
https://github.com/microtherion/VocalEasel.git
synced 2025-04-28 17:44:29 +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…
x
Reference in New Issue
Block a user