On Mar 18 23:22:05, h...@stare.cz wrote:
> By default, metronome (audio/metronome)
> does scroll stdin lines to stdout in sync with the beat.
> 
> The problem is, it waits for fgetln(stdin, &len),
> so the simple and expected
> 
>       $ metronome
> 
> issues just one beep and waits for a line to read on stdin.
> The next beep happens upon an <enter>. I think it's unexpected behaviour.
> It works fine though with 'yes | metronome' or 'metronome < /dev/null'.
> 
> Also, the manpage wording is not very clear:
> 
>       -F      Display lines from stdin on stdout, one line each beat.
>               By default, 1/10th.
> 
> 1/10 of what? One line per beat is one line per beat.
> (Or I am missing something.)

Or it belongs to -f.

  • metronome Jan Stary
    • Re: metronome Jan Stary

Reply via email to