diff options
| author | pepper <peppersclothescult@gmail.com> | 2015-01-29 17:03:38 -0800 |
|---|---|---|
| committer | pepper <peppersclothescult@gmail.com> | 2015-01-29 17:03:38 -0800 |
| commit | b1c372a55ca844878b358957c92fdbb63e1228b9 (patch) | |
| tree | 0298af35f8e8fabaacf585bbcda78c29de488d9c /src/ladspa_run_synth.c | |
| parent | 8b8ea98be5b6ab56889bddfba7daa3257623bd00 (diff) | |
fixed frames count function, cli args
Diffstat (limited to 'src/ladspa_run_synth.c')
| -rw-r--r-- | src/ladspa_run_synth.c | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |
