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

@@ -83,8 +83,14 @@ public:
const bool _looped = FALSE,
void * * _resampling_data = NULL );
void FASTCALL drawWaves( QPainter & _p, QRect _dr,
void FASTCALL visualize( QPainter & _p, const QRect & _dr,
const QRect & _clip,
drawMethods _dm = LINE_CONNECT );
inline void visualize( QPainter & _p, const QRect & _dr,
drawMethods _dm = LINE_CONNECT )
{
visualize( _p, _dr, _dr, _dm );
}
inline const QString & audioFile( void ) const
{

View File

@@ -239,6 +239,7 @@ protected:
private slots:
void cloneTrack( void );
void removeTrack( void );
void removeTrackTimer( void );
void muteBtnRightClicked( void );