mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
remove console statement
This commit is contained in:
parent
c29c4c0a8b
commit
ad230a8dc7
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user