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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/midi/midiutil.c b/apps/plugins/midi/midiutil.c
index 92ab8db8d6..65ba9c8989 100644
--- a/apps/plugins/midi/midiutil.c
+++ b/apps/plugins/midi/midiutil.c
@@ -28,7 +28,8 @@ int chPW[16] IBSS_ATTR; /* Channel pitch wheel, MSB only */
28int chPBDepth[16] IBSS_ATTR; /* Channel pitch bend depth */ 28int chPBDepth[16] IBSS_ATTR; /* Channel pitch bend depth */
29int chPBNoteOffset[16] IBSS_ATTR; /* Pre-computed whole semitone offset */ 29int chPBNoteOffset[16] IBSS_ATTR; /* Pre-computed whole semitone offset */
30int chPBFractBend[16] IBSS_ATTR; /* Fractional bend applied to delta */ 30int chPBFractBend[16] IBSS_ATTR; /* Fractional bend applied to delta */
31 31unsigned char chLastCtrlMSB[16]; /* MIDI regs, used for Controller 6. */
32unsigned char chLastCtrlLSB[16]; /* The non-registered ones are ignored */
32 33
33struct GPatch * gusload(char *); 34struct GPatch * gusload(char *);
34struct GPatch * patchSet[128]; 35struct GPatch * patchSet[128];