mirror of https://github.com/EspoTek/Labrador.git
Update isobuffer.cpp
This commit is contained in:
parent
9e2f678dce
commit
0cb7acfbc9
|
@ -378,6 +378,9 @@ void isoBuffer::checkTriggered()
|
|||
|
||||
double isoBuffer::getDelayedTriggerPoint(double delay)
|
||||
{
|
||||
if (m_triggerPositionList.size == 0)
|
||||
return 0;
|
||||
|
||||
const uint32_t delaySamples = delay * m_samplesPerSecond;
|
||||
|
||||
auto isValid = [=](uint32_t index)->bool
|
||||
|
|
Loading…
Reference in New Issue