metronome

2013-03-18 Thread Jan Stary
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

Re: metronome

2013-03-18 Thread Jan Stary
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