An open-source tool for converting a chart to MIDI
This is a Python tool built using PySide6 that allows you to convert a chart into MIDI, useful for FLP/FLM maker.
- Download in GitHub
- Locate
.exefile and Launch it - Click at
BrowseofChart File - Select a chart file and open it
- Click at
BrowseofMetadata/Meta File(If your chart file has detected as a V-Slice/Codename Engine format) - Select a
your-song.metadata.json (for V-Slice) or meta.json (for Codename Engine)file and open it - Click at
BrowseofOutput MIDI - Select any save location and save it
- Set the format engine (optional, as it is set automatically) and difficulty (if the format engine is V-Slice) and BPM (adjust according to the chart file or in the metadata/meta file)
- Click at
Convert to MIDIbutton - Wait until the process are completed.
Note
Use this method if you can't run the app via executable on Method 1
- Click at
Codebutton then click atDownload ZIPbutton - Locate
.zipfile and extract it - Open the folder and click on
install_dependencies.batfile - Wait until the process are completed then close it
- After that right-click and click
Open in Terminal - Type
venv\Scripts\activate.batorvenv\Scripts\activateand enter then typepython Main.pyand enter again - Do steps 3-11 from Method 1.
If you'd like to contribute to this open-source tool, please fork it, make your changes, and then submit a pull request.
If you'd see a bug, please report the bug here!
This open-source tool is licensed under GNU Affero General Public License v3.0. See LICENSE for details.