moved framesPerTact() from songEditor to engine
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@276 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -105,9 +105,16 @@ public:
|
||||
|
||||
void close( void );
|
||||
|
||||
float framesPerTact( void ) const
|
||||
{
|
||||
return( m_frames_per_tact );
|
||||
}
|
||||
void updateFramesPerTact( void );
|
||||
|
||||
|
||||
private:
|
||||
bool m_hasGUI;
|
||||
float m_frames_per_tact;
|
||||
|
||||
mixer * m_mixer;
|
||||
mainWindow * m_mainWindow;
|
||||
|
||||
Reference in New Issue
Block a user