Searched refs:demo_v (Results 1 – 1 of 1) sorted by relevance
341 DEMO_VOICE *demo_v; in play_sound() local362 demo_v = &demo_voices[ax_v->index]; in play_sound()365 first_demo_v = demo_v; // save reference to first voice in play_sound()368 demo_v->ax_voice = ax_v; in play_sound()369 demo_v->sp_entry = SPGetSoundEntry(sp_table, demo_sound[sound].sfx[i]); in play_sound()370 demo_v->link = prev_demo_v; in play_sound()371 prev_demo_v = demo_v; in play_sound()374 SPPrepareSound(demo_v->sp_entry, ax_v, (demo_v->sp_entry)->sampleRate); in play_sound()401 ax_v->pb.addr.endAddressHi = (u16)(demo_v->sp_entry->endAddr >> 16); in play_sound()402 ax_v->pb.addr.endAddressLo = (u16)(demo_v->sp_entry->endAddr & 0xFFFF); in play_sound()[all …]