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