Skip to content
delta-kimigatame edited this page Jan 15, 2019 · 8 revisions

Welcome to the utauPlugin wiki!

  • 飴屋/菖蒲氏によって公開されている,Windows向けに作成された歌声合成ソフトウェア「UTAU」の, プラグイン作成のためのC#クラスライブラリです.
  • Visual studio(.Net Framework 4.5)での使用を想定しています.
  • UTAU公式サイト(http://utau2008.web.fc2.com/)
  • UTAUプラグインの仕様(https://www20.atwiki.jp/utaou/pages/64.html)
  • 多分外国の2バイト環境でも動きます. 本家がutf-8になりそうなので,当面様子見の予定です.

目次

  1. 導入方法
  2. 使い方
  3. APIリファレンス
    1. utauPlugin
      1. UtauPlugin
        1. EntryMethods
      2. Ust
      3. Note
        1. API早見表
          1. Num
          2. Length
          3. Lyric
          4. NoteNum
          5. Pre
          6. Ove
          7. Stp
          8. Velocity
          9. Intensity
          10. Mod
          11. Flags
          12. Pitches
          13. PbStart
          14. PbType
          15. Mode2Pitch
          16. Pbs
          17. Pbw
          18. Pby
          19. Pbm
          20. Envelope
          21. Vibrato
          22. Label
          23. Direct
          24. Region
          25. RegionEnd
          26. AtPre
          27. AtOve
          28. AtStp
          29. AtAlias
          30. AtFileName
          31. オリジナルエントリー
        2. Entry
        3. NoteNum
        4. Pre
        5. Pitches
        6. Mode2Pitch
        7. Envelope
        8. Vibrato
        9. AliasData
    2. UtauVoiceBank
      1. VoiceBank
      2. MapValue
      3. Oto
    3. Wave
      1. Wave
        1. Header
Clone this wiki locally