-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.92: support PMS. fix MP3 keysounds not working in the RPP. update …
…README.
- Loading branch information
Showing
2 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,15 @@ | ||
# BMS to REAPER project (RPP) converter | ||
Written by shockdude in Python 3.7 \ | ||
REAPER is property of Cockos Incorporated: https://www.reaper.fm/ \ | ||
Uses pydub: https://github.com/jiaaro/pydub | ||
Convert BMS charts (also BME, BML, PMS, DTX) into REAPER projects. | ||
|
||
Usage: `python bms_to_rpp.py chart_file.bms [output_file.rpp]` \ | ||
Or just drag-and-drop the chart onto `bms_to_rpp.py` | ||
Usage: Drag-and-drop the chart onto `bms_to_rpp.py` \ | ||
Or use the command line: `python bms_to_rpp.py chart_file.bms [output_project.rpp]` | ||
|
||
Supports WAV (PCM) keysounds. \ | ||
If your BMS does not include WAV keysounds, recommend converting them to WAV first. \ | ||
WAV keysounds recommended. \ | ||
If your BMS does not include WAV keysounds, convert them to WAV first. \ | ||
OGG/MP3 keysounds supported only if ffmpeg is installed, and processing will be very slow. | ||
|
||
Supports BPMs, extended BPMs, measure lengths/time signatures, and STOPs. \ | ||
Negative BPMs untested. Other BMS features may not be implemented. | ||
|
||
Major props to the BMS command memo: http://hitkey.nekokan.dyndns.info/cmds.htm | ||
Written by shockdude in Python 3.7 \ | ||
REAPER is property of Cockos Incorporated: https://www.reaper.fm/ \ | ||
Uses pydub: https://github.com/jiaaro/pydub \ | ||
Major props to the BMS command memo: http://hitkey.nekokan.dyndns.info/cmds.htm \ | ||
Major props to the DTX data format spec: https://ja.osdn.net/projects/dtxmania/wiki/DTX%2520data%2520format |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters