mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-24 20:18:34 +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) => {
|
listeners[input] = (e) => {
|
||||||
const cc = e.dataBytes[0];
|
const cc = e.dataBytes[0];
|
||||||
const v = e.dataBytes[1];
|
const v = e.dataBytes[1];
|
||||||
console.log(cc, v);
|
|
||||||
refs[input][cc] = v / 127;
|
refs[input][cc] = v / 127;
|
||||||
};
|
};
|
||||||
device.addListener('midimessage', listeners[input]);
|
device.addListener('midimessage', listeners[input]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user