ardour
Public Member Functions | Protected Member Functions | List of all members
ARDOUR::ClickIO Class Reference

#include <click.h>

Inheritance diagram for ARDOUR::ClickIO:
ARDOUR::IO ARDOUR::SessionObject ARDOUR::Latent ARDOUR::SessionHandleRef PBD::StatefulDestructible PBD::ScopedConnectionList PBD::Stateful PBD::Destructible

Public Member Functions

 ClickIO (Session &s, const std::string &name)
 
 ~ClickIO ()
 
- Public Member Functions inherited from ARDOUR::IO
 IO (Session &, const std::string &name, Direction, DataType default_type=DataType::AUDIO, bool sendish=false)
 
 IO (Session &, const XMLNode &, DataType default_type=DataType::AUDIO, bool sendish=false)
 
virtual ~IO ()
 
Direction direction () const
 
DataType default_type () const
 
void set_default_type (DataType t)
 
bool active () const
 
void set_active (bool yn)
 
bool set_name (const std::string &str)
 
virtual void silence (framecnt_t)
 
void increment_port_buffer_offset (pframes_t offset)
 
int ensure_io (ChanCount cnt, bool clear, void *src)
 
int connect_ports_to_bundle (boost::shared_ptr< Bundle >, bool exclusive, void *)
 
int disconnect_ports_from_bundle (boost::shared_ptr< Bundle >, void *)
 
BundleList bundles_connected ()
 
boost::shared_ptr< Bundlebundle ()
 
int add_port (std::string connection, void *src, DataType type=DataType::NIL)
 
int remove_port (boost::shared_ptr< Port >, void *src)
 
int connect (boost::shared_ptr< Port > our_port, std::string other_port, void *src)
 
int disconnect (boost::shared_ptr< Port > our_port, std::string other_port, void *src)
 
int disconnect (void *src)
 
bool connected_to (boost::shared_ptr< const IO >) const
 
bool connected_to (const std::string &) const
 
bool connected () const
 
bool physically_connected () const
 
framecnt_t signal_latency () const
 
framecnt_t latency () const
 
PortSetports ()
 
const PortSetports () const
 
bool has_port (boost::shared_ptr< Port >) const
 
boost::shared_ptr< Portnth (uint32_t n) const
 
boost::shared_ptr< Portport_by_name (const std::string &str) const
 
boost::shared_ptr< AudioPortaudio (uint32_t n) const
 
boost::shared_ptr< MidiPortmidi (uint32_t n) const
 
const ChanCountn_ports () const
 
virtual XMLNodestate (bool full)
 
XMLNodeget_state (void)
 
int set_state (const XMLNode &, int version)
 
int set_state_2X (const XMLNode &, int, bool)
 
void collect_input (BufferSet &bufs, pframes_t nframes, ChanCount offset)
 
void process_input (boost::shared_ptr< Processor >, framepos_t start_frame, framepos_t end_frame, pframes_t nframes)
 
void copy_to_outputs (BufferSet &bufs, DataType type, pframes_t nframes, framecnt_t offset)
 
int set_ports (const std::string &str)
 
- Public Member Functions inherited from ARDOUR::SessionObject
 SessionObject (Session &session, const std::string &name)
 
Sessionsession () const
 
std::string name () const
 
- 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_changes (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 (Command *) const
 
virtual void rdiff (std::vector< 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
 Destructible ()
 
virtual ~Destructible ()
 
void drop_references ()
 
- Public Member Functions inherited from ARDOUR::Latent
 Latent ()
 
virtual ~Latent ()
 
framecnt_t user_latency () const
 
framecnt_t effective_latency () const
 
virtual void set_user_latency (framecnt_t val)
 

Protected Member Functions

uint32_t pans_required () const
 
- 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 &)
 
PropertyChange set_values (XMLNode const &)
 
virtual void post_set (const PropertyChange &)
 
virtual void send_change (const PropertyChange &)
 
virtual void mid_thaw (const PropertyChange &)
 

Additional Inherited Members

- Public Types inherited from ARDOUR::IO
enum  Direction { Input, Output }
 
- Static Public Member Functions inherited from ARDOUR::IO
static void prepare_for_reset (XMLNode &, const std::string &)
 
static int disable_connecting ()
 
static int enable_connecting ()
 
static std::string name_from_state (const XMLNode &)
 
static void set_name_in_state (XMLNode &, const std::string &)
 
- Static Public Member Functions inherited from ARDOUR::SessionObject
static void make_property_quarks ()
 
- Public Attributes inherited from ARDOUR::IO
PBD::Signal2< void, IOChange,
void * > 
changed
 
PBD::Signal1< bool, ChanCount,
BoolCombiner
PortCountChanging
 
XMLNodepending_state_node
 
int pending_state_node_version
 
bool pending_state_node_in
 
- 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 inherited from ARDOUR::IO
static const std::string state_node_name = "IO"
 
static PBD::Signal1< void,
ChanCount
PortCountChanged
 
static PBD::Signal0< int > ConnectingLegal
 
static bool connecting_legal = false
 
- Static Public Attributes inherited from PBD::Stateful
static int current_state_version = 0
 
static int loading_state_version = 0
 
- Protected Attributes inherited from ARDOUR::IO
PortSet _ports
 
Direction _direction
 
DataType _default_type
 
bool _active
 
bool _sendish
 
- Protected Attributes inherited from ARDOUR::SessionObject
PBD::Property< std::string > _name
 
- 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
 
- Protected Attributes inherited from ARDOUR::Latent
framecnt_t _user_latency
 

Detailed Description

Definition at line 53 of file click.h.

Constructor & Destructor Documentation

ARDOUR::ClickIO::ClickIO ( Session s,
const std::string &  name 
)
inline

Definition at line 56 of file click.h.

ARDOUR::ClickIO::~ClickIO ( )
inline

Definition at line 57 of file click.h.

Member Function Documentation

uint32_t ARDOUR::ClickIO::pans_required ( ) const
inlineprotected

Definition at line 60 of file click.h.


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