|
| | PluginInsert (Session &, Temporal::TimeDomainProvider const &tdp, std::shared_ptr< Plugin >=std::shared_ptr< Plugin >()) |
| |
| | ~PluginInsert () |
| |
| void | drop_references () |
| |
| std::weak_ptr< PluginInsert > | weak_ptr () |
| |
| int | set_state (const XMLNode &, int version) |
| |
| void | update_id (PBD::ID) |
| |
| void | set_owner (SessionObject *) |
| |
| void | set_state_dir (const std::string &d="") |
| |
| void | run (BufferSet &in, samplepos_t start_sample, samplepos_t end_sample, double speed, pframes_t nframes, bool) |
| |
| void | silence (samplecnt_t nframes, samplepos_t start_sample) |
| |
| void | activate () |
| |
| void | deactivate () |
| |
| void | flush () |
| |
| void | enable (bool yn) |
| |
| bool | enabled () const |
| | processor enabled/bypass More...
|
| |
| bool | bypassable () const |
| | enable is not automated or locked More...
|
| |
| bool | reset_parameters_to_default () |
| |
| bool | can_reset_all_parameters () |
| |
| bool | write_immediate_event (Evoral::EventType event_type, size_t size, const uint8_t *buf) |
| |
| void | automation_run (samplepos_t, pframes_t, bool only_active=false) |
| |
| bool | find_next_event (Temporal::timepos_t const &, Temporal::timepos_t const &, Evoral::ControlEvent &, bool only_active=true) const |
| |
| int | set_block_size (pframes_t nframes) |
| |
| ChanMapping | input_map (uint32_t num) const |
| |
| ChanMapping | output_map (uint32_t num) const |
| |
| ChanMapping | thru_map () const |
| |
| bool | pre_seed (const ChanCount &, const ChanCount &, const ChanMapping &, const ChanMapping &, const ChanMapping &) |
| |
| ChanMapping | input_map () const |
| | combined (all instances) input map More...
|
| |
| ChanMapping | no_sc_input_map () const |
| | combined (all instances) input map w/o sidechain sinks More...
|
| |
| ChanMapping | output_map () const |
| | combined (all instances) output map More...
|
| |
| bool | has_midi_bypass () const |
| |
| bool | has_midi_thru () const |
| |
| bool | inplace () const |
| |
| bool | is_channelstrip () const |
| |
| UIElements | ui_elements () const |
| |
| void | set_input_map (uint32_t, ChanMapping) |
| |
| void | set_output_map (uint32_t, ChanMapping) |
| |
| void | set_thru_map (ChanMapping) |
| |
| bool | reset_map (bool emit=true) |
| |
| bool | reset_sidechain_map () |
| |
| bool | configured () const |
| |
| ChanCount | output_streams () const |
| |
| ChanCount | input_streams () const |
| |
| ChanCount | internal_streams () const |
| |
| ChanCount | internal_output_streams () const |
| |
| ChanCount | internal_input_streams () const |
| |
| ChanCount | natural_output_streams () const |
| |
| ChanCount | natural_input_streams () const |
| |
| ChanCount | sidechain_input_pins () const |
| |
| ChanCount | sidechain_input_ports () const |
| |
| const ChanCount & | required_buffers () const |
| |
| const ChanCount & | preset_out () const |
| |
| bool | set_count (uint32_t num) |
| |
| void | set_sinks (const ChanCount &) |
| |
| void | set_outputs (const ChanCount &) |
| |
| void | set_strict_io (bool b) |
| |
| void | set_custom_cfg (bool b) |
| |
| bool | set_preset_out (const ChanCount &) |
| |
| bool | add_sidechain (uint32_t n_audio=1, uint32_t n_midi=0) |
| |
| bool | del_sidechain () |
| |
| void | update_sidechain_name () |
| |
| std::shared_ptr< SideChain > | sidechain () const |
| |
| uint32_t | get_count () const |
| |
| bool | strict_io () const |
| |
| bool | custom_cfg () const |
| |
| bool | can_support_io_configuration (const ChanCount &in, ChanCount &out) |
| |
| bool | configure_io (ChanCount in, ChanCount out) |
| |
| bool | has_no_inputs () const |
| |
| bool | has_no_audio_inputs () const |
| |
| bool | is_instrument () const |
| |
| bool | has_automatables () const |
| |
| bool | has_output_presets (ChanCount in=ChanCount(DataType::MIDI, 1), ChanCount out=ChanCount(DataType::AUDIO, 2)) |
| |
| void | realtime_handle_transport_stopped () |
| |
| void | realtime_locate (bool) |
| |
| void | monitoring_changed () |
| |
| bool | load_preset (Plugin::PresetRecord) |
| |
| bool | provides_stats () const |
| |
| bool | get_stats (PBD::microseconds_t &min, PBD::microseconds_t &max, double &avg, double &dev) const |
| |
| void | clear_stats () |
| |
| std::shared_ptr< Plugin > | plugin (uint32_t num=0) const |
| |
| samplecnt_t | plugin_latency () const |
| |
| bool | has_sidechain () const |
| |
| std::shared_ptr< IO > | sidechain_input () const |
| |
| PluginType | type () const |
| |
| std::shared_ptr< ReadOnlyControl > | control_output (uint32_t) const |
| |
| std::string | describe_parameter (Evoral::Parameter param) |
| |
| samplecnt_t | signal_latency () const |
| |
| std::shared_ptr< Plugin > | get_impulse_analysis_plugin () |
| |
| void | collect_signal_for_analysis (samplecnt_t nframes) |
| |
| bool | strict_io_configured () const |
| |
| bool | splitting () const |
| |
| void | configured_io (ChanCount &in, ChanCount &out) const |
| |
| | Processor (Session &, const std::string &name, Temporal::TimeDomainProvider const &) |
| |
| | Processor (const Processor &other) |
| |
| virtual | ~Processor () |
| |
| virtual std::string | display_name () const |
| |
| virtual bool | display_to_user () const |
| |
| virtual void | set_display_to_user (bool) |
| |
| bool | active () const |
| | ardour hard bypass More...
|
| |
| virtual bool | does_routing () const |
| |
| bool | get_next_ab_is_active () const |
| |
| void | set_next_ab_is_active (bool yn) |
| |
| virtual void | set_input_latency (samplecnt_t cnt) |
| |
| samplecnt_t | input_latency () const |
| |
| virtual void | set_output_latency (samplecnt_t cnt) |
| |
| samplecnt_t | output_latency () const |
| |
| virtual void | set_capture_offset (samplecnt_t cnt) |
| |
| samplecnt_t | capture_offset () const |
| |
| virtual void | set_playback_offset (samplecnt_t cnt) |
| |
| samplecnt_t | playback_offset () const |
| |
| virtual bool | requires_fixed_sized_buffers () const |
| |
| virtual void | set_loop (Location *loc) |
| |
| XMLNode & | get_state () const |
| |
| int | set_state (const XMLNode &, int version) |
| |
| virtual void | set_pre_fader (bool) |
| |
| virtual bool | get_pre_fader () const |
| |
| ProcessorWindowProxy * | window_proxy () const |
| |
| void | set_window_proxy (ProcessorWindowProxy *wp) |
| |
| PluginPinWindowProxy * | pinmgr_proxy () const |
| |
| void | set_pingmgr_proxy (PluginPinWindowProxy *wp) |
| |
| SessionObject * | owner () const |
| |
| | SessionObject (Session &session, const std::string &name) |
| |
| Session & | session () const |
| |
| std::string | name () const |
| |
| virtual bool | set_name (const std::string &str) |
| |
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 () |
| |
| | Automatable (Session &, Temporal::TimeDomainProvider const &) |
| |
| | Automatable (const Automatable &other) |
| |
| virtual | ~Automatable () |
| |
| virtual void | automatables (PBD::ControllableSet &) const |
| |
| std::shared_ptr< Evoral::Control > | control_factory (const Evoral::Parameter &id) |
| |
| std::shared_ptr< AutomationControl > | automation_control (PBD::ID const &id) const |
| |
| virtual std::shared_ptr< AutomationControl > | automation_control_recurse (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 >) |
| |
| void | clear_controls () |
| |
| virtual void | non_realtime_locate (samplepos_t now) |
| |
| virtual void | non_realtime_transport_stop (samplepos_t now, bool flush) |
| |
| 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 () |
| |
| | Latent () |
| |
| | Latent (Latent const &) |
| |
| virtual | ~Latent () |
| |
| samplecnt_t | effective_latency () const |
| |
| samplecnt_t | user_latency () const |
| |
| void | unset_user_latency () |
| |
| virtual void | set_user_latency (samplecnt_t val) |
| |
| virtual | ~HasLatency () |
| |
| virtual | ~PlugInsertBase () |
| |
|
| XMLNode & | state () const |
| |
| virtual int | set_state_2X (const XMLNode &, int version) |
| |
| bool | check_active () |
| |
| bool | map_loop_range (samplepos_t &start, samplepos_t &end) const |
| |
Protected Member Functions inherited from ARDOUR::SessionHandleRef |
| virtual void | session_going_away () |
| |
| virtual void | insanity_check () |
| |
| void | add_instant_xml (XMLNode &, const std::string &directory_path) |
| |
| XMLNode * | instant_xml (const std::string &str, const std::string &directory_path) |
| |
| void | add_properties (XMLNode &) const |
| |
| PropertyChange | set_values (XMLNode const &) |
| |
| virtual void | post_set (const PropertyChange &) |
| |
| virtual void | send_change (const PropertyChange &) |
| |
| virtual void | mid_thaw (const PropertyChange &) |
| |
| bool | regenerate_xml_or_string_ids () const |
| |
| void | can_automate (Evoral::Parameter) |
| |
| virtual void | automation_list_automation_state_changed (Evoral::Parameter const &, AutoState) |
| |
| int | load_automation (const std::string &path) |
| |
| int | old_set_automation_state (const XMLNode &) |
| |
| SlavableAutomationControlList | slavables () const |
| |
| virtual void | control_list_marked_dirty () |
| |
| virtual void | control_list_interpolation_changed (Parameter const &, ControlList::InterpolationStyle) |
| |
Protected Member Functions inherited from Temporal::TimeDomainProvider |
| void | listen () |
| |
| int | set_state (const XMLNode &node, int version) |
| |
| void | add_state (XMLNode *) const |
| |
| bool | parse_plugin_type (XMLNode const &, PluginType &, std::string &) const |
| |
| std::shared_ptr< Plugin > | find_and_load_plugin (Session &, XMLNode const &, PluginType &, std::string const &, bool &any_vst) |
| |
| void | set_control_ids (const XMLNode &, int version, bool by_value=false) |
| |
| void | preset_load_set_value (uint32_t, float) |
| |
Plugin inserts: send data through a plugin
Definition at line 56 of file plugin_insert.h.