Home
last modified time | relevance | path

Searched refs:gTunePlayer (Results 1 – 2 of 2) sorted by relevance

/dports/audio/sdl_mixer/SDL_mixer-1.2.12/native_midi/
H A Dnative_midi_mac.c78 static TunePlayer gTunePlayer = NULL;
128 if (gTunePlayer == NULL)
178 CloseComponent(gTunePlayer);
179 gTunePlayer = NULL;
188 assert (gTunePlayer != NULL);
250 if (gTunePlayer == NULL)
254 TuneStop(gTunePlayer, 0);
257 TuneUnroll(gTunePlayer);
262 if (gTunePlayer != NULL)
266 TuneGetStatus(gTunePlayer,&ts);
[all …]
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/native_midi/
H A Dnative_midi_mac.c79 static TunePlayer gTunePlayer = NULL; variable
129 if (gTunePlayer == NULL) in native_midi_loadsong_RW()
175 CloseComponent(gTunePlayer); in native_midi_freesong()
176 gTunePlayer = NULL; in native_midi_freesong()
185 assert (gTunePlayer != NULL); in native_midi_start()
216 tpError = TunePreroll(gTunePlayer); in native_midi_start()
255 if (gTunePlayer == NULL) in native_midi_stop()
259 TuneStop(gTunePlayer, 0); in native_midi_stop()
262 TuneUnroll(gTunePlayer); in native_midi_stop()
267 if (gTunePlayer != NULL) in native_midi_active()
[all …]