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