Skip to content

Volian0/json2midi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

json2midi

JSON to MIDI converter for Piano Tiles 2

How to install

git clone https://github.com/Volian0/json2midi
cd json2midi
g++ src/*.cpp -std=c++11 -o json2midi

How to update

cd json2midi
git pull
g++ src/*.cpp -std=c++11 -o json2midi

How to use

Automatic

If the JSON file contains bpms and baseBeats, you can just simply pass the filename as parameter
json2midi song.json
or
json2midi song.json auto

Manual

In this mode, you need to specify all required bpms and baseBeats for each part
json2midi song.json 120 0.25 122 0.25 124 0.5

Using music_json.csv

You can convert the entire CSV by passing it as parameter
json2midi music_json.csv

About

JSON to MIDI converter for Piano Tiles 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages