mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
set channel route phase control
This commit is contained in:
parent
aab4e17eb3
commit
f295f41683
1 changed files with 1 additions and 0 deletions
|
|
@ -233,6 +233,7 @@ Route::MuteControllable::get_value () const
|
||||||
|
|
||||||
Route::PhaseControllable::PhaseControllable (std::string name, boost::shared_ptr<Route> r)
|
Route::PhaseControllable::PhaseControllable (std::string name, boost::shared_ptr<Route> r)
|
||||||
: RouteAutomationControl (name, PhaseAutomation, boost::shared_ptr<AutomationList>(), r)
|
: RouteAutomationControl (name, PhaseAutomation, boost::shared_ptr<AutomationList>(), r)
|
||||||
|
, _current_phase (0)
|
||||||
{
|
{
|
||||||
boost::shared_ptr<AutomationList> gl(new AutomationList(Evoral::Parameter(PhaseAutomation)));
|
boost::shared_ptr<AutomationList> gl(new AutomationList(Evoral::Parameter(PhaseAutomation)));
|
||||||
gl->set_interpolation(Evoral::ControlList::Discrete);
|
gl->set_interpolation(Evoral::ControlList::Discrete);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue