From fcbed9c1dcb8490d35eeb274d8ef417c15ee7deb Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 17 Jan 2017 20:20:34 +0100 Subject: Split metronome methods into re-usable parts (for count-in) --- libs/ardour/ardour/session.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/ardour/session.h') diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index fbd5412d66..b62229a03c 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -1896,6 +1896,8 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop void setup_click_sounds (Sample**, Sample const *, framecnt_t*, framecnt_t, std::string const &); void clear_clicks (); void click (framepos_t start, framecnt_t nframes); + void run_click (framepos_t start, framecnt_t nframes); + void add_click (framepos_t pos, bool emphasis); std::vector master_outs; -- cgit v1.2.3