13
0

set channel route phase control

This commit is contained in:
Paul Davis 2016-02-01 22:28:41 -05:00
parent aab4e17eb3
commit f295f41683

View File

@ -233,6 +233,7 @@ Route::MuteControllable::get_value () const
Route::PhaseControllable::PhaseControllable (std::string name, boost::shared_ptr<Route> r)
: RouteAutomationControl (name, PhaseAutomation, boost::shared_ptr<AutomationList>(), r)
, _current_phase (0)
{
boost::shared_ptr<AutomationList> gl(new AutomationList(Evoral::Parameter(PhaseAutomation)));
gl->set_interpolation(Evoral::ControlList::Discrete);