libresvip 2.6.2__tar.gz → 2.7.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {libresvip-2.6.2 → libresvip-2.7.0}/.gitignore +1 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/PKG-INFO +13 -12
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/__init__.py +1 -1
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/cli/rpc/conversion_grpc.py +62 -11
- libresvip-2.7.0/libresvip/cli/rpc/libresvip_pb.py +185 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/cli/rpc/server.py +3 -3
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/gui/__main__.py +1 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/gui/modules/frameless_helper.py +2 -1
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/ace_studio_parser.py +51 -27
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mid/midi_parser.py +11 -19
- libresvip-2.7.0/libresvip/plugins/svip3/model.py +42 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip3/svip3_converter.py +2 -2
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip3/svip3_generator.py +6 -6
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip3/svip3_parser.py +6 -6
- libresvip-2.7.0/libresvip/plugins/svip3/svip3_pb.py +493 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlp/tunelab_generator.py +3 -4
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlpx/tunelab_generator.py +3 -4
- libresvip-2.7.0/libresvip/res/protos/buf.gen.yaml +8 -0
- libresvip-2.7.0/libresvip/res/protos/buf.yaml +2 -0
- libresvip-2.7.0/libresvip/res/protos/svip3.proto +181 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/utils/binary/midi.py +89 -20
- {libresvip-2.6.2 → libresvip-2.7.0}/pyproject.toml +23 -22
- libresvip-2.6.2/libresvip/cli/rpc/messages.py +0 -91
- libresvip-2.6.2/libresvip/plugins/svip3/model.py +0 -221
- {libresvip-2.6.2 → libresvip-2.7.0}/LICENSE +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/__pyinstaller/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/__pyinstaller/hook-libresvip.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/cli/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/cli/__main__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/cli/app.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/cli/commands/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/cli/commands/conf.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/cli/commands/plugin.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/cli/commands/proj.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/cli/commands/rpc.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/cli/prompt.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/cli/rpc/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/core/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/core/compat.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/core/config.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/core/constants.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/core/exceptions.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/core/lyric_phoneme/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/core/lyric_phoneme/chinese/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/core/lyric_phoneme/chinese/vocaloid_xsampa.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/core/lyric_phoneme/japanese/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/core/lyric_phoneme/japanese/vocaloid_xsampa.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/core/lyric_phoneme/korean/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/core/lyric_phoneme/korean/vocaloid_xsampa.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/core/tick_counter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/core/time_interval.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/core/time_sync.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/core/warning_types.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/extension/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/extension/base.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/extension/manager.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/extension/meta_info.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/extension/vendor/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/extension/vendor/pluginlib/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/extension/vendor/pluginlib/_loader.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/extension/vendor/pluginlib/_objects.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/extension/vendor/pluginlib/_parent.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/extension/vendor/pluginlib/_util.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/extension/vendor/pluginlib/exceptions.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/gui/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/gui/models/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/gui/models/base_task.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/gui/models/list_models.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/gui/models/table_models.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/gui/modules/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/gui/modules/application.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/gui/modules/clipboard.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/gui/modules/config_items.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/gui/modules/font_loader.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/gui/modules/locale_switcher.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/gui/modules/log_handler.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/gui/modules/notifier.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/gui/modules/task_manager.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/gui/modules/url_opener.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pitch_shift/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pitch_shift/locales/de_DE/LC_MESSAGES/pitch_shift.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pitch_shift/locales/de_DE/LC_MESSAGES/pitch_shift.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pitch_shift/locales/ja_JP/LC_MESSAGES/pitch_shift.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pitch_shift/locales/ja_JP/LC_MESSAGES/pitch_shift.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pitch_shift/locales/zh_CN/LC_MESSAGES/pitch_shift.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pitch_shift/locales/zh_CN/LC_MESSAGES/pitch_shift.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pitch_shift/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pitch_shift/pitch_shift.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pitch_shift/pitch_shift.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pitch_shift/pitch_shift.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/project_zoom/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/project_zoom/locales/de_DE/LC_MESSAGES/project_zoom.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/project_zoom/locales/de_DE/LC_MESSAGES/project_zoom.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/project_zoom/locales/ja_JP/LC_MESSAGES/project_zoom.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/project_zoom/locales/ja_JP/LC_MESSAGES/project_zoom.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/project_zoom/locales/zh_CN/LC_MESSAGES/project_zoom.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/project_zoom/locales/zh_CN/LC_MESSAGES/project_zoom.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/project_zoom/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/project_zoom/project_zoom.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/project_zoom/project_zoom.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/project_zoom/project_zoom.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pronounciation_conversion/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pronounciation_conversion/locales/de_DE/LC_MESSAGES/pronounciation_conversion.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pronounciation_conversion/locales/de_DE/LC_MESSAGES/pronounciation_conversion.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pronounciation_conversion/locales/ja_JP/LC_MESSAGES/pronounciation_conversion.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pronounciation_conversion/locales/ja_JP/LC_MESSAGES/pronounciation_conversion.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pronounciation_conversion/locales/zh_CN/LC_MESSAGES/pronounciation_conversion.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pronounciation_conversion/locales/zh_CN/LC_MESSAGES/pronounciation_conversion.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pronounciation_conversion/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pronounciation_conversion/pronounciation_conversion.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pronounciation_conversion/pronounciation_conversion.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/pronounciation_conversion/pronounciation_conversion.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/remove_short_silences/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/remove_short_silences/locales/de_DE/LC_MESSAGES/remove_short_silences.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/remove_short_silences/locales/de_DE/LC_MESSAGES/remove_short_silences.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/remove_short_silences/locales/ja_JP/LC_MESSAGES/remove_short_silences.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/remove_short_silences/locales/ja_JP/LC_MESSAGES/remove_short_silences.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/remove_short_silences/locales/zh_CN/LC_MESSAGES/remove_short_silences.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/remove_short_silences/locales/zh_CN/LC_MESSAGES/remove_short_silences.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/remove_short_silences/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/remove_short_silences/remove_short_silences.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/remove_short_silences/remove_short_silences.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/remove_short_silences/remove_short_silences.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/replace_lyric/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/replace_lyric/locales/de_DE/LC_MESSAGES/replace_lyric.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/replace_lyric/locales/de_DE/LC_MESSAGES/replace_lyric.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/replace_lyric/locales/ja_JP/LC_MESSAGES/replace_lyric.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/replace_lyric/locales/ja_JP/LC_MESSAGES/replace_lyric.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/replace_lyric/locales/zh_CN/LC_MESSAGES/replace_lyric.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/replace_lyric/locales/zh_CN/LC_MESSAGES/replace_lyric.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/replace_lyric/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/replace_lyric/replace_lyric.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/replace_lyric/replace_lyric.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/middlewares/replace_lyric/replace_lyric.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/mobile/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/mobile/__main__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/mobile/app.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/model/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/model/base.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/model/option_mixins.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/model/pitch_simulator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/model/point.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/model/portamento.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/model/relative_pitch_curve.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/model/reset_time_axis.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/model/synthv_pitch.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/model/techno_speech_pitch.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/model/vocaloid/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/model/vocaloid/controller_models.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/model/vocaloid/controller_registry.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/model/vocaloid/pitch_handler.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/model/vocaloid/simple_controller_handler.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/ace-studio.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/ace_studio_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/ace_studio_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/acep.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/acep_io.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/base_pitch_curve.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/color_pool.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/enums.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/locales/de_DE/LC_MESSAGES/acep.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/locales/de_DE/LC_MESSAGES/acep.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/locales/ja_JP/LC_MESSAGES/acep.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/locales/ja_JP/LC_MESSAGES/acep.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/locales/zh_CN/LC_MESSAGES/acep.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/locales/zh_CN/LC_MESSAGES/acep.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/acep/singers.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/aisp/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/aisp/aisingers_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/aisp/aisingers_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/aisp/aisingers_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/aisp/aisp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/aisp/aisp.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/aisp/locales/de_DE/LC_MESSAGES/aisp.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/aisp/locales/de_DE/LC_MESSAGES/aisp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/aisp/locales/ja_JP/LC_MESSAGES/aisp.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/aisp/locales/ja_JP/LC_MESSAGES/aisp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/aisp/locales/zh_CN/LC_MESSAGES/aisp.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/aisp/locales/zh_CN/LC_MESSAGES/aisp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/aisp/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/aisp/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ass/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ass/ass.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ass/ass.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ass/ass_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ass/ass_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ass/locales/de_DE/LC_MESSAGES/ass.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ass/locales/de_DE/LC_MESSAGES/ass.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ass/locales/ja_JP/LC_MESSAGES/ass.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ass/locales/ja_JP/LC_MESSAGES/ass.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ass/locales/zh_CN/LC_MESSAGES/ass.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ass/locales/zh_CN/LC_MESSAGES/ass.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ass/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ccs/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ccs/ccs.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ccs/ccs.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ccs/cevio_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ccs/cevio_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ccs/cevio_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ccs/cevio_pitch.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ccs/constants.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ccs/locales/de_DE/LC_MESSAGES/ccs.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ccs/locales/de_DE/LC_MESSAGES/ccs.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ccs/locales/ja_JP/LC_MESSAGES/ccs.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ccs/locales/ja_JP/LC_MESSAGES/ccs.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ccs/locales/zh_CN/LC_MESSAGES/ccs.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ccs/locales/zh_CN/LC_MESSAGES/ccs.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ccs/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ccs/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/dicts/japanese_dict_full.txt +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/dicts/opencpop-extension.txt +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/diffsinger_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/diffsinger_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/diffsinger_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/ds.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/ds.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/locales/de_DE/LC_MESSAGES/ds.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/locales/de_DE/LC_MESSAGES/ds.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/locales/ja_JP/LC_MESSAGES/ds.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/locales/ja_JP/LC_MESSAGES/ds.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/locales/zh_CN/LC_MESSAGES/ds.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/locales/zh_CN/LC_MESSAGES/ds.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/utils/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/utils/gender_param_utils.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/utils/lyric_util.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/utils/models/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/utils/models/ds_file.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/utils/models/ds_note.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/utils/models/ds_param_curve.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/utils/models/ds_param_node.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/utils/models/ds_project.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/utils/note_list_util.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/utils/phoneme_dict.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/utils/pinyin_util.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/utils/pitch_param_utils.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ds/utils/project_util.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/dv/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/dv/constants.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/dv/deepvocal_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/dv/deepvocal_pitch.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/dv/dv.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/dv/dv.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/dv/dv_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/dv/dv_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/dv/locales/de_DE/LC_MESSAGES/dv.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/dv/locales/de_DE/LC_MESSAGES/dv.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/dv/locales/ja_JP/LC_MESSAGES/dv.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/dv/locales/ja_JP/LC_MESSAGES/dv.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/dv/locales/zh_CN/LC_MESSAGES/dv.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/dv/locales/zh_CN/LC_MESSAGES/dv.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/dv/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/dv/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/json/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/json/json.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/json/jsonsvip.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/json/jsonsvip_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/json/locales/de_DE/LC_MESSAGES/json.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/json/locales/de_DE/LC_MESSAGES/json.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/json/locales/ja_JP/LC_MESSAGES/json.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/json/locales/ja_JP/LC_MESSAGES/json.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/json/locales/zh_CN/LC_MESSAGES/json.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/json/locales/zh_CN/LC_MESSAGES/json.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/json/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/lrc/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/lrc/locales/de_DE/LC_MESSAGES/lrc.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/lrc/locales/de_DE/LC_MESSAGES/lrc.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/lrc/locales/ja_JP/LC_MESSAGES/lrc.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/lrc/locales/ja_JP/LC_MESSAGES/lrc.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/lrc/locales/zh_CN/LC_MESSAGES/lrc.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/lrc/locales/zh_CN/LC_MESSAGES/lrc.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/lrc/lrc.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/lrc/lrc.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/lrc/lrc_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/lrc/lrc_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/lrc/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/lrc/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/lrc/template.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mid/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mid/constants.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mid/locales/de_DE/LC_MESSAGES/mid.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mid/locales/de_DE/LC_MESSAGES/mid.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mid/locales/ja_JP/LC_MESSAGES/mid.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mid/locales/ja_JP/LC_MESSAGES/mid.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mid/locales/zh_CN/LC_MESSAGES/mid.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mid/locales/zh_CN/LC_MESSAGES/mid.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mid/mid.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mid/mid.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mid/midi_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mid/midi_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mid/midi_pitch.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mid/note_overlap.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mid/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mtp/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mtp/locales/de_DE/LC_MESSAGES/mtp.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mtp/locales/de_DE/LC_MESSAGES/mtp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mtp/locales/ja_JP/LC_MESSAGES/mtp.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mtp/locales/ja_JP/LC_MESSAGES/mtp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mtp/locales/zh_CN/LC_MESSAGES/mtp.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mtp/locales/zh_CN/LC_MESSAGES/mtp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mtp/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mtp/mtp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mtp/mtp.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mtp/muta_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mtp/muta_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mtp/muta_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/mtp/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/dynamics.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/fermata.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/locales/de_DE/LC_MESSAGES/musicxml.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/locales/de_DE/LC_MESSAGES/musicxml.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/locales/ja_JP/LC_MESSAGES/musicxml.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/locales/ja_JP/LC_MESSAGES/musicxml.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/locales/zh_CN/LC_MESSAGES/musicxml.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/locales/zh_CN/LC_MESSAGES/musicxml.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/models/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/models/container.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/models/enums.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/models/mxml4.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/musicxml.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/musicxml.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/musicxml_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/musicxml_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/musicxml_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/musicxml/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/nn/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/nn/locales/de_DE/LC_MESSAGES/nn.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/nn/locales/de_DE/LC_MESSAGES/nn.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/nn/locales/ja_JP/LC_MESSAGES/nn.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/nn/locales/ja_JP/LC_MESSAGES/nn.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/nn/locales/zh_CN/LC_MESSAGES/nn.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/nn/locales/zh_CN/LC_MESSAGES/nn.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/nn/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/nn/niaoniao_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/nn/niaoniao_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/nn/niaoniao_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/nn/nn.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/nn/nn.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/nn/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/nn/template.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/legacy_model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/locales/de_DE/LC_MESSAGES/ppsf.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/locales/de_DE/LC_MESSAGES/ppsf.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/locales/ja_JP/LC_MESSAGES/ppsf.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/locales/ja_JP/LC_MESSAGES/ppsf.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/locales/zh_CN/LC_MESSAGES/ppsf.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/locales/zh_CN/LC_MESSAGES/ppsf.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/piapro_studio_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/piapro_studio_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/piapro_studio_legacy_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/piapro_studio_legacy_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/piapro_studio_nt_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/ppsf.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/ppsf.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/ppsf_interval_dict.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ppsf/template_builder.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ps_project/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ps_project/enums.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ps_project/locales/de_DE/LC_MESSAGES/ps_project.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ps_project/locales/de_DE/LC_MESSAGES/ps_project.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ps_project/locales/ja_JP/LC_MESSAGES/ps_project.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ps_project/locales/ja_JP/LC_MESSAGES/ps_project.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ps_project/locales/zh_CN/LC_MESSAGES/ps_project.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ps_project/locales/zh_CN/LC_MESSAGES/ps_project.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ps_project/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ps_project/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ps_project/pocket_singer_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ps_project/pocket_singer_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ps_project/pocket_singer_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ps_project/ps_project.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ps_project/ps_project.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/s5p/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/s5p/locales/de_DE/LC_MESSAGES/s5p.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/s5p/locales/de_DE/LC_MESSAGES/s5p.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/s5p/locales/ja_JP/LC_MESSAGES/s5p.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/s5p/locales/ja_JP/LC_MESSAGES/s5p.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/s5p/locales/zh_CN/LC_MESSAGES/s5p.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/s5p/locales/zh_CN/LC_MESSAGES/s5p.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/s5p/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/s5p/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/s5p/s5p.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/s5p/s5p.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/s5p/synthv_editor_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/s5p/synthv_editor_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/s5p/synthv_editor_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/srt/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/srt/locales/de_DE/LC_MESSAGES/srt.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/srt/locales/de_DE/LC_MESSAGES/srt.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/srt/locales/ja_JP/LC_MESSAGES/srt.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/srt/locales/ja_JP/LC_MESSAGES/srt.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/srt/locales/zh_CN/LC_MESSAGES/srt.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/srt/locales/zh_CN/LC_MESSAGES/srt.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/srt/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/srt/srt.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/srt/srt.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/srt/srt_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/srt/srt_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svg/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svg/coordinate_helper.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svg/locales/de_DE/LC_MESSAGES/svg.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svg/locales/de_DE/LC_MESSAGES/svg.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svg/locales/ja_JP/LC_MESSAGES/svg.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svg/locales/ja_JP/LC_MESSAGES/svg.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svg/locales/zh_CN/LC_MESSAGES/svg.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svg/locales/zh_CN/LC_MESSAGES/svg.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svg/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svg/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svg/svg.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svg/svg.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svg/svg_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svg/svg_factory.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svg/svg_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/binsvip.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/binsvip_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/binsvip_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/binsvip_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/locales/de_DE/LC_MESSAGES/svip.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/locales/de_DE/LC_MESSAGES/svip.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/locales/ja_JP/LC_MESSAGES/svip.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/locales/ja_JP/LC_MESSAGES/svip.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/locales/zh_CN/LC_MESSAGES/svip.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/locales/zh_CN/LC_MESSAGES/svip.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/models.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/msnrbf/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/msnrbf/binary_models.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/msnrbf/constants.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/msnrbf/nrbf_iobase.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/msnrbf/svip_reader.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/msnrbf/svip_writer.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/msnrbf/xstudio_models.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/singers.json +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip/svip.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip3/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip3/color_pool.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip3/constants.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip3/locales/de_DE/LC_MESSAGES/svip3.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip3/locales/de_DE/LC_MESSAGES/svip3.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip3/locales/ja_JP/LC_MESSAGES/svip3.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip3/locales/ja_JP/LC_MESSAGES/svip3.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip3/locales/zh_CN/LC_MESSAGES/svip3.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip3/locales/zh_CN/LC_MESSAGES/svip3.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip3/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip3/singers.json +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip3/singers.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip3/svip3.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svip3/svip3.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/constants.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/interval_utils.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/layer_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/locales/de_DE/LC_MESSAGES/svp.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/locales/de_DE/LC_MESSAGES/svp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/locales/ja_JP/LC_MESSAGES/svp.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/locales/ja_JP/LC_MESSAGES/svp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/locales/zh_CN/LC_MESSAGES/svp.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/locales/zh_CN/LC_MESSAGES/svp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/param_expression.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/phoneme_categories.json +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/phoneme_dictionary.json +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/phoneme_utils.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/svp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/svp.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/synthv_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/synthv_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/synthv_studio_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/svp/track_merge_utils.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlp/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlp/locales/de_DE/LC_MESSAGES/tlp.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlp/locales/de_DE/LC_MESSAGES/tlp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlp/locales/ja_JP/LC_MESSAGES/tlp.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlp/locales/ja_JP/LC_MESSAGES/tlp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlp/locales/zh_CN/LC_MESSAGES/tlp.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlp/locales/zh_CN/LC_MESSAGES/tlp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlp/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlp/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlp/tlp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlp/tlp.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlp/tunelab_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlp/tunelab_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlpx/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlpx/locales/de_DE/LC_MESSAGES/tlpx.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlpx/locales/de_DE/LC_MESSAGES/tlpx.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlpx/locales/ja_JP/LC_MESSAGES/tlpx.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlpx/locales/ja_JP/LC_MESSAGES/tlpx.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlpx/locales/zh_CN/LC_MESSAGES/tlpx.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlpx/locales/zh_CN/LC_MESSAGES/tlpx.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlpx/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlpx/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlpx/tlpx.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlpx/tlpx.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlpx/tlpx_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tlpx/tunelab_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tsmsln/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tsmsln/constants.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tsmsln/locales/de_DE/LC_MESSAGES/tsmsln.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tsmsln/locales/de_DE/LC_MESSAGES/tsmsln.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tsmsln/locales/ja_JP/LC_MESSAGES/tsmsln.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tsmsln/locales/ja_JP/LC_MESSAGES/tsmsln.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tsmsln/locales/zh_CN/LC_MESSAGES/tsmsln.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tsmsln/locales/zh_CN/LC_MESSAGES/tsmsln.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tsmsln/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tsmsln/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tsmsln/tsmsln.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tsmsln/tsmsln.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tsmsln/voisona_mobile_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tsmsln/voisona_mobile_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tsmsln/voisona_mobile_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tsmsln/voisona_mobile_pitch.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tssln/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tssln/constants.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tssln/locales/de_DE/LC_MESSAGES/tssln.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tssln/locales/de_DE/LC_MESSAGES/tssln.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tssln/locales/ja_JP/LC_MESSAGES/tssln.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tssln/locales/ja_JP/LC_MESSAGES/tssln.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tssln/locales/zh_CN/LC_MESSAGES/tssln.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tssln/locales/zh_CN/LC_MESSAGES/tssln.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tssln/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tssln/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tssln/tssln.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tssln/tssln.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tssln/voisona_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tssln/voisona_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tssln/voisona_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/tssln/voisona_pitch.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ufdata/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ufdata/locales/de_DE/LC_MESSAGES/ufdata.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ufdata/locales/de_DE/LC_MESSAGES/ufdata.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ufdata/locales/ja_JP/LC_MESSAGES/ufdata.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ufdata/locales/ja_JP/LC_MESSAGES/ufdata.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ufdata/locales/zh_CN/LC_MESSAGES/ufdata.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ufdata/locales/zh_CN/LC_MESSAGES/ufdata.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ufdata/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ufdata/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ufdata/ufdata.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ufdata/ufdata.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ufdata/ufdata_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ufdata/ufdata_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ufdata/ufdata_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/constants.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/interpolation.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/locales/de_DE/LC_MESSAGES/ust.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/locales/de_DE/LC_MESSAGES/ust.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/locales/ja_JP/LC_MESSAGES/ust.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/locales/ja_JP/LC_MESSAGES/ust.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/locales/zh_CN/LC_MESSAGES/ust.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/locales/zh_CN/LC_MESSAGES/ust.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/pitch_mode1.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/pitch_mode2.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/rdp_simplification.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/resampling.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/template.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/ust.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/ust.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/ust_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/ust_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/ust_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ust/vibrato_param.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/locales/de_DE/LC_MESSAGES/ustx.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/locales/de_DE/LC_MESSAGES/ustx.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/locales/ja_JP/LC_MESSAGES/ustx.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/locales/ja_JP/LC_MESSAGES/ustx.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/locales/zh_CN/LC_MESSAGES/ustx.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/locales/zh_CN/LC_MESSAGES/ustx.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/time_axis.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/ustx.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/ustx.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/ustx_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/ustx_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/ustx_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/util.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/utils/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/utils/lyric_util.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/ustx/utils/music_math.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vfp/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vfp/locales/de_DE/LC_MESSAGES/vfp.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vfp/locales/de_DE/LC_MESSAGES/vfp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vfp/locales/ja_JP/LC_MESSAGES/vfp.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vfp/locales/ja_JP/LC_MESSAGES/vfp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vfp/locales/zh_CN/LC_MESSAGES/vfp.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vfp/locales/zh_CN/LC_MESSAGES/vfp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vfp/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vfp/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vfp/vfp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vfp/vfp.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vfp/vox_factory_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vfp/vox_factory_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vfp/vox_factory_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vog/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vog/locales/de_DE/LC_MESSAGES/vog.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vog/locales/de_DE/LC_MESSAGES/vog.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vog/locales/ja_JP/LC_MESSAGES/vog.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vog/locales/ja_JP/LC_MESSAGES/vog.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vog/locales/zh_CN/LC_MESSAGES/vog.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vog/locales/zh_CN/LC_MESSAGES/vog.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vog/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vog/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vog/vog.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vog/vog.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vog/vogen_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vog/vogen_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vog/vogen_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vpr/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vpr/constants.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vpr/locales/de_DE/LC_MESSAGES/vpr.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vpr/locales/de_DE/LC_MESSAGES/vpr.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vpr/locales/ja_JP/LC_MESSAGES/vpr.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vpr/locales/ja_JP/LC_MESSAGES/vpr.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vpr/locales/zh_CN/LC_MESSAGES/vpr.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vpr/locales/zh_CN/LC_MESSAGES/vpr.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vpr/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vpr/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vpr/vocaloid_controllers.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vpr/vpr.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vpr/vpr.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vpr/vpr_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vpr/vpr_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vpr/vpr_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vshp/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vshp/locales/de_DE/LC_MESSAGES/vshp.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vshp/locales/de_DE/LC_MESSAGES/vshp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vshp/locales/ja_JP/LC_MESSAGES/vshp.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vshp/locales/ja_JP/LC_MESSAGES/vshp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vshp/locales/zh_CN/LC_MESSAGES/vshp.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vshp/locales/zh_CN/LC_MESSAGES/vshp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vshp/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vshp/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vshp/utils.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vshp/vocalshifter_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vshp/vocalshifter_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vshp/vshp.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vshp/vshp.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vspx/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vspx/locales/de_DE/LC_MESSAGES/vspx.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vspx/locales/de_DE/LC_MESSAGES/vspx.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vspx/locales/ja_JP/LC_MESSAGES/vspx.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vspx/locales/ja_JP/LC_MESSAGES/vspx.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vspx/locales/zh_CN/LC_MESSAGES/vspx.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vspx/locales/zh_CN/LC_MESSAGES/vspx.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vspx/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vspx/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vspx/vocalsharp_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vspx/vspx.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vspx/vspx.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vspx/vspx_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vspx/vspx_interval_dict.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vspx/vspx_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsq/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsq/constants.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsq/locales/de_DE/LC_MESSAGES/vsq.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsq/locales/de_DE/LC_MESSAGES/vsq.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsq/locales/ja_JP/LC_MESSAGES/vsq.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsq/locales/ja_JP/LC_MESSAGES/vsq.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsq/locales/zh_CN/LC_MESSAGES/vsq.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsq/locales/zh_CN/LC_MESSAGES/vsq.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsq/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsq/vocaloid_controllers.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsq/vsq.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsq/vsq.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsq/vsq_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsq/vsq_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsq/vsq_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/constants.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/locales/de_DE/LC_MESSAGES/vsqx.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/locales/de_DE/LC_MESSAGES/vsqx.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/locales/ja_JP/LC_MESSAGES/vsqx.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/locales/ja_JP/LC_MESSAGES/vsqx.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/locales/zh_CN/LC_MESSAGES/vsqx.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/locales/zh_CN/LC_MESSAGES/vsqx.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/models/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/models/enums.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/models/vsqx3.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/models/vsqx4.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/vocaloid_controllers.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/vsq3_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/vsq4_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/vsqx.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/vsqx.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/vsqx_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vsqx/vsqx_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vvproj/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vvproj/locales/de_DE/LC_MESSAGES/vvproj.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vvproj/locales/de_DE/LC_MESSAGES/vvproj.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vvproj/locales/ja_JP/LC_MESSAGES/vvproj.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vvproj/locales/ja_JP/LC_MESSAGES/vvproj.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vvproj/locales/zh_CN/LC_MESSAGES/vvproj.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vvproj/locales/zh_CN/LC_MESSAGES/vvproj.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vvproj/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vvproj/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vvproj/voicevox_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vvproj/voicevox_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vvproj/voicevox_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vvproj/vvproj.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vvproj/vvproj.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vxf/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vxf/locales/de_DE/LC_MESSAGES/vxf.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vxf/locales/de_DE/LC_MESSAGES/vxf.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vxf/locales/ja_JP/LC_MESSAGES/vxf.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vxf/locales/ja_JP/LC_MESSAGES/vxf.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vxf/locales/zh_CN/LC_MESSAGES/vxf.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vxf/locales/zh_CN/LC_MESSAGES/vxf.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vxf/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vxf/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vxf/vx_beta_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vxf/vx_beta_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vxf/vx_beta_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vxf/vxf.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/vxf/vxf.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/xvsq/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/xvsq/cadencii_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/xvsq/cadencii_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/xvsq/cadencii_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/xvsq/locales/de_DE/LC_MESSAGES/xvsq.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/xvsq/locales/de_DE/LC_MESSAGES/xvsq.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/xvsq/locales/ja_JP/LC_MESSAGES/xvsq.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/xvsq/locales/ja_JP/LC_MESSAGES/xvsq.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/xvsq/locales/zh_CN/LC_MESSAGES/xvsq.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/xvsq/locales/zh_CN/LC_MESSAGES/xvsq.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/xvsq/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/xvsq/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/xvsq/vocaloid_controllers.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/xvsq/xvsq.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/xvsq/xvsq.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/y77/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/y77/locales/de_DE/LC_MESSAGES/y77.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/y77/locales/de_DE/LC_MESSAGES/y77.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/y77/locales/ja_JP/LC_MESSAGES/y77.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/y77/locales/ja_JP/LC_MESSAGES/y77.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/y77/locales/zh_CN/LC_MESSAGES/y77.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/y77/locales/zh_CN/LC_MESSAGES/y77.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/y77/model.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/y77/options.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/y77/y77.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/y77/y77.yapsy-plugin +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/y77/y77_converter.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/y77/y77_generator.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/plugins/y77/y77_parser.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/py.typed +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/libresvip.ico +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/libresvip.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/locales/de_DE/LC_MESSAGES/libresvip.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/locales/de_DE/LC_MESSAGES/libresvip.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/locales/ja_JP/LC_MESSAGES/libresvip.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/locales/ja_JP/LC_MESSAGES/libresvip.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/locales/libresvip_gui.ts +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/locales/qt_standard_buttons.ts +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/locales/zh_CN/LC_MESSAGES/libresvip.mo +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/locales/zh_CN/LC_MESSAGES/libresvip.po +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/protos/libresvip.proto +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/qml/components/actions.qml +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/qml/components/converter_page.qml +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/qml/components/dashed_rectangle.qml +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/qml/components/dialogs.qml +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/qml/components/icon_button.qml +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/qml/components/icon_menu_item.qml +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/qml/components/labeled_combo_box.qml +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/qml/components/message_box.qml +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/qml/components/plugin_info.qml +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/qml/components/qmldir +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/qml/components/running_indicator.qml +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/qml/components/settings_dialog.qml +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/qml/components/task_row.qml +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/qml/components/top_toolbar.qml +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/qml/main.qml +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/qml/resources.qrc +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/res/resources.rcc +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/tui/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/tui/__main__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/tui/app.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/utils/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/utils/audio.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/utils/binary/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/utils/binary/value_tree.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/utils/music_math.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/utils/search.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/utils/text.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/utils/translation.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/utils/xmlutils/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/utils/xmlutils/native.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/utils/yamlutils/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/utils/yamlutils/common.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/utils/yamlutils/dumper.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/utils/yamlutils/loader.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/web/__init__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/web/__main__.py +0 -0
- {libresvip-2.6.2 → libresvip-2.7.0}/libresvip/web/pages.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: libresvip
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.7.0
|
|
4
4
|
Summary: Universal Converter for Singing Voice Projects
|
|
5
5
|
Project-URL: documentation, https://soulmelody.github.io/LibreSVIP
|
|
6
6
|
Project-URL: repository, https://github.com/SoulMelody/LibreSVIP
|
|
@@ -30,8 +30,7 @@ Classifier: Topic :: File Formats
|
|
|
30
30
|
Classifier: Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
|
|
31
31
|
Classifier: Typing :: Typed
|
|
32
32
|
Requires-Python: <3.15,>=3.10
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist: backports-zstd<1.5.1,>=1.5.0; (sys_platform == 'win32' or sys_platform == 'darwin' or sys_platform == 'linux') and (platform_python_implementation == 'CPython' or platform_python_implementation == 'PyPy') and python_version < '3.14'
|
|
33
|
+
Requires-Dist: backports-zstd<1.6.1,>=1.6.0; (sys_platform == 'win32' or sys_platform == 'darwin' or sys_platform == 'linux') and (platform_python_implementation == 'CPython' or platform_python_implementation == 'PyPy') and python_version < '3.14'
|
|
35
34
|
Requires-Dist: bidict<0.23.2,>=0.23.1
|
|
36
35
|
Requires-Dist: cbor2<6.1.3,>=6.1.2
|
|
37
36
|
Requires-Dist: charset-normalizer<4.0.0,>=3.4.7
|
|
@@ -44,9 +43,10 @@ Requires-Dist: loguru<1.0.0,>=0.7.3
|
|
|
44
43
|
Requires-Dist: more-itertools<11.1.1,>=11.1.0
|
|
45
44
|
Requires-Dist: packaging<26.3,>=26.2
|
|
46
45
|
Requires-Dist: platformdirs<5.0.0,>=4.10.0
|
|
47
|
-
Requires-Dist: portion<3.0.0,>=2.6.
|
|
46
|
+
Requires-Dist: portion<3.0.0,>=2.6.2
|
|
47
|
+
Requires-Dist: protobuf-py>=0.1.1
|
|
48
48
|
Requires-Dist: pydantic-extra-types<3.0.0,>=2.11.1
|
|
49
|
-
Requires-Dist: pydantic-settings<3.0.0,>=2.14.
|
|
49
|
+
Requires-Dist: pydantic-settings<3.0.0,>=2.14.2
|
|
50
50
|
Requires-Dist: pydantic<3.0.0,>=2.13.4
|
|
51
51
|
Requires-Dist: pymediainfo<=7.0.1; sys_platform != 'emscripten'
|
|
52
52
|
Requires-Dist: pypinyin<1.0.0,>=0.55.0
|
|
@@ -58,13 +58,14 @@ Requires-Dist: ruamel-yaml<=0.20.0,>=0.19.1
|
|
|
58
58
|
Requires-Dist: soundfile; sys_platform == 'emscripten'
|
|
59
59
|
Requires-Dist: svg-py<2.0.0,>=1.10.0
|
|
60
60
|
Requires-Dist: tatsu-lts<6.0.0,>=5.16.0
|
|
61
|
-
Requires-Dist: that-depends>=
|
|
61
|
+
Requires-Dist: that-depends>=4.0.0
|
|
62
62
|
Requires-Dist: universal-pathlib<1.0.0,>=0.3.10
|
|
63
63
|
Requires-Dist: wanakana-python
|
|
64
64
|
Requires-Dist: xsdata-pydantic<24.6,>=24.5
|
|
65
65
|
Requires-Dist: zhon<3.0.0,>=2.1.1
|
|
66
66
|
Requires-Dist: zstandard<0.25.1,>=0.25.0; (sys_platform != 'win32' and sys_platform != 'darwin' and sys_platform != 'linux') and platform_python_implementation == 'CPython' and python_version < '3.14'
|
|
67
67
|
Provides-Extra: cli
|
|
68
|
+
Requires-Dist: grpclib>=0.4.9; extra == 'cli'
|
|
68
69
|
Requires-Dist: typer<1.0.0,>=0.26.7; extra == 'cli'
|
|
69
70
|
Requires-Dist: winloop>=0.6.3; (sys_platform == 'win32') and extra == 'cli'
|
|
70
71
|
Provides-Extra: crypto
|
|
@@ -79,20 +80,20 @@ Requires-Dist: ttkbootstrap-icons-mat>=1.0.0; extra == 'desktop'
|
|
|
79
80
|
Provides-Extra: lxml
|
|
80
81
|
Requires-Dist: lxml>=6.1.1; extra == 'lxml'
|
|
81
82
|
Provides-Extra: minijinja
|
|
82
|
-
Requires-Dist: minijinja>=2.
|
|
83
|
+
Requires-Dist: minijinja>=2.21.0; extra == 'minijinja'
|
|
83
84
|
Provides-Extra: mobile
|
|
84
|
-
Requires-Dist: flet-permission-handler<0.90.0,>=0.85.
|
|
85
|
-
Requires-Dist: flet[desktop]<0.90.0,>=0.85.
|
|
85
|
+
Requires-Dist: flet-permission-handler<0.90.0,>=0.85.3; extra == 'mobile'
|
|
86
|
+
Requires-Dist: flet[desktop]<0.90.0,>=0.85.3; extra == 'mobile'
|
|
86
87
|
Requires-Dist: fontconfig-py>=1.0.1; (sys_platform == 'darwin' or sys_platform == 'linux') and extra == 'mobile'
|
|
87
88
|
Provides-Extra: tui
|
|
88
89
|
Requires-Dist: textual-fspicker>=1.0.1; extra == 'tui'
|
|
89
90
|
Provides-Extra: ujson
|
|
90
|
-
Requires-Dist: ujson>=5.
|
|
91
|
+
Requires-Dist: ujson>=5.13.0; extra == 'ujson'
|
|
91
92
|
Provides-Extra: webui
|
|
92
|
-
Requires-Dist: nicegui>=3.
|
|
93
|
+
Requires-Dist: nicegui>=3.13.0; extra == 'webui'
|
|
93
94
|
Provides-Extra: yaml12
|
|
94
95
|
Requires-Dist: ruamel-yaml-clib<0.3.0,>=0.2.15; (sys_platform != 'win32' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'emscripten') and extra == 'yaml12'
|
|
95
|
-
Requires-Dist: yaml-rs<0.2.0,>=0.1.
|
|
96
|
+
Requires-Dist: yaml-rs<0.2.0,>=0.1.4; (sys_platform == 'win32' or sys_platform == 'darwin' or sys_platform == 'linux' or sys_platform == 'emscripten') and extra == 'yaml12'
|
|
96
97
|
Description-Content-Type: text/markdown
|
|
97
98
|
|
|
98
99
|
# LibreSVIP
|
|
@@ -1,24 +1,74 @@
|
|
|
1
|
-
import
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
from typing import TYPE_CHECKING, Any
|
|
4
|
+
|
|
5
|
+
import grpclib.client
|
|
6
|
+
import grpclib.const
|
|
2
7
|
import grpclib.server
|
|
3
|
-
from aristaproto.grpc.grpclib_client import MetadataLike
|
|
4
|
-
from aristaproto.grpc.grpclib_server import ServiceBase
|
|
5
|
-
from grpclib.metadata import Deadline
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
if TYPE_CHECKING:
|
|
10
|
+
from grpclib.metadata import Deadline
|
|
11
|
+
|
|
12
|
+
from .libresvip_pb import (
|
|
13
|
+
ConversionRequest,
|
|
14
|
+
ConversionResponse,
|
|
15
|
+
PluginInfosRequest,
|
|
16
|
+
PluginInfosResponse,
|
|
17
|
+
)
|
|
8
18
|
|
|
9
19
|
|
|
10
|
-
class ConversionStub
|
|
20
|
+
class ConversionStub:
|
|
21
|
+
def __init__(self, channel: grpclib.client.Channel) -> None:
|
|
22
|
+
self._channel = channel
|
|
23
|
+
|
|
24
|
+
async def _unary_unary(
|
|
25
|
+
self,
|
|
26
|
+
method_name: str,
|
|
27
|
+
request_message: Any,
|
|
28
|
+
request_type: type[Any],
|
|
29
|
+
reply_type: type[Any],
|
|
30
|
+
*,
|
|
31
|
+
timeout: float | None = None,
|
|
32
|
+
deadline: Deadline | None = None,
|
|
33
|
+
metadata: Any | None = None,
|
|
34
|
+
) -> Any:
|
|
35
|
+
request_factory = getattr(self._channel, "request", None)
|
|
36
|
+
if request_factory is None:
|
|
37
|
+
request_factory = getattr(self._channel, "unary_unary")
|
|
38
|
+
async with request_factory(
|
|
39
|
+
method_name,
|
|
40
|
+
request_type,
|
|
41
|
+
reply_type,
|
|
42
|
+
timeout=timeout,
|
|
43
|
+
deadline=deadline,
|
|
44
|
+
metadata=metadata,
|
|
45
|
+
) as stream:
|
|
46
|
+
await stream.send_message(request_message, end=True)
|
|
47
|
+
return await stream.recv_message()
|
|
48
|
+
async with request_factory(
|
|
49
|
+
method_name,
|
|
50
|
+
grpclib.const.Cardinality.UNARY_UNARY,
|
|
51
|
+
request_type,
|
|
52
|
+
reply_type,
|
|
53
|
+
timeout=timeout,
|
|
54
|
+
deadline=deadline,
|
|
55
|
+
metadata=metadata,
|
|
56
|
+
) as stream:
|
|
57
|
+
await stream.send_message(request_message, end=True)
|
|
58
|
+
return await stream.recv_message()
|
|
59
|
+
|
|
11
60
|
async def plugin_infos(
|
|
12
61
|
self,
|
|
13
62
|
plugin_infos_request: PluginInfosRequest,
|
|
14
63
|
*,
|
|
15
64
|
timeout: float | None = None,
|
|
16
65
|
deadline: Deadline | None = None,
|
|
17
|
-
metadata:
|
|
66
|
+
metadata: Any | None = None,
|
|
18
67
|
) -> PluginInfosResponse:
|
|
19
68
|
return await self._unary_unary(
|
|
20
69
|
"/LibreSVIP.Conversion/PluginInfos",
|
|
21
70
|
plugin_infos_request,
|
|
71
|
+
PluginInfosRequest,
|
|
22
72
|
PluginInfosResponse,
|
|
23
73
|
timeout=timeout,
|
|
24
74
|
deadline=deadline,
|
|
@@ -31,11 +81,12 @@ class ConversionStub(aristaproto.ServiceStub):
|
|
|
31
81
|
*,
|
|
32
82
|
timeout: float | None = None,
|
|
33
83
|
deadline: Deadline | None = None,
|
|
34
|
-
metadata:
|
|
84
|
+
metadata: Any | None = None,
|
|
35
85
|
) -> ConversionResponse:
|
|
36
86
|
return await self._unary_unary(
|
|
37
87
|
"/LibreSVIP.Conversion/Convert",
|
|
38
88
|
conversion_request,
|
|
89
|
+
ConversionRequest,
|
|
39
90
|
ConversionResponse,
|
|
40
91
|
timeout=timeout,
|
|
41
92
|
deadline=deadline,
|
|
@@ -43,7 +94,7 @@ class ConversionStub(aristaproto.ServiceStub):
|
|
|
43
94
|
)
|
|
44
95
|
|
|
45
96
|
|
|
46
|
-
class ConversionBase
|
|
97
|
+
class ConversionBase:
|
|
47
98
|
async def plugin_infos(self, plugin_infos_request: PluginInfosRequest) -> PluginInfosResponse:
|
|
48
99
|
raise grpclib.GRPCError(grpclib.const.Status.UNIMPLEMENTED)
|
|
49
100
|
|
|
@@ -51,14 +102,14 @@ class ConversionBase(ServiceBase):
|
|
|
51
102
|
raise grpclib.GRPCError(grpclib.const.Status.UNIMPLEMENTED)
|
|
52
103
|
|
|
53
104
|
async def __rpc_plugin_infos(
|
|
54
|
-
self, stream:
|
|
105
|
+
self, stream: grpclib.server.Stream[PluginInfosRequest, PluginInfosResponse]
|
|
55
106
|
) -> None:
|
|
56
107
|
request = await stream.recv_message()
|
|
57
108
|
response = await self.plugin_infos(request)
|
|
58
109
|
await stream.send_message(response)
|
|
59
110
|
|
|
60
111
|
async def __rpc_convert(
|
|
61
|
-
self, stream:
|
|
112
|
+
self, stream: grpclib.server.Stream[ConversionRequest, ConversionResponse]
|
|
62
113
|
) -> None:
|
|
63
114
|
request = await stream.recv_message()
|
|
64
115
|
response = await self.convert(request)
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
# Generated from libresvip/res/protos/libresvip.proto. DO NOT EDIT.
|
|
2
|
+
# Generated by protoc-gen-py v0.1.1 with parameter "".
|
|
3
|
+
# ruff: noqa: PGH004
|
|
4
|
+
# ruff: noqa
|
|
5
|
+
# fmt: off
|
|
6
|
+
|
|
7
|
+
from __future__ import annotations
|
|
8
|
+
|
|
9
|
+
from typing import Literal, TYPE_CHECKING, TypeAlias
|
|
10
|
+
|
|
11
|
+
from protobuf import Enum, Message
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
_PluginInfoFields: TypeAlias = Literal["identifier", "name", "version", "description", "author", "website", "json_schema", "file_format", "suffixes", "icon_base64"]
|
|
15
|
+
|
|
16
|
+
class PluginInfo(Message[_PluginInfoFields]):
|
|
17
|
+
|
|
18
|
+
__slots__ = ("identifier", "name", "version", "description", "author", "website", "json_schema", "file_format", "suffixes", "icon_base64")
|
|
19
|
+
|
|
20
|
+
if TYPE_CHECKING:
|
|
21
|
+
|
|
22
|
+
def __init__(
|
|
23
|
+
self,
|
|
24
|
+
*,
|
|
25
|
+
identifier: str = "",
|
|
26
|
+
name: str = "",
|
|
27
|
+
version: str = "",
|
|
28
|
+
description: str = "",
|
|
29
|
+
author: str = "",
|
|
30
|
+
website: str = "",
|
|
31
|
+
json_schema: str = "",
|
|
32
|
+
file_format: str = "",
|
|
33
|
+
suffixes: list[str] | None = None,
|
|
34
|
+
icon_base64: str = "",
|
|
35
|
+
) -> None:
|
|
36
|
+
pass
|
|
37
|
+
|
|
38
|
+
identifier: str
|
|
39
|
+
name: str
|
|
40
|
+
version: str
|
|
41
|
+
description: str
|
|
42
|
+
author: str
|
|
43
|
+
website: str
|
|
44
|
+
json_schema: str
|
|
45
|
+
file_format: str
|
|
46
|
+
suffixes: list[str]
|
|
47
|
+
icon_base64: str
|
|
48
|
+
|
|
49
|
+
_PluginInfosRequestFields: TypeAlias = Literal["category", "language"]
|
|
50
|
+
|
|
51
|
+
class PluginInfosRequest(Message[_PluginInfosRequestFields]):
|
|
52
|
+
|
|
53
|
+
__slots__ = ("category", "language")
|
|
54
|
+
|
|
55
|
+
if TYPE_CHECKING:
|
|
56
|
+
|
|
57
|
+
def __init__(
|
|
58
|
+
self,
|
|
59
|
+
*,
|
|
60
|
+
category: PluginCategory | None = None,
|
|
61
|
+
language: str = "",
|
|
62
|
+
) -> None:
|
|
63
|
+
pass
|
|
64
|
+
|
|
65
|
+
category: PluginCategory
|
|
66
|
+
language: str
|
|
67
|
+
|
|
68
|
+
_PluginInfosResponseFields: TypeAlias = Literal["values"]
|
|
69
|
+
|
|
70
|
+
class PluginInfosResponse(Message[_PluginInfosResponseFields]):
|
|
71
|
+
|
|
72
|
+
__slots__ = ("values",)
|
|
73
|
+
|
|
74
|
+
if TYPE_CHECKING:
|
|
75
|
+
|
|
76
|
+
def __init__(
|
|
77
|
+
self,
|
|
78
|
+
*,
|
|
79
|
+
values: list[PluginInfo] | None = None,
|
|
80
|
+
) -> None:
|
|
81
|
+
pass
|
|
82
|
+
|
|
83
|
+
values: list[PluginInfo]
|
|
84
|
+
|
|
85
|
+
_ConversionGroupFields: TypeAlias = Literal["group_id", "file_contents"]
|
|
86
|
+
|
|
87
|
+
class ConversionGroup(Message[_ConversionGroupFields]):
|
|
88
|
+
|
|
89
|
+
__slots__ = ("group_id", "file_contents")
|
|
90
|
+
|
|
91
|
+
if TYPE_CHECKING:
|
|
92
|
+
|
|
93
|
+
def __init__(
|
|
94
|
+
self,
|
|
95
|
+
*,
|
|
96
|
+
group_id: str = "",
|
|
97
|
+
file_contents: list[bytes] | None = None,
|
|
98
|
+
) -> None:
|
|
99
|
+
pass
|
|
100
|
+
|
|
101
|
+
group_id: str
|
|
102
|
+
file_contents: list[bytes]
|
|
103
|
+
|
|
104
|
+
_ConversionRequestFields: TypeAlias = Literal["input_format", "output_format", "mode", "max_track_count", "groups", "input_options", "output_options", "middleware_options"]
|
|
105
|
+
|
|
106
|
+
class ConversionRequest(Message[_ConversionRequestFields]):
|
|
107
|
+
|
|
108
|
+
__slots__ = ("input_format", "output_format", "mode", "max_track_count", "groups", "input_options", "output_options", "middleware_options")
|
|
109
|
+
|
|
110
|
+
if TYPE_CHECKING:
|
|
111
|
+
|
|
112
|
+
def __init__(
|
|
113
|
+
self,
|
|
114
|
+
*,
|
|
115
|
+
input_format: str = "",
|
|
116
|
+
output_format: str = "",
|
|
117
|
+
mode: ConversionMode | None = None,
|
|
118
|
+
max_track_count: int = 0,
|
|
119
|
+
groups: list[ConversionGroup] | None = None,
|
|
120
|
+
input_options: str = "",
|
|
121
|
+
output_options: str = "",
|
|
122
|
+
middleware_options: dict[str, str] | None = None,
|
|
123
|
+
) -> None:
|
|
124
|
+
pass
|
|
125
|
+
|
|
126
|
+
input_format: str
|
|
127
|
+
output_format: str
|
|
128
|
+
mode: ConversionMode
|
|
129
|
+
max_track_count: int
|
|
130
|
+
groups: list[ConversionGroup]
|
|
131
|
+
input_options: str
|
|
132
|
+
output_options: str
|
|
133
|
+
middleware_options: dict[str, str]
|
|
134
|
+
|
|
135
|
+
_SingleConversionResultFields: TypeAlias = Literal["success", "file_contents", "error_message", "warning_messages"]
|
|
136
|
+
|
|
137
|
+
class SingleConversionResult(Message[_SingleConversionResultFields]):
|
|
138
|
+
|
|
139
|
+
__slots__ = ("success", "file_contents", "error_message", "warning_messages")
|
|
140
|
+
|
|
141
|
+
if TYPE_CHECKING:
|
|
142
|
+
|
|
143
|
+
def __init__(
|
|
144
|
+
self,
|
|
145
|
+
*,
|
|
146
|
+
success: bool = False,
|
|
147
|
+
file_contents: list[bytes] | None = None,
|
|
148
|
+
error_message: str = "",
|
|
149
|
+
warning_messages: list[str] | None = None,
|
|
150
|
+
) -> None:
|
|
151
|
+
pass
|
|
152
|
+
|
|
153
|
+
success: bool
|
|
154
|
+
file_contents: list[bytes]
|
|
155
|
+
error_message: str
|
|
156
|
+
warning_messages: list[str]
|
|
157
|
+
|
|
158
|
+
_ConversionResponseFields: TypeAlias = Literal["group_results"]
|
|
159
|
+
|
|
160
|
+
class ConversionResponse(Message[_ConversionResponseFields]):
|
|
161
|
+
|
|
162
|
+
__slots__ = ("group_results",)
|
|
163
|
+
|
|
164
|
+
if TYPE_CHECKING:
|
|
165
|
+
|
|
166
|
+
def __init__(
|
|
167
|
+
self,
|
|
168
|
+
*,
|
|
169
|
+
group_results: dict[str, SingleConversionResult] | None = None,
|
|
170
|
+
) -> None:
|
|
171
|
+
pass
|
|
172
|
+
|
|
173
|
+
group_results: dict[str, SingleConversionResult]
|
|
174
|
+
|
|
175
|
+
class PluginCategory(Enum):
|
|
176
|
+
|
|
177
|
+
INPUT = 0
|
|
178
|
+
OUTPUT = 1
|
|
179
|
+
MIDDLEWARE = 2
|
|
180
|
+
|
|
181
|
+
class ConversionMode(Enum):
|
|
182
|
+
|
|
183
|
+
DIRECT = 0
|
|
184
|
+
SPLIT = 1
|
|
185
|
+
MERGE = 2
|
|
@@ -29,7 +29,7 @@ from libresvip.utils.translation import gettext_lazy as _
|
|
|
29
29
|
from libresvip.utils.translation import lazy_translation
|
|
30
30
|
|
|
31
31
|
from .conversion_grpc import ConversionBase
|
|
32
|
-
from .
|
|
32
|
+
from .libresvip_pb import (
|
|
33
33
|
ConversionGroup,
|
|
34
34
|
ConversionMode,
|
|
35
35
|
ConversionRequest,
|
|
@@ -217,7 +217,7 @@ class Conversion(ConversionBase):
|
|
|
217
217
|
)
|
|
218
218
|
for identifier, plugin in plugins.items()
|
|
219
219
|
)
|
|
220
|
-
return PluginInfosResponse(plugin_infos)
|
|
220
|
+
return PluginInfosResponse(values=plugin_infos)
|
|
221
221
|
|
|
222
222
|
async def convert(self, conversion_request: ConversionRequest) -> ConversionResponse:
|
|
223
223
|
group_id2results = {}
|
|
@@ -260,7 +260,7 @@ class Conversion(ConversionBase):
|
|
|
260
260
|
for future in asyncio.as_completed(futures):
|
|
261
261
|
group_id, result = await future
|
|
262
262
|
group_id2results[group_id] = result
|
|
263
|
-
return ConversionResponse(group_id2results)
|
|
263
|
+
return ConversionResponse(group_results=group_id2results)
|
|
264
264
|
|
|
265
265
|
|
|
266
266
|
async def run_grpc_server(*, host: str = "127.0.0.1", port: int = 15150) -> None:
|
|
@@ -116,6 +116,7 @@ def run() -> None:
|
|
|
116
116
|
app.set_attribute(Qt.ApplicationAttribute.AA_DontUseNativeMenuBar, True)
|
|
117
117
|
if not config_path.exists():
|
|
118
118
|
settings.language = Language.auto()
|
|
119
|
+
app.process_events(QEventLoop.ProcessEventsFlag.ExcludeUserInputEvents)
|
|
119
120
|
splash_translation = _load_splash_translation(settings.language.value)
|
|
120
121
|
splash_screen = QSplashScreen(_build_splash_pixmap(icon_pixmap))
|
|
121
122
|
splash_screen.show()
|
|
@@ -17,6 +17,7 @@ from PySide6.QtCore import (
|
|
|
17
17
|
from PySide6.QtGui import QCursor, QMouseEvent
|
|
18
18
|
from PySide6.QtQml import QmlElement, QPyQmlParserStatus
|
|
19
19
|
from PySide6.QtQuick import QQuickItem, QQuickWindow
|
|
20
|
+
from typing_extensions import Self
|
|
20
21
|
|
|
21
22
|
from __feature__ import snake_case, true_property # isort:skip # noqa: F401
|
|
22
23
|
|
|
@@ -198,7 +199,7 @@ if sys.platform == "win32":
|
|
|
198
199
|
class WindowsNativeEventFilter(QAbstractNativeEventFilter):
|
|
199
200
|
_instance = None
|
|
200
201
|
|
|
201
|
-
def __new__(cls) ->
|
|
202
|
+
def __new__(cls) -> Self:
|
|
202
203
|
if cls._instance is None:
|
|
203
204
|
cls._instance = super().__new__(cls)
|
|
204
205
|
return cls._instance
|
|
@@ -104,23 +104,36 @@ class AceParser:
|
|
|
104
104
|
ace_note_list = []
|
|
105
105
|
ace_params = AcepParams()
|
|
106
106
|
for pattern in sorted(ace_track.patterns, key=operator.attrgetter("clip_pos")):
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
107
|
+
pattern_pos = int(pattern.pos)
|
|
108
|
+
clip_pos = int(pattern.clip_pos)
|
|
109
|
+
clip_end = int(pattern.clip_pos + pattern.clip_dur)
|
|
110
|
+
ace_notes = []
|
|
111
|
+
for note in pattern.notes:
|
|
112
|
+
note_start = note.pos
|
|
113
|
+
note_end = note.pos + note.dur
|
|
114
|
+
clipped_start = max(note_start, clip_pos)
|
|
115
|
+
clipped_end = min(note_end, clip_end)
|
|
116
|
+
if clipped_start >= clipped_end:
|
|
117
|
+
continue
|
|
118
|
+
visible_pos = clipped_start - clip_pos + pattern_pos
|
|
119
|
+
if visible_pos < 0:
|
|
120
|
+
clipped_start -= visible_pos
|
|
121
|
+
visible_pos = 0
|
|
122
|
+
if clipped_start >= clipped_end:
|
|
123
|
+
continue
|
|
124
|
+
ace_notes.append(
|
|
125
|
+
note.model_copy(
|
|
126
|
+
deep=True,
|
|
127
|
+
update={
|
|
128
|
+
"pos": int(visible_pos),
|
|
129
|
+
"dur": int(clipped_end - clipped_start),
|
|
130
|
+
},
|
|
131
|
+
)
|
|
132
|
+
)
|
|
113
133
|
if not ace_notes:
|
|
114
134
|
continue
|
|
115
135
|
prev_ace_note = None
|
|
116
136
|
for ace_note in ace_notes:
|
|
117
|
-
ace_note.dur = int(
|
|
118
|
-
min(
|
|
119
|
-
ace_note.dur,
|
|
120
|
-
pattern.clip_pos + pattern.clip_dur - ace_note.pos,
|
|
121
|
-
)
|
|
122
|
-
)
|
|
123
|
-
ace_note.pos += int(pattern.pos)
|
|
124
137
|
if (
|
|
125
138
|
prev_ace_note is not None
|
|
126
139
|
and prev_ace_note.pos + prev_ace_note.dur > ace_note.pos
|
|
@@ -130,19 +143,30 @@ class AceParser:
|
|
|
130
143
|
ace_note_list.extend(ace_notes)
|
|
131
144
|
|
|
132
145
|
def merge_curves(src: AcepParamCurveList, dst: AcepParamCurveList) -> None:
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
+
for ace_curve in src.root:
|
|
147
|
+
curve_start = ace_curve.offset
|
|
148
|
+
curve_end = ace_curve.offset + len(ace_curve.values)
|
|
149
|
+
clipped_start = max(curve_start, clip_pos)
|
|
150
|
+
clipped_end = min(curve_end, clip_end)
|
|
151
|
+
if clipped_start >= clipped_end:
|
|
152
|
+
continue
|
|
153
|
+
dst_offset = clipped_start - clip_pos + pattern_pos
|
|
154
|
+
if dst_offset < -self.first_bar_ticks:
|
|
155
|
+
clipped_start += -self.first_bar_ticks - dst_offset
|
|
156
|
+
dst_offset = -self.first_bar_ticks
|
|
157
|
+
if clipped_start >= clipped_end:
|
|
158
|
+
continue
|
|
159
|
+
start_index = int(clipped_start - curve_start)
|
|
160
|
+
end_index = int(clipped_end - curve_start)
|
|
161
|
+
dst.root.append(
|
|
162
|
+
ace_curve.model_copy(
|
|
163
|
+
deep=True,
|
|
164
|
+
update={
|
|
165
|
+
"offset": int(dst_offset),
|
|
166
|
+
"values": ace_curve.values[start_index:end_index],
|
|
167
|
+
},
|
|
168
|
+
)
|
|
169
|
+
)
|
|
146
170
|
|
|
147
171
|
merge_curves(pattern.parameters.pitch_delta, ace_params.pitch_delta)
|
|
148
172
|
merge_curves(pattern.parameters.breathiness, ace_params.breathiness)
|
|
@@ -388,7 +412,7 @@ class AceParser:
|
|
|
388
412
|
for value in ace_curve.values:
|
|
389
413
|
if ace_curve.curve_type == "anchor":
|
|
390
414
|
curve.points.append(Point(pos + self.first_bar_ticks, round(value * 100)))
|
|
391
|
-
elif not
|
|
415
|
+
elif value is not None and not math.isnan(value):
|
|
392
416
|
abs_semitone = (
|
|
393
417
|
base_pitch.semitone_value_at(
|
|
394
418
|
self.synchronizer.get_actual_secs_from_ticks(pos)
|
|
@@ -250,36 +250,28 @@ class MidiParser:
|
|
|
250
250
|
)
|
|
251
251
|
)
|
|
252
252
|
elif event.detail.data.type == "control_change":
|
|
253
|
+
control = event.detail.data.control
|
|
254
|
+
value = event.detail.data.value
|
|
253
255
|
if self.options.import_pitch:
|
|
254
256
|
if (
|
|
255
|
-
|
|
257
|
+
control == ControlChange.DATA_ENTRY.value
|
|
256
258
|
and len(pitchbend_range_changed[event.time]) >= 2
|
|
257
259
|
):
|
|
258
|
-
pitch_bend_sensitivity =
|
|
259
|
-
elif (
|
|
260
|
-
|
|
261
|
-
and event.detail.data.value == 0
|
|
262
|
-
) or (
|
|
263
|
-
event.detail.data.control == ControlChange.RPN_LSB
|
|
264
|
-
and event.detail.data.value == 0
|
|
260
|
+
pitch_bend_sensitivity = value
|
|
261
|
+
elif (control == ControlChange.RPN_MSB.value and value == 0) or (
|
|
262
|
+
control == ControlChange.RPN_LSB.value and value == 0
|
|
265
263
|
):
|
|
266
|
-
pitchbend_range_changed[event.time].append(
|
|
264
|
+
pitchbend_range_changed[event.time].append(value)
|
|
267
265
|
if self.options.import_volume:
|
|
268
|
-
if
|
|
269
|
-
event.detail.data.control == ControlChange.EXPRESSION
|
|
270
|
-
and event.detail.data.value
|
|
271
|
-
):
|
|
266
|
+
if control == ControlChange.EXPRESSION.value and value:
|
|
272
267
|
expression.points.append(
|
|
273
268
|
Point(
|
|
274
269
|
round(event.time * self.tick_rate),
|
|
275
|
-
round(volume_base + cc11_to_db_change(
|
|
270
|
+
round(volume_base + cc11_to_db_change(value)),
|
|
276
271
|
)
|
|
277
272
|
)
|
|
278
|
-
elif
|
|
279
|
-
|
|
280
|
-
and event.detail.data.value
|
|
281
|
-
):
|
|
282
|
-
volume_base = velocity_to_db_change(event.detail.data.value)
|
|
273
|
+
elif control == ControlChange.VOLUME.value and value:
|
|
274
|
+
volume_base = velocity_to_db_change(value)
|
|
283
275
|
if (pos := overlapped_pos(notes)) is not None:
|
|
284
276
|
msg = _("Notes overlapped near bar {}").format(
|
|
285
277
|
find_bar_index(self.time_signatures, pos)
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
from typing import TYPE_CHECKING
|
|
4
|
+
|
|
5
|
+
from .svip3_pb import (
|
|
6
|
+
Svip3AudioPattern,
|
|
7
|
+
Svip3AudioTrack,
|
|
8
|
+
Svip3BeatSize,
|
|
9
|
+
Svip3LineParamNode,
|
|
10
|
+
Svip3Note,
|
|
11
|
+
Svip3NoteLengthValidateTag,
|
|
12
|
+
Svip3Project,
|
|
13
|
+
Svip3SingingPattern,
|
|
14
|
+
Svip3SingingTrack,
|
|
15
|
+
Svip3SongBeat,
|
|
16
|
+
Svip3SongTempo,
|
|
17
|
+
)
|
|
18
|
+
|
|
19
|
+
if TYPE_CHECKING:
|
|
20
|
+
from .svip3_pb import Svip3SingingPattern as _Svip3SingingPattern
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
def _pattern_pos(self: _Svip3SingingPattern) -> int:
|
|
24
|
+
return self.real_pos + self.play_pos
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
Svip3SingingPattern.pos = property(_pattern_pos)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
__all__ = (
|
|
31
|
+
"Svip3AudioPattern",
|
|
32
|
+
"Svip3AudioTrack",
|
|
33
|
+
"Svip3BeatSize",
|
|
34
|
+
"Svip3LineParamNode",
|
|
35
|
+
"Svip3Note",
|
|
36
|
+
"Svip3NoteLengthValidateTag",
|
|
37
|
+
"Svip3Project",
|
|
38
|
+
"Svip3SingingPattern",
|
|
39
|
+
"Svip3SingingTrack",
|
|
40
|
+
"Svip3SongBeat",
|
|
41
|
+
"Svip3SongTempo",
|
|
42
|
+
)
|
|
@@ -22,11 +22,11 @@ class Svip3Converter(plugin_base.SVSConverter):
|
|
|
22
22
|
@classmethod
|
|
23
23
|
def load(cls, path: pathlib.Path, options: plugin_base.OptionsDict) -> Project:
|
|
24
24
|
options_obj = cls.input_option_cls(**options)
|
|
25
|
-
svip3_project = Svip3Project
|
|
25
|
+
svip3_project = Svip3Project.from_binary(path.read_bytes())
|
|
26
26
|
return Svip3Parser(options_obj).parse_project(svip3_project)
|
|
27
27
|
|
|
28
28
|
@classmethod
|
|
29
29
|
def dump(cls, path: pathlib.Path, project: Project, options: plugin_base.OptionsDict) -> None:
|
|
30
30
|
options_obj = cls.output_option_cls(**options)
|
|
31
31
|
svip3_project = Svip3Generator(options_obj).generate_project(project)
|
|
32
|
-
path.write_bytes(
|
|
32
|
+
path.write_bytes(svip3_project.to_binary())
|