|
| AutoBundle (bool i=true) |
|
| AutoBundle (std::string const &, bool i=true) |
|
ChanCount | nchannels () const |
|
const PortList & | channel_ports (uint32_t) const |
|
void | set_channels (uint32_t) |
|
void | set_port (uint32_t, std::string const &) |
|
| Bundle (bool i=true) |
|
| Bundle (std::string const &, bool i=true) |
|
| Bundle (std::shared_ptr< Bundle >) |
|
virtual | ~Bundle () |
|
ChanCount | nchannels () const |
|
uint32_t | n_total () const |
|
PortList const & | channel_ports (uint32_t c) const |
|
void | add_channel (std::string const &, DataType) |
|
void | add_channel (std::string const &, DataType, std::string const &) |
|
void | add_channel (std::string const &, DataType, PortList) |
|
std::string | channel_name (uint32_t) const |
|
DataType | channel_type (uint32_t) const |
|
void | set_channel_name (uint32_t, std::string const &) |
|
void | add_port_to_channel (uint32_t, std::string) |
|
void | set_port (uint32_t, std::string) |
|
void | remove_port_from_channel (uint32_t, std::string) |
|
void | remove_ports_from_channel (uint32_t) |
|
void | remove_ports_from_channels () |
|
bool | port_attached_to_channel (uint32_t, std::string) |
|
bool | offers_port (std::string) const |
|
bool | offers_port_alone (std::string) const |
|
void | remove_channel (uint32_t) |
|
void | remove_channels () |
|
void | add_channels_from_bundle (std::shared_ptr< Bundle >) |
|
void | connect (std::shared_ptr< Bundle >, AudioEngine &, bool allow_partial=false) |
|
void | disconnect (std::shared_ptr< Bundle >, AudioEngine &) |
|
bool | connected_to (std::shared_ptr< Bundle >, AudioEngine &, DataType type=DataType::NIL, bool exclusive=false) |
|
bool | connected_to_anything (AudioEngine &) |
|
bool | has_same_ports (std::shared_ptr< Bundle >) const |
|
uint32_t | type_channel_to_overall (DataType, uint32_t) const |
|
uint32_t | overall_channel_to_type (DataType, uint32_t) const |
|
void | set_name (std::string const &) |
|
std::string | name () const |
|
void | set_ports_are_inputs () |
|
void | set_ports_are_outputs () |
|
bool | ports_are_inputs () const |
|
bool | ports_are_outputs () const |
|
void | suspend_signals () |
|
void | resume_signals () |
|
bool | operator== (Bundle const &other) |
|
| ScopedConnectionList () |
|
| ScopedConnectionList (const ScopedConnectionList &)=delete |
|
ScopedConnectionList & | operator= (const ScopedConnectionList &)=delete |
|
virtual | ~ScopedConnectionList () |
|
void | add_connection (const UnscopedConnection &c) |
|
void | drop_connections () |
|
Definition at line 28 of file auto_bundle.h.