mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
new mono panner widget; make stereo panner respond to changes in colors immediately
git-svn-id: svn://localhost/ardour2/branches/3.0@8474 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
603d07a80b
commit
7d252dbbb9
11 changed files with 655 additions and 77 deletions
|
|
@ -41,6 +41,7 @@ class Panner2d;
|
|||
class PannerBar;
|
||||
class Panner2dWindow;
|
||||
class StereoPanner;
|
||||
class MonoPanner;
|
||||
|
||||
namespace ARDOUR {
|
||||
class Session;
|
||||
|
|
@ -137,7 +138,8 @@ class PannerUI : public Gtk::HBox, public ARDOUR::SessionHandlePtr
|
|||
void panning_link_direction_clicked ();
|
||||
|
||||
std::vector<Gtk::Adjustment*> pan_adjustments;
|
||||
std::vector<PannerBar*> pan_bars;
|
||||
//std::vector<PannerBar*> pan_bars;
|
||||
std::vector<MonoPanner*> 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