mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
new GUIs for stereo panners
git-svn-id: svn://localhost/ardour2/trunk@1236 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
99e92a1172
commit
f66a09c344
8 changed files with 166 additions and 21 deletions
|
|
@ -37,6 +37,7 @@
|
|||
#include "enums.h"
|
||||
|
||||
class Panner2d;
|
||||
class PannerBar;
|
||||
|
||||
namespace ARDOUR {
|
||||
class IO;
|
||||
|
|
@ -44,7 +45,6 @@ namespace ARDOUR {
|
|||
}
|
||||
namespace Gtkmm2ext {
|
||||
class FastMeter;
|
||||
class BarController;
|
||||
}
|
||||
|
||||
namespace Gtk {
|
||||
|
|
@ -107,7 +107,7 @@ class PannerUI : public Gtk::HBox
|
|||
void panning_link_direction_clicked ();
|
||||
|
||||
vector<Gtk::Adjustment*> pan_adjustments;
|
||||
vector<Gtkmm2ext::BarController*> pan_bars;
|
||||
vector<PannerBar*> pan_bars;
|
||||
|
||||
void pan_adjustment_changed (uint32_t which);
|
||||
void pan_value_changed (uint32_t which);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue