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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user