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.
This commit is contained in:
2026-01-25 19:26:37 +01:00
parent fcdd12d137
commit 86fe14b730
3 changed files with 16 additions and 9 deletions

1
.gitignore vendored
View File

@@ -45,3 +45,4 @@ bin/
.kotlin
kotlin-js-store
gradle.properties
.idea