boop is a software synthesizer.
- Clone the repository. Run
git clone [email protected]:dsoskey/boop.git
- Add in oboe as a submodule.
- Run
git submodule init
- Run
git submodule update
- Run
- Download Android Studio and open it up
- Import boop into Android Studio
- Click
Tools > SDK Manager
and install the following SDK tools:- NDK (Side by side): version 21.0.6113669
- CMake: minimum version 3.4.1
- Google USB Driver. Do this one only if you are on Windows.
- Create a signing key
- Create a file named
keystore.properties
at the root of boop with the following data:
storePassword=<password used in keystore>
keyPassword=<password used for signing key>
keyAlias=boop
storeFile=<Path to your keystore>