Skip to content

Releases: rokujyushi/ENUNU

ENUNUv0.6.0-openutau_v0.3

06 Nov 16:11
Compare
Choose a tag to compare

更新内容

  • OpenUtau用ENUNU v0.4.0のフォークを作成
  • ENUNUのバージョンを0.6.0にアップデート
    • スタイルシフトは恐らく対応(動作確認取れず)
  • utaupy1.18.3に対応
  • タイミング補正v1.4.1に対応(https://twitter.com/canon_73/status/1644874972710735873
    • enuconfig.yamlに※1を記入
  • プラグインとして起動できるようにバッチファイルを追加
    • 管理者権限で起動するようにしました。(デフォルト無効)

Update Details

  • Created a fork of ENUNU v0.4.0 for OpenUtau
  • Updated ENUNU version to 0.6.0
    • style shift probably supported (not confirmed)
  • utaupy 1.18.3 is supported
  • Supported timing correction v1.4.1 (https://twitter.com/canon_73/status/1644874972710735873 )
    • Fill in *1 in enuconfig.yaml
  • added a batch file so that it can be started as a plugin
    • Start with administrator privileges. (default disabled)
      ※1
extensions:
    timing_editor: [
            "%e/extensions/velocity_applier.py",
            "%v/timing_auto_correct/enunu_timing_auto_correct.py",
        ]
    acoustic_calculator: "built-in"
    timing_calculator: "built-in"
    ust_converter: "built-in"

ENUNUv0.6.0-openutau_v0.2.1

06 Jun 23:09
Compare
Choose a tag to compare

更新内容

Update Details

  • Created a fork of ENUNU v0.4.0 for OpenUtau
  • Updated ENUNU version to 0.6.0
    • Style shift probably supported (not confirmed to work)
  • Timing correction v1.4.1 is supported
    • Fill in ※1 in enuconfig.yaml
  • Add batch file so that it can be activated as a plugin
  • Allow tempo to decimal point
    (utaupy's pull request oatsu-gh/utaupy#12 is in progress.)

※1

extensions:
    timing_editor: [
            "%e/extensions/velocity_applier.py",
            "%v/timing_auto_correct/enunu_timing_auto_correct.py",
        ]
    acoustic_calculator: "built-in"
    timing_calculator: "built-in"
    ust_converter: "built-in"

ENUNUv0.6.0-openutau_v0.1

09 Apr 06:14
Compare
Choose a tag to compare

更新内容

  • OpenUtau用ENUNU v0.4.0のフォークを作成
  • ENUNUのバージョンを0.6.0にアップデート
    • スタイルシフトは恐らく対応(動作確認取れず)
  • タイミング補正v1.4.1に対応(https://twitter.com/canon_73/status/1644874972710735873
    • enuconfig.yamlに※1を記入
  • プラグインとして起動できるようにバッチファイルを追加

Update Details

  • Created a fork of ENUNU v0.4.0 for OpenUtau
  • Updated ENUNU version to 0.6.0
    • Style shift probably supported (not confirmed to work)
  • Timing correction v1.4.1 is supported
    • Fill in ※1 in enuconfig.yaml
  • Add batch file so that it can be activated as a plugin

※1

extensions:
    timing_editor: [
            "%e/extensions/velocity_applier.py",
            "%v/timing_auto_correct/enunu_timing_auto_correct.py",
        ]
    acoustic_calculator: "built-in"
    timing_calculator: "built-in"
    ust_converter: "built-in"

Full Changelog: https://github.com/rokujyushi/ENUNU/commits/v0.6.0-openutau_v0.1

ENUNUv0.5.2-openutau_v0.1

30 Apr 12:12
Compare
Choose a tag to compare

注意

  • ENUNUを入れ替えただけで詳細動作未確認です。
  • The detailed operation has not been tested yet, just replacing ENUNU.

更新内容

  • ENUNUのバージョンを0.5.2にアップデート
    • バージョンアップに合わせてENUNUサーバーの処理を変更
  • タイミング補正v1.4.1に対応(https://twitter.com/canon_73/status/1644874972710735873)
    • enuconfig.yamlに※1を記入
  • プラグインとして起動できるようにバッチファイルを追加
    • 管理者権限で起動するようにしました。

Update details

  • Updated ENUNU version to 0.5.2
    • Changed ENUNU server processing to match the new version
  • Timing correction v1.4.1 supported (https://twitter.com/canon_73/status/1644874972710735873)
    • Fill in *1 in enuconfig.yaml
  • Added batch file so that it can be started as a plugin
    • Added to start with administrator privileges

※1

extensions:
    timing_editor: [
            "%e/extensions/velocity_applier.py",
            "%v/timing_auto_correct/enunu_timing_auto_correct.py",
        ]
    acoustic_calculator: "built-in"
    timing_calculator: "built-in"
    ust_converter: "built-in"