changeset 154:30d624900564

* Introduce WritableWaveFileModel, and use it as an output model for audio real-time plugin transforms. Updates aren't working correctly yet.
author Chris Cannam
date Tue, 03 Oct 2006 14:17:37 +0000
parents aaa3a53dbb10
children 8c730f49b9b3
files view/Pane.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/view/Pane.cpp	Wed Sep 27 14:56:31 2006 +0000
+++ b/view/Pane.cpp	Tue Oct 03 14:17:37 2006 +0000
@@ -144,7 +144,7 @@
                 step *= 2;
                 --pwr;
             }
-            std::cerr << level << std::endl;
+//            std::cerr << level << std::endl;
             level += step;
             if (++count == 100 || level > 262144) break;
         }