|
| | IOPlug (Session &, std::shared_ptr< Plugin >=std::shared_ptr< Plugin >(), bool pre=true) |
| |
| virtual | ~IOPlug () |
| |
| bool | set_name (std::string const &) |
| |
| std::string | io_name (std::string const &name="") const |
| |
| XMLNode & | get_state (void) const |
| |
| int | set_state (const XMLNode &, int version) |
| |
| void | connect_and_run (samplepos_t, pframes_t) |
| |
| int | set_block_size (pframes_t) |
| |
| void | set_public_latency (bool) |
| |
| bool | ensure_io () |
| |
| bool | is_pre () const |
| |
| std::shared_ptr< IO > | input () const |
| |
| std::shared_ptr< IO > | output () const |
| |
| Gtkmm2ext::WindowProxy * | window_proxy () const |
| |
| void | set_window_proxy (Gtkmm2ext::WindowProxy *wp) |
| |
| PortManager::AudioInputPorts | audio_input_ports () const |
| |
| PortManager::MIDIInputPorts | midi_input_ports () const |
| |
| void | reset_input_meters () |
| |
| samplecnt_t | signal_latency () const |
| |
| uint32_t | get_count () const |
| |
| std::shared_ptr< Plugin > | plugin (uint32_t num=0) const |
| |
| PluginType | type () const |
| |
| UIElements | ui_elements () const |
| |
| bool | write_immediate_event (Evoral::EventType event_type, size_t size, const uint8_t *buf) |
| |
| bool | load_preset (Plugin::PresetRecord) |
| |
| std::shared_ptr< ReadOnlyControl > | control_output (uint32_t) const |
| |
| bool | reset_parameters_to_default () |
| |
| bool | can_reset_all_parameters () |
| |
| virtual bool | provides_stats () const |
| |
| virtual bool | get_stats (PBD::microseconds_t &, PBD::microseconds_t &, double &, double &) const |
| |
| virtual void | clear_stats () |
| |
| ChanMapping | input_map (uint32_t num) const |
| |
| ChanMapping | output_map (uint32_t num) const |
| |
| std::shared_ptr< Evoral::Control > | control_factory (const Evoral::Parameter &id) |
| |
| std::string | graph_node_name () const |
| |
| bool | direct_feeds_according_to_reality (std::shared_ptr< GraphNode >, bool *via_send_only=0) |
| |
| void | process () |
| |
| | 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 () |
| |
| virtual | ~PlugInsertBase () |
| |
| | 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 void | add_control (std::shared_ptr< Control >) |
| |
| virtual bool | controls_empty () const |
| |
| virtual void | clear_controls () |
| |
| 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 () |
| |
| | 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 () |
| |
| | 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 () |
| |
|
| std::string | describe_parameter (Evoral::Parameter) |
| |
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 |
| |
| 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) |
| |
| virtual void | control_list_marked_dirty () |
| |
| virtual void | control_list_interpolation_changed (Parameter const &, ControlList::InterpolationStyle) |
| |
| int | set_state (const XMLNode &node, int version) |
| |
| void | add_state (XMLNode *) const |
| |
| void | trigger () |
| |
|
| enum | UIElements : std::uint8_t {
NoGUIToolbar = 0x00
, BypassEnable = 0x01
, PluginPreset = 0x02
, MIDIKeyboard = 0x04
,
AllUIElements = 0x0f
} |
| |
| enum | MatchingMethod {
Impossible
, Delegate
, NoInputs
, ExactMatch
,
Replicate
, Split
, Hide
} |
| |
| typedef std::map< Parameter, std::shared_ptr< Control > > | Controls |
| |
| typedef std::map< GraphChain const *, node_set_t > | ActivationMap |
| |
| typedef std::map< GraphChain const *, int > | RefCntMap |
| |
| static void | make_property_quarks () |
| |
| static void | force_zero_latency (bool en) |
| |
| static bool | zero_latency () |
| |
| PBD::Signal< void(const PropertyChange &)> | PropertyChanged |
| |
| PBD::Signal< void()> | Destroyed |
| |
| PBD::Signal< void()> | DropReferences |
| |
| PBD::Signal< void()> | LatencyChanged |
| |
| static int | current_state_version |
| |
| static int | loading_state_version |
| |
| static PBD::Signal< void()> | DisableSwitchChanged |
| |
| static std::shared_ptr< Plugin > | plugin_factory (std::shared_ptr< Plugin >) |
| |
| PBD::Property< std::string > | _name |
| |
Protected Attributes inherited from ARDOUR::SessionHandleRef |
| ARDOUR::Session & | _session |
| |
| XMLNode * | _extra_xml |
| |
| XMLNode * | _instant_xml |
| |
| PBD::PropertyChange | _pending_changed |
| |
| Glib::Threads::Mutex | _lock |
| |
| std::string | _xml_node_name |
| | name of node to use for this object in XML More...
|
| |
| OwnedPropertyList * | _properties |
| |
| Glib::Threads::Mutex | _control_lock |
| |
| Controls | _controls |
| |
| PBD::ScopedConnectionList | _list_connections |
| |
| std::shared_ptr< Graph > | _graph |
| |
| SerializedRCUManager< ActivationMap > | _activation_set |
| |
| SerializedRCUManager< RefCntMap > | _init_refcount |
| |
Definition at line 45 of file io_plug.h.