From b2149de37b8a55fb69d1da65ea321d93e40e5e7c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 18 Apr 2016 15:16:27 +0200 Subject: add notification if Engine Rate changes and mismatches session's SR --- libs/ardour/ardour/session.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libs/ardour/ardour/session.h') diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index 3e8ab07df3..b02c6619dc 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -726,6 +726,9 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop */ static PBD::Signal2 AskAboutSampleRateMismatch; + /** non interactive message */ + static PBD::Signal2 NotifyAboutSampleRateMismatch; + /** handlers should return !0 for use pending state, 0 for ignore it. */ static PBD::Signal0 AskAboutPendingState; -- cgit v1.2.3