new 2d panner GUI, implemented originally in a branch of 2.0-ongoing at LAC2009; unfinished work, but the basis for 2d panning in 3.0

git-svn-id: svn://localhost/ardour2/branches/3.0@4319 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-12-13 15:18:32 +00:00
parent 493339e969
commit 66e91bafd2
4 changed files with 457 additions and 213 deletions

View file

@ -37,6 +37,7 @@
class Panner2d;
class PannerBar;
class Panner2dWindow;
namespace ARDOUR {
class IO;
@ -84,7 +85,8 @@ class PannerUI : public Gtk::HBox
static const int pan_bar_height;
Panner2d* panner;
Panner2d* panner;
Panner2dWindow* big_window;
Gtk::VBox pan_bar_packer;
Gtk::Adjustment hAdjustment;