use XML state to store processors in mixer (strips) and fixup crash caused by missing...
[ardour.git] / libs / ardour / ardour / slave.h
index 0c05fe58dd9e41aa2bfbad35b01bbc3b3b514b22..73b66ca20e530eef9585c09565bfac2c7774c414 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __ardour_slave_h__
@@ -139,6 +138,7 @@ class JACK_Slave : public Slave
        bool ok() const;
        nframes_t resolution() const { return 1; }
        bool requires_seekahead () const { return false; }
+       void reset_client (jack_client_t* jack);
 
   private:
        jack_client_t* jack;