@@ -1 +0,0 @@ | |||||
../source/Engine/interpolatorlinear.h |
@@ -1 +0,0 @@ | |||||
#include <math.h> |
@@ -1 +0,0 @@ | |||||
../source/Engine |
@@ -1 +0,0 @@ | |||||
../source/Engine/interpolatorlinear.h |
@@ -1 +0,0 @@ | |||||
#include <math.h> |
@@ -1 +0,0 @@ | |||||
../source/Engine |
@@ -25,7 +25,7 @@ or write to the Free Software Foundation, Inc., | |||||
#if !defined(__AudioUtils_h) | #if !defined(__AudioUtils_h) | ||||
#define __AudioUtils_h | #define __AudioUtils_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class AudioUtils | class AudioUtils | ||||
{ | { | ||||
@@ -25,7 +25,7 @@ | |||||
#if !defined(__CombFilter_h) | #if !defined(__CombFilter_h) | ||||
#define __CombFilter_h | #define __CombFilter_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class CombFilter | class CombFilter | ||||
{ | { | ||||
@@ -24,7 +24,7 @@ | |||||
#if !defined(__Delay_h) | #if !defined(__Delay_h) | ||||
#define __Delay_h | #define __Delay_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
#include "AudioUtils.h" | #include "AudioUtils.h" | ||||
#include "Filter6dB.h" | #include "Filter6dB.h" | ||||
#include "DCBlock.h" | #include "DCBlock.h" | ||||
@@ -25,7 +25,7 @@ | |||||
#define __DelayHandler_h_ | #define __DelayHandler_h_ | ||||
#include "Decimator.h" | #include "Decimator.h" | ||||
#include "InterpolatorLinear.h" | |||||
#include "interpolatorlinear.h" | |||||
#include "Delay.h" | #include "Delay.h" | ||||
#include "AudioUtils.h" | #include "AudioUtils.h" | ||||
#include "TapeSlider.h" | #include "TapeSlider.h" | ||||
@@ -1,7 +1,7 @@ | |||||
#ifndef NoiseOsc_H | #ifndef NoiseOsc_H | ||||
#define NoiseOsc_H | #define NoiseOsc_H | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
/*----------------------------------------------------------------------------- | /*----------------------------------------------------------------------------- | ||||
@@ -25,7 +25,7 @@ | |||||
#if !defined(__ParamChangeUtil_h) | #if !defined(__ParamChangeUtil_h) | ||||
#define __ParamChangeUtil_h | #define __ParamChangeUtil_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
// Low pass filter for gentle parameter changes | // Low pass filter for gentle parameter changes | ||||
class ParamChangeUtil | class ParamChangeUtil | ||||
@@ -33,7 +33,7 @@ | |||||
#include "TalComponent.h" | #include "TalComponent.h" | ||||
#include "TalCore.h" | #include "TalCore.h" | ||||
#include "ProgramChunk.h" | #include "ProgramChunk.h" | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
/** | /** | ||||
This function must be implemented to create a new instance of your | This function must be implemented to create a new instance of your | ||||
@@ -32,8 +32,8 @@ | |||||
#ifndef TALCORE_H | #ifndef TALCORE_H | ||||
#define TALCORE_H | #define TALCORE_H | ||||
#include "./engine/Engine.h" | |||||
#include "./engine/Params.h" | |||||
#include "./Engine/Engine.h" | |||||
#include "./Engine/Params.h" | |||||
#include "TalPreset.h" | #include "TalPreset.h" | ||||
//============================================================================== | //============================================================================== | ||||
@@ -1 +0,0 @@ | |||||
../source/Filter/Interpolatorlinear.h |
@@ -1 +0,0 @@ | |||||
#include <math.h> |
@@ -1 +0,0 @@ | |||||
../source/Engine |
@@ -1 +0,0 @@ | |||||
../source/Filter/Interpolatorlinear.h |
@@ -1 +0,0 @@ | |||||
#include <math.h> |
@@ -1 +0,0 @@ | |||||
../source/Engine |
@@ -24,7 +24,7 @@ | |||||
#if !defined(__AudioUtils_h) | #if !defined(__AudioUtils_h) | ||||
#define __AudioUtils_h | #define __AudioUtils_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class AudioUtils | class AudioUtils | ||||
{ | { | ||||
@@ -25,7 +25,7 @@ | |||||
#if !defined(__ParamChangeUtil_h) | #if !defined(__ParamChangeUtil_h) | ||||
#define __ParamChangeUtil_h | #define __ParamChangeUtil_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
// Low pass filter for gentle parameter changes | // Low pass filter for gentle parameter changes | ||||
class ParamChangeUtil | class ParamChangeUtil | ||||
@@ -25,7 +25,7 @@ | |||||
#ifndef SplinePoint_H | #ifndef SplinePoint_H | ||||
#define SplinePoint_H | #define SplinePoint_H | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class SplinePoint | class SplinePoint | ||||
{ | { | ||||
@@ -25,7 +25,7 @@ | |||||
#define __FilterHandler_h_ | #define __FilterHandler_h_ | ||||
#include "Decimator.h" | #include "Decimator.h" | ||||
#include "InterpolatorLinear.h" | |||||
#include "Interpolatorlinear.h" | |||||
#include "FilterLp24db.h" | #include "FilterLp24db.h" | ||||
#include "FilterLp18db.h" | #include "FilterLp18db.h" | ||||
#include "FilterLp12db.h" | #include "FilterLp12db.h" | ||||
@@ -1,7 +1,7 @@ | |||||
#ifndef OscNoise_H | #ifndef OscNoise_H | ||||
#define OscNoise_H | #define OscNoise_H | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
/* | /* | ||||
============================================================================== | ============================================================================== | ||||
@@ -33,7 +33,7 @@ | |||||
#include "TalComponent.h" | #include "TalComponent.h" | ||||
#include "TalCore.h" | #include "TalCore.h" | ||||
#include "ProgramChunk.h" | #include "ProgramChunk.h" | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
/** | /** | ||||
This function must be implemented to create a new instance of your | This function must be implemented to create a new instance of your | ||||
@@ -32,8 +32,8 @@ | |||||
#ifndef TALCORE_H | #ifndef TALCORE_H | ||||
#define TALCORE_H | #define TALCORE_H | ||||
#include "./engine/Engine.h" | |||||
#include "./engine/Params.h" | |||||
#include "./Engine/Engine.h" | |||||
#include "./Engine/Params.h" | |||||
#include "./EnvelopeEditor/EnvelopePresetUtility.h" | #include "./EnvelopeEditor/EnvelopePresetUtility.h" | ||||
#include "TalPreset.h" | #include "TalPreset.h" | ||||
@@ -1 +0,0 @@ | |||||
../source/Engine/interpolatorlinear.h |
@@ -1 +0,0 @@ | |||||
#include <math.h> |
@@ -1 +0,0 @@ | |||||
../source/Engine |
@@ -1 +0,0 @@ | |||||
../source/Engine/interpolatorlinear.h |
@@ -1 +0,0 @@ | |||||
#include <math.h> |
@@ -1 +0,0 @@ | |||||
../source/Engine |
@@ -25,7 +25,7 @@ | |||||
#if !defined(__TalEnvelope_h) | #if !defined(__TalEnvelope_h) | ||||
#define __TalEnvelope_h | #define __TalEnvelope_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
// Low pass filter for gentle parameter changes | // Low pass filter for gentle parameter changes | ||||
class Envelope | class Envelope | ||||
@@ -25,7 +25,7 @@ | |||||
#define __FilterHandler_h_ | #define __FilterHandler_h_ | ||||
#include "Decimator.h" | #include "Decimator.h" | ||||
#include "InterpolatorLinear.h" | |||||
#include "interpolatorlinear.h" | |||||
#include "FilterLp12dB.h" | #include "FilterLp12dB.h" | ||||
#include "FilterHp12dB.h" | #include "FilterHp12dB.h" | ||||
#include "FilterBp12dB.h" | #include "FilterBp12dB.h" | ||||
@@ -24,7 +24,7 @@ | |||||
#ifndef NoiseOsc_H | #ifndef NoiseOsc_H | ||||
#define NoiseOsc_H | #define NoiseOsc_H | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
#include <cstdlib> | #include <cstdlib> | ||||
@@ -25,7 +25,7 @@ | |||||
#if !defined(__ParamChangeUtil_h) | #if !defined(__ParamChangeUtil_h) | ||||
#define __ParamChangeUtil_h | #define __ParamChangeUtil_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
// Low pass filter for gentle parameter changes | // Low pass filter for gentle parameter changes | ||||
class ParamChangeUtil | class ParamChangeUtil | ||||
@@ -33,7 +33,7 @@ | |||||
#include "TalComponent.h" | #include "TalComponent.h" | ||||
#include "TalCore.h" | #include "TalCore.h" | ||||
#include "ProgramChunk.h" | #include "ProgramChunk.h" | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
/** | /** | ||||
This function must be implemented to create a new instance of your | This function must be implemented to create a new instance of your | ||||
@@ -32,8 +32,8 @@ | |||||
#ifndef TALCORE_H | #ifndef TALCORE_H | ||||
#define TALCORE_H | #define TALCORE_H | ||||
#include "./engine/Engine.h" | |||||
#include "./engine/Params.h" | |||||
#include "./Engine/Engine.h" | |||||
#include "./Engine/Params.h" | |||||
#include "TalPreset.h" | #include "TalPreset.h" | ||||
//============================================================================== | //============================================================================== | ||||
@@ -1 +0,0 @@ | |||||
../source/Engine/Interpolatorlinear.h |
@@ -1 +0,0 @@ | |||||
#include <math.h> |
@@ -1 +0,0 @@ | |||||
../source/Engine |
@@ -1 +0,0 @@ | |||||
../source/Engine/Interpolatorlinear.h |
@@ -1 +0,0 @@ | |||||
#include <math.h> |
@@ -1 +0,0 @@ | |||||
../source/Engine |
@@ -24,7 +24,7 @@ | |||||
#ifndef TalComboBox_H | #ifndef TalComboBox_H | ||||
#define TalComboBox_H | #define TalComboBox_H | ||||
#include "../engine/AudioUtils.h" | |||||
#include "../Engine/AudioUtils.h" | |||||
class TalComboBox : public ComboBox | class TalComboBox : public ComboBox | ||||
{ | { | ||||
@@ -26,7 +26,7 @@ | |||||
#include "Lfo.h" | #include "Lfo.h" | ||||
#include "OnePoleLP.h" | #include "OnePoleLP.h" | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class Chorus | class Chorus | ||||
{ | { | ||||
@@ -24,7 +24,7 @@ | |||||
#if !defined(__Delay_h) | #if !defined(__Delay_h) | ||||
#define __Delay_h | #define __Delay_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
#include "TalEq.h" | #include "TalEq.h" | ||||
#include "AudioUtils.h" | #include "AudioUtils.h" | ||||
@@ -24,7 +24,7 @@ | |||||
#if !defined(__HighShelf_h) | #if !defined(__HighShelf_h) | ||||
#define __HighShelf_h | #define __HighShelf_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class HighShelf | class HighShelf | ||||
{ | { | ||||
@@ -24,7 +24,7 @@ | |||||
#if !defined(__LowShelf_h) | #if !defined(__LowShelf_h) | ||||
#define __LowShelf_h | #define __LowShelf_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class LowShelf | class LowShelf | ||||
{ | { | ||||
@@ -26,7 +26,7 @@ | |||||
#include "Filter6dB.h" | #include "Filter6dB.h" | ||||
#include "HighPass.h" | #include "HighPass.h" | ||||
#include "../../engine/AudioUtils.h" | |||||
#include "../../Engine/AudioUtils.h" | |||||
class TalEq | class TalEq | ||||
{ | { | ||||
@@ -24,7 +24,7 @@ | |||||
#if !defined(__AllPassFilter_h) | #if !defined(__AllPassFilter_h) | ||||
#define __AllPassFilter_h | #define __AllPassFilter_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
#include "AudioUtils.h" | #include "AudioUtils.h" | ||||
class AllPassFilter | class AllPassFilter | ||||
@@ -24,7 +24,7 @@ | |||||
#if !defined(__CombFilter_h) | #if !defined(__CombFilter_h) | ||||
#define __CombFilter_h | #define __CombFilter_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
#include "AudioUtils.h" | #include "AudioUtils.h" | ||||
class CombFilter | class CombFilter | ||||
@@ -24,7 +24,7 @@ | |||||
#if !defined(__Filter_h) | #if !defined(__Filter_h) | ||||
#define __Filter_h | #define __Filter_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class Filter | class Filter | ||||
{ | { | ||||
@@ -28,7 +28,7 @@ | |||||
#include "CombFilter.h" | #include "CombFilter.h" | ||||
#include "NoiseGenerator.h" | #include "NoiseGenerator.h" | ||||
#include "Filter.h" | #include "Filter.h" | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
#include "../../Engine/AudioUtils.h" | #include "../../Engine/AudioUtils.h" | ||||
class TalReverb | class TalReverb | ||||
@@ -26,7 +26,7 @@ | |||||
#include "AdsrHandler.h" | #include "AdsrHandler.h" | ||||
#include "Adsr.h" | #include "Adsr.h" | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class AdsrHandler | class AdsrHandler | ||||
{ | { | ||||
@@ -24,7 +24,7 @@ | |||||
#if !defined(__AudioUtils_h) | #if !defined(__AudioUtils_h) | ||||
#define __AudioUtils_h | #define __AudioUtils_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
#include "Params.h" | #include "Params.h" | ||||
class AudioUtils | class AudioUtils | ||||
@@ -25,7 +25,7 @@ | |||||
#define __FilterHandler_h_ | #define __FilterHandler_h_ | ||||
#include "Decimator.h" | #include "Decimator.h" | ||||
#include "InterpolatorLinear.h" | |||||
#include "Interpolatorlinear.h" | |||||
#include "FilterLp24db.h" | #include "FilterLp24db.h" | ||||
#include "FilterLp18db.h" | #include "FilterLp18db.h" | ||||
#include "FilterLp12db.h" | #include "FilterLp12db.h" | ||||
@@ -26,7 +26,7 @@ | |||||
#include "LfoHandler.h" | #include "LfoHandler.h" | ||||
#include "Lfo.h" | #include "Lfo.h" | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
#include "AudioUtils.h" | #include "AudioUtils.h" | ||||
class LfoHandler | class LfoHandler | ||||
@@ -1,7 +1,7 @@ | |||||
#ifndef OscNoise_H | #ifndef OscNoise_H | ||||
#define OscNoise_H | #define OscNoise_H | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
/* | /* | ||||
============================================================================== | ============================================================================== | ||||
@@ -25,7 +25,7 @@ | |||||
#define OscSin_H | #define OscSin_H | ||||
#include "BlepData.h" | #include "BlepData.h" | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class OscSin | class OscSin | ||||
{ | { | ||||
@@ -24,7 +24,7 @@ | |||||
#if !defined(__ParamChangeUtil_h) | #if !defined(__ParamChangeUtil_h) | ||||
#define __ParamChangeUtil_h | #define __ParamChangeUtil_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
// Low pass filter for gentle parameter changes | // Low pass filter for gentle parameter changes | ||||
class ParamChangeUtil | class ParamChangeUtil | ||||
@@ -24,7 +24,7 @@ | |||||
#if !defined(__SynthVoice_h) | #if !defined(__SynthVoice_h) | ||||
#define __SynthVoice_h | #define __SynthVoice_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
#include "Vco.h" | #include "Vco.h" | ||||
#include "FilterHandler.h" | #include "FilterHandler.h" | ||||
#include "Adsr.h" | #include "Adsr.h" | ||||
@@ -25,7 +25,7 @@ | |||||
#ifndef SplinePoint_H | #ifndef SplinePoint_H | ||||
#define SplinePoint_H | #define SplinePoint_H | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class SplinePoint | class SplinePoint | ||||
{ | { | ||||
@@ -32,9 +32,9 @@ | |||||
#ifndef TALCORE_H | #ifndef TALCORE_H | ||||
#define TALCORE_H | #define TALCORE_H | ||||
#include "./engine/AudioUtils.h" | |||||
#include "./engine/SynthEngine.h" | |||||
#include "./engine/Params.h" | |||||
#include "./Engine/AudioUtils.h" | |||||
#include "./Engine/SynthEngine.h" | |||||
#include "./Engine/Params.h" | |||||
#include "TalPreset.h" | #include "TalPreset.h" | ||||
#include "./EnvelopeEditor/EnvelopePresetUtility.h" | #include "./EnvelopeEditor/EnvelopePresetUtility.h" | ||||
@@ -1 +0,0 @@ | |||||
../source/Engine/Interpolatorlinear.h |
@@ -1 +0,0 @@ | |||||
#include <math.h> |
@@ -1 +0,0 @@ | |||||
../source/Engine |
@@ -1 +0,0 @@ | |||||
../source/Engine/Interpolatorlinear.h |
@@ -1 +0,0 @@ | |||||
#include <math.h> |
@@ -1 +0,0 @@ | |||||
../source/Engine |
@@ -25,7 +25,7 @@ | |||||
#if !defined(__AllPassFilter_h) | #if !defined(__AllPassFilter_h) | ||||
#define __AllPassFilter_h | #define __AllPassFilter_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
#include "AudioUtils.h" | #include "AudioUtils.h" | ||||
class AllPassFilter | class AllPassFilter | ||||
@@ -25,7 +25,7 @@ or write to the Free Software Foundation, Inc., | |||||
#if !defined(__AudioUtils_h) | #if !defined(__AudioUtils_h) | ||||
#define __AudioUtils_h | #define __AudioUtils_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class AudioUtils | class AudioUtils | ||||
{ | { | ||||
@@ -25,7 +25,7 @@ | |||||
#if !defined(__CombFilter_h) | #if !defined(__CombFilter_h) | ||||
#define __CombFilter_h | #define __CombFilter_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
#include "AudioUtils.h" | #include "AudioUtils.h" | ||||
class CombFilter | class CombFilter | ||||
@@ -25,7 +25,7 @@ | |||||
#if !defined(__Filter_h) | #if !defined(__Filter_h) | ||||
#define __Filter_h | #define __Filter_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class Filter | class Filter | ||||
{ | { | ||||
@@ -9,7 +9,7 @@ A one pole low pass filter. | |||||
#if !defined(__HighShelf_h) | #if !defined(__HighShelf_h) | ||||
#define __HighShelf_h | #define __HighShelf_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class HighShelf | class HighShelf | ||||
{ | { | ||||
@@ -9,7 +9,7 @@ A one pole low pass filter. | |||||
#if !defined(__LowShelf_h) | #if !defined(__LowShelf_h) | ||||
#define __LowShelf_h | #define __LowShelf_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class LowShelf | class LowShelf | ||||
{ | { | ||||
@@ -25,7 +25,7 @@ | |||||
#if !defined(__ParamChangeUtil_h) | #if !defined(__ParamChangeUtil_h) | ||||
#define __ParamChangeUtil_h | #define __ParamChangeUtil_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
// Low pass filter for gentle parameter changes | // Low pass filter for gentle parameter changes | ||||
class ParamChangeUtil | class ParamChangeUtil | ||||
@@ -2,7 +2,7 @@ | |||||
#define __PeakEq_h | #define __PeakEq_h | ||||
#include <stdio.h> | #include <stdio.h> | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class PeakEq | class PeakEq | ||||
{ | { | ||||
@@ -29,7 +29,7 @@ | |||||
#include "CombFilter.h" | #include "CombFilter.h" | ||||
#include "NoiseGenerator.h" | #include "NoiseGenerator.h" | ||||
#include "Filter.h" | #include "Filter.h" | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
#include "AudioUtils.h" | #include "AudioUtils.h" | ||||
#include "TalEq.h" | #include "TalEq.h" | ||||
@@ -32,8 +32,8 @@ | |||||
#ifndef TALCORE_H | #ifndef TALCORE_H | ||||
#define TALCORE_H | #define TALCORE_H | ||||
#include "./engine/ReverbEngine.h" | |||||
#include "./engine/Params.h" | |||||
#include "./Engine/ReverbEngine.h" | |||||
#include "./Engine/Params.h" | |||||
#include "TalPreset.h" | #include "TalPreset.h" | ||||
//============================================================================== | //============================================================================== | ||||
@@ -1 +0,0 @@ | |||||
#include <math.h> |
@@ -1 +0,0 @@ | |||||
../source/Engine |
@@ -1 +0,0 @@ | |||||
#include <math.h> |
@@ -1 +0,0 @@ | |||||
../source/Engine |
@@ -24,7 +24,7 @@ | |||||
#if !defined(__AllPassFilter_h) | #if !defined(__AllPassFilter_h) | ||||
#define __AllPassFilter_h | #define __AllPassFilter_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
#include "AudioUtils.h" | #include "AudioUtils.h" | ||||
class AllPassFilter | class AllPassFilter | ||||
@@ -24,7 +24,7 @@ or write to the Free Software Foundation, Inc., | |||||
#if !defined(__AudioUtils_h) | #if !defined(__AudioUtils_h) | ||||
#define __AudioUtils_h | #define __AudioUtils_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class AudioUtils | class AudioUtils | ||||
{ | { | ||||
@@ -24,7 +24,7 @@ | |||||
#if !defined(__CombFilter_h) | #if !defined(__CombFilter_h) | ||||
#define __CombFilter_h | #define __CombFilter_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
#include "AudioUtils.h" | #include "AudioUtils.h" | ||||
class CombFilter | class CombFilter | ||||
@@ -24,7 +24,7 @@ | |||||
#if !defined(__Filter_h) | #if !defined(__Filter_h) | ||||
#define __Filter_h | #define __Filter_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class Filter | class Filter | ||||
{ | { | ||||
@@ -24,7 +24,7 @@ | |||||
#if !defined(__HighShelf_h) | #if !defined(__HighShelf_h) | ||||
#define __HighShelf_h | #define __HighShelf_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class HighShelf | class HighShelf | ||||
{ | { | ||||
@@ -24,7 +24,7 @@ | |||||
#if !defined(__LowShelf_h) | #if !defined(__LowShelf_h) | ||||
#define __LowShelf_h | #define __LowShelf_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class LowShelf | class LowShelf | ||||
{ | { | ||||
@@ -24,7 +24,7 @@ | |||||
#if !defined(__ParamChangeUtil_h) | #if !defined(__ParamChangeUtil_h) | ||||
#define __ParamChangeUtil_h | #define __ParamChangeUtil_h | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
// Low pass filter for gentle parameter changes | // Low pass filter for gentle parameter changes | ||||
class ParamChangeUtil | class ParamChangeUtil | ||||
@@ -2,7 +2,7 @@ | |||||
#define __PeakEq_h | #define __PeakEq_h | ||||
#include <stdio.h> | #include <stdio.h> | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
class PeakEq | class PeakEq | ||||
{ | { | ||||
@@ -29,7 +29,7 @@ | |||||
#include "CombFilter.h" | #include "CombFilter.h" | ||||
#include "NoiseGenerator.h" | #include "NoiseGenerator.h" | ||||
#include "Filter.h" | #include "Filter.h" | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
#include "AudioUtils.h" | #include "AudioUtils.h" | ||||
#include "TalEq.h" | #include "TalEq.h" | ||||
@@ -29,7 +29,7 @@ | |||||
#include "CombFilter.h" | #include "CombFilter.h" | ||||
#include "NoiseGenerator.h" | #include "NoiseGenerator.h" | ||||
#include "Filter.h" | #include "Filter.h" | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
#include "AudioUtils.h" | #include "AudioUtils.h" | ||||
#include "TalEq.h" | #include "TalEq.h" | ||||
@@ -29,7 +29,7 @@ | |||||
#include "CombFilter.h" | #include "CombFilter.h" | ||||
#include "NoiseGenerator.h" | #include "NoiseGenerator.h" | ||||
#include "Filter.h" | #include "Filter.h" | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
#include "AudioUtils.h" | #include "AudioUtils.h" | ||||
#include "TalEq.h" | #include "TalEq.h" | ||||
@@ -28,7 +28,7 @@ | |||||
#include "CombFilter.h" | #include "CombFilter.h" | ||||
#include "NoiseGenerator.h" | #include "NoiseGenerator.h" | ||||
#include "Filter.h" | #include "Filter.h" | ||||
#include "Math.h" | |||||
#include "math.h" | |||||
#include "AudioUtils.h" | #include "AudioUtils.h" | ||||
#include "TalEq.h" | #include "TalEq.h" | ||||
@@ -32,8 +32,8 @@ | |||||
#ifndef TALCORE_H | #ifndef TALCORE_H | ||||
#define TALCORE_H | #define TALCORE_H | ||||
#include "./engine/ReverbEngine.h" | |||||
#include "./engine/Params.h" | |||||
#include "./Engine/ReverbEngine.h" | |||||
#include "./Engine/Params.h" | |||||
#include "TalPreset.h" | #include "TalPreset.h" | ||||
//============================================================================== | //============================================================================== | ||||
@@ -1 +0,0 @@ | |||||
../source/Engine/Interpolatorlinear.h |
@@ -1 +0,0 @@ | |||||
#include <math.h> |