Home
last modified time | relevance | path

Searched refs:fluid_handle_reverbsetroomsize (Results 1 – 6 of 6) sorted by relevance

/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/bindings/
H A Dfluid_cmd.h52 int fluid_handle_reverbsetroomsize(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
H A Dfluid_cmd.c103 { "rev_setroomsize", "reverb", (fluid_cmd_func_t) fluid_handle_reverbsetroomsize, NULL,
751 fluid_handle_reverbsetroomsize(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) in fluid_handle_reverbsetroomsize() function
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/bindings/
H A Dfluid_cmd.h52 int fluid_handle_reverbsetroomsize(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
H A Dfluid_cmd.c103 { "rev_setroomsize", "reverb", (fluid_cmd_func_t) fluid_handle_reverbsetroomsize, NULL,
746 fluid_handle_reverbsetroomsize(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) in fluid_handle_reverbsetroomsize() function
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/bindings/
H A Dfluid_cmd.h51 int fluid_handle_reverbsetroomsize(void *data, int ac, char **av, fluid_ostream_t out);
H A Dfluid_cmd.c200 "rev_setroomsize", "reverb", fluid_handle_reverbsetroomsize,
1291 fluid_handle_reverbsetroomsize(void *data, int ac, char **av, fluid_ostream_t out) in fluid_handle_reverbsetroomsize() function