From b1c372a55ca844878b358957c92fdbb63e1228b9 Mon Sep 17 00:00:00 2001 From: pepper Date: Thu, 29 Jan 2015 17:03:38 -0800 Subject: fixed frames count function, cli args --- src/ladspa_run_synth.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ladspa_run_synth.c') diff --git a/src/ladspa_run_synth.c b/src/ladspa_run_synth.c index 25107ef..1675cb7 100644 --- a/src/ladspa_run_synth.c +++ b/src/ladspa_run_synth.c @@ -137,6 +137,8 @@ print_snd_seq_event(event_table->events); fprintf(stderr, "%s: %s\n", my_name, sf_strerror(outfile)); return; } + fprintf(stdout, "%s: Wrote %d frames to %s\n", + my_name, items_written, output_file); /* total_written += items_written; if (release_tail >= 0) { -- cgit v1.2.3-70-g09d2