Cleanup
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user