new api - update e0ff70cf

This commit is contained in:
Robin Gareus 2016-06-01 15:12:26 +02:00
parent 38a955fbe7
commit b53ee9cd1e
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ STATIC(StartTimeChanged, &ARDOUR::Session::StartTimeChanged, 1)
STATIC(EndTimeChanged, &ARDOUR::Session::EndTimeChanged, 1)
STATIC(Exported, &ARDOUR::Session::Exported, 2)
// stripable static globals
STATIC(PresentationInfoChange, &Stripable::PresentationInfoChange, 0)
// session specific (re-subscribe when session changes)
SESSION(SessionConfigChanged, config.ParameterChanged, 1)
SESSION(TransportStateChange, TransportStateChange, 0)