changeset 123:842bf484ee15

* Add Hz tuning dial to sample player plugin. Need to figure out the best way to get this passed through from the main program's configuration. * Add ConfigFile class to deal with configuration load/save * Add an organ sample (it's a bit big, though)
author Chris Cannam
date Wed, 26 Jul 2006 15:32:10 +0000
parents 71992cee2ece
children bd6e85b3d88b
files widgets/Pane.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/widgets/Pane.cpp	Fri Jul 21 16:03:42 2006 +0000
+++ b/widgets/Pane.cpp	Wed Jul 26 15:32:10 2006 +0000
@@ -109,7 +109,7 @@
 void
 Pane::paintEvent(QPaintEvent *e)
 {
-    Profiler profiler("Pane::paintEvent", true);
+//    Profiler profiler("Pane::paintEvent", true);
 
     QPainter paint;