|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <panner_2in2out.h>
Public Member Functions | |
| Panner2in2out (std::shared_ptr< Pannable >) | |
| ~Panner2in2out () | |
| ChanCount | in () const |
| ChanCount | out () const |
| bool | clamp_position (double &) |
| bool | clamp_width (double &) |
| std::pair< double, double > | position_range () const |
| std::pair< double, double > | width_range () const |
| void | set_position (double) |
| void | set_width (double) |
| double | position () const |
| double | width () const |
| std::string | value_as_string (std::shared_ptr< const AutomationControl >) const |
| XMLNode & | get_state () const |
| void | update () |
| 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_elevation (double &) |
| virtual std::pair< double, double > | elevation_range () const |
| virtual void | set_elevation (double) |
| 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 () |
| std::list< ScopedConnectionList * >::size_type | size () const |
Static Public Member Functions | |
| static Panner * | factory (std::shared_ptr< Pannable >, std::shared_ptr< Speakers >) |
Protected Attributes | |
| float | left [2] |
| float | right [2] |
| float | desired_left [2] |
| float | desired_right [2] |
| float | left_interp [2] |
| float | right_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 | |
| bool | clamp_stereo_pan (double &direction_as_lr_fract, double &width) |
| 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 |
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 |
Definition at line 40 of file panner_2in2out.h.
| ARDOUR::Panner2in2out::Panner2in2out | ( | std::shared_ptr< Pannable > | ) |
| ARDOUR::Panner2in2out::~Panner2in2out | ( | ) |
|
virtual |
Reimplemented from ARDOUR::Panner.
|
private |
|
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 46 of file panner_2in2out.h.
|
inlinevirtual |
Implements ARDOUR::Panner.
Definition at line 50 of file panner_2in2out.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.
|
virtual |
Reimplemented from ARDOUR::Panner.
| void ARDOUR::Panner2in2out::update | ( | ) |
|
virtual |
Implements ARDOUR::Panner.
|
virtual |
Reimplemented from ARDOUR::Panner.
|
virtual |
Reimplemented from ARDOUR::Panner.
|
protected |
Definition at line 81 of file panner_2in2out.h.
|
protected |
Definition at line 82 of file panner_2in2out.h.
|
protected |
Definition at line 79 of file panner_2in2out.h.
|
protected |
Definition at line 83 of file panner_2in2out.h.
|
protected |
Definition at line 80 of file panner_2in2out.h.
|
protected |
Definition at line 84 of file panner_2in2out.h.