mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
new api - update e0ff70cf
This commit is contained in:
parent
38a955fbe7
commit
b53ee9cd1e
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue