Home
last modified time | relevance | path

Searched refs:_mtc_fps (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/midi++2/
H A Dmtc.cc54 _mtc_fps = MTC_FPS ((sysex_buf[5] & 0x60) >> 5); // fps in possible_mtc()
55 fake_mtc_time[4] = (byte) _mtc_fps; in possible_mtc()
283 _mtc_fps = MTC_FPS ((msg[1] & 0x6) >> 1); in process_mtc_quarter_frame()
284 _qtr_mtc_time[4] = _mtc_fps; in process_mtc_quarter_frame()
/dports/audio/ardour6/Ardour-6.8.0/libs/midi++2/midi++/
H A Dparser.h132 MTC_FPS mtc_fps() const { return _mtc_fps; } in mtc_fps()
179 MTC_FPS _mtc_fps; variable