summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/delivery.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-04-28 01:29:06 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-04-28 01:29:06 +0000
commit6dac4da98344ed8ce609a4e7d567ef2f9fbb9b31 (patch)
tree2c21aa7d3af2a0c56edab1ccfd5b6d42ce649f76 /libs/ardour/ardour/delivery.h
parentf0db054a07ecc9d49fede8fcc9175a85c635369f (diff)
more solo/mute architecture work. NOTE: changes to mute points are ignored right now
git-svn-id: svn://localhost/ardour2/branches/3.0@7009 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/delivery.h')
-rw-r--r--libs/ardour/ardour/delivery.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/ardour/ardour/delivery.h b/libs/ardour/ardour/delivery.h
index 1efa5436ee..bb07b9ab25 100644
--- a/libs/ardour/ardour/delivery.h
+++ b/libs/ardour/ardour/delivery.h
@@ -75,10 +75,6 @@ public:
void no_outs_cuz_we_no_monitor(bool);
- void set_solo_level (int32_t sl) { _solo_level = sl; }
- void set_solo_isolated (bool yn) { _solo_isolated = yn; }
- void set_solo_ignored (bool yn) { _solo_ignored = yn; }
-
void cycle_start (nframes_t);
void increment_output_offset (nframes_t);
void transport_stopped (sframes_t frame);
@@ -113,9 +109,6 @@ public:
gain_t _current_gain;
nframes_t _output_offset;
bool _no_outs_cuz_we_no_monitor;
- uint32_t _solo_level;
- bool _solo_isolated;
- bool _solo_ignored;
boost::shared_ptr<MuteMaster> _mute_master;
bool no_panner_reset;
boost::shared_ptr<Panner> _panner;