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).
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
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.
If you have any issue with this script, feel free to open an issue describing your problem. I'll try to help you ASAP.