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:
Javier Serrano Polo
2006-07-14 20:12:58 +00:00
parent 6823ef59c2
commit 492a49408a

View File

@@ -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 )