properly handle integer steps in plugin controls
[ardour.git] / libs / ardour / coreaudiosource.cc
index 010905d120cc371beaa8437b0e6613a8674bed8c..33753f481f2a22a960168020e0704ccb78a3f248 100644 (file)
@@ -104,6 +104,12 @@ CoreAudioSource::~CoreAudioSource ()
 {
 }
 
+void
+CoreAudioSource::close ()
+{
+       af.Close ();
+}
+
 int
 CoreAudioSource::safe_read (Sample* dst, framepos_t start, framecnt_t cnt, AudioBufferList& abl) const
 {