removed start frame from play() methods

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@368 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-08-27 21:36:56 +00:00
parent 89339249aa
commit a4eacf48f1
10 changed files with 23 additions and 34 deletions

View File

@@ -47,7 +47,6 @@ private:
virtual trackTypes type( void ) const;
virtual bool FASTCALL play( const midiTime & _start,
const f_cnt_t _start_frame,
const fpab_t _frames,
const f_cnt_t _frame_base,
Sint16 _tco_num = -1 );

View File

@@ -40,8 +40,7 @@ class bbEditor : public trackContainer
{
Q_OBJECT
public:
virtual bool FASTCALL play( midiTime _start, const f_cnt_t _start_frame,
const f_cnt_t _frames,
virtual bool FASTCALL play( midiTime _start, const fpab_t _frames,
const f_cnt_t _frame_base,
Sint16 _tco_num = -1 );

View File

@@ -100,7 +100,6 @@ public:
virtual trackTypes type( void ) const;
virtual bool FASTCALL play( const midiTime & _start,
const f_cnt_t _start_frame,
const fpab_t _frames,
const f_cnt_t _frame_base,
Sint16 _tco_num = -1 );

View File

@@ -143,7 +143,6 @@ public:
// play everything in given frame-range - creates note-play-handles
virtual bool FASTCALL play( const midiTime & _start,
const f_cnt_t _start_frame,
const fpab_t _frames,
const f_cnt_t _frame_base,
Sint16 _tco_num = -1 );

View File

@@ -136,7 +136,6 @@ public:
virtual trackTypes type( void ) const;
virtual bool FASTCALL play( const midiTime & _start,
const f_cnt_t _start_frame,
const fpab_t _frames,
const f_cnt_t _frame_base,
Sint16 _tco_num = -1 );