Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 39:f18093617b78
* 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 | 5c20bb3e6c94 |
children | fbd7a497fd89 |
line wrap: on
line diff
--- a/main/MainWindow.cpp Tue Oct 03 10:06:37 2006 +0000 +++ b/main/MainWindow.cpp Tue Oct 03 14:17:37 2006 +0000 @@ -152,7 +152,7 @@ m_panLayer = new WaveformLayer; m_panLayer->setChannelMode(WaveformLayer::MergeChannels); // m_panLayer->setScale(WaveformLayer::MeterScale); - m_panLayer->setAutoNormalize(true); +// m_panLayer->setAutoNormalize(true); m_panLayer->setBaseColour(Qt::darkGreen); m_panLayer->setAggressiveCacheing(true); m_panner->addLayer(m_panLayer);