diff --git a/include/automatable_object.h b/include/automatable_object.h index de0f288ab..436e692f8 100755 --- a/include/automatable_object.h +++ b/include/automatable_object.h @@ -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 )