.github/Plugin_Readme.txt | 9 ++
README.md | 10 +-
UTAU.Tests/ExpressionTests.cs | 2 +-
UTAU.Tests/RenderTests.cs | 6 +-
UTAU.Tests/SegmentCacheTests.cs | 267 +++++++++++++++++++++++++++++++
UTAU.Tests/UstPhraseRangeTests.cs | 227 ++++++++++++++++++++++++++
UTAU.Tests/UstTests.cs | 4 +-
UTAU/Notes/UstImporter.cs | 110 ++++++++++++-
UTAU/Synthesis/SegmentCache.cs | 89 +++++++++++
UTAU/Synthesis/SegmentKey.cs | 149 +++++++++++++++++
UTAU/Synthesis/UtauRenderer.cs | 66 +++++++-
UTAU/Texts.ar-sa.resx | 8 +
UTAU/Texts.csv | 8 +
UTAU/Texts.en-us.resx | 8 +
UTAU/Texts.es-es.resx | 8 +
UTAU/Texts.id-id.resx | 8 +
UTAU/Texts.ko-kr.resx | 8 +
UTAU/Texts.resx | 8 +
UTAU/Texts.zh-cn.resx | 8 +
UTAU/Texts.zh-tw.resx | 8 +
UTAU/UTAUSettings.cs | 17 +-
UTAU/UTAUVoiceParameter.cs | 30 ++++
UTAU/UTAUVoicePronounce.cs | 30 +++-
UTAU/UTAUVoiceSpeaker.cs | 4 +-
UTAU/ViewModels/UTAUSettingsViewModel.cs | 6 +-
UTAU/Views/ShowForUstSourceAttribute.cs | 28 ++++
UTAU/Views/UTAUSettingsView.xaml | 6 +
27 files changed, 1108 insertions(+), 24 deletions(-)