Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 687 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 687 Bytes

ad2gp

A simple script to convert midi notes you got from Addictive Drums 2 to Guitar Pro 7 (versions my differ, I tested on the ones I specified).

Installation

The only dependency script needs is "mido", it provides a simple way of working with midi files. To install simply run:

pip install -r requirements.txt

Usage

To use script provide to it path to your midi file like this:

python ad2gp.py /home/artist/my-awesome-drums.mid

After conversion you'll get converted.mid in your work directory.

Troubleshooting

If you have any issue with this script, feel free to open an issue describing your problem. I'll try to help you ASAP.