summaryrefslogtreecommitdiff
path: root/include/gba/m4a_internal.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-10-05 23:21:03 -0500
committerGitHub <noreply@github.com>2018-10-05 23:21:03 -0500
commit2cb551cf0df29e2602d6a80c16f8bac0a136b134 (patch)
treeed6f6f0faa3a88b86d1332a70ee8b1a64778cd25 /include/gba/m4a_internal.h
parent0659d53c27fcb85b70c6f5a5065967fdc3da115d (diff)
parent4fafb81b2f2e04e910ac05eaee038ff12889d846 (diff)
Merge pull request #13 from ProjectRevoTPP/sound
decompile sound.c
Diffstat (limited to 'include/gba/m4a_internal.h')
-rw-r--r--include/gba/m4a_internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gba/m4a_internal.h b/include/gba/m4a_internal.h
index ff92fcc40..89d5c1f5a 100644
--- a/include/gba/m4a_internal.h
+++ b/include/gba/m4a_internal.h
@@ -404,6 +404,10 @@ void SampleFreqSet(u32 freq);
void m4aSoundVSyncOn(void);
void m4aSoundVSyncOff(void);
+void m4aMPlayTempoControl(struct MusicPlayerInfo *mplayInfo, u16 tempo);
+void m4aMPlayVolumeControl(struct MusicPlayerInfo *mplayInfo, u16 trackBits, u16 volume);
+void m4aMPlayPitchControl(struct MusicPlayerInfo *mplayInfo, u16 trackBits, s16 pitch);
+void m4aMPlayPanpotControl(struct MusicPlayerInfo *mplayInfo, u16 trackBits, s8 pan);
void ClearModM(struct MusicPlayerTrack *track);
void m4aMPlayModDepthSet(struct MusicPlayerInfo *mplayInfo, u16 trackBits, u8 modDepth);
void m4aMPlayLFOSpeedSet(struct MusicPlayerInfo *mplayInfo, u16 trackBits, u8 lfoSpeed);