This is a FOSS drum app for Android.
It all started some years ago when someone showed me an iOS app that was supposed to be 'intuitive' and 'magical'. I bet myself I could create something better for Android in just a weekend.
And I did exactly that, it just took a couple of years...
To run this app, you will need Java and Android SDKs.
To build the project and run on desktop
./gradlew desktop:runTo build for android and upload it to your device
./gradlew installDebugAsset sources are found under the extra folder. To compile assets you will need the following tools:
- "sox" for converting samples
- ImageMagic for converting PNG images
- Inkscape for rendering SVG files
That is,
sudo apt-get install sox imagemagick inkscape
make setupTo build the assets, you should do
make