#Drummy
This is a C++/Qt application which will help all the drummers out there who want to create tabs for songs.
If you want to know more, go to the official website!
You can either download this app and start recording or send me a pull request with bug fixed or new features.
I don't have the time to actively develop this application any more. If there are any issues, let me know and I'll fix it. However, don't expect new features. Sorry. I started this application as an experiment (it was my first C++ application) and it will stay an experiment.
- fork this project on GitHub
- clone your fork to work on your local machine
- Set up your working environment and learn how to use Qt
- happy coding
###Update language files
lupdate -no-obsolete Drummy.pro
After updating the language file you have to build the .qm files out of the .ts files by executing
lrelease Drummy.pro
coming soon...
coming soon...
# create version file
python git_sha.py
# run qmake
qmake Drummy.pro -r -spec macx-g++ CONFIG+=release
#run make
make -w
#build app (for deployment)
macdeployqt Drummy.app -verbose=2 -dmg