Skip to content
Snippets Groups Projects
Commit eff6bbe9 authored by jsiegle's avatar jsiegle
Browse files

Remove for loop before addSpikeEvent

parent 2c26c5d3
Branches
Tags
No related merge requests found
...@@ -466,7 +466,7 @@ void SpikeDetector::process(AudioSampleBuffer& buffer, ...@@ -466,7 +466,7 @@ void SpikeDetector::process(AudioSampleBuffer& buffer,
} }
for (int xxx = 0; xxx < 100; xxx++) // overload with spikes // for (int xxx = 0; xxx < 100; xxx++) // overload with spikes for testing purposes
addSpikeEvent(&newSpike, events, peakIndex); addSpikeEvent(&newSpike, events, peakIndex);
// advance the sample index // advance the sample index
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment