fix plugin silence runs (e.g. during audition)
[ardour.git] / libs / ardour / panner.cc
index 2f52cb26d897700bc1e2419db8ae6209ea04ac38..c88fbe44f430e1a9f679dfcc84365d611e4e1417 100644 (file)
@@ -28,6 +28,7 @@ using namespace std;
 using namespace ARDOUR;
 
 Panner::Panner (boost::shared_ptr<Pannable> p)
+       : _frozen (0)
 {
        // boost_debug_shared_ptr_mark_interesting (this, "panner");
        _pannable = p;