mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
Expose Send polarity_control directly
This commit is contained in:
parent
72faae2ba9
commit
db5cb4ec94
1 changed files with 4 additions and 0 deletions
|
|
@ -113,6 +113,10 @@ public:
|
||||||
uint32_t pans_required() const { return _configured_input.n_audio(); }
|
uint32_t pans_required() const { return _configured_input.n_audio(); }
|
||||||
virtual uint32_t pan_outs() const;
|
virtual uint32_t pan_outs() const;
|
||||||
|
|
||||||
|
boost::shared_ptr<AutomationControl> polarity_control () const {
|
||||||
|
return _polarity_control;
|
||||||
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
XMLNode& state () const;
|
XMLNode& state () const;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue