|
| | ClickIO (Session &s, const std::string &name) |
| |
| | ~ClickIO () |
| |
| | 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) |
| |
| void | set_pretty_name (const std::string &str) |
| |
| std::string | pretty_name () const |
| |
| void | set_audio_channel_names (std::vector< std::string > const &acn) |
| |
| virtual void | silence (samplecnt_t) |
| |
| int | ensure_io (ChanCount cnt, bool clear, void *src) |
| |
| int | connect_ports_to_bundle (std::shared_ptr< Bundle >, bool exclusive, void *) |
| |
| int | connect_ports_to_bundle (std::shared_ptr< Bundle >, bool, bool, void *) |
| |
| int | disconnect_ports_from_bundle (std::shared_ptr< Bundle >, void *) |
| |
| BundleList | bundles_connected () |
| |
| std::shared_ptr< Bundle > | bundle () |
| |
| bool | can_add_port (DataType) const |
| |
| int | add_port (std::string connection, void *src, DataType type=DataType::NIL) |
| |
| int | remove_port (std::shared_ptr< Port >, void *src) |
| |
| int | connect (std::shared_ptr< Port > our_port, std::string other_port, void *src) |
| |
| int | disconnect (std::shared_ptr< Port > our_port, std::string other_port, void *src) |
| |
| int | disconnect (void *src) |
| |
| bool | connected_to (std::shared_ptr< const IO >) const |
| |
| bool | connected_to (const std::string &) const |
| |
| bool | connected () const |
| |
| bool | physically_connected () const |
| |
| bool | has_ext_connection () const |
| |
| samplecnt_t | latency () const |
| |
| samplecnt_t | connected_latency (bool for_playback) const |
| |
| void | set_private_port_latencies (samplecnt_t value, bool playback) |
| |
| void | set_public_port_latencies (samplecnt_t value, bool playback) const |
| |
| void | set_public_port_latency_from_connections () const |
| |
| std::shared_ptr< PortSet > | ports () |
| |
| std::shared_ptr< PortSet const > | ports () const |
| |
| bool | has_port (std::shared_ptr< Port >) const |
| |
| std::shared_ptr< Port > | nth (uint32_t n) const |
| |
| std::shared_ptr< Port > | port_by_name (const std::string &str) const |
| |
| std::shared_ptr< AudioPort > | audio (uint32_t n) const |
| |
| std::shared_ptr< MidiPort > | midi (uint32_t n) const |
| |
| const ChanCount & | n_ports () const |
| |
| XMLNode & | get_state () const |
| |
| 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 | copy_to_outputs (BufferSet &bufs, DataType type, pframes_t nframes, samplecnt_t offset) |
| |
| void | flush_buffers (pframes_t nframes) |
| |
| int | set_ports (const std::string &str) |
| |
| | SessionObject (Session &session, const std::string &name) |
| |
| Session & | session () const |
| |
| std::string | name () const |
| |
Public Member Functions inherited from ARDOUR::SessionHandleRef |
| | SessionHandleRef (ARDOUR::Session &s) |
| |
| virtual | ~SessionHandleRef () |
| |
| | ScopedConnectionList () |
| |
| | ScopedConnectionList (const ScopedConnectionList &)=delete |
| |
| ScopedConnectionList & | operator= (const ScopedConnectionList &)=delete |
| |
| virtual | ~ScopedConnectionList () |
| |
| void | add_connection (const UnscopedConnection &c) |
| |
| void | drop_connections () |
| |
| std::list< ScopedConnectionList * >::size_type | size () const |
| |
| | Stateful () |
| |
| virtual | ~Stateful () |
| |
| virtual bool | apply_change (PropertyBase const &) |
| |
| PropertyChange | apply_changes (PropertyList const &) |
| |
| const OwnedPropertyList & | properties () const |
| |
| void | add_property (PropertyBase &s) |
| |
| void | add_extra_xml (XMLNode &) |
| |
| XMLNode * | extra_xml (const std::string &str, bool add_if_missing=false) |
| |
| void | save_extra_xml (const XMLNode &) |
| |
| const PBD::ID & | id () const |
| |
| bool | set_id (const XMLNode &) |
| |
| void | set_id (const std::string &) |
| |
| void | reset_id () |
| |
| void | clear_changes () |
| |
| virtual void | clear_owned_changes () |
| |
| PropertyList * | get_changes_as_properties (PBD::Command *) const |
| |
| virtual void | rdiff (std::vector< PBD::Command * > &) const |
| |
| bool | changed () const |
| |
| virtual PropertyList * | property_factory (const XMLNode &) const |
| |
| virtual void | suspend_property_changes () |
| |
| virtual void | resume_property_changes () |
| |
| bool | property_changes_suspended () const |
| |
| virtual | ~Destructible () |
| |
| virtual void | drop_references () |
| |
Definition at line 53 of file click.h.