diff --git a/include/automatable_model_templates.h b/include/automatable_model_templates.h index 18691ed00..deafc969a 100644 --- a/include/automatable_model_templates.h +++ b/include/automatable_model_templates.h @@ -333,6 +333,7 @@ automationPattern * automatableModel::getAutomationPattern( if( !m_automationPattern ) { m_automationPattern = new automationPattern( m_track, this ); + setFirstValue(); syncAutomationPattern(); } return( m_automationPattern );