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:
nkymut 2025-02-09 10:56:51 +08:00
parent 919c2854d5
commit f802f18d68
4 changed files with 59 additions and 221 deletions

View file

@ -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');