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

@@ -10,5 +10,6 @@ allprojects {
url = uri("https://gitea.astraeus.nl:8443/api/packages/rnentjes/maven")
}
mavenCentral()
mavenLocal()
}
}