mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
fix two unintentionally committed API changes
This commit is contained in:
parent
e11caf2dea
commit
c986405fe0
1 changed files with 2 additions and 2 deletions
|
|
@ -1970,7 +1970,7 @@ AudioTrigger::captured (SlotArmInfo& ai, BufferSet&)
|
|||
ArmChanged(); /* EMIT SIGNAL */
|
||||
TriggerArmChanged (this);
|
||||
|
||||
TriggerBox::worker->request_build_source (this, timecnt_t (data.length));
|
||||
TriggerBox::worker->request_build_source (this);
|
||||
}
|
||||
|
||||
int
|
||||
|
|
@ -2477,7 +2477,7 @@ MIDITrigger::captured (SlotArmInfo& ai, BufferSet& bufs)
|
|||
ArmChanged(); /* EMIT SIGNAL */
|
||||
TriggerArmChanged (this);
|
||||
|
||||
TriggerBox::worker->request_build_source (this, timecnt_t (data_length));
|
||||
TriggerBox::worker->request_build_source (this);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue