dcower / del2rpp

Tool for converting Synthstrom Audible Deluge songs to REAPER projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

del2rpp (Deluge to REAPER)

Tool for converting Synthstrom Audible Deluge song files (XML) to REAPER project files (RPP).

REAPER screenshot

Limitations

  • 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.

Usage

Colab

Colab allows you to run del2rpp in your browser, without installing it locally.

Follow the instructions in this Colab notebook: del2rpp

Local

  1. Clone or download the repository.

  2. Install pip.

  3. Install del2rpp's dependencies:

python setup.py install
  1. Run del2rpp:
python -m del2rpp example/SONGS/Test.XML out.rpp
  1. Open out.rpp with REAPER.

Issues

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.

About

Tool for converting Synthstrom Audible Deluge songs to REAPER projects.

License:MIT License


Languages

Language:Python 83.9%Language:Jupyter Notebook 16.1%