|
3 weeks ago | |
---|---|---|
audio-automation | 3 weeks ago | |
example | 3 weeks ago | |
gradle/wrapper | 1 month ago | |
.gitignore | 1 month ago | |
README.md | 1 month ago | |
build.gradle | 1 month ago | |
gradle.properties | 1 month ago | |
gradlew | 1 month ago | |
gradlew.bat | 1 month ago | |
settings.gradle | 1 month ago |
This is a MIDI-focused song generation library written in Kotlin for the JVM. It aims to allow for somewhat intuitive construction of generative / randomized "music," making use of Kotlin Flows and coroutines.
The :audio-automation
module is published on JitPack, which you can add to your project by copying the following to your root build.gradle at the end of "repositories".
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
To add the dependency to a module, copy this line into your app's build.gradle file.
implementation 'dev.horrific.code.james.audio-automation:audio-automation:$library_version'
TODO: the API isn't finalized yet, so this section should be added later
Run ./gradlew :example:run
for a demo project.