Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.13 KB

README.adoc

File metadata and controls

39 lines (26 loc) · 1.13 KB

Tab To Audio Converter

Tab Splitter

To run tab splitter, install required packages with pip

pip install -r TabSplitter/requirements.txt

and run the tab_splitter.py script aiming it at the GuitarPro tabulature file you wish to separate into single string tracks. The software supports gp3, gp4 and gp5 files.

# destination same as source
python TabSplitter/tab_splitter.py --src path/to/tabulature.gp5

# destination different from source
python TabSplitter/tab_splitter.py --src path/to/tabulature.gp5 --dst path/to/dest_directory

GuitarPro To MIDI

Project with which it’s possible to convert GuitarPro tabs to MIDI files. GuitarPro-to-Midi

Reaper Automation

ReaperAutomation directory is where the reaper template sits and the autiomation scripts (not yet ready).

Reaper Setup

To setup Reaper for automation:

  • Download Reaper

  • Install Reapack[https://reapack.com/]

  • Install JS_ReaScriptAPI extension with Reapack

  • load the midi_window.lua script into Reaper as an Action.