Ardour
9.0-pre0-582-g084a23a80d
|
This is the complete list of members for ARDOUR::PortEngine, including all inherited members.
can_monitor_input() const =0 | ARDOUR::PortEngine | pure virtual |
connect(const std::string &src, const std::string &dst)=0 | ARDOUR::PortEngine | pure virtual |
connect(PortHandle src, const std::string &dst)=0 | ARDOUR::PortEngine | pure virtual |
connected(PortHandle port, bool process_callback_safe=true)=0 | ARDOUR::PortEngine | pure virtual |
connected_to(PortHandle port, const std::string &name, bool process_callback_safe=true)=0 | ARDOUR::PortEngine | pure virtual |
disconnect(const std::string &src, const std::string &dst)=0 | ARDOUR::PortEngine | pure virtual |
disconnect(PortHandle src, const std::string &dst)=0 | ARDOUR::PortEngine | pure virtual |
disconnect_all(PortHandle port)=0 | ARDOUR::PortEngine | pure virtual |
ensure_input_monitoring(PortHandle port, bool yn)=0 | ARDOUR::PortEngine | pure virtual |
externally_connected(PortHandle port, bool process_callback_safe=true) | ARDOUR::PortEngine | inlinevirtual |
get_buffer(PortHandle port, pframes_t off)=0 | ARDOUR::PortEngine | pure virtual |
get_connections(PortHandle port, std::vector< std::string > &names, bool process_callback_safe=true)=0 | ARDOUR::PortEngine | pure virtual |
get_latency_range(PortHandle port, bool for_playback)=0 | ARDOUR::PortEngine | pure virtual |
get_midi_event_count(void *port_buffer)=0 | ARDOUR::PortEngine | pure virtual |
get_physical_inputs(DataType type, std::vector< std::string > &names)=0 | ARDOUR::PortEngine | pure virtual |
get_physical_outputs(DataType type, std::vector< std::string > &names)=0 | ARDOUR::PortEngine | pure virtual |
get_port_by_name(const std::string &name) const =0 | ARDOUR::PortEngine | pure virtual |
get_port_flags(PortHandle port) const =0 | ARDOUR::PortEngine | pure virtual |
get_port_name(PortHandle port) const =0 | ARDOUR::PortEngine | pure virtual |
get_port_property(PortHandle, const std::string &key, std::string &value, std::string &type) const | ARDOUR::PortEngine | inlinevirtual |
get_ports(const std::string &port_name_pattern, DataType type, PortFlags flags, std::vector< std::string > &ports) const =0 | ARDOUR::PortEngine | pure virtual |
manager | ARDOUR::PortEngine | protected |
midi_clear(void *port_buffer)=0 | ARDOUR::PortEngine | pure virtual |
midi_event_get(pframes_t ×tamp, size_t &size, uint8_t const **buf, void *port_buffer, uint32_t event_index)=0 | ARDOUR::PortEngine | pure virtual |
midi_event_put(void *port_buffer, pframes_t timestamp, const uint8_t *buffer, size_t size)=0 | ARDOUR::PortEngine | pure virtual |
monitoring_input(PortHandle port)=0 | ARDOUR::PortEngine | pure virtual |
my_name() const =0 | ARDOUR::PortEngine | pure virtual |
n_physical_inputs() const =0 | ARDOUR::PortEngine | pure virtual |
n_physical_outputs() const =0 | ARDOUR::PortEngine | pure virtual |
physically_connected(PortHandle port, bool process_callback_safe=true)=0 | ARDOUR::PortEngine | pure virtual |
port_data_type(PortHandle port) const =0 | ARDOUR::PortEngine | pure virtual |
port_is_physical(PortHandle port) const =0 | ARDOUR::PortEngine | pure virtual |
port_name_size() const =0 | ARDOUR::PortEngine | pure virtual |
PortEngine(PortManager &pm) | ARDOUR::PortEngine | inline |
PortHandle typedef | ARDOUR::PortEngine | |
PortPtr typedef | ARDOUR::PortEngine | |
private_handle() const =0 | ARDOUR::PortEngine | pure virtual |
register_port(const std::string &shortname, ARDOUR::DataType type, ARDOUR::PortFlags flags)=0 | ARDOUR::PortEngine | pure virtual |
request_input_monitoring(PortHandle port, bool yn)=0 | ARDOUR::PortEngine | pure virtual |
sample_time_at_cycle_start()=0 | ARDOUR::PortEngine | pure virtual |
set_latency_range(PortHandle port, bool for_playback, LatencyRange r)=0 | ARDOUR::PortEngine | pure virtual |
set_port_name(PortHandle port, const std::string &name)=0 | ARDOUR::PortEngine | pure virtual |
set_port_property(PortHandle, const std::string &key, const std::string &value, const std::string &type) | ARDOUR::PortEngine | inlinevirtual |
unregister_port(PortHandle port)=0 | ARDOUR::PortEngine | pure virtual |
~PortEngine() | ARDOUR::PortEngine | inlinevirtual |