Initial commit

This commit is contained in:
2024-12-14 10:01:08 +00:00
commit 2eb41a0d56
22 changed files with 748 additions and 0 deletions

5
settings.gradle.kts Normal file
View File

@@ -0,0 +1,5 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
}
val REPO_NAME = "template"
rootProject.name = "midi-arrays"