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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user