Skip to content

Commit

Permalink
Whoops.
Browse files Browse the repository at this point in the history
  • Loading branch information
psobot committed May 21, 2024
1 parent 80f42e0 commit f7ec8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pedalboard/ExternalPlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ class ExternalPlugin : public AbstractExternalPlugin, juce::AudioPlayHead {
std::memset((void *)outputArrayPointer, 0,
sizeof(float) * numChannels * outputSampleCount);

juce::AudioBuffer<float> emptyBuffer(channelPointers.size(), 0);
juce::AudioBuffer<float> emptyBuffer(numChannels, 0);
juce::MidiBuffer emptyMidiBuffer;

currentPositionInfo.isPlaying = true;
Expand Down

0 comments on commit f7ec8b0

Please sign in to comment.