13
0

fix two unintentionally committed API changes

This commit is contained in:
Paul Davis 2024-10-22 14:48:12 -06:00
parent e11caf2dea
commit c986405fe0

View File

@ -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