.github/Plugin_Readme.txt | 17 +++-
.github/workflows/release.yml | 88 +++++++++++++++++
README.md | 7 +-
UTAU.Tests/ExpressionTests.cs | 4 +-
UTAU.Tests/ParallelRenderTests.cs | 123 ++++++++++++++++++++++++
UTAU.Tests/RenderMessageDisplayTests.cs | 4 +-
UTAU.Tests/RenderTests.cs | 8 +-
UTAU.Tests/ScrollingTextTests.cs | 132 +++++++++++++++++++++++++
UTAU.Tests/SegmentCacheTests.cs | 53 +++++++++--
UTAU.Tests/UstPhraseRangeTests.cs | 3 +-
UTAU/Synthesis/SegmentCache.cs | 4 +-
UTAU/Synthesis/SegmentKey.cs | 12 ---
UTAU/Synthesis/UtauRenderer.cs | 164 +++++++++++++++++++++-----------
UTAU/Texts.ar-sa.resx | 4 +-
UTAU/Texts.csv | 4 +-
UTAU/Texts.en-us.resx | 4 +-
UTAU/Texts.es-es.resx | 4 +-
UTAU/Texts.id-id.resx | 4 +-
UTAU/Texts.ko-kr.resx | 4 +-
UTAU/Texts.resx | 4 +-
UTAU/Texts.zh-cn.resx | 4 +-
UTAU/Texts.zh-tw.resx | 4 +-
UTAU/UTAUVoicePronounce.cs | 14 ++-
UTAU/UTAUVoiceSpeaker.cs | 4 +-
UTAU/Views/NoteEditor.xaml | 9 +-
UTAU/Views/ScrollingText.cs | 103 ++++++++++++++++++++
26 files changed, 659 insertions(+), 126 deletions(-)