NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::snd::detail::SeqPlayer::ParserPlayerParam Struct Reference

Description

Definition at line 73 of file snd_SeqPlayer.h.

Public Attributes

u8 volume
 
u8 priority
 
u8 timebase
 
u16 tempo
 
NoteOnCallbackcallback
 

Member Data Documentation

◆ volume

u8 nw4r::snd::detail::SeqPlayer::ParserPlayerParam::volume

Definition at line 75 of file snd_SeqPlayer.h.

◆ priority

u8 nw4r::snd::detail::SeqPlayer::ParserPlayerParam::priority

Definition at line 76 of file snd_SeqPlayer.h.

◆ timebase

u8 nw4r::snd::detail::SeqPlayer::ParserPlayerParam::timebase

Definition at line 77 of file snd_SeqPlayer.h.

◆ tempo

u16 nw4r::snd::detail::SeqPlayer::ParserPlayerParam::tempo

Definition at line 79 of file snd_SeqPlayer.h.

◆ callback

NoteOnCallback* nw4r::snd::detail::SeqPlayer::ParserPlayerParam::callback

Definition at line 81 of file snd_SeqPlayer.h.