# HG changeset patch # User Chris Cannam # Date 1201214959 0 # Node ID de4db9b5dcf1403e4d7fff42751db8d95adde106 # Parent 25e72328a897a56cf117c280cd8ad81fe1a75ec0 * More latency for PortAudio output * ... diff -r 25e72328a897 -r de4db9b5dcf1 layer/Colour3DPlotLayer.cpp --- a/layer/Colour3DPlotLayer.cpp Thu Jan 24 14:35:43 2008 +0000 +++ b/layer/Colour3DPlotLayer.cpp Thu Jan 24 22:49:19 2008 +0000 @@ -29,7 +29,7 @@ #include -#define DEBUG_COLOUR_3D_PLOT_LAYER_PAINT 1 +//#define DEBUG_COLOUR_3D_PLOT_LAYER_PAINT 1 Colour3DPlotLayer::Colour3DPlotLayer() : diff -r 25e72328a897 -r de4db9b5dcf1 layer/TimeValueLayer.cpp --- a/layer/TimeValueLayer.cpp Thu Jan 24 14:35:43 2008 +0000 +++ b/layer/TimeValueLayer.cpp Thu Jan 24 22:49:19 2008 +0000 @@ -540,6 +540,8 @@ int sampleRate = m_model->getSampleRate(); if (!sampleRate) return; + paint.setRenderHint(QPainter::Antialiasing, false); + // Profiler profiler("TimeValueLayer::paint", true); int x0 = rect.left(), x1 = rect.right();