Ardour  9.0-pre0-582-g084a23a80d
ARDOUR::Pannerbalance Class Reference

#include <panner_balance.h>

Inheritance diagram for ARDOUR::Pannerbalance:
[legend]

Public Member Functions

 Pannerbalance (std::shared_ptr< Pannable >)
 
 ~Pannerbalance ()
 
ChanCount in () const
 
ChanCount out () const
 
void set_position (double)
 
bool clamp_position (double &)
 
std::pair< double, double > position_range () const
 
double position () const
 
std::string value_as_string (std::shared_ptr< const AutomationControl >) const
 
XMLNodeget_state () const
 
void reset ()
 
void thaw ()
 
- Public Member Functions inherited from ARDOUR::Panner
 Panner (std::shared_ptr< Pannable >)
 
 ~Panner ()
 
virtual std::shared_ptr< Speakersget_speakers () const
 
virtual void configure_io (ARDOUR::ChanCount, ARDOUR::ChanCount)
 
virtual bool clamp_width (double &)
 
virtual bool clamp_elevation (double &)
 
virtual std::pair< double, double > width_range () const
 
virtual std::pair< double, double > elevation_range () const
 
virtual void set_width (double)
 
virtual void set_elevation (double)
 
virtual double width () const
 
virtual double elevation () const
 
virtual PBD::AngularVector signal_position (uint32_t) const
 
virtual void distribute (BufferSet &ibufs, BufferSet &obufs, gain_t gain_coeff, pframes_t nframes)
 
virtual void distribute_automated (BufferSet &ibufs, BufferSet &obufs, samplepos_t start, samplepos_t end, pframes_t nframes, pan_t **buffers)
 
int set_state (const XMLNode &, int version)
 
std::shared_ptr< Pannablepannable () const
 
virtual void freeze ()
 
const std::set< Evoral::Parameter > & what_can_be_automated () const
 
- 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::ScopedConnectionList
 ScopedConnectionList ()
 
 ScopedConnectionList (const ScopedConnectionList &)=delete
 
ScopedConnectionListoperator= (const ScopedConnectionList &)=delete
 
virtual ~ScopedConnectionList ()
 
void add_connection (const UnscopedConnection &c)
 
void drop_connections ()
 

Static Public Member Functions

static Pannerfactory (std::shared_ptr< Pannable >, std::shared_ptr< Speakers >)
 

Protected Member Functions

void update ()
 
- 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 Attributes

float pos [2]
 
float desired_pos [2]
 
float pos_interp [2]
 
- Protected Attributes inherited from ARDOUR::Panner
std::shared_ptr< Pannable_pannable
 
std::set< Evoral::Parameter_can_automate_list
 
int32_t _frozen
 
- 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
 

Private Member Functions

void distribute_one (AudioBuffer &srcbuf, BufferSet &obufs, gain_t gain_coeff, pframes_t nframes, uint32_t which)
 
void distribute_one_automated (AudioBuffer &srcbuf, BufferSet &obufs, samplepos_t start, samplepos_t end, pframes_t nframes, pan_t **buffers, uint32_t which)
 

Additional Inherited Members

- Public Attributes inherited from ARDOUR::Panner
PBD::Signal< void()> SignalPositionChanged
 
- Public Attributes inherited from PBD::Stateful
PBD::Signal< void(const PropertyChange &)> PropertyChanged
 
- Static Public Attributes inherited from PBD::Stateful
static int current_state_version
 
static int loading_state_version
 

Detailed Description

Definition at line 39 of file panner_balance.h.

Constructor & Destructor Documentation

◆ Pannerbalance()

ARDOUR::Pannerbalance::Pannerbalance ( std::shared_ptr< Pannable )

◆ ~Pannerbalance()

ARDOUR::Pannerbalance::~Pannerbalance ( )

Member Function Documentation

◆ clamp_position()

bool ARDOUR::Pannerbalance::clamp_position ( double &  )
virtual

Reimplemented from ARDOUR::Panner.

◆ distribute_one()

void ARDOUR::Pannerbalance::distribute_one ( AudioBuffer srcbuf,
BufferSet obufs,
gain_t  gain_coeff,
pframes_t  nframes,
uint32_t  which 
)
privatevirtual

Implements ARDOUR::Panner.

◆ distribute_one_automated()

void ARDOUR::Pannerbalance::distribute_one_automated ( AudioBuffer srcbuf,
BufferSet obufs,
samplepos_t  start,
samplepos_t  end,
pframes_t  nframes,
pan_t **  buffers,
uint32_t  which 
)
privatevirtual

Implements ARDOUR::Panner.

◆ factory()

static Panner* ARDOUR::Pannerbalance::factory ( std::shared_ptr< Pannable ,
std::shared_ptr< Speakers  
)
static

◆ get_state()

XMLNode& ARDOUR::Pannerbalance::get_state ( ) const
virtual

Reimplemented from ARDOUR::Panner.

◆ in()

ChanCount ARDOUR::Pannerbalance::in ( ) const
inlinevirtual

Implements ARDOUR::Panner.

Definition at line 45 of file panner_balance.h.

◆ out()

ChanCount ARDOUR::Pannerbalance::out ( ) const
inlinevirtual

Implements ARDOUR::Panner.

Definition at line 49 of file panner_balance.h.

◆ position()

double ARDOUR::Pannerbalance::position ( ) const
virtual

Reimplemented from ARDOUR::Panner.

◆ position_range()

std::pair<double, double> ARDOUR::Pannerbalance::position_range ( ) const
virtual

Reimplemented from ARDOUR::Panner.

◆ reset()

void ARDOUR::Pannerbalance::reset ( )
virtual

Implements ARDOUR::Panner.

◆ set_position()

void ARDOUR::Pannerbalance::set_position ( double  )
virtual

Reimplemented from ARDOUR::Panner.

◆ thaw()

void ARDOUR::Pannerbalance::thaw ( )
virtual

Reimplemented from ARDOUR::Panner.

◆ update()

void ARDOUR::Pannerbalance::update ( )
protected

◆ value_as_string()

std::string ARDOUR::Pannerbalance::value_as_string ( std::shared_ptr< const AutomationControl ) const
virtual

Implements ARDOUR::Panner.

Member Data Documentation

◆ desired_pos

float ARDOUR::Pannerbalance::desired_pos[2]
protected

Definition at line 70 of file panner_balance.h.

◆ pos

float ARDOUR::Pannerbalance::pos[2]
protected

Definition at line 69 of file panner_balance.h.

◆ pos_interp

float ARDOUR::Pannerbalance::pos_interp[2]
protected

Definition at line 71 of file panner_balance.h.


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