refactor(midi): extract MIDI message handlers into dedicated functions
- Move MIDI API logic into separate functions following #1274 (sendCC, sendProgramChange, sendPitchBend, etc.)
This commit is contained in:
parent
919c2854d5
commit
f802f18d68
4 changed files with 59 additions and 221 deletions
|
|
@ -1514,8 +1514,6 @@ export const { binshift } = registerControl('binshift');
|
|||
export const { hbrick } = registerControl('hbrick');
|
||||
export const { lbrick } = registerControl('lbrick');
|
||||
|
||||
|
||||
|
||||
export const { frameRate } = registerControl('frameRate');
|
||||
export const { frames } = registerControl('frames');
|
||||
export const { hours } = registerControl('hours');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue