Home
last modified time | relevance | path

Searched refs:fluid_player_set_loop (Results 1 – 19 of 19) sorted by relevance

/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/
H A Dmusic_fluidsynth.c47 int (*fluid_player_set_loop)(fluid_player_t*, int); member
88 FUNCTION_LOADER(fluid_player_set_loop, int (*)(fluid_player_t*, int)) in FLUIDSYNTH_Load()
232 fluidsynth.fluid_player_set_loop(music->player, play_count); in FLUIDSYNTH_Play()
/dports/audio/sdl_mixer/SDL_mixer-1.2.12/
H A Ddynamic_fluidsynth.h40 int (*fluid_player_set_loop)(fluid_player_t*, int); member
H A Ddynamic_fluidsynth.c58 FLUIDSYNTH_LOADER(fluid_player_set_loop, int (*)(fluid_player_t*, int)); in Mix_InitFluidSynth()
H A Dfluidsynth.c163 fluidsynth.fluid_player_set_loop(song->player, 1); in fluidsynth_start()
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/include/fluidsynth/
H A Dmidi.h131 FLUIDSYNTH_API int fluid_player_set_loop(fluid_player_t* player, int loop);
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/include/fluidsynth/
H A Dmidi.h131 FLUIDSYNTH_API int fluid_player_set_loop(fluid_player_t* player, int loop);
/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/fluidsynth/fluidsynth/
H A Dmidi.h141 FLUIDSYNTH_API int fluid_player_set_loop(fluid_player_t *player, int loop);
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/fluidsynth/fluidsynth/
H A Dmidi.h141 FLUIDSYNTH_API int fluid_player_set_loop(fluid_player_t *player, int loop);
/dports/audio/fluidsynth/fluidsynth-2.2.4/include/fluidsynth/
H A Dmidi.h275 FLUIDSYNTH_API int fluid_player_set_loop(fluid_player_t *player, int loop);
/dports/audio/ardour6/Ardour-6.8.0/libs/fluidsynth/fluidsynth/
H A Dmidi.h275 FLUIDSYNTH_API int fluid_player_set_loop(fluid_player_t *player, int loop);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/fluidsynth/src/
H A Dfluidsynth_music.cpp503 fluid_player_set_loop(fsPlayer, looped? -1 /*infinite times*/ : 1); in DM_Music_PlayFile()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/midi/
H A Dfluid_midi.c1704 int fluid_player_set_loop(fluid_player_t *player, int loop) in fluid_player_set_loop() function
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/midi/
H A Dfluid_midi.c1721 int fluid_player_set_loop(fluid_player_t *player, int loop) in fluid_player_set_loop() function
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/fluidsynth/src/
H A Dfluid_midi.c2201 int fluid_player_set_loop(fluid_player_t *player, int loop)
/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/fluidsynth/src/
H A Dfluid_midi.c2201 int fluid_player_set_loop(fluid_player_t *player, int loop)
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/midi/
H A Dfluid_midi.c2319 int fluid_player_set_loop(fluid_player_t *player, int loop) in fluid_player_set_loop() function
/dports/audio/ardour6/Ardour-6.8.0/libs/fluidsynth/src/
H A Dfluid_midi.c2275 int fluid_player_set_loop(fluid_player_t *player, int loop)
/dports/audio/qsynth/qsynth-0.9.2/src/
H A DqsynthMainForm.cpp950 ::fluid_player_set_loop(pEngine->pPlayer, 1); in playLoadFiles()
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/bindings/
H A Dfluid_cmd.c3586 fluid_player_set_loop(handler->player, arg); in fluid_handle_player_cde()