Home
last modified time | relevance | path

Searched refs:PortInsert (Results 1 – 12 of 12) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dport_insert.cc48 PortInsert::PortInsert (Session& s, boost::shared_ptr<Pannable> pannable, boost::shared_ptr<MuteMas… in PortInsert() function in PortInsert
58 PortInsert::~PortInsert () in ~PortInsert()
65 PortInsert::set_pre_fader (bool p) in set_pre_fader()
72 PortInsert::start_latency_detection () in start_latency_detection()
82 PortInsert::stop_latency_detection () in stop_latency_detection()
89 PortInsert::set_measured_latency (samplecnt_t n) in set_measured_latency()
95 PortInsert::latency() const in latency()
164 PortInsert::state () in state()
228 PortInsert::signal_latency() const in signal_latency()
287 PortInsert::activate () in activate()
[all …]
H A Droute.cc953 processor.reset (new PortInsert (_session, _pannable, _mute_master)); in add_processor_from_xml_2X()
1833 if (boost::dynamic_pointer_cast<PortInsert> (*p)) { in try_configure_processors_unlocked()
2148 if (boost::dynamic_pointer_cast<PortInsert> (*i)) { in apply_processor_order()
3219 processor.reset (new PortInsert (_session, _pannable, _mute_master)); in set_processor_state()
3836 boost::shared_ptr<PortInsert> p = boost::dynamic_pointer_cast<PortInsert> (*i); in flush_processor_buffers_locked()
4307 if (boost::shared_ptr<PortInsert> pi = boost::dynamic_pointer_cast<PortInsert> (*i)) { in update_signal_latency()
4767 boost::dynamic_pointer_cast<PortInsert> (*i)) { in has_io_processor_named()
5332 if (boost::dynamic_pointer_cast<PortInsert>(p)) { in can_freeze_processor()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dport_insert.h48 class LIBARDOUR_API PortInsert : public IOProcessor
51 PortInsert (Session&, boost::shared_ptr<Pannable>, boost::shared_ptr<MuteMaster> mm);
52 ~PortInsert ();
87 PortInsert (const PortInsert&);
H A Dsession.h153 class PortInsert; variable
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dport_insert_ui.h27 class PortInsert; variable
33 PortInsertUI (Gtk::Window*, ARDOUR::Session *, boost::shared_ptr<ARDOUR::PortInsert>);
39 boost::shared_ptr<ARDOUR::PortInsert> _pi;
57 PortInsertWindow (ARDOUR::Session *, boost::shared_ptr<ARDOUR::PortInsert>);
H A Dport_insert_ui.cc41 …PortInsertUI (Gtk::Window* parent, ARDOUR::Session* sess, boost::shared_ptr<ARDOUR::PortInsert> pi) in PortInsertUI()
163 PortInsertWindow::PortInsertWindow (ARDOUR::Session* sess, boost::shared_ptr<ARDOUR::PortInsert> pi) in PortInsertWindow()
H A Droute_params_ui.h53 class PortInsert; variable
H A Dfoldback_strip.h62 class PortInsert; variable
H A Droute_params_ui.cc473 boost::shared_ptr<PortInsert> port_insert; in redirect_selected()
514 } else if ((port_insert = boost::dynamic_pointer_cast<PortInsert> (proc)) != 0) { in redirect_selected()
H A Dmixer_strip.h70 class PortInsert; variable
H A Dprocessor_box.cc2086 if (boost::dynamic_pointer_cast<PortInsert> ((*i)->processor())) { in object_drop()
2745 …boost::shared_ptr<Processor> processor (new PortInsert (*_session, _route->pannable(), _route->mut… in choose_insert()
2927 else if (boost::dynamic_pointer_cast<PortInsert> (p)) { in maybe_add_processor_to_ui_list()
3008 boost::shared_ptr<PortInsert> ext = boost::dynamic_pointer_cast<PortInsert> (processor); in add_processor_to_display()
3584 PortInsert* pi = new PortInsert (*_session, _route->pannable (), _route->mute_master ()); in paste_processor_state()
3761 boost::dynamic_pointer_cast<PortInsert> (processor) in processor_can_be_edited()
3788 boost::shared_ptr<PortInsert> port_insert; in get_editor_window()
3874 } else if ((port_insert = boost::dynamic_pointer_cast<PortInsert> (processor)) != 0) { in get_editor_window()
H A Dprocessor_box.h79 class PortInsert; variable