aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorneauoire <[email protected]>2019-11-01 20:00:25 -0400
committerneauoire <[email protected]>2019-11-01 20:00:25 -0400
commitf3abf65191e9e0d6059cd95d4ed7d4e818424fa9 (patch)
tree9c21affd12dbab9a4a5763fbd4476eb9e91010f2
parent6c732a42c0586862111331656e6fa3ba7ce7f21f (diff)
downloadOrca-f3abf65191e9e0d6059cd95d4ed7d4e818424fa9.tar.gz
Orca-f3abf65191e9e0d6059cd95d4ed7d4e818424fa9.zip
*
-rw-r--r--desktop/core/io/midi.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/core/io/midi.js b/desktop/core/io/midi.js
index f05f932..9ccf764 100644
--- a/desktop/core/io/midi.js
+++ b/desktop/core/io/midi.js
@@ -138,7 +138,6 @@ export default function Midi (terminal) {
for (let id = 0; id < 6; id++) {
if (this.ticks[id]) { clearTimeout(this.ticks[id]) }
this.ticks[id] = setTimeout(() => { this.outputDevice().send([0xF8], 0) }, parseInt(id) * frameFrag)
- console.log('MIDI', 'send ticks:')
}
}