mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-07 07:21:39 -04:00
remove console statement
This commit is contained in:
@@ -6,7 +6,6 @@ const OFF_MESSAGE = 0x80;
|
||||
|
||||
export function processMidi(output) {
|
||||
return this.onTrigger((time, hap, currentTime) => {
|
||||
console.log('here');
|
||||
const { note, nrpnn, nrpv, ccn, ccv } = hap.value;
|
||||
const offset = (time - currentTime) * 1000;
|
||||
const velocity = Math.floor((hap.context?.velocity ?? 0.9) * 100); // TODO: refactor velocity
|
||||
|
||||
Reference in New Issue
Block a user