summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/midiutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/midi/midiutil.c')
-rw-r--r--apps/plugins/midi/midiutil.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/plugins/midi/midiutil.c b/apps/plugins/midi/midiutil.c
index 8cf8ffcde6..92ab8db8d6 100644
--- a/apps/plugins/midi/midiutil.c
+++ b/apps/plugins/midi/midiutil.c
@@ -25,7 +25,10 @@ int chVol[16] IBSS_ATTR; /* Channel volume */
25int chPan[16] IBSS_ATTR; /* Channel panning */ 25int chPan[16] IBSS_ATTR; /* Channel panning */
26int chPat[16] IBSS_ATTR; /* Channel patch */ 26int chPat[16] IBSS_ATTR; /* Channel patch */
27int chPW[16] IBSS_ATTR; /* Channel pitch wheel, MSB only */ 27int chPW[16] IBSS_ATTR; /* Channel pitch wheel, MSB only */
28int chPBDepth[16] IBSS_ATTR; /* Channel pitch wheel, MSB only */ 28int chPBDepth[16] IBSS_ATTR; /* Channel pitch bend depth */
29int chPBNoteOffset[16] IBSS_ATTR; /* Pre-computed whole semitone offset */
30int chPBFractBend[16] IBSS_ATTR; /* Fractional bend applied to delta */
31
29 32
30struct GPatch * gusload(char *); 33struct GPatch * gusload(char *);
31struct GPatch * patchSet[128]; 34struct GPatch * patchSet[128];