Home
last modified time | relevance | path

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

/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/include/fluidsynth/
H A Dshell.h88 int fluid_command(fluid_cmd_handler_t* handler, const char *cmd, fluid_ostream_t out);
/dports/audio/fluidsynth/fluidsynth-2.2.4/include/fluidsynth/
H A Dshell.h77 int fluid_command(fluid_cmd_handler_t *handler, const char *cmd, fluid_ostream_t out);
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/include/fluidsynth/
H A Dshell.h88 int fluid_command(fluid_cmd_handler_t* handler, const char *cmd, fluid_ostream_t out);
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/bindings/
H A Dfluid_cmd.c192 fluid_command(fluid_cmd_handler_t* handler, const char *cmd, fluid_ostream_t out) in fluid_command() function
303 switch (fluid_command(shell->handler, workline, shell->out)) { in fluid_shell_run()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/bindings/
H A Dfluid_cmd.c192 fluid_command(fluid_cmd_handler_t* handler, const char *cmd, fluid_ostream_t out) in fluid_command() function
303 switch (fluid_command(shell->handler, workline, shell->out)) { in fluid_shell_run()
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/bindings/
H A Dfluid_cmd.c434 fluid_command(fluid_cmd_handler_t *handler, const char *cmd, fluid_ostream_t out) in fluid_command() function
558 switch(fluid_command(shell->handler, workline, shell->out)) in fluid_shell_run()