Ardour  8.7-14-g57a6773833
ARDOUR::VCAManager Class Reference

#include <vca_manager.h>

Inheritance diagram for ARDOUR::VCAManager:
[legend]

Public Member Functions

 VCAManager (ARDOUR::Session &)
 
 ~VCAManager ()
 
VCAList create_vca (uint32_t how_many, std::string const &name=std::string())
 
void remove_vca (std::shared_ptr< VCA >)
 
std::shared_ptr< VCAvca_by_number (int32_t) const
 
std::shared_ptr< VCAvca_by_name (std::string const &) const
 
VCAList vcas () const
 
VCAList::size_type n_vcas () const
 
XMLNodeget_state () const
 
int set_state (XMLNode const &, int version)
 
bool vcas_loaded () const
 
void clear_all_solo_state ()
 
- Public Member Functions inherited from ARDOUR::SessionHandleRef
 SessionHandleRef (ARDOUR::Session &s)
 
virtual ~SessionHandleRef ()
 
- Public Member Functions inherited from PBD::ScopedConnectionList
 ScopedConnectionList ()
 
virtual ~ScopedConnectionList ()
 
void add_connection (const UnscopedConnection &c)
 
void drop_connections ()
 
- Public Member Functions inherited from PBD::Stateful
 Stateful ()
 
virtual ~Stateful ()
 
virtual bool apply_change (PropertyBase const &)
 
PropertyChange apply_changes (PropertyList const &)
 
const OwnedPropertyListproperties () const
 
void add_property (PropertyBase &s)
 
void add_extra_xml (XMLNode &)
 
XMLNodeextra_xml (const std::string &str, bool add_if_missing=false)
 
void save_extra_xml (const XMLNode &)
 
const PBD::IDid () const
 
bool set_id (const XMLNode &)
 
void set_id (const std::string &)
 
void reset_id ()
 
void clear_changes ()
 
virtual void clear_owned_changes ()
 
PropertyListget_changes_as_properties (PBD::Command *) const
 
virtual void rdiff (std::vector< PBD::Command * > &) const
 
bool changed () const
 
virtual PropertyListproperty_factory (const XMLNode &) const
 
virtual void suspend_property_changes ()
 
virtual void resume_property_changes ()
 
bool property_changes_suspended () const
 
- Public Member Functions inherited from PBD::Destructible
virtual ~Destructible ()
 
virtual void drop_references ()
 

Public Attributes

PBD::Signal1< void, VCAList & > VCAAdded
 
PBD::Signal0< void > VCACreated
 
- Public Attributes inherited from PBD::Stateful
PBD::Signal1< void, const PropertyChange & > PropertyChanged
 
- Public Attributes inherited from PBD::Destructible
PBD::Signal0< void > Destroyed
 
PBD::Signal0< void > DropReferences
 

Static Public Attributes

static std::string xml_node_name
 
- Static Public Attributes inherited from PBD::Stateful
static int current_state_version
 
static int loading_state_version
 

Private Member Functions

void clear ()
 

Private Attributes

Glib::Threads::Mutex lock
 
VCAList _vcas
 
bool _vcas_loaded
 

Additional Inherited Members

- Protected Member Functions inherited from ARDOUR::SessionHandleRef
virtual void session_going_away ()
 
virtual void insanity_check ()
 
- Protected Member Functions inherited from PBD::Stateful
void add_instant_xml (XMLNode &, const std::string &directory_path)
 
XMLNodeinstant_xml (const std::string &str, const std::string &directory_path)
 
void add_properties (XMLNode &) const
 
PropertyChange set_values (XMLNode const &)
 
virtual void post_set (const PropertyChange &)
 
virtual void send_change (const PropertyChange &)
 
virtual void mid_thaw (const PropertyChange &)
 
bool regenerate_xml_or_string_ids () const
 
- Protected Attributes inherited from ARDOUR::SessionHandleRef
ARDOUR::Session_session
 
- Protected Attributes inherited from PBD::Stateful
XMLNode_extra_xml
 
XMLNode_instant_xml
 
PBD::PropertyChange _pending_changed
 
Glib::Threads::Mutex _lock
 
std::string _xml_node_name
 name of node to use for this object in XML More...
 
OwnedPropertyList_properties
 

Detailed Description

Definition at line 41 of file vca_manager.h.

Constructor & Destructor Documentation

◆ VCAManager()

ARDOUR::VCAManager::VCAManager ( ARDOUR::Session )

◆ ~VCAManager()

ARDOUR::VCAManager::~VCAManager ( )

Member Function Documentation

◆ clear()

void ARDOUR::VCAManager::clear ( )
private

◆ clear_all_solo_state()

void ARDOUR::VCAManager::clear_all_solo_state ( )

◆ create_vca()

VCAList ARDOUR::VCAManager::create_vca ( uint32_t  how_many,
std::string const &  name = std::string() 
)

◆ get_state()

XMLNode& ARDOUR::VCAManager::get_state ( ) const
virtual

Implements PBD::Stateful.

◆ n_vcas()

VCAList::size_type ARDOUR::VCAManager::n_vcas ( ) const
inline

Definition at line 54 of file vca_manager.h.

◆ remove_vca()

void ARDOUR::VCAManager::remove_vca ( std::shared_ptr< VCA )

◆ set_state()

int ARDOUR::VCAManager::set_state ( XMLNode const &  ,
int  version 
)
virtual

Implements PBD::Stateful.

◆ vca_by_name()

std::shared_ptr<VCA> ARDOUR::VCAManager::vca_by_name ( std::string const &  ) const

◆ vca_by_number()

std::shared_ptr<VCA> ARDOUR::VCAManager::vca_by_number ( int32_t  ) const

◆ vcas()

VCAList ARDOUR::VCAManager::vcas ( ) const

◆ vcas_loaded()

bool ARDOUR::VCAManager::vcas_loaded ( ) const
inline

Definition at line 62 of file vca_manager.h.

Member Data Documentation

◆ _vcas

VCAList ARDOUR::VCAManager::_vcas
private

Definition at line 69 of file vca_manager.h.

◆ _vcas_loaded

bool ARDOUR::VCAManager::_vcas_loaded
private

Definition at line 70 of file vca_manager.h.

◆ lock

Glib::Threads::Mutex ARDOUR::VCAManager::lock
mutableprivate

Definition at line 68 of file vca_manager.h.

◆ VCAAdded

PBD::Signal1<void,VCAList&> ARDOUR::VCAManager::VCAAdded

Definition at line 56 of file vca_manager.h.

◆ VCACreated

PBD::Signal0<void> ARDOUR::VCAManager::VCACreated

Definition at line 57 of file vca_manager.h.

◆ xml_node_name

std::string ARDOUR::VCAManager::xml_node_name
static

Definition at line 65 of file vca_manager.h.


The documentation for this class was generated from the following file: