mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
493339e969
commit
66e91bafd2
4 changed files with 457 additions and 213 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue