mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 07:30:50 +00:00
parent
503e459ea9
commit
16d7a42ce2
1 changed files with 2 additions and 6 deletions
|
@ -584,15 +584,11 @@ fluid_handle_channels(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t o
|
|||
|
||||
if (!verbose)
|
||||
fluid_ostream_printf (out, "chan %d, %s\n", i,
|
||||
info.preset!=NULL
|
||||
? fluid_preset_get_name(info.preset)
|
||||
: "no preset");
|
||||
info.assigned ? info.name : "no preset");
|
||||
else
|
||||
fluid_ostream_printf (out, "chan %d, sfont %d, bank %d, preset %d, %s\n", i,
|
||||
info.sfont_id, info.bank, info.program,
|
||||
info.preset!=NULL
|
||||
? fluid_preset_get_name(info.preset)
|
||||
: "no preset");
|
||||
info.assigned ? info.name : "no preset");
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue