diff audioio/AudioCallbackPlaySource.h @ 107:52af71802ffd

* document library dependencies * remove dependency of transform on audioio
author Chris Cannam
date Thu, 13 Mar 2008 10:12:14 +0000
parents 907e44e4ecf0
children 4c9c04645685
line wrap: on
line diff
--- a/audioio/AudioCallbackPlaySource.h	Wed Mar 12 18:02:17 2008 +0000
+++ b/audioio/AudioCallbackPlaySource.h	Thu Mar 13 10:12:14 2008 +0000
@@ -219,12 +219,12 @@
      *
      * This playback source takes ownership of the plugin, which will
      * be deleted at some point after the following call to
-     * setAuditioningPlugin (depending on real-time constraints).
+     * setAuditioningEffect (depending on real-time constraints).
      *
      * Pass a null pointer to remove the current auditioning plugin,
      * if any.
      */
-    void setAuditioningPlugin(RealTimePluginInstance *plugin);
+    void setAuditioningEffect(Auditionable *plugin);
 
     /**
      * Specify that only the given set of models should be played.