Ardour
9.0-pre0-582-g084a23a80d
|
#include <panner_balance.h>
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 |
XMLNode & | get_state () const |
void | reset () |
void | thaw () |
Public Member Functions inherited from ARDOUR::Panner | |
Panner (std::shared_ptr< Pannable >) | |
~Panner () | |
virtual std::shared_ptr< Speakers > | get_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< Pannable > | pannable () 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 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 |
Public Member Functions inherited from PBD::ScopedConnectionList | |
ScopedConnectionList () | |
ScopedConnectionList (const ScopedConnectionList &)=delete | |
ScopedConnectionList & | operator= (const ScopedConnectionList &)=delete |
virtual | ~ScopedConnectionList () |
void | add_connection (const UnscopedConnection &c) |
void | drop_connections () |
Static Public Member Functions | |
static Panner * | factory (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) |
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 |
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 |
Definition at line 39 of file panner_balance.h.
ARDOUR::Pannerbalance::Pannerbalance | ( | std::shared_ptr< Pannable > | ) |
ARDOUR::Pannerbalance::~Pannerbalance | ( | ) |
|
virtual |
Reimplemented from ARDOUR::Panner.
|
privatevirtual |
Implements ARDOUR::Panner.
|
privatevirtual |
Implements ARDOUR::Panner.
|
static |
|
virtual |
Reimplemented from ARDOUR::Panner.
|
inlinevirtual |
Implements ARDOUR::Panner.
Definition at line 45 of file panner_balance.h.
|
inlinevirtual |
Implements ARDOUR::Panner.
Definition at line 49 of file panner_balance.h.
|
virtual |
Reimplemented from ARDOUR::Panner.
|
virtual |
Reimplemented from ARDOUR::Panner.
|
virtual |
Implements ARDOUR::Panner.
|
virtual |
Reimplemented from ARDOUR::Panner.
|
virtual |
Reimplemented from ARDOUR::Panner.
|
protected |
|
virtual |
Implements ARDOUR::Panner.
|
protected |
Definition at line 70 of file panner_balance.h.
|
protected |
Definition at line 69 of file panner_balance.h.
|
protected |
Definition at line 71 of file panner_balance.h.