davidcralph / utaformatix3

An application for converting projects among singing voice synthesizer softwares.

Home Page:https://sdercolin.github.io/utaformatix3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UtaFormatix3

Discord

UtaFormatix is an application for converting projects among singing voice synthesizer softwares.

The current version 3.x is built with Kotlin for JavaScript and React.

Features

  • Supported importing formats: .vsqx(3/4), .vpr, .vsq, .mid(VOCALOID), .mid(standard), .ust, .ustx, .ccs,.xml(MusicXML) , .musicxml, .svp, .s5p, .dv, .ppsf(NT), .ufdata
  • Supported exporting formats: .vsqx(4), .vpr, .vsq, .mid(VOCALOID), .mid(standard), .ust, .ustx, .ccs, .xml(MusicXML) , .svp, .s5p, .dv, .ufdata
  • Keep information including: tracks, notes, tempo labels, time signatures
  • Detect and convert Japanese lyrics types
    • between CV and VCV
    • between Kana and Romaji
  • Find/Replace texts in the lyrics
  • Convert pitch for the following supported formats
Format Pitch import Vibrato import Pitch export
VSQ/VSQX/VPR/MID(V1)
UST(mode2)
UST(mode1) N/A
USTX
CCS
SVP
S5P
DV

Open format published (.ufdata)

We have published the internal data format of UtaFormatix to UtaFormatix Data.

If you are developing OSS projects related to singing voice synthesis, you may find it useful.

Contributors

sdercolin, ghosrt , shine5402

Localization help

時雨ゆん, KagamineP , Exorcism0666

Get started for development

  1. Install IntelliJ IDEA
  2. Clone and import as a Gradle project
  3. Configure IDEA's Gradle settings with JDK 11 and Use Gradle from: gradle-wrapper.properties file
  4. Run by ./gradlew run or Gradle Task other/run

Contribution

Code contribution is welcomed. Basically, please cut your branch from develop and make Pull Requests towards develop branch.

Adding a format support

Please check Format.kt and its usages.

Adding a Language

Please check Strings.kt.

Adding a configurable process

Please check ConfigurationEditor.kt about how the existing processes work.

Build/Format check

Pull requests require build check to be merged. Besides normal building of the project, a format check is conducted. Please confirm that the build and ktlintCheck Gradle tasks pass before submitting your code.

You may find ktlintFormat task helpful, which helps fix most format problems.

If your IDE's formatter is conflicting with ktlint, please import format settings from .editorconfig (IntelliJ IDEA uses it by default).

License

Apache License, Version 2.0

About

An application for converting projects among singing voice synthesizer softwares.

https://sdercolin.github.io/utaformatix3/

License:Other


Languages

Language:Kotlin 99.3%Language:CSS 0.4%Language:JavaScript 0.2%Language:HTML 0.2%