add #warning
This commit is contained in:
parent
9ad08fa9a5
commit
6b1659497d
@ -289,7 +289,7 @@ Trigger::request_trigger_delete (Trigger* t)
|
|||||||
void
|
void
|
||||||
Trigger::arm ()
|
Trigger::arm ()
|
||||||
{
|
{
|
||||||
/* XXX get audio channel count somehow */
|
#warning paul need channel count here, somehow
|
||||||
_box.arm_from_another_thread (*this, _box.session().transport_sample(), 2);
|
_box.arm_from_another_thread (*this, _box.session().transport_sample(), 2);
|
||||||
_armed = true;
|
_armed = true;
|
||||||
ArmChanged(); /* EMIT SIGNAL */
|
ArmChanged(); /* EMIT SIGNAL */
|
||||||
|
Loading…
Reference in New Issue
Block a user