5 Commits

Author SHA1 Message Date
09d8f46a46 Update dependencies, Java version, and project settings
Upgraded Kotlin library to version 2.1.0 and updated `typed-byte-arrays` dependency to 0.2.10. Adjusted project settings to use JDK 21 (Temurin) and incremented project version to 0.3.4. Reordered Maven repository definitions for consistency.
2024-12-20 16:33:38 +01:00
a592e91882 Update MIDI message handling and version increment
Refactored MIDI message classes to improve modularity and flexibility, introducing separate classes for distinct MIDI message types. Updated `build.gradle.kts` version to `0.2.0` to reflect these changes. Removed `.idea/.name` file as part of cleanup.
2024-12-16 20:13:41 +01:00
00d8a67ed0 Update MIDI message handling and version increment
Refactored MIDI message classes to improve modularity and flexibility, introducing separate classes for distinct MIDI message types. Updated `build.gradle.kts` version to `0.2.0` to reflect these changes. Removed `.idea/.name` file as part of cleanup.
2024-12-16 14:21:22 +01:00
c615d0e3b7 Refactor project structure and update dependencies
Removed old database-related implementations (`Database`, `Migrations`, and `Main`) and replaced them with a new focus on MIDI message handling. Updated project metadata, introduced multiplatform `MidiMessage` classes, and added publication/CI setup for Maven compatibility.
2024-12-14 15:09:34 +01:00
2eb41a0d56 Initial commit 2024-12-14 10:01:08 +00:00