Update dependencies and refine MIDI handling.

Upgraded various dependencies, including `vst-ui-base` to 1.2.0 and build configurations to include `mavenLocal`. Refined MIDI handling by removing redundant logging to improve performance and clarity. Adjusted knob component value ranges for better user experience.
This commit is contained in:
2024-12-26 14:23:16 +01:00
parent d58fb9c7b5
commit 60a21bbd79
4 changed files with 23 additions and 26 deletions

View File

@@ -57,8 +57,7 @@ kotlin {
dependencies {
//base
implementation("nl.astraeus:kotlin-css-generator:1.0.10")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.0")
implementation("nl.astraeus:vst-ui-base:1.1.2")
implementation("nl.astraeus:vst-ui-base:1.2.0")
implementation("nl.astraeus:midi-arrays:0.3.2")
}
}
@@ -81,6 +80,7 @@ kotlin {
val jvmMain by getting {
dependencies {
//base
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.0")
implementation("io.undertow:undertow-core:2.3.14.Final")
implementation("io.undertow:undertow-websockets-jsr:2.3.14.Final")