Fix parameter range stuff and automation time axis height (somewhat...).
Create a new AutomationLine when an AutomationRegionView without a line is clicked. git-svn-id: svn://localhost/ardour2/branches/3.0@3757 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -587,7 +587,7 @@ void Sequence::append_note_off_unlocked(uint8_t chan, double time,
|
||||
}
|
||||
}
|
||||
|
||||
void Sequence::append_control_unlocked(Parameter param, double time, double value)
|
||||
void Sequence::append_control_unlocked(const Parameter& param, double time, double value)
|
||||
{
|
||||
control(param, true)->list()->rt_add(time, value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user