feat: basic midimap handling

This commit is contained in:
Felix Roos 2025-02-02 22:01:53 +01:00
parent 0338c5b222
commit 0b1bc74c3b
No known key found for this signature in database
2 changed files with 61 additions and 10 deletions

View file

@ -1514,6 +1514,7 @@ export const { binshift } = registerControl('binshift');
export const { hbrick } = registerControl('hbrick');
export const { lbrick } = registerControl('lbrick');
export const { midichan } = registerControl('midichan');
export const { midimap } = registerControl('midimap');
export const { control } = registerControl('control');
export const { ccn } = registerControl('ccn');
export const { ccv } = registerControl('ccv');