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:
Paul Davis 2008-12-08 16:07:28 +00:00
parent a9bb336fc4
commit 3be16e8afb
35 changed files with 1399 additions and 932 deletions

View file

@ -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 ();