remove nutempo #warning (already fixed, just remove preprocessor line)
This commit is contained in:
parent
1637c13fbf
commit
82e4545f7c
@ -95,8 +95,7 @@ Send::Send (Session& s, boost::shared_ptr<Pannable> p, boost::shared_ptr<MuteMas
|
|||||||
{
|
{
|
||||||
//boost_debug_shared_ptr_mark_interesting (this, "send");
|
//boost_debug_shared_ptr_mark_interesting (this, "send");
|
||||||
|
|
||||||
#warning NUTEMPO question what time domain should this use?
|
boost::shared_ptr<AutomationList> gl (new AutomationList (Evoral::Parameter (BusSendLevel), time_domain()));
|
||||||
boost::shared_ptr<AutomationList> gl (new AutomationList (Evoral::Parameter (BusSendLevel), Temporal::AudioTime));
|
|
||||||
_gain_control = boost::shared_ptr<GainControl> (new GainControl (_session, Evoral::Parameter(BusSendLevel), gl));
|
_gain_control = boost::shared_ptr<GainControl> (new GainControl (_session, Evoral::Parameter(BusSendLevel), gl));
|
||||||
_gain_control->set_flag (Controllable::InlineControl);
|
_gain_control->set_flag (Controllable::InlineControl);
|
||||||
add_control (_gain_control);
|
add_control (_gain_control);
|
||||||
|
Loading…
Reference in New Issue
Block a user