Seperated audio function definitons to a header file, and got some cleaner matches on a few other functions in the process due to this

This commit is contained in:
Ryan Myers
2021-09-10 12:13:18 -04:00
parent 2e6527c4c7
commit cdee8272e2
8 changed files with 155 additions and 208 deletions
+3 -3
View File
@@ -532,9 +532,9 @@ typedef struct {
ALVolumeEvent vol;
ALSeqpLoopEvent loop;
ALSeqpVolEvent spvol;
ALSeqpPriorityEvent sppriority;
ALSeqpSeqEvent spseq;
ALSeqpBankEvent spbank;
ALSeqpPriorityEvent sppriority;
ALSeqpSeqEvent spseq;
ALSeqpBankEvent spbank;
ALOscEvent osc;
} msg;
} ALEvent;