mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
NO-OP: clang-format
This commit is contained in:
parent
ac5bca4a92
commit
5be04a4920
1 changed files with 53 additions and 50 deletions
|
|
@ -27,21 +27,21 @@
|
||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
||||||
#include "pbd/xml++.h"
|
|
||||||
#include "pbd/signals.h"
|
#include "pbd/signals.h"
|
||||||
|
#include "pbd/xml++.h"
|
||||||
|
|
||||||
#include <gtkmm/textview.h>
|
|
||||||
#include <gtkmm/colorselection.h>
|
#include <gtkmm/colorselection.h>
|
||||||
|
#include <gtkmm/textview.h>
|
||||||
|
|
||||||
#include "gtkmm2ext/widget_state.h"
|
#include "gtkmm2ext/widget_state.h"
|
||||||
|
|
||||||
#include "ardour/ardour.h"
|
#include "ardour/ardour.h"
|
||||||
#include "ardour/mute_master.h"
|
#include "ardour/mute_master.h"
|
||||||
|
#include "ardour/route.h"
|
||||||
|
#include "ardour/route_group.h"
|
||||||
#include "ardour/session.h"
|
#include "ardour/session.h"
|
||||||
#include "ardour/session_event.h"
|
#include "ardour/session_event.h"
|
||||||
#include "ardour/session_handle.h"
|
#include "ardour/session_handle.h"
|
||||||
#include "ardour/route.h"
|
|
||||||
#include "ardour/route_group.h"
|
|
||||||
#include "ardour/track.h"
|
#include "ardour/track.h"
|
||||||
|
|
||||||
#include "axis_view.h"
|
#include "axis_view.h"
|
||||||
|
|
@ -107,7 +107,10 @@ public:
|
||||||
bool is_midi_track () const;
|
bool is_midi_track () const;
|
||||||
bool has_audio_outputs () const;
|
bool has_audio_outputs () const;
|
||||||
|
|
||||||
boost::shared_ptr<ARDOUR::Route> route() const { return _route; }
|
boost::shared_ptr<ARDOUR::Route> route () const
|
||||||
|
{
|
||||||
|
return _route;
|
||||||
|
}
|
||||||
ARDOUR::RouteGroup* route_group () const;
|
ARDOUR::RouteGroup* route_group () const;
|
||||||
|
|
||||||
boost::shared_ptr<ARDOUR::Track> track () const;
|
boost::shared_ptr<ARDOUR::Track> track () const;
|
||||||
|
|
@ -164,7 +167,6 @@ public:
|
||||||
static Gtkmm2ext::ActiveState solo_safe_active_state (boost::shared_ptr<ARDOUR::Stripable>);
|
static Gtkmm2ext::ActiveState solo_safe_active_state (boost::shared_ptr<ARDOUR::Stripable>);
|
||||||
static Gtkmm2ext::ActiveState mute_active_state (ARDOUR::Session*, boost::shared_ptr<ARDOUR::Stripable>);
|
static Gtkmm2ext::ActiveState mute_active_state (ARDOUR::Session*, boost::shared_ptr<ARDOUR::Stripable>);
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual void set_color (uint32_t c);
|
virtual void set_color (uint32_t c);
|
||||||
virtual void processors_changed (ARDOUR::RouteProcessorChange) {}
|
virtual void processors_changed (ARDOUR::RouteProcessorChange) {}
|
||||||
|
|
@ -324,6 +326,7 @@ private:
|
||||||
* to, or 0 if no route is now in this mode.
|
* to, or 0 if no route is now in this mode.
|
||||||
*/
|
*/
|
||||||
static PBD::Signal1<void, boost::shared_ptr<ARDOUR::Route> > BusSendDisplayChanged;
|
static PBD::Signal1<void, boost::shared_ptr<ARDOUR::Route> > BusSendDisplayChanged;
|
||||||
|
|
||||||
static boost::weak_ptr<ARDOUR::Route> _showing_sends_to;
|
static boost::weak_ptr<ARDOUR::Route> _showing_sends_to;
|
||||||
|
|
||||||
static uint32_t _max_invert_buttons;
|
static uint32_t _max_invert_buttons;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue