bugfixes and small improvements

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@99 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-03-07 15:34:27 +00:00
parent aeb46d036c
commit a7b37f44a3
14 changed files with 664 additions and 219 deletions

View File

@@ -552,7 +552,7 @@ void audioFileProcessor::sampleUpdated( void )
QPainter p( &m_graph );
#endif
p.setPen( QColor( 64, 255, 160 ) );
m_sampleBuffer.drawWaves( p, QRect( 2, 2, m_graph.width() - 4,
m_sampleBuffer.visualize( p, QRect( 2, 2, m_graph.width() - 4,
m_graph.height() - 4 ),
m_drawMethod );
update();