diff options
author | Devine Lu Linvega <[email protected]> | 2019-04-05 10:57:06 +0900 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-04-05 10:57:06 +0900 |
commit | c3e2c06b20c771ed42be176ea37ba9e759407b8d (patch) | |
tree | fad56145d27d63e45814b6f711ea3c5539d65f37 | |
parent | 5c1eb3117b8f99f095f29f0df1f36891debcf954 (diff) | |
download | Orca-c3e2c06b20c771ed42be176ea37ba9e759407b8d.tar.gz Orca-c3e2c06b20c771ed42be176ea37ba9e759407b8d.zip |
Typo
-rw-r--r-- | desktop/core/library/_cc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/core/library/_cc.js b/desktop/core/library/_cc.js index e6f8f1c..9861a95 100644 --- a/desktop/core/library/_cc.js +++ b/desktop/core/library/_cc.js @@ -16,7 +16,7 @@ function OperatorCC (orca, x, y) { if (!this.bang() && force === false) { return } const channel = this.listen(this.ports.input.channel, true) - const knob = this.listen(this.ports.input.channel, true) + const knob = this.listen(this.ports.knob.channel, true) const rawValue = this.listen(this.ports.input.value, true) const val = Math.ceil((127 * rawValue) / 35) |