[LAD] Midi Beat Clock to BPM

2014-11-01 Thread hermann meyer
Hi I try to fetch the bpm from the Midi Clock, and stumble over "jitter". So I start to collect data for a larger amount of time, but it wouldn't help. Here is what I do: else if ((in_event.buffer[0] ) == 0xf8) { // midi beat clock clock_gettime(CLOCK_MONOTONIC, &ts1);

Re: [LAD] Midi Beat Clock to BPM

2014-11-01 Thread Clemens Ladisch
hermann meyer wrote: > I try to fetch the bpm from the Midi Clock, and stumble over "jitter". > > How do you usually fetch the bpm from Midi Clock, any pointer will be welcome. MIDI clock is interesting,

Re: [LAD] [Bulk] Re: Midi Beat Clock to BPM

2014-11-01 Thread Tim E. Real
On November 1, 2014 08:10:30 PM Clemens Ladisch wrote: > hermann meyer wrote: > > I try to fetch the bpm from the Midi Clock, and stumble over "jitter". > > > > How do you usually fetch the bpm from Midi Clock, any pointer will be > > welcome. > >

Re: [LAD] Midi Beat Clock to BPM

2014-11-01 Thread Robin Gareus
On 11/01/2014 08:10 PM, Clemens Ladisch wrote: > hermann meyer wrote: >> I try to fetch the bpm from the Midi Clock, and stumble over "jitter". >> >> How do you usually fetch the bpm from Midi Clock, any pointer will be >> welcome. > > >