Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.42 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.42 KB

HARMOLOID2

Discord

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.

Supported formats

  • 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)

Project structure

This repository only contains source code of the HARMOLOID2 application. The algorithms are extracted as a library. Check details at: harmoloid-core-kt

Contribution

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.

Get started for development

  1. Install IntelliJ IDEA
  2. Clone and import as a Gradle project
  3. Run by ./gradlew run

License

Apache License, Version 2.0