summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-09-20 23:12:03 +0200
committerRobin Gareus <robin@gareus.org>2017-09-29 05:03:48 +0200
commitabb7cb90e703ccce72618b2a910112a8d25b5572 (patch)
treeb5559073f4a865eda4ea749716a5d9e19b4e9542 /libs/ardour/ardour/route.h
parent2fa1f1b0b30b810bbb12ee428bfd7b532cecb5aa (diff)
NO-OP: Whitespace
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h35
1 files changed, 19 insertions, 16 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index 693bbd157a..15eb786ed2 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -351,9 +351,9 @@ public:
samplecnt_t initial_delay() const { return _initial_delay; }
samplecnt_t signal_latency() const { return _signal_latency; }
- PBD::Signal0<void> active_changed;
- PBD::Signal0<void> denormal_protection_changed;
- PBD::Signal0<void> comment_changed;
+ PBD::Signal0<void> active_changed;
+ PBD::Signal0<void> denormal_protection_changed;
+ PBD::Signal0<void> comment_changed;
/** track numbers - assigned by session
* nubers > 0 indicate tracks (audio+midi)
@@ -618,28 +618,30 @@ public:
boost::shared_ptr<Processor> endpoint, bool include_endpoint,
bool for_export, bool for_freeze);
- samplecnt_t bounce_get_latency (boost::shared_ptr<Processor> endpoint, bool include_endpoint, bool for_export, bool for_freeze) const;
+ samplecnt_t bounce_get_latency (boost::shared_ptr<Processor> endpoint, bool include_endpoint, bool for_export, bool for_freeze) const;
ChanCount bounce_get_output_streams (ChanCount &cc, boost::shared_ptr<Processor> endpoint, bool include_endpoint, bool for_export, bool for_freeze) const;
- boost::shared_ptr<IO> _input;
- boost::shared_ptr<IO> _output;
-
bool _active;
samplecnt_t _signal_latency;
samplecnt_t _initial_delay;
ProcessorList _processors;
- mutable Glib::Threads::RWLock _processor_lock;
- boost::shared_ptr<Delivery> _main_outs;
- boost::shared_ptr<InternalSend> _monitor_send;
- boost::shared_ptr<InternalReturn> _intreturn;
+ mutable Glib::Threads::RWLock _processor_lock;
+
+ boost::shared_ptr<IO> _input;
+ boost::shared_ptr<IO> _output;
+
+ boost::shared_ptr<Delivery> _main_outs;
+ boost::shared_ptr<InternalSend> _monitor_send;
+ boost::shared_ptr<InternalReturn> _intreturn;
boost::shared_ptr<MonitorProcessor> _monitor_control;
- boost::shared_ptr<Pannable> _pannable;
- boost::shared_ptr<DiskReader> _disk_reader;
- boost::shared_ptr<DiskWriter> _disk_writer;
- boost::shared_ptr<MonitorControl> _monitoring_control;
+ boost::shared_ptr<Pannable> _pannable;
+ boost::shared_ptr<DiskReader> _disk_reader;
+ boost::shared_ptr<DiskWriter> _disk_writer;
- DiskIOPoint _disk_io_point;
+ boost::shared_ptr<MonitorControl> _monitoring_control;
+
+ DiskIOPoint _disk_io_point;
enum {
EmitNone = 0x00,
@@ -701,6 +703,7 @@ public:
boost::shared_ptr<GainControl> _trim_control;
boost::shared_ptr<Amp> _trim;
boost::shared_ptr<PeakMeter> _meter;
+
boost::shared_ptr<DelayLine> _delayline;
bool is_internal_processor (boost::shared_ptr<Processor>) const;