38 double deviation (
void) {
return _cnt_total > 1 ? sqrt(_var_s / ((
double)(_cnt_total - 1))) : 0; }
39 bool ok (
void) {
return _cnt_total > 200; }
40 bool have_signal (
void) {
return (_monotonic_cnt - _last_signal_tme) < (uint64_t) _sample_rate ; }
int64_t parse_mtc(uint8_t const *const buf, pframes_t timestamp) const
int64_t parse_mclk(uint8_t const *const buf, pframes_t timestamp) const
samplecnt_t latency(void)
MIDIDM(samplecnt_t sample_rate)
int process(pframes_t nframes, PortEngine &pe, void *midi_in, void *midi_out)
samplecnt_t processed(void)
uint64_t _last_signal_tme
Temporal::samplecnt_t samplecnt_t