mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
remove log
This commit is contained in:
parent
3a69fd50bb
commit
30d96dcb65
@ -159,7 +159,6 @@ export async function midin(input) {
|
||||
listeners[input] = (e) => {
|
||||
const cc = e.dataBytes[0];
|
||||
const v = e.dataBytes[1];
|
||||
console.log(cc, v);
|
||||
refs[input][cc] = v / 127;
|
||||
};
|
||||
device.addListener('midimessage', listeners[input]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user