|
| Route (Session &, std::string name, PresentationInfo::Flag flags=PresentationInfo::Flag(0), DataType default_type=DataType::AUDIO) |
|
virtual | ~Route () |
|
virtual int | init () |
|
DataType | data_type () const |
|
std::shared_ptr< IO > | input () const |
|
std::shared_ptr< IO > | output () const |
|
IOVector | all_inputs () const |
|
IOVector | all_outputs () const |
|
ChanCount | n_inputs () const |
|
ChanCount | n_outputs () const |
|
bool | active () const |
|
void | set_active (bool yn, void *) |
|
std::string | ensure_track_or_route_name (std::string) const |
|
std::string | comment () |
|
void | set_comment (std::string str, void *src) |
|
bool | set_name (const std::string &str) |
|
std::shared_ptr< MonitorControl > | monitoring_control () const |
|
std::shared_ptr< SurroundSend > | surround_send () const |
|
std::shared_ptr< SurroundReturn > | surround_return () const |
|
MonitorState | monitoring_state () const |
|
virtual MonitorState | get_input_monitoring_state (bool recording, bool talkback) const |
|
virtual void | filter_input (BufferSet &) |
|
int | roll (pframes_t nframes, samplepos_t start_sample, samplepos_t end_sample, bool &need_butler) |
|
int | no_roll (pframes_t nframes, samplepos_t start_sample, samplepos_t end_sample, bool state_changing) |
|
int | silence (pframes_t) |
|
virtual bool | declick_in_progress () const |
|
virtual bool | can_record () |
|
void | non_realtime_transport_stop (samplepos_t now, bool flush) |
|
virtual void | realtime_handle_transport_stopped () |
|
virtual void | realtime_locate (bool) |
|
virtual void | non_realtime_locate (samplepos_t) |
|
void | set_loop (ARDOUR::Location *) |
|
void | shift (timepos_t const &, timecnt_t const &) |
|
void | cut_copy_section (timepos_t const &start, timepos_t const &end, timepos_t const &to, SectionOperation const op) |
|
void | clear_all_solo_state () |
|
bool | soloed_by_others () const |
|
bool | soloed_by_others_upstream () const |
|
bool | soloed_by_others_downstream () const |
|
bool | self_soloed () const |
|
bool | soloed () const |
|
void | push_solo_upstream (int32_t delta) |
|
void | push_solo_isolate_upstream (int32_t delta) |
|
bool | can_solo () const |
|
bool | is_safe () const |
|
bool | can_monitor () const |
|
void | enable_monitor_send () |
|
void | enable_surround_send () |
|
void | set_denormal_protection (bool yn) |
|
bool | denormal_protection () const |
|
void | set_meter_point (MeterPoint) |
|
bool | apply_processor_changes_rt () |
|
void | emit_pending_signals () |
|
MeterPoint | meter_point () const |
|
void | update_send_delaylines () |
|
void | set_meter_type (MeterType t) |
|
MeterType | meter_type () const |
|
void | set_disk_io_point (DiskIOPoint) |
|
DiskIOPoint | disk_io_point () const |
|
void | stop_triggers (bool now) |
|
void | tempo_map_changed () |
|
std::shared_ptr< Amp > | amp () const |
|
std::shared_ptr< Amp > | trim () const |
|
std::shared_ptr< PolarityProcessor > | polarity () const |
|
std::shared_ptr< PeakMeter > | peak_meter () |
|
std::shared_ptr< const PeakMeter > | peak_meter () const |
|
std::shared_ptr< PeakMeter > | shared_peak_meter () const |
|
std::shared_ptr< TriggerBox > | triggerbox () const |
|
void | flush_processors () |
|
void | foreach_processor (std::function< void(std::weak_ptr< Processor >)> method) const |
|
std::shared_ptr< Processor > | nth_processor (uint32_t n) |
|
std::shared_ptr< Processor > | processor_by_id (PBD::ID) const |
|
std::shared_ptr< Processor > | nth_plugin (uint32_t n) const |
|
std::shared_ptr< Processor > | nth_send (uint32_t n) const |
|
bool | has_io_processor_named (const std::string &) |
|
ChanCount | max_processor_streams () const |
|
std::list< std::string > | unknown_processors () const |
|
RoutePinWindowProxy * | pinmgr_proxy () const |
|
void | set_pingmgr_proxy (RoutePinWindowProxy *wp) |
|
PatchChangeGridDialog * | patch_selector_dialog () const |
|
void | set_patch_selector_dialog (PatchChangeGridDialog *d) |
|
std::shared_ptr< AutomationControl > | automation_control_recurse (PBD::ID const &id) const |
|
void | automatables (PBD::ControllableSet &) const |
|
void | queue_surround_processors_changed () |
|
std::shared_ptr< InternalSend > | monitor_send () const |
|
std::shared_ptr< Delivery > | main_outs () const |
|
std::shared_ptr< InternalReturn > | internal_return () const |
|
std::shared_ptr< MonitorProcessor > | monitor_control () const |
|
std::shared_ptr< Send > | internal_send_for (std::shared_ptr< const Route > target) const |
|
void | add_internal_return () |
|
void | add_send_to_internal_return (InternalSend *) |
|
void | remove_send_from_internal_return (InternalSend *) |
|
void | listen_position_changed () |
|
std::shared_ptr< CapturingProcessor > | add_export_point () |
|
int | add_processor (std::shared_ptr< Processor >, Placement placement, ProcessorStreams *err=0, bool activation_allowed=true) |
|
int | add_processor_by_index (std::shared_ptr< Processor >, int, ProcessorStreams *err=0, bool activation_allowed=true) |
|
int | add_processor (std::shared_ptr< Processor >, std::shared_ptr< Processor >, ProcessorStreams *err=0, bool activation_allowed=true) |
|
int | add_processors (const ProcessorList &, std::shared_ptr< Processor >, ProcessorStreams *err=0) |
|
std::shared_ptr< Processor > | before_processor_for_placement (Placement) |
|
std::shared_ptr< Processor > | before_processor_for_index (int) |
|
bool | processors_reorder_needs_configure (const ProcessorList &new_order) |
|
int | remove_processor (std::shared_ptr< Processor > proc, ProcessorStreams *err=0, bool need_process_lock=true) |
|
int | replace_processor (std::shared_ptr< Processor > old, std::shared_ptr< Processor > sub, ProcessorStreams *err=0) |
|
int | remove_processors (const ProcessorList &, ProcessorStreams *err=0) |
|
int | reorder_processors (const ProcessorList &new_order, ProcessorStreams *err=0) |
|
void | disable_processors (Placement) |
|
void | disable_processors () |
|
void | disable_plugins (Placement) |
|
void | disable_plugins () |
|
void | ab_plugins (bool forward) |
|
void | clear_processors (Placement) |
|
void | all_visible_processors_active (bool) |
|
void | move_instrument_down (bool postfader=false) |
|
bool | strict_io () const |
|
bool | set_strict_io (bool) |
|
bool | reset_plugin_insert (std::shared_ptr< Processor > proc) |
|
bool | customize_plugin_insert (std::shared_ptr< Processor > proc, uint32_t count, ChanCount outs, ChanCount sinks) |
|
bool | add_remove_sidechain (std::shared_ptr< Processor > proc, bool) |
|
bool | plugin_preset_output (std::shared_ptr< Processor > proc, ChanCount outs) |
|
bool | add_sidechain (std::shared_ptr< Processor > proc) |
|
bool | remove_sidechain (std::shared_ptr< Processor > proc) |
|
samplecnt_t | update_signal_latency (bool apply_to_delayline=false, bool *delayline_update_needed=NULL) |
|
void | apply_latency_compensation () |
|
samplecnt_t | set_private_port_latencies (bool playback) const |
|
void | set_public_port_latencies (samplecnt_t, bool playback, bool with_latcomp) const |
|
samplecnt_t | signal_latency () const |
|
samplecnt_t | playback_latency (bool incl_downstream=false) const |
|
bool | is_track () |
|
int64_t | track_number () const |
|
void | set_track_number (int64_t tn) |
|
XMLNode & | get_state () const |
|
XMLNode & | get_template () |
|
virtual int | set_state (const XMLNode &, int version) |
|
XMLNode & | get_processor_state () |
|
void | set_processor_state (const XMLNode &, int version) |
|
virtual bool | set_processor_state (XMLNode const &node, int version, XMLProperty const *prop, ProcessorList &new_order, bool &must_configure) |
|
std::weak_ptr< Route > | weakroute () |
|
int | save_as_template (const std::string &path, const std::string &name, const std::string &description) |
|
int | add_aux_send (std::shared_ptr< Route >, std::shared_ptr< Processor >) |
|
int | add_foldback_send (std::shared_ptr< Route >, bool post_fader) |
|
void | remove_monitor_send () |
|
void | remove_surround_send () |
|
bool | direct_feeds_according_to_reality (std::shared_ptr< GraphNode >, bool *via_send_only=0) |
|
std::string | graph_node_name () const |
|
bool | direct_feeds_according_to_graph (std::shared_ptr< Route >, bool *via_send_only=0) |
|
bool | feeds (std::shared_ptr< Route >) |
|
std::set< std::shared_ptr< Route > > | signal_sources (bool via_sends_only=false) |
|
bool | output_effectively_connected () const |
|
std::shared_ptr< AutomationControl > | get_control (const Evoral::Parameter ¶m) |
|
std::shared_ptr< SoloControl > | solo_control () const |
|
std::shared_ptr< MuteControl > | mute_control () const |
|
bool | can_be_muted_by_others () const |
|
bool | muted () const |
|
bool | muted_by_masters () const |
|
bool | muted_by_self () const |
|
bool | muted_by_others_soloing () const |
|
std::shared_ptr< SoloIsolateControl > | solo_isolate_control () const |
|
std::shared_ptr< SoloSafeControl > | solo_safe_control () const |
|
std::shared_ptr< Panner > | panner () const |
|
std::shared_ptr< PannerShell > | panner_shell () const |
|
std::shared_ptr< Pannable > | pannable () const |
|
std::shared_ptr< GainControl > | gain_control () const |
|
std::shared_ptr< GainControl > | trim_control () const |
|
std::shared_ptr< GainControl > | volume_control () const |
|
std::shared_ptr< PhaseControl > | phase_control () const |
|
void | set_volume_applies_to_output (bool) |
|
bool | volume_applies_to_output () const |
|
std::shared_ptr< Processor > | the_instrument () const |
|
InstrumentInfo & | instrument_info () |
|
bool | instrument_fanned_out () const |
|
std::shared_ptr< AutomationControl > | pan_azimuth_control () const |
|
std::shared_ptr< AutomationControl > | pan_elevation_control () const |
|
std::shared_ptr< AutomationControl > | pan_width_control () const |
|
std::shared_ptr< AutomationControl > | pan_frontback_control () const |
|
std::shared_ptr< AutomationControl > | pan_lfe_control () const |
|
uint32_t | eq_band_cnt () const |
|
std::string | eq_band_name (uint32_t) const |
|
std::shared_ptr< AutomationControl > | mapped_control (enum WellKnownCtrl, uint32_t band=0) const |
|
std::shared_ptr< ReadOnlyControl > | mapped_output (enum WellKnownData) const |
|
std::shared_ptr< AutomationControl > | send_level_controllable (uint32_t n, bool locked=false) const |
|
std::shared_ptr< AutomationControl > | send_enable_controllable (uint32_t n) const |
|
std::shared_ptr< AutomationControl > | send_pan_azimuth_controllable (uint32_t n) const |
|
std::shared_ptr< AutomationControl > | send_pan_azimuth_enable_controllable (uint32_t n) const |
|
std::string | send_name (uint32_t n) const |
|
std::shared_ptr< AutomationControl > | master_send_enable_controllable () const |
|
void | protect_automation () |
|
bool | has_external_redirects () const |
|
void | monitor_run (samplepos_t start_sample, samplepos_t end_sample, pframes_t nframes) |
|
bool | slaved_to (std::shared_ptr< VCA >) const |
|
bool | slaved () const |
|
virtual void | use_captured_sources (SourceList &srcs, CaptureInfos const &) |
|
| Stripable (Session &session, std::string const &name, PresentationInfo const &) |
|
virtual | ~Stripable () |
|
bool | is_auditioner () const |
|
bool | is_private_route () const |
|
bool | is_master () const |
|
bool | is_monitor () const |
|
bool | is_foldbackbus () const |
|
bool | is_surround_master () const |
|
bool | is_main_bus () const |
|
bool | is_singleton () const |
|
int | set_state (XMLNode const &, int) |
|
bool | is_hidden () const |
|
bool | is_selected () const |
|
PresentationInfo const & | presentation_info () const |
|
PresentationInfo & | presentation_info () |
|
PresentationInfo * | presentation_info_ptr () |
|
void | set_presentation_order (PresentationInfo::order_t) |
|
virtual std::shared_ptr< AutomationControl > | rec_enable_control () const |
|
virtual std::shared_ptr< AutomationControl > | rec_safe_control () const |
|
StripableColorDialog * | active_color_picker () const |
|
void | set_active_color_picker (StripableColorDialog *d) |
|
| 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 () |
|
| 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 () |
|
| Automatable (Session &, Temporal::TimeDomainProvider const &) |
|
| Automatable (const Automatable &other) |
|
virtual | ~Automatable () |
|
std::shared_ptr< Evoral::Control > | control_factory (const Evoral::Parameter &id) |
|
std::shared_ptr< AutomationControl > | automation_control (PBD::ID const &id) const |
|
std::shared_ptr< AutomationControl > | automation_control (const Evoral::Parameter &id) |
|
std::shared_ptr< AutomationControl > | automation_control (const Evoral::Parameter &id, bool create_if_missing) |
|
std::shared_ptr< const AutomationControl > | automation_control (const Evoral::Parameter &id) const |
|
virtual void | add_control (std::shared_ptr< Evoral::Control >) |
|
virtual bool | find_next_event (Temporal::timepos_t const &start, Temporal::timepos_t const &end, Evoral::ControlEvent &ev, bool only_active=true) const |
|
void | clear_controls () |
|
virtual void | automation_run (samplepos_t, pframes_t, bool only_active=false) |
|
virtual std::string | describe_parameter (Evoral::Parameter param) |
|
AutoState | get_parameter_automation_state (Evoral::Parameter param) |
|
virtual void | set_parameter_automation_state (Evoral::Parameter param, AutoState) |
|
void | protect_automation () |
|
const std::set< Evoral::Parameter > & | what_can_be_automated () const |
|
std::vector< Evoral::Parameter > | all_automatable_params () const |
|
void | what_has_existing_automation (std::set< Evoral::Parameter > &) const |
|
int | set_automation_xml_state (const XMLNode &, Evoral::Parameter default_param) |
|
XMLNode & | get_automation_xml_state () const |
|
void | start_domain_bounce (Temporal::DomainBounceInfo &) |
|
void | finish_domain_bounce (Temporal::DomainBounceInfo &) |
|
| ControlSet () |
|
| ControlSet (const ControlSet &) |
|
virtual | ~ControlSet () |
|
std::shared_ptr< Control > | control (const Parameter &id, bool create_if_missing=false) |
|
std::shared_ptr< const Control > | control (const Parameter &id) const |
|
Controls & | controls () |
|
const Controls & | controls () const |
|
virtual bool | controls_empty () const |
|
void | what_has_data (std::set< Parameter > &) const |
|
Glib::Threads::Mutex & | control_lock () const |
|
void | start_domain_bounce (Temporal::DomainBounceInfo &) |
|
void | finish_domain_bounce (Temporal::DomainBounceInfo &) |
|
Public Member Functions inherited from Temporal::TimeDomainSwapper |
virtual | ~TimeDomainSwapper () |
|
| Slavable () |
|
virtual | ~Slavable () |
|
XMLNode & | get_state () const |
|
int | set_state (XMLNode const &, int) |
|
virtual void | assign (std::shared_ptr< VCA >) |
|
void | unassign (std::shared_ptr< VCA >) |
|
std::vector< std::shared_ptr< VCA > > | masters (VCAManager *) const |
|
bool | assigned_to (VCAManager *, std::shared_ptr< VCA >) const |
|
Public Member Functions inherited from Temporal::TimeDomainProvider |
| TimeDomainProvider () |
|
| TimeDomainProvider (TimeDomain td) |
|
| TimeDomainProvider (TimeDomain td, TimeDomainProvider const &p) |
|
| TimeDomainProvider (TimeDomainProvider const &other) |
|
| TimeDomainProvider (TimeDomainProvider const &parnt, bool) |
|
virtual | ~TimeDomainProvider () |
|
XMLNode & | get_state () const |
|
int | set_state (const XMLNode &, int version) |
|
TimeDomainProvider & | operator= (TimeDomainProvider const &other) |
|
TimeDomain | time_domain () const |
|
bool | has_own_time_domain () const |
|
void | clear_time_domain () |
|
void | set_time_domain (TimeDomain td) |
|
TimeDomainProvider const * | time_domain_parent () const |
|
bool | has_time_domain_parent () const |
|
void | clear_time_domain_parent () |
|
void | set_time_domain_parent (TimeDomainProvider const &p) |
|
virtual void | time_domain_changed () |
|
| GraphNode (std::shared_ptr< Graph > Graph) |
|
void | prep (GraphChain const *) |
|
void | run (GraphChain const *) |
|
virtual | ~ProcessNode () |
|
| GraphActivision () |
|
virtual | ~GraphActivision () |
|
node_set_t const & | activation_set (GraphChain const *const g) const |
|
int | init_refcount (GraphChain const *const g) const |
|
void | flush_graph_activision_rcu () |
|
virtual | ~Soloable () |
|
| Muteable (Session &, std::string const &name) |
|
virtual | ~Muteable () |
|
virtual void | act_on_mute () |
|
std::shared_ptr< MuteMaster > | mute_master () const |
|
virtual | ~Monitorable () |
|
| RouteGroupMember () |
|
virtual | ~RouteGroupMember () |
|
RouteGroup * | route_group () const |
|