remove log
This commit is contained in:
parent
3a69fd50bb
commit
30d96dcb65
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue