mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
NO-OP: clang-format, cleanup
This commit is contained in:
parent
96e1735646
commit
efed7343e0
12 changed files with 430 additions and 499 deletions
|
|
@ -120,13 +120,13 @@ private:
|
|||
Gtk::Table volume_table;
|
||||
|
||||
/* Widgets */
|
||||
FittedCanvasWidget _master_widget;
|
||||
TriggerMaster *_master;
|
||||
FittedCanvasWidget _master_widget;
|
||||
TriggerMaster* _master;
|
||||
|
||||
ArdourWidgets::ArdourButton _name_button;
|
||||
ProcessorBox _processor_box;
|
||||
TriggerBoxWidget _trigger_display;
|
||||
PannerUI _panners;
|
||||
ArdourWidgets::ArdourButton _name_button;
|
||||
ProcessorBox _processor_box;
|
||||
TriggerBoxWidget _trigger_display;
|
||||
PannerUI _panners;
|
||||
LevelMeterVBox _level_meter;
|
||||
boost::shared_ptr<AutomationController> _gain_control;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue