|
hace 2 meses | |
---|---|---|
audio-automation | hace 2 meses | |
example | hace 2 meses | |
gradle/wrapper | hace 2 meses | |
.gitignore | hace 2 meses | |
README.md | hace 2 meses | |
build.gradle | hace 2 meses | |
gradle.properties | hace 2 meses | |
gradlew | hace 2 meses | |
gradlew.bat | hace 2 meses | |
settings.gradle | hace 2 meses |
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.