Commit Graph

3 Commits

Author SHA1 Message Date
86fe14b730 Refactor MidiMessage type initialization and add TimedMidiMessage test
Updated `MidiMessage` to initialize with `MIDI_TIMED` type. Introduced `TimedMidiMessageTest` for testing serialization and validation logic. Updated `.gitignore` to include `.idea` directory.
2026-01-25 19:26:37 +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