1 #ifndef _AUDIO_PLAYBACK_H 2 #define _AUDIO_PLAYBACK_H 12 #define NOTE_ALLOC_LAYER 1 13 #define NOTE_ALLOC_CHANNEL 2 14 #define NOTE_ALLOC_SEQ 4 15 #define NOTE_ALLOC_GLOBAL_FREELIST 8 void audio_list_remove(struct AudioListItem *item)
Definition: playback.c:379
void note_pool_fill(struct NotePool *pool, s32 count)
Definition: playback.c:322
Definition: internal.h:337
void note_init_all(void)
Definition: playback.c:576
void init_note_free_list(void)
Definition: playback.c:269
Definition: internal.h:71
void func_80319164(struct Note *note, struct SequenceChannelLayer *seqLayer)
Definition: playback.c:242
void seq_channel_layer_note_decay(struct SequenceChannelLayer *seqLayer)
Definition: playback.c:178
Definition: internal.h:303
void func_80318908(void)
Definition: playback.c:29
void note_pool_clear(struct NotePool *pool)
Definition: playback.c:280
corresponding parameters shall have compatible types If one type has a parameter type list and the other type is specified by a function declarator that is not part of a function definition and contains an empty identifier list
Definition: err.english.cc:617
void init_note_lists(struct NotePool *pool)
Definition: playback.c:258
void seq_channel_layer_note_release(struct SequenceChannelLayer *seqLayer)
Definition: playback.c:182
signed int s32
Definition: ultratypes.h:15
void func_80319BC8(void)
Definition: playback.c:539
void audio_list_push_front(struct AudioListItem *list, struct AudioListItem *item)
Definition: playback.c:367
Definition: internal.h:53
struct Note * alloc_note(struct SequenceChannelLayer *seqLayer)
Definition: playback.c:477