aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2019-06-12 18:03:37 +0900
committerDevine Lu Linvega <[email protected]>2019-06-12 18:03:37 +0900
commitbc66308f7fadf5785db683d7f1deb85d9829e6d4 (patch)
tree090f6a623c21e2d4a8998fa036d95661c8a9cb34
parent6081af9f3165269a6fdca160f52c8fcd98f975e0 (diff)
downloadOrca-bc66308f7fadf5785db683d7f1deb85d9829e6d4.tar.gz
Orca-bc66308f7fadf5785db683d7f1deb85d9829e6d4.zip
Added norns port
-rw-r--r--desktop/core/io/osc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/core/io/osc.js b/desktop/core/io/osc.js
index a7561cc..af5bd56 100644
--- a/desktop/core/io/osc.js
+++ b/desktop/core/io/osc.js
@@ -5,7 +5,7 @@ const osc = require('node-osc')
export default function Osc (terminal) {
this.stack = []
this.port = null
- this.options = { default: 49162, tidalCycles: 6010, sonicPi: 4559, superCollider: 57120 }
+ this.options = { default: 49162, tidalCycles: 6010, sonicPi: 4559, superCollider: 57120, norns: 10111 }
this.start = function () {
console.info('OSC', 'Starting..')