mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14: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);
|
[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 = ' ';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user