Skip to content

Commit ed5a46c

Browse files
committed
More errors
1 parent 50ef72b commit ed5a46c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/graphics/source/examples/AudioFileDemo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,8 +1057,8 @@ class AudioFileDemo : public yup::Component
10571057
waveformThreadPool.addJob ([this]
10581058
{
10591059
superFlux.prepare ({ .spectrogram = { .fftSize = 2048, .fps = 200 },
1060-
.useFilterBank = true,
10611060
.peakPicker = { .threshold = 0.8f },
1061+
.useFilterBank = true,
10621062
.refineOnsets = true },
10631063
loadedSampleRate);
10641064

0 commit comments

Comments
 (0)