Commit Graph

6 Commits

Author SHA1 Message Date
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
3c5cd8b571 Update plugins and fix Maven publishing task configuration
Upgraded Foojay and Dokka plugins to newer versions for compatibility and added proper dependency handling for signing tasks in Maven publishing. This ensures the publication process aligns with the updated project configuration.
2024-12-14 15:19:29 +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
313f185447 Remove gradle.properties file.
The file contained only a single Kotlin code style configuration. This is no longer necessary as the default code style setting is already applied.
2024-12-14 15:07:24 +01:00
2eb41a0d56 Initial commit 2024-12-14 10:01:08 +00:00