Ardour  9.0-pre0-350-gf17a656217
ARDOUR::PortInsert Class Reference

#include <port_insert.h>

Inheritance diagram for ARDOUR::PortInsert:
[legend]

Public Member Functions

 PortInsert (Session &, std::shared_ptr< Pannable >, std::shared_ptr< MuteMaster > mm)
 
 ~PortInsert ()
 
int set_state (const XMLNode &, int version)
 
void run (BufferSet &bufs, samplepos_t start_sample, samplepos_t end_sample, double speed, pframes_t nframes, bool)
 
void flush_buffers (samplecnt_t nframes)
 
samplecnt_t signal_latency () const
 
bool set_name (const std::string &name)
 
bool can_support_io_configuration (const ChanCount &in, ChanCount &out)
 
bool configure_io (ChanCount in, ChanCount out)
 
void activate ()
 
void deactivate ()
 
void set_pre_fader (bool)
 
void start_latency_detection ()
 
void stop_latency_detection ()
 
MTDMmtdm () const
 
void set_measured_latency (samplecnt_t)
 
samplecnt_t measured_latency () const
 
std::shared_ptr< AutomationControlsend_polarity_control () const
 
std::shared_ptr< GainControlsend_gain_control () const
 
std::shared_ptr< Ampsend_amp () const
 
std::shared_ptr< Ampreturn_amp () const
 
std::shared_ptr< GainControlreturn_gain_control () const
 
std::shared_ptr< PeakMetersend_meter () const
 
std::shared_ptr< PeakMeterreturn_meter () const
 
bool metering () const
 
void set_metering (bool yn)
 
- Public Member Functions inherited from ARDOUR::IOProcessor
 IOProcessor (Session &, bool with_input, bool with_output, const std::string &proc_name, const std::string io_name="", ARDOUR::DataType default_type=DataType::AUDIO, bool sendish=false)
 
 IOProcessor (Session &, std::shared_ptr< IO > input, std::shared_ptr< IO > output, const std::string &proc_name, Temporal::TimeDomainProvider const &, bool sendish=false)
 
virtual ~IOProcessor ()
 
bool does_routing () const
 
virtual ChanCount natural_output_streams () const
 
virtual ChanCount natural_input_streams () const
 
std::shared_ptr< IOinput ()
 
std::shared_ptr< const IOinput () const
 
std::shared_ptr< IOoutput ()
 
std::shared_ptr< const IOoutput () const
 
void set_input (std::shared_ptr< IO >)
 
void set_output (std::shared_ptr< IO >)
 
void silence (samplecnt_t nframes, samplepos_t start_sample)
 
void disconnect ()
 
virtual bool feeds (std::shared_ptr< Route > other) const
 
uint32_t bit_slot () const
 
- Public Member Functions inherited from ARDOUR::Processor
 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 enabled () const
 processor enabled/bypass More...
 
virtual bool bypassable () const
 enable is not automated or locked More...
 
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 int set_block_size (pframes_t)
 
virtual bool requires_fixed_sized_buffers () const
 
virtual void flush ()
 
virtual void enable (bool yn)
 
virtual ChanCount input_streams () const
 
virtual ChanCount output_streams () const
 
virtual void realtime_handle_transport_stopped ()
 
virtual void realtime_locate (bool)
 
virtual void set_loop (Location *loc)
 
virtual void monitoring_changed ()
 
XMLNodeget_state () const
 
int set_state (const XMLNode &, int version)
 
virtual bool get_pre_fader () const
 
ProcessorWindowProxywindow_proxy () const
 
void set_window_proxy (ProcessorWindowProxy *wp)
 
PluginPinWindowProxypinmgr_proxy () const
 
void set_pingmgr_proxy (PluginPinWindowProxy *wp)
 
virtual void set_owner (SessionObject *)
 
SessionObjectowner () const
 
- Public Member Functions inherited from ARDOUR::SessionObject
 SessionObject (Session &session, const std::string &name)
 
Sessionsession () const
 
std::string name () const
 
- Public Member Functions inherited from ARDOUR::SessionHandleRef
 SessionHandleRef (ARDOUR::Session &s)
 
virtual ~SessionHandleRef ()
 
- Public Member Functions inherited from PBD::ScopedConnectionList
 ScopedConnectionList ()
 
 ScopedConnectionList (const ScopedConnectionList &)=delete
 
ScopedConnectionListoperator= (const ScopedConnectionList &)=delete
 
virtual ~ScopedConnectionList ()
 
void add_connection (const UnscopedConnection &c)
 
void drop_connections ()
 
- Public Member Functions inherited from PBD::Stateful
 Stateful ()
 
virtual ~Stateful ()
 
virtual bool apply_change (PropertyBase const &)
 
PropertyChange apply_changes (PropertyList const &)
 
const OwnedPropertyListproperties () const
 
void add_property (PropertyBase &s)
 
void add_extra_xml (XMLNode &)
 
XMLNodeextra_xml (const std::string &str, bool add_if_missing=false)
 
void save_extra_xml (const XMLNode &)
 
const PBD::IDid () const
 
bool set_id (const XMLNode &)
 
void set_id (const std::string &)
 
void reset_id ()
 
void clear_changes ()
 
virtual void clear_owned_changes ()
 
PropertyListget_changes_as_properties (PBD::Command *) const
 
virtual void rdiff (std::vector< PBD::Command * > &) const
 
bool changed () const
 
virtual PropertyListproperty_factory (const XMLNode &) const
 
virtual void suspend_property_changes ()
 
virtual void resume_property_changes ()
 
bool property_changes_suspended () const
 
- Public Member Functions inherited from PBD::Destructible
virtual ~Destructible ()
 
virtual void drop_references ()
 
- Public Member Functions inherited from ARDOUR::Automatable
 Automatable (Session &, Temporal::TimeDomainProvider const &)
 
 Automatable (const Automatable &other)
 
virtual ~Automatable ()
 
virtual void automatables (PBD::ControllableSet &) const
 
std::shared_ptr< Evoral::Controlcontrol_factory (const Evoral::Parameter &id)
 
std::shared_ptr< AutomationControlautomation_control (PBD::ID const &id) const
 
virtual std::shared_ptr< AutomationControlautomation_control_recurse (PBD::ID const &id) const
 
std::shared_ptr< AutomationControlautomation_control (const Evoral::Parameter &id)
 
std::shared_ptr< AutomationControlautomation_control (const Evoral::Parameter &id, bool create_if_missing)
 
std::shared_ptr< const AutomationControlautomation_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 non_realtime_locate (samplepos_t now)
 
virtual void non_realtime_transport_stop (samplepos_t now, bool flush)
 
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::Parameterall_automatable_params () const
 
void what_has_existing_automation (std::set< Evoral::Parameter > &) const
 
int set_automation_xml_state (const XMLNode &, Evoral::Parameter default_param)
 
XMLNodeget_automation_xml_state () const
 
void start_domain_bounce (Temporal::DomainBounceInfo &)
 
void finish_domain_bounce (Temporal::DomainBounceInfo &)
 
- Public Member Functions inherited from Evoral::ControlSet
 ControlSet ()
 
 ControlSet (const ControlSet &)
 
virtual ~ControlSet ()
 
std::shared_ptr< Controlcontrol (const Parameter &id, bool create_if_missing=false)
 
std::shared_ptr< const Controlcontrol (const Parameter &id) const
 
Controlscontrols ()
 
const Controlscontrols () 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 ()
 
- Public Member Functions inherited from ARDOUR::Slavable
 Slavable ()
 
virtual ~Slavable ()
 
XMLNodeget_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 ()
 
XMLNodeget_state () const
 
int set_state (const XMLNode &, int version)
 
TimeDomainProvideroperator= (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 ()
 
- Public Member Functions inherited from ARDOUR::Latent
 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)
 
- Public Member Functions inherited from ARDOUR::HasLatency
virtual ~HasLatency ()
 

Static Public Member Functions

static std::string name_and_id_new_insert (Session &, uint32_t &)
 
- Static Public Member Functions inherited from ARDOUR::IOProcessor
static void prepare_for_reset (XMLNode &state, const std::string &name)
 
- Static Public Member Functions inherited from ARDOUR::SessionObject
static void make_property_quarks ()
 
- Static Public Member Functions inherited from ARDOUR::Automatable
static void find_next_ac_event (std::shared_ptr< AutomationControl >, Temporal::timepos_t const &start, Temporal::timepos_t const &end, Evoral::ControlEvent &ev)
 
static void find_prev_ac_event (std::shared_ptr< AutomationControl >, Temporal::timepos_t const &start, Temporal::timepos_t const &end, Evoral::ControlEvent &ev)
 
- Static Public Member Functions inherited from ARDOUR::Latent
static void force_zero_latency (bool en)
 
static bool zero_latency ()
 

Protected Member Functions

XMLNodestate () const
 
- Protected Member Functions inherited from ARDOUR::IOProcessor
std::string validate_name (std::string const &new_name, std::string const &canonical_name) const
 
- Protected Member Functions inherited from ARDOUR::Processor
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 ()
 
- Protected Member Functions inherited from PBD::Stateful
void add_instant_xml (XMLNode &, const std::string &directory_path)
 
XMLNodeinstant_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
 
- Protected Member Functions inherited from ARDOUR::Automatable
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
 
- Protected Member Functions inherited from Evoral::ControlSet
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 ()
 
- Protected Member Functions inherited from ARDOUR::Latent
int set_state (const XMLNode &node, int version)
 
void add_state (XMLNode *) const
 

Private Member Functions

 PortInsert (const PortInsert &)
 
void io_changed (IOChange change, void *)
 
void latency_changed ()
 

Private Attributes

std::shared_ptr< Delivery_out
 
std::shared_ptr< Amp_amp
 
std::shared_ptr< GainControl_gain_control
 
std::shared_ptr< PeakMeter_send_meter
 
std::shared_ptr< PeakMeter_return_meter
 
bool _metering
 
uint32_t _io_latency
 
uint32_t _signal_latency
 
MTDM_mtdm
 
bool _latency_detect
 
samplecnt_t _latency_flush_samples
 
samplecnt_t _measured_latency
 

Additional Inherited Members

- Public Types inherited from Evoral::ControlSet
typedef std::map< Parameter, std::shared_ptr< Control > > Controls
 
- Public Attributes inherited from ARDOUR::IOProcessor
PBD::Signal< void(IOProcessor *, bool)> AutomationPlaybackChanged
 
PBD::Signal< void(IOProcessor *, uint32_t)> AutomationChanged
 
- Public Attributes inherited from ARDOUR::Processor
PBD::Signal< void()> ActiveChanged
 
PBD::Signal< void()> BypassableChanged
 
PBD::Signal< void(ChanCount, ChanCount)> ConfigurationChanged
 
PBD::Signal< void()> ToggleUI
 
PBD::Signal< void()> ShowUI
 
PBD::Signal< void()> HideUI
 
- Public Attributes inherited from PBD::Stateful
PBD::Signal< void(const PropertyChange &)> PropertyChanged
 
- Public Attributes inherited from PBD::Destructible
PBD::Signal< void()> Destroyed
 
PBD::Signal< void()> DropReferences
 
- Public Attributes inherited from ARDOUR::Automatable
PBD::Signal< void()> AutomationStateChanged
 
- Public Attributes inherited from ARDOUR::Slavable
PBD::Signal< void(std::shared_ptr< VCA >, bool)> AssignmentChange
 
- Public Attributes inherited from Temporal::TimeDomainProvider
PBD::Signal< void()> TimeDomainChanged
 
- Public Attributes inherited from ARDOUR::Latent
PBD::Signal< void()> LatencyChanged
 
- Static Public Attributes inherited from ARDOUR::Processor
static const std::string state_node_name
 
- Static Public Attributes inherited from PBD::Stateful
static int current_state_version
 
static int loading_state_version
 
- Static Public Attributes inherited from ARDOUR::Automatable
static bool skip_saving_automation
 
static const std::string xml_node_name
 
- Static Public Attributes inherited from ARDOUR::Slavable
static std::string xml_node_name
 
static PBD::Signal< void(VCAManager *)> Assign
 
- Static Public Attributes inherited from ARDOUR::Latent
static PBD::Signal< void()> DisableSwitchChanged
 
- Protected Attributes inherited from ARDOUR::IOProcessor
std::shared_ptr< IO_input
 
std::shared_ptr< IO_output
 
uint32_t _bitslot
 
- Protected Attributes inherited from ARDOUR::Processor
int _pending_active
 
bool _active
 
bool _next_ab_is_active
 
bool _configured
 
ChanCount _configured_input
 
ChanCount _configured_output
 
bool _display_to_user
 
bool _pre_fader
 true if this processor is currently placed before the Amp, otherwise false More...
 
void * _ui_pointer
 
ProcessorWindowProxy_window_proxy
 
PluginPinWindowProxy_pinmgr_proxy
 
SessionObject_owner
 
samplecnt_t _input_latency
 
samplecnt_t _output_latency
 
samplecnt_t _capture_offset
 
samplecnt_t _playback_offset
 
Location_loop_location
 
- Protected Attributes inherited from ARDOUR::SessionObject
PBD::Property< std::string > _name
 
- Protected Attributes inherited from ARDOUR::SessionHandleRef
ARDOUR::Session_session
 
- Protected Attributes inherited from PBD::Stateful
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
 
- Protected Attributes inherited from ARDOUR::Automatable
Session_a_session
 
SerializedRCUManager< AutomationControlList_automated_controls
 
std::set< Evoral::Parameter_can_automate_list
 
samplepos_t _last_automation_snapshot
 
- Protected Attributes inherited from Evoral::ControlSet
Glib::Threads::Mutex _control_lock
 
Controls _controls
 
PBD::ScopedConnectionList _list_connections
 

Detailed Description

Port inserts: send output to a Jack port, pick up input at a Jack port

Definition at line 50 of file port_insert.h.

Constructor & Destructor Documentation

◆ PortInsert() [1/2]

ARDOUR::PortInsert::PortInsert ( Session ,
std::shared_ptr< Pannable ,
std::shared_ptr< MuteMaster mm 
)

◆ ~PortInsert()

ARDOUR::PortInsert::~PortInsert ( )

◆ PortInsert() [2/2]

ARDOUR::PortInsert::PortInsert ( const PortInsert )
private

Member Function Documentation

◆ activate()

void ARDOUR::PortInsert::activate ( )
virtual

Reimplemented from ARDOUR::Processor.

◆ can_support_io_configuration()

bool ARDOUR::PortInsert::can_support_io_configuration ( const ChanCount in,
ChanCount out 
)
virtual

Implements ARDOUR::Processor.

◆ configure_io()

bool ARDOUR::PortInsert::configure_io ( ChanCount  in,
ChanCount  out 
)
virtual

Reimplemented from ARDOUR::Processor.

◆ deactivate()

void ARDOUR::PortInsert::deactivate ( )
virtual

Reimplemented from ARDOUR::Processor.

◆ flush_buffers()

void ARDOUR::PortInsert::flush_buffers ( samplecnt_t  nframes)

◆ io_changed()

void ARDOUR::PortInsert::io_changed ( IOChange  change,
void *   
)
private

◆ latency_changed()

void ARDOUR::PortInsert::latency_changed ( )
private

◆ measured_latency()

samplecnt_t ARDOUR::PortInsert::measured_latency ( ) const
inline

Definition at line 80 of file port_insert.h.

◆ metering()

bool ARDOUR::PortInsert::metering ( ) const
inline

Definition at line 114 of file port_insert.h.

◆ mtdm()

MTDM* ARDOUR::PortInsert::mtdm ( ) const
inline

Definition at line 77 of file port_insert.h.

◆ name_and_id_new_insert()

static std::string ARDOUR::PortInsert::name_and_id_new_insert ( Session ,
uint32_t &   
)
static

◆ return_amp()

std::shared_ptr<Amp> ARDOUR::PortInsert::return_amp ( ) const
inline

Definition at line 98 of file port_insert.h.

◆ return_gain_control()

std::shared_ptr<GainControl> ARDOUR::PortInsert::return_gain_control ( ) const
inline

Definition at line 102 of file port_insert.h.

◆ return_meter()

std::shared_ptr<PeakMeter> ARDOUR::PortInsert::return_meter ( ) const
inline

Definition at line 110 of file port_insert.h.

◆ run()

void ARDOUR::PortInsert::run ( BufferSet bufs,
samplepos_t  start_sample,
samplepos_t  end_sample,
double  speed,
pframes_t  nframes,
bool  result_required 
)
virtual

The main process function for processors

Parameters
bufsbufferset of data to process in-place
start_sampleabsolute timeline position in audio-samples to commence processing (latency compensated)
end_sampleabsolute timeline position in audio-samples, usually start_sample +/- nframes
speedtransport speed. usually -1, 0, +1
nframesnumber of audio samples to process
result_requiredtrue if, on return from this method, bufs is required to contain valid data; if false, the method need not bother writing to bufs if it doesn't want to.

Reimplemented from ARDOUR::Processor.

◆ send_amp()

std::shared_ptr<Amp> ARDOUR::PortInsert::send_amp ( ) const
inline

Definition at line 94 of file port_insert.h.

◆ send_gain_control()

std::shared_ptr<GainControl> ARDOUR::PortInsert::send_gain_control ( ) const
inline

Definition at line 90 of file port_insert.h.

◆ send_meter()

std::shared_ptr<PeakMeter> ARDOUR::PortInsert::send_meter ( ) const
inline

Definition at line 106 of file port_insert.h.

◆ send_polarity_control()

std::shared_ptr<AutomationControl> ARDOUR::PortInsert::send_polarity_control ( ) const
inline

Definition at line 86 of file port_insert.h.

◆ set_measured_latency()

void ARDOUR::PortInsert::set_measured_latency ( samplecnt_t  )

◆ set_metering()

void ARDOUR::PortInsert::set_metering ( bool  yn)
inline

Definition at line 118 of file port_insert.h.

◆ set_name()

bool ARDOUR::PortInsert::set_name ( const std::string &  name)
virtual

Reimplemented from ARDOUR::IOProcessor.

◆ set_pre_fader()

void ARDOUR::PortInsert::set_pre_fader ( bool  )
virtual

Reimplemented from ARDOUR::Processor.

◆ set_state()

int ARDOUR::PortInsert::set_state ( const XMLNode ,
int  version 
)
virtual

Reimplemented from ARDOUR::IOProcessor.

◆ signal_latency()

samplecnt_t ARDOUR::PortInsert::signal_latency ( ) const
virtual

Reimplemented from ARDOUR::Processor.

◆ start_latency_detection()

void ARDOUR::PortInsert::start_latency_detection ( )

◆ state()

XMLNode& ARDOUR::PortInsert::state ( ) const
protectedvirtual

Reimplemented from ARDOUR::IOProcessor.

◆ stop_latency_detection()

void ARDOUR::PortInsert::stop_latency_detection ( )

Member Data Documentation

◆ _amp

std::shared_ptr<Amp> ARDOUR::PortInsert::_amp
private

Definition at line 132 of file port_insert.h.

◆ _gain_control

std::shared_ptr<GainControl> ARDOUR::PortInsert::_gain_control
private

Definition at line 133 of file port_insert.h.

◆ _io_latency

uint32_t ARDOUR::PortInsert::_io_latency
private

Definition at line 137 of file port_insert.h.

◆ _latency_detect

bool ARDOUR::PortInsert::_latency_detect
private

Definition at line 141 of file port_insert.h.

◆ _latency_flush_samples

samplecnt_t ARDOUR::PortInsert::_latency_flush_samples
private

Definition at line 142 of file port_insert.h.

◆ _measured_latency

samplecnt_t ARDOUR::PortInsert::_measured_latency
private

Definition at line 143 of file port_insert.h.

◆ _metering

bool ARDOUR::PortInsert::_metering
private

Definition at line 136 of file port_insert.h.

◆ _mtdm

MTDM* ARDOUR::PortInsert::_mtdm
private

Definition at line 140 of file port_insert.h.

◆ _out

std::shared_ptr<Delivery> ARDOUR::PortInsert::_out
private

Definition at line 131 of file port_insert.h.

◆ _return_meter

std::shared_ptr<PeakMeter> ARDOUR::PortInsert::_return_meter
private

Definition at line 135 of file port_insert.h.

◆ _send_meter

std::shared_ptr<PeakMeter> ARDOUR::PortInsert::_send_meter
private

Definition at line 134 of file port_insert.h.

◆ _signal_latency

uint32_t ARDOUR::PortInsert::_signal_latency
private

Definition at line 138 of file port_insert.h.


The documentation for this class was generated from the following file: