diff options
Diffstat (limited to 'desktop/core/library/c.js')
-rw-r--r-- | desktop/core/library/c.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/core/library/c.js b/desktop/core/library/c.js index 394b5a3..c09fa7c 100644 --- a/desktop/core/library/c.js +++ b/desktop/core/library/c.js @@ -17,7 +17,7 @@ function OperatorC (orca, x, y, passive) { const mod = this.listen(this.ports.input.mod, true) const val = (Math.floor(orca.f / rate) % (mod || 10)) const res = orca.keyOf(val) - this.output(`${res}`) + this.output(`${res}`, false, true) } } |