mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 09:57:44 +01:00
Take automation into account when reporting Amp gain. Fixes #3669.
git-svn-id: svn://localhost/ardour2/branches/3.0@8470 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3c8ca1f015
commit
73f898146d
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ public:
|
|||
|
||||
static void declick (BufferSet& bufs, framecnt_t nframes, int dir);
|
||||
|
||||
gain_t gain () const { return _gain_control->user_double(); }
|
||||
gain_t gain () const { return _gain_control->get_value(); }
|
||||
|
||||
virtual void set_gain (gain_t g, void *src);
|
||||
void inc_gain (gain_t delta, void *src);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue