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
Project with which it’s possible to convert GuitarPro tabs to MIDI files. GuitarPro-to-Midi
ReaperAutomation
directory is where the reaper template sits and the autiomation scripts (not yet ready).
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.