aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2019-04-05 10:57:06 +0900
committerDevine Lu Linvega <[email protected]>2019-04-05 10:57:06 +0900
commitc3e2c06b20c771ed42be176ea37ba9e759407b8d (patch)
treefad56145d27d63e45814b6f711ea3c5539d65f37
parent5c1eb3117b8f99f095f29f0df1f36891debcf954 (diff)
downloadOrca-c3e2c06b20c771ed42be176ea37ba9e759407b8d.tar.gz
Orca-c3e2c06b20c771ed42be176ea37ba9e759407b8d.zip
Typo
-rw-r--r--desktop/core/library/_cc.js2
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)