Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Jitter Reduction

Andrew Mee edited this page Sep 5, 2021 · 3 revisions

JR Timestamps handling in midi2Processor

Enable Processing of JR Timestamps. These methods are available if #M2_DISABLE_JR is not set.

inline void setJrClock(void (*fptr)(uint8_t group,uint16_t timing))

inline void setJRTimeStamp(void (*fptr)(uint8_t group,uint16_t timestamp))

Clone this wiki locally