mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
partial patch/partial by-hand merge of 2.X commits 3169&3170 to 3.X codebase
git-svn-id: svn://localhost/ardour2/branches/3.0@4300 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a9bb336fc4
commit
3be16e8afb
35 changed files with 1399 additions and 932 deletions
|
|
@ -56,9 +56,11 @@ namespace Gtk {
|
|||
class LevelMeter : public Gtk::HBox
|
||||
{
|
||||
public:
|
||||
LevelMeter (boost::shared_ptr<ARDOUR::IO>, ARDOUR::Session&);
|
||||
LevelMeter (ARDOUR::Session&);
|
||||
~LevelMeter ();
|
||||
|
||||
virtual void set_io (boost::shared_ptr<ARDOUR::IO> io);
|
||||
|
||||
void update_gain_sensitive ();
|
||||
|
||||
float update_meters ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue