Skip to content

Commit

Permalink
fixed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hsetlik committed Oct 26, 2022
1 parent 70975e8 commit a721266
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified Source/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/Filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/

#pragma once
#include "/Users/hayden/Desktop/Programming/JUCEProjects/Hex/Source/1.9.0/include/Iir.h"
#include "1.9.0/include/Iir.h"
#include <JuceHeader.h>
#include "DAHDSR.h"
#include "MathUtil.h"
Expand Down
2 changes: 1 addition & 1 deletion Source/PluginProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void HexAudioProcessor::prepareToPlay (double sampleRate, int samplesPerBlock)
// initialisation that you need..
synth.setSampleRate (sampleRate);
synth.prepareRingBuffer (samplesPerBlock);
synth.prepareRingBuffer (samplesPerBlock);
//synth.prepareRingBuffer (samplesPerBlock);

}

Expand Down

0 comments on commit a721266

Please sign in to comment.