nvmrc
This commit is contained in:
parent
9eee1ce3c2
commit
fb9a371e7e
2 changed files with 1 additions and 1 deletions
1
.nvmrc
Normal file
1
.nvmrc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
v20.19.1
|
||||||
|
|
@ -347,7 +347,6 @@ const buttonToggle = (control: MidiControl<MessageType.NoteOn> | undefined, page
|
||||||
})
|
})
|
||||||
|
|
||||||
odev.addListener(addr, d => {
|
odev.addListener(addr, d => {
|
||||||
console.log('fb page', page, 'val', d.args)
|
|
||||||
control.handleFeedback(page, { velocity: (d.args as any)[0] === 0 ? 127 : 0 });
|
control.handleFeedback(page, { velocity: (d.args as any)[0] === 0 ? 127 : 0 });
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue