This commit is contained in:
2024-06-29 20:01:16 +02:00
parent f22a800c93
commit 194857d687
4 changed files with 17 additions and 15 deletions

View File

@@ -166,7 +166,7 @@ object MainView : Komponent(), CssName {
onInputFunction = { event ->
val target = event.target as HTMLInputElement
println("onInput channel: $target")
VstChipWorklet.setChannel(target.value.toInt())
VstChipWorklet.midiChannel = target.value.toInt()
}
}
}