Skip to content

This project contains tools that are meant to convert guitar tabulature into wave audio tracks, single track per each string.

Notifications You must be signed in to change notification settings

anthonio9/Tab2AudioConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This project contains tools that are meant to convert guitar tabulature into wave audio tracks, single track per each string.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published