add wrapper for ChanMapping::get()
[ardour.git] / libs / ardour / ardour / return.h
index 45bb5573b264c943bc490345573a4b82c174d666..e2e326d7d0fe9099c7050369b03d17aeba7273e7 100644 (file)
@@ -64,6 +64,7 @@ public:
 
   protected:
        bool _metering;
+       boost::shared_ptr<AutomationControl> _gain_control;
        boost::shared_ptr<Amp> _amp;
        boost::shared_ptr<PeakMeter> _meter;