|
| | Panner1in2out (std::shared_ptr< Pannable >) |
| |
| | ~Panner1in2out () |
| |
| void | set_position (double) |
| |
| bool | clamp_position (double &) |
| |
| std::pair< double, double > | position_range () const |
| |
| double | position () const |
| |
| ChanCount | in () const |
| |
| ChanCount | out () const |
| |
| std::string | value_as_string (std::shared_ptr< const AutomationControl >) const |
| |
| XMLNode & | get_state () const |
| |
| void | reset () |
| |
| | 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 () |
| |
| virtual void | thaw () |
| |
| const std::set< Evoral::Parameter > & | what_can_be_automated () const |
| |
| | 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 |
| |
| | 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 |
| |
|
| void | distribute_one (AudioBuffer &src, 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) |
| |
| void | update () |
| |
| 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_1in2out.h.