mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
add #warning
This commit is contained in:
parent
9ad08fa9a5
commit
6b1659497d
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ Trigger::request_trigger_delete (Trigger* t)
|
|||
void
|
||||
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);
|
||||
_armed = true;
|
||||
ArmChanged(); /* EMIT SIGNAL */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue