Searched refs:fluid_ostream_printf (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_io.h38 int fluid_ostream_printf(fluid_ostream_t out, char* format, ...);
H A Dfluid_cmd.c183 fluid_ostream_printf(out, "Command exceeded max length of %d chars\n",
376 fluid_ostream_printf(out, "noteon: too few arguments\n");
380 fluid_ostream_printf(out, "noteon: invalid argument\n");
390 fluid_ostream_printf(out, "noteoff: too few arguments\n");
394 fluid_ostream_printf(out, "noteon: invalid argument\n");
404 fluid_ostream_printf(out, "cc: too few arguments\n");
408 fluid_ostream_printf(out, "cc: invalid argument\n");
418 fluid_ostream_printf(out, "prog: too few arguments\n");
422 fluid_ostream_printf(out, "prog: invalid argument\n");
437 fluid_ostream_printf(ou
[all...]
H A Dfluid_ladspa.c223 L(fluid_ostream_printf(out,"ladspa_start: starting..."));
229 fluid_ostream_printf(out, "***Error006***\n"
236 fluid_ostream_printf(out, "***Error007***\n"
244 L(fluid_ostream_printf(out,"ladspa_start: creating predefined nodes..."));
248 L(fluid_ostream_printf(out,"ladspa_start: creating user control nodes..."));
251 L(fluid_ostream_printf(out,"ladspa_start: Processing command lines..."));
263 fluid_ostream_printf(out, "***Error003***\n"
271 L(fluid_ostream_printf(out,"Processing plugin nr. %i",FxUnit->NumberPlugins));
279 L(fluid_ostream_printf(out,"Library name from ladspa_add: %s",LibraryFilename));
301 fluid_ostream_printf(ou
[all...]
H A Dfluid_io.c102 int fluid_ostream_printf(fluid_ostream_t out, char* format, ...) function
113 printf("fluid_ostream_printf: buffer overflow");
H A Dfluid_midi_router.c531 fluid_ostream_printf(out, "router_clear needs no arguments.\n");
551 fluid_ostream_printf(out, "router_default needs no arguments.\n");
578 fluid_ostream_printf(out, "router_begin needs no arguments.\n");
597 fluid_ostream_printf(out, "router_begin args: note, cc, prog, pbend, cpress, kpress\n");
619 fluid_ostream_printf(out, "router_end needs no arguments.");
642 fluid_ostream_printf(out, "router_chan needs four args: min, max, mul, add.");
665 fluid_ostream_printf(out, "router_par1 needs four args: min, max, mul, add.");
688 fluid_ostream_printf(out, "router_par2 needs four args: min, max, mul, add.");

Completed in 130 milliseconds