summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2022-06-21 04:42:02 -0400
committerGitHub <noreply@github.com>2022-06-21 04:42:02 -0400
commit5dda2f9ffc53b01d1eaeeb28da1ef94b46cb2e5c (patch)
treeeb8c9addb44cdb02be576441eaf50a0d46bd59c2 /include
parent00b98027dbb1898f477aebbd9464b37c6f1a80f0 (diff)
audio_seqplayer.c cleanup (#1274)
* Audio Seqplayer Cleanup * More * Edit description * PR Suggestions * while true * Cleanup function declarations * Extra space, oops * Small fix * PR Suggestions * tatums per beat * Edit comment
Diffstat (limited to 'include')
-rw-r--r--include/z64audio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/z64audio.h b/include/z64audio.h
index 40e2757ee..96b374db6 100644
--- a/include/z64audio.h
+++ b/include/z64audio.h
@@ -8,6 +8,7 @@
#define TATUMS_PER_BEAT 48
#define IS_SEQUENCE_CHANNEL_VALID(ptr) ((u32)(ptr) != (u32)&gAudioContext.sequenceChannelNone)
+#define SEQ_NUM_CHANNELS 16
#define MAX_CHANNELS_PER_BANK 3