Ardour
9.0-pre0-582-g084a23a80d
|
#include <automation_watch.h>
Public Member Functions | |
void | add_automation_watch (std::shared_ptr< ARDOUR::AutomationControl >) |
void | remove_automation_watch (std::shared_ptr< ARDOUR::AutomationControl >) |
void | transport_stop_automation_watches (ARDOUR::samplepos_t) |
void | set_session (ARDOUR::Session *) |
gint | timer () |
Public Member Functions inherited from ARDOUR::SessionHandlePtr | |
SessionHandlePtr (ARDOUR::Session *s) | |
SessionHandlePtr () | |
virtual | ~SessionHandlePtr () |
virtual ARDOUR::Session * | session () const |
Static Public Member Functions | |
static AutomationWatch & | instance () |
Private Types | |
typedef std::set< std::shared_ptr< ARDOUR::AutomationControl > > | AutomationWatches |
typedef std::map< std::shared_ptr< ARDOUR::AutomationControl >, PBD::ScopedConnection > | AutomationConnection |
Private Member Functions | |
AutomationWatch () | |
~AutomationWatch () | |
void | transport_state_change () |
void | remove_weak_automation_watch (std::weak_ptr< ARDOUR::AutomationControl >) |
void | thread () |
Private Attributes | |
PBD::Thread * | _thread |
samplepos_t | _last_time |
bool | _run_thread |
AutomationWatches | automation_watches |
AutomationConnection | automation_connections |
Glib::Threads::Mutex | automation_watch_lock |
PBD::ScopedConnection | transport_connection |
Static Private Attributes | |
static AutomationWatch * | _instance |
Additional Inherited Members | |
Protected Member Functions inherited from ARDOUR::SessionHandlePtr | |
virtual void | session_going_away () |
Protected Attributes inherited from ARDOUR::SessionHandlePtr | |
ARDOUR::Session * | _session |
PBD::ScopedConnectionList | _session_connections |
Definition at line 37 of file automation_watch.h.
|
private |
Definition at line 51 of file automation_watch.h.
|
private |
Definition at line 50 of file automation_watch.h.
|
private |
|
private |
void ARDOUR::AutomationWatch::add_automation_watch | ( | std::shared_ptr< ARDOUR::AutomationControl > | ) |
|
static |
void ARDOUR::AutomationWatch::remove_automation_watch | ( | std::shared_ptr< ARDOUR::AutomationControl > | ) |
|
private |
|
virtual |
Reimplemented from ARDOUR::SessionHandlePtr.
|
private |
gint ARDOUR::AutomationWatch::timer | ( | ) |
|
private |
void ARDOUR::AutomationWatch::transport_stop_automation_watches | ( | ARDOUR::samplepos_t | ) |
|
staticprivate |
Definition at line 56 of file automation_watch.h.
|
private |
Definition at line 58 of file automation_watch.h.
|
private |
Definition at line 59 of file automation_watch.h.
|
private |
Definition at line 57 of file automation_watch.h.
|
private |
Definition at line 61 of file automation_watch.h.
|
private |
Definition at line 62 of file automation_watch.h.
|
private |
Definition at line 60 of file automation_watch.h.
|
private |
Definition at line 63 of file automation_watch.h.