의 미러
https://github.com/microtherion/VocalEasel.git
synced 2025-05-14 08:44:29 +00:00
Show empty word when clicking in gaps
This commit is contained in:
부모
0f5f843ed0
커밋
34745acfde
@ -1353,7 +1353,8 @@ std::string VLSong::GetWord(size_t stanza, size_t measure, VLFraction at)
|
||||
word += note->fLyrics[stanza-1].fText;
|
||||
if (!(note->fLyrics[stanza-1].fKind & VLSyllable::kHasNext))
|
||||
return word;
|
||||
}
|
||||
} else
|
||||
return "";
|
||||
}
|
||||
now += note->fDuration;
|
||||
++note;
|
||||
|
불러오는 중...
x
Reference in New Issue
Block a user