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