HARMOLOID is an application for generating simple chorus based on projects of singing voice synthesizers.
The current version 2.x
is built with Kotlin for JavaScript
and React.
- VOCALOID 3/4 project (.vsqx)
- VOCALOID 5 project (.vpr)
- UTAU project (.ust)
- CeVIO project (.ccs)
- Synthesizer V Studio project (.svp)
- OpenUtau project (.ustx)
- UtaFormatix Data (.ufdata)
This repository only contains source code of the HARMOLOID2 application. The algorithms are extracted as a library. Check details at: harmoloid-core-kt
This project is basically built in the same structure with utaformatix3, sharing some code written by other developers. Thank you very much for your effort.
- Install IntelliJ IDEA
- Clone and import as a Gradle project
- Run by
./gradlew run