Tool for converting Synthstrom Audible Deluge song files (XML) to REAPER project files (RPP).
- Currently, only songs written in the arranger mode on the Deluge are converted to REAPER projects; anything not in arranger mode is ignored.
- For audio clip paths to resolve correctly, you should preserve the Deluge's file structure. Don't move your XML out of the
SONGS/
directory -- leave it where it is, and leave the song's audio clips where they are. - Clips from kits are converted to MIDI notes, with each increasing MIDI pitch representing a row in the kit. This means that you'll have to use a sampler plugin to get your kit sounds to play properly in REAPER.
Colab allows you to run del2rpp in your browser, without installing it locally.
Follow the instructions in this Colab notebook: del2rpp
-
Clone or download the repository.
-
Install pip.
-
Install del2rpp's dependencies:
python setup.py install
- Run
del2rpp
:
python -m del2rpp example/SONGS/Test.XML out.rpp
- Open
out.rpp
with REAPER.
del2rpp is early software, and as such it will sometimes break. If you hit any issues, please submit an issue and attach the song file that caused the issue.