Skip to content

Commit 4b09ea1

Browse files
author
mars
committed
updated library dependencies
1 parent cca70eb commit 4b09ea1

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

LibSource/StompBox.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef __StompBox_h__
22
#define __StompBox_h__
33

4+
#include "basicmaths.h"
45
#include "FloatArray.h"
56
class PatchProcessor;
67

Source/PatchProgram.cpp

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
#include "SampleBuffer.hpp"
44
#include "PatchProcessor.h"
55
#include "message.h"
6-
#include "FloatArray.h"
7-
#include "ComplexFloatArray.h"
8-
#include "FastFourierTransform.h"
9-
#include "Window.hpp"
10-
#include "BiquadFilter.hpp"
11-
#include "Resample.h"
12-
#include "PitchDetector.hpp"
13-
#include "FirFilter.hpp"
6+
#include "StompBox.h"
147
#include "patch.h"
158
#include "main.h"
169

0 commit comments

Comments
 (0)