Also search on name when setting midi port

This commit is contained in:
2024-07-13 16:44:33 +02:00
parent f2269c8865
commit 8df6a4fff6
44 changed files with 2379 additions and 926 deletions

View File

@@ -19,7 +19,7 @@ kotlin {
binaries.executable()
browser {
commonWebpackConfig {
outputFileName = "vst-chip-worklet-ui.js"
outputFileName = "vst-string-worklet-ui.js"
sourceMaps = true
}