Skip to content

Commit

Permalink
Added TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Iturralde authored and Tomas Iturralde committed Feb 17, 2022
1 parent c493a03 commit 05d58dc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A python script to port songs from [Karaoke Mugen](https://karaokes.moe/en/) to [Vocaluxe](https://www.vocaluxe.org/).

As Karaoke Mugen does not feature pitch mapping, only timings will be generated by the script.
As Karaoke Mugen does not feature pitch mapping, only timings will be generated by the script. Pitches can be automatically generated from the mapped file using [Ultrastar Pitch](https://github.com/paradigmn/ultrastar_pitch) (Accuracy will vary per map).

## How to run

Expand All @@ -15,3 +15,8 @@ To run the script you need [python](https://www.python.org/) (Version 3.6 or new
The requirements for the script can be installed using: `python -m pip install -r requirements.txt`.

Once the script is done it will place the converted song inside the `out` folder.

## TODO

- Improve note length adjustment.
- UI improvements (Program Output section of the UI doesn't work properly).

0 comments on commit 05d58dc

Please sign in to comment.