automation pattern can be initialized without track
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@232 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -356,6 +356,11 @@ public:
|
||||
return( m_track == NULL );
|
||||
}
|
||||
|
||||
void initAutomationPattern( engine * _engine )
|
||||
{
|
||||
m_automation_pattern = new automationPattern( _engine, this );
|
||||
}
|
||||
|
||||
|
||||
protected:
|
||||
virtual void redoStep( journalEntry & _je )
|
||||
|
||||
Reference in New Issue
Block a user