new automation state model, sort of working, but not really
[ardour.git] / libs / ardour / ardour / audioplaylist.h
index 6d67e0f7935793d7b59d3c9e803f9825c292bdc6..383ec73531bc9b505b4022af3c5fe5182639bcc7 100644 (file)
@@ -45,7 +45,7 @@ class AudioPlaylist : public ARDOUR::Playlist
        AudioPlaylist (const AudioPlaylist&, string name, bool hidden = false);
        AudioPlaylist (const AudioPlaylist&, nframes_t start, nframes_t cnt, string name, bool hidden = false);
 
-       void clear ();
+       void clear (bool with_signals=true);
 
         nframes_t read (Sample *dst, Sample *mixdown, float *gain_buffer, nframes_t start, nframes_t cnt, uint32_t chan_n=0);