summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/mididm.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/mididm.h')
-rw-r--r--libs/ardour/ardour/mididm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/mididm.h b/libs/ardour/ardour/mididm.h
index 7c7211300c..65ed15ab72 100644
--- a/libs/ardour/ardour/mididm.h
+++ b/libs/ardour/ardour/mididm.h
@@ -41,6 +41,8 @@ public:
bool have_signal (void) { return (_monotonic_cnt - _last_signal_tme) < (uint64_t) _sample_rate ; }
private:
+ int64_t parse_mclk (uint8_t* buf, pframes_t timestamp) const;
+ int64_t parse_mtc (uint8_t* buf, pframes_t timestamp) const;
framecnt_t _sample_rate;