Also search on name when setting midi port
This commit is contained in:
@@ -21,13 +21,13 @@ kotlin {
|
||||
|
||||
browser {
|
||||
commonWebpackConfig {
|
||||
outputFileName = "vst-chip-worklet.js"
|
||||
outputFileName = "vst-string-worklet.js"
|
||||
sourceMaps = true
|
||||
}
|
||||
|
||||
webpackTask {
|
||||
output.libraryTarget = KotlinWebpackOutput.Target.VAR
|
||||
output.library = "vstChipWorklet"
|
||||
output.library = "vstStringWorklet"
|
||||
}
|
||||
|
||||
distribution {
|
||||
|
||||
Reference in New Issue
Block a user