|
pirms 2 mēnešiem | |
---|---|---|
audio-automation | pirms 2 mēnešiem | |
example | pirms 2 mēnešiem | |
gradle/wrapper | pirms 2 mēnešiem | |
.gitignore | pirms 2 mēnešiem | |
README.md | pirms 2 mēnešiem | |
build.gradle | pirms 2 mēnešiem | |
gradle.properties | pirms 2 mēnešiem | |
gradlew | pirms 2 mēnešiem | |
gradlew.bat | pirms 2 mēnešiem | |
settings.gradle | pirms 2 mēnešiem |
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.