added mute-attribute to TCOs and fixed other small things

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@134 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-05-22 12:33:18 +00:00
parent 8d78f224a3
commit e07a25a5c9
16 changed files with 289 additions and 63 deletions

View File

@@ -103,6 +103,11 @@ public:
return( m_length );
}
bool muted( void ) const
{
return( m_muted );
}
bool fixedTCOs( void );
virtual void FASTCALL movePosition( const midiTime & _pos );
@@ -137,6 +142,7 @@ protected slots:
void cut( void );
void copy( void );
void paste( void );
void toggleMute( void );
private:
@@ -154,6 +160,8 @@ private:
bool m_autoResize;
Sint16 m_initialMouseX;
bool m_muted;
textFloat * m_hint;
midiTime m_oldTime;// used for undo/redo while mouse-button is pressed