added support for importing time-signature settings

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1090 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-06-07 22:13:09 +00:00
parent 3409fee347
commit 15794c095d
2 changed files with 37 additions and 29 deletions

View File

@@ -177,13 +177,18 @@ public:
void removeController( controller * _c );
// QT will implicitly share the Vector I believe..
const controllerVector & controllers( void ) const
{
return m_controllers;
}
meterModel & getTimeSigModel( void )
{
return( m_timeSigModel );
}
public slots:
void play( void );
void stop( void );