10 Commits

Author SHA1 Message Date
3d2d305fee Merge remote-tracking branch 'origin/master' 2025-05-15 16:16:01 +02:00
6be7ae5172 Add MidiMessageHandler for managing MIDI message handlers
Introduced `MidiMessageHandler` with support for adding and invoking handlers based on byte inputs. This enables more flexible and organized handling of MIDI messages within the application.
2025-05-15 16:15:56 +02:00
50d6101f22 Update Kotlin plugin and project version
Upgraded the Kotlin multiplatform plugin to version 2.1.10 for better compatibility and features. Changed the project version to 1.1.0-SNAPSHOT to reflect the ongoing development phase.
2025-03-17 18:15:11 +00:00
e61a1ef7c9 Revert to kotlin 2.0.21 2024-12-08 09:49:36 +01:00
2995808bcc Release version 1.0.0 and enhance repository credentials
This commit finalizes the release version by updating the version number from "1.0.0-SNAPSHOT" to "1.0.0" in the `build.gradle.kts` file. It also adds repository credentials for two Maven repositories, "gitea" and "gitea8443", to enable authenticated access. These changes ensure proper versioning and enhance secure access to dependencies.
2024-12-07 17:21:48 +01:00
9fb33adaa9 Update dependencies and modify .gitignore
This commit updates various dependencies in the `yarn.lock` file to newer versions to maintain compatibility and security. It also adds `gradle.properties` to the `.gitignore` file, preventing it from being tracked by Git. The updates aim to enhance stability and maintainability of the codebase.
2024-11-29 17:33:03 +01:00
89ce157fc5 Remove gradle.properties file
The gradle.properties file, which contained the Kotlin code style configuration, was deleted. This change ensures that the project no longer enforces a specific Kotlin coding style through this file.
2024-11-29 16:21:17 +01:00
696a700122 Fix ADSR release timing 2024-08-12 20:35:49 +02:00
0a55c8ff82 ADSR envelope 2024-06-30 20:33:16 +02:00
6147bfe5db Initial commit 2024-06-20 19:00:07 +02:00