mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 14:26:58 -04:00
remove log
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user