# HG changeset patch # User Chris Cannam # Date 1153927930 0 # Node ID 842bf484ee15fd88597fa5a831b27da6ded659a9 # Parent 71992cee2ecee7ab7dfbb19b1b5ad4b854cda662 * 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) diff -r 71992cee2ece -r 842bf484ee15 widgets/Pane.cpp --- 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;