forked from len0rd/rockbox
MIDI: At long last, though quick and dirty, pitch bend depth! Or, I think it works. Tested on two
files. Let me know if anyone discovers any problems with this. This commit also includes Nils's synth loop optimization patch. I hope committing it does not cause problems. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15112 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
99f9550881
commit
1515ff8522
5 changed files with 240 additions and 162 deletions
|
@ -25,6 +25,7 @@ int chVol[16] IBSS_ATTR; /* Channel volume */
|
|||
int chPan[16] IBSS_ATTR; /* Channel panning */
|
||||
int chPat[16] IBSS_ATTR; /* Channel patch */
|
||||
int chPW[16] IBSS_ATTR; /* Channel pitch wheel, MSB only */
|
||||
int chPBDepth[16] IBSS_ATTR; /* Channel pitch wheel, MSB only */
|
||||
|
||||
struct GPatch * gusload(char *);
|
||||
struct GPatch * patchSet[128];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue