update ProgramChange from pc to progNum

- add progNum keyword handler
- update midicmd handler to handle 'progNum' case
This commit is contained in:
nkymut 2025-01-22 06:48:55 +08:00
parent f95eadab2f
commit a4792e29f5
2 changed files with 14 additions and 5 deletions

View file

@ -1513,7 +1513,6 @@ export const { midichan } = registerControl('midichan');
export const { control } = registerControl('control');
export const { ccn } = registerControl('ccn');
export const { ccv } = registerControl('ccv');
export const { pc } = registerControl('pc');
export const { sysexid } = registerControl('sysexid');
export const { sysexdata } = registerControl('sysexdata');
export const { polyTouch } = registerControl('polyTouch');