Skip to content

domoritz/drummy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Drummy

Record tabs from a song or your mind just by using your keyboard.

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!

What to do?

You can either download this app and start recording or send me a pull request with bug fixed or new features.

Status

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.

If you want to help developing

  1. fork this project on GitHub
  2. clone your fork to work on your local machine
  3. Set up your working environment and learn how to use Qt
  4. happy coding

Developer notes

###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

How to build

Windows

coming soon...

Linux

coming soon...

Mac

# 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

FAQ

About

A drum recording software written in Qt/C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors