Skip to content

Commit

Permalink
One more CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jun 30, 2023
1 parent e8ecaba commit 63ebf93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/headless/tests/PreBufferTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ class PreBufferTest : public UnitTest
{
proc->prepareProcessing (testSampleRate, testBlockSize);

MidiBuffer midi;
AudioBuffer<float> buffer (1, testBlockSize);
buffer.clear();
proc->midiBuffer = &midi;
proc->processAudioBlock (buffer);

const auto steadyStateMax = [] (const auto& name)
Expand Down

0 comments on commit 63ebf93

Please sign in to comment.