Browse Source

Remove symlinks from TAL code, fixup include paths instead

tags/2018-04-16
falkTX 7 years ago
parent
commit
84f65e6805
100 changed files with 71 additions and 107 deletions
  1. +0
    -1
      ports/tal-dub-3/LV2/InterpolatorLinear.h
  2. +0
    -1
      ports/tal-dub-3/LV2/Math.h
  3. +0
    -1
      ports/tal-dub-3/LV2/engine
  4. +0
    -1
      ports/tal-dub-3/VST/InterpolatorLinear.h
  5. +0
    -1
      ports/tal-dub-3/VST/Math.h
  6. +0
    -1
      ports/tal-dub-3/VST/engine
  7. +1
    -1
      ports/tal-dub-3/source/Engine/AudioUtils.h
  8. +1
    -1
      ports/tal-dub-3/source/Engine/CombFilter.h
  9. +1
    -1
      ports/tal-dub-3/source/Engine/Delay.h
  10. +1
    -1
      ports/tal-dub-3/source/Engine/DelayHandler.h
  11. +1
    -1
      ports/tal-dub-3/source/Engine/NoiseOsc.h
  12. +1
    -1
      ports/tal-dub-3/source/Engine/ParamChangeUtil.h
  13. +1
    -1
      ports/tal-dub-3/source/TalCore.cpp
  14. +2
    -2
      ports/tal-dub-3/source/TalCore.h
  15. +0
    -1
      ports/tal-filter-2/LV2/InterpolatorLinear.h
  16. +0
    -1
      ports/tal-filter-2/LV2/Math.h
  17. +0
    -1
      ports/tal-filter-2/LV2/engine
  18. +0
    -1
      ports/tal-filter-2/VST/InterpolatorLinear.h
  19. +0
    -1
      ports/tal-filter-2/VST/Math.h
  20. +0
    -1
      ports/tal-filter-2/VST/engine
  21. +1
    -1
      ports/tal-filter-2/source/Engine/AudioUtils.h
  22. +1
    -1
      ports/tal-filter-2/source/Engine/ParamChangeUtil.h
  23. +1
    -1
      ports/tal-filter-2/source/EnvelopeEditor/SplinePoint.h
  24. +1
    -1
      ports/tal-filter-2/source/Filter/FilterHandler.h
  25. +1
    -1
      ports/tal-filter-2/source/Filter/OscNoise.h
  26. +1
    -1
      ports/tal-filter-2/source/TalCore.cpp
  27. +2
    -2
      ports/tal-filter-2/source/TalCore.h
  28. +0
    -1
      ports/tal-filter/LV2/InterpolatorLinear.h
  29. +0
    -1
      ports/tal-filter/LV2/Math.h
  30. +0
    -1
      ports/tal-filter/LV2/engine
  31. +0
    -1
      ports/tal-filter/VST/InterpolatorLinear.h
  32. +0
    -1
      ports/tal-filter/VST/Math.h
  33. +0
    -1
      ports/tal-filter/VST/engine
  34. +1
    -1
      ports/tal-filter/source/Engine/Envelope.h
  35. +1
    -1
      ports/tal-filter/source/Engine/FilterHandler.h
  36. +1
    -1
      ports/tal-filter/source/Engine/NoiseOsc.h
  37. +1
    -1
      ports/tal-filter/source/Engine/ParamChangeUtil.h
  38. +1
    -1
      ports/tal-filter/source/TalCore.cpp
  39. +2
    -2
      ports/tal-filter/source/TalCore.h
  40. +0
    -1
      ports/tal-noisemaker/LV2/InterpolatorLinear.h
  41. +0
    -1
      ports/tal-noisemaker/LV2/Math.h
  42. +0
    -1
      ports/tal-noisemaker/LV2/engine
  43. +0
    -1
      ports/tal-noisemaker/VST/InterpolatorLinear.h
  44. +0
    -1
      ports/tal-noisemaker/VST/Math.h
  45. +0
    -1
      ports/tal-noisemaker/VST/engine
  46. +1
    -1
      ports/tal-noisemaker/source/Component/TalComboBox.h
  47. +1
    -1
      ports/tal-noisemaker/source/Effects/Chorus/Chorus.h
  48. +1
    -1
      ports/tal-noisemaker/source/Effects/Delay/Delay.h
  49. +1
    -1
      ports/tal-noisemaker/source/Effects/Delay/HighShelf.h
  50. +1
    -1
      ports/tal-noisemaker/source/Effects/Delay/LowShelf.h
  51. +1
    -1
      ports/tal-noisemaker/source/Effects/Delay/TalEq.h
  52. +1
    -1
      ports/tal-noisemaker/source/Effects/Reverb/AllPassFilter.h
  53. +1
    -1
      ports/tal-noisemaker/source/Effects/Reverb/CombFilter.h
  54. +1
    -1
      ports/tal-noisemaker/source/Effects/Reverb/Filter.h
  55. +1
    -1
      ports/tal-noisemaker/source/Effects/Reverb/TalReverb.h
  56. +1
    -1
      ports/tal-noisemaker/source/Engine/AdsrHandler.h
  57. +1
    -1
      ports/tal-noisemaker/source/Engine/AudioUtils.h
  58. +1
    -1
      ports/tal-noisemaker/source/Engine/FilterHandler.h
  59. +1
    -1
      ports/tal-noisemaker/source/Engine/LfoHandler.h
  60. +1
    -1
      ports/tal-noisemaker/source/Engine/OscNoise.h
  61. +1
    -1
      ports/tal-noisemaker/source/Engine/OscSin.h
  62. +1
    -1
      ports/tal-noisemaker/source/Engine/ParamChangeUtil.h
  63. +1
    -1
      ports/tal-noisemaker/source/Engine/SynthVoice.h
  64. +1
    -1
      ports/tal-noisemaker/source/EnvelopeEditor/SplinePoint.h
  65. +3
    -3
      ports/tal-noisemaker/source/TalCore.h
  66. +0
    -1
      ports/tal-reverb-2/LV2/InterpolatorLinear.h
  67. +0
    -1
      ports/tal-reverb-2/LV2/Math.h
  68. +0
    -1
      ports/tal-reverb-2/LV2/engine
  69. +0
    -1
      ports/tal-reverb-2/VST/InterpolatorLinear.h
  70. +0
    -1
      ports/tal-reverb-2/VST/Math.h
  71. +0
    -1
      ports/tal-reverb-2/VST/engine
  72. +1
    -1
      ports/tal-reverb-2/source/Engine/AllPassFilter.h
  73. +1
    -1
      ports/tal-reverb-2/source/Engine/AudioUtils.h
  74. +1
    -1
      ports/tal-reverb-2/source/Engine/CombFilter.h
  75. +1
    -1
      ports/tal-reverb-2/source/Engine/Filter.h
  76. +1
    -1
      ports/tal-reverb-2/source/Engine/HighShelf.h
  77. +1
    -1
      ports/tal-reverb-2/source/Engine/LowShelf.h
  78. +1
    -1
      ports/tal-reverb-2/source/Engine/ParamChangeUtil.h
  79. +1
    -1
      ports/tal-reverb-2/source/Engine/PeakEq.h
  80. +1
    -1
      ports/tal-reverb-2/source/Engine/Reverb.h
  81. +2
    -2
      ports/tal-reverb-2/source/TalCore.h
  82. +0
    -1
      ports/tal-reverb-3/LV2/Math.h
  83. +0
    -1
      ports/tal-reverb-3/LV2/engine
  84. +0
    -1
      ports/tal-reverb-3/VST/Math.h
  85. +0
    -1
      ports/tal-reverb-3/VST/engine
  86. +1
    -1
      ports/tal-reverb-3/source/Engine/AllPassFilter.h
  87. +1
    -1
      ports/tal-reverb-3/source/Engine/AudioUtils.h
  88. +1
    -1
      ports/tal-reverb-3/source/Engine/CombFilter.h
  89. +1
    -1
      ports/tal-reverb-3/source/Engine/Filter.h
  90. +1
    -1
      ports/tal-reverb-3/source/Engine/HighShelf.h
  91. +1
    -1
      ports/tal-reverb-3/source/Engine/LowShelf.h
  92. +1
    -1
      ports/tal-reverb-3/source/Engine/ParamChangeUtil.h
  93. +1
    -1
      ports/tal-reverb-3/source/Engine/PeakEq.h
  94. +1
    -1
      ports/tal-reverb-3/source/Engine/Reverb - Bestest.h
  95. +1
    -1
      ports/tal-reverb-3/source/Engine/Reverb - Great Sound.h
  96. +1
    -1
      ports/tal-reverb-3/source/Engine/Reverb - improvement.h
  97. +1
    -1
      ports/tal-reverb-3/source/Engine/Reverb.h
  98. +2
    -2
      ports/tal-reverb-3/source/TalCore.h
  99. +0
    -1
      ports/tal-reverb/LV2/InterpolatorLinear.h
  100. +0
    -1
      ports/tal-reverb/LV2/Math.h

+ 0
- 1
ports/tal-dub-3/LV2/InterpolatorLinear.h View File

@@ -1 +0,0 @@
../source/Engine/interpolatorlinear.h

+ 0
- 1
ports/tal-dub-3/LV2/Math.h View File

@@ -1 +0,0 @@
#include <math.h>

+ 0
- 1
ports/tal-dub-3/LV2/engine View File

@@ -1 +0,0 @@
../source/Engine

+ 0
- 1
ports/tal-dub-3/VST/InterpolatorLinear.h View File

@@ -1 +0,0 @@
../source/Engine/interpolatorlinear.h

+ 0
- 1
ports/tal-dub-3/VST/Math.h View File

@@ -1 +0,0 @@
#include <math.h>

+ 0
- 1
ports/tal-dub-3/VST/engine View File

@@ -1 +0,0 @@
../source/Engine

+ 1
- 1
ports/tal-dub-3/source/Engine/AudioUtils.h View File

@@ -25,7 +25,7 @@ or write to the Free Software Foundation, Inc.,
#if !defined(__AudioUtils_h)
#define __AudioUtils_h
#include "Math.h"
#include "math.h"
class AudioUtils
{


+ 1
- 1
ports/tal-dub-3/source/Engine/CombFilter.h View File

@@ -25,7 +25,7 @@
#if !defined(__CombFilter_h)
#define __CombFilter_h
#include "Math.h"
#include "math.h"
class CombFilter
{


+ 1
- 1
ports/tal-dub-3/source/Engine/Delay.h View File

@@ -24,7 +24,7 @@
#if !defined(__Delay_h)
#define __Delay_h
#include "Math.h"
#include "math.h"
#include "AudioUtils.h"
#include "Filter6dB.h"
#include "DCBlock.h"


+ 1
- 1
ports/tal-dub-3/source/Engine/DelayHandler.h View File

@@ -25,7 +25,7 @@
#define __DelayHandler_h_

#include "Decimator.h"
#include "InterpolatorLinear.h"
#include "interpolatorlinear.h"
#include "Delay.h"
#include "AudioUtils.h"
#include "TapeSlider.h"


+ 1
- 1
ports/tal-dub-3/source/Engine/NoiseOsc.h View File

@@ -1,7 +1,7 @@
#ifndef NoiseOsc_H
#define NoiseOsc_H

#include "Math.h"
#include "math.h"

/*-----------------------------------------------------------------------------



+ 1
- 1
ports/tal-dub-3/source/Engine/ParamChangeUtil.h View File

@@ -25,7 +25,7 @@
#if !defined(__ParamChangeUtil_h)
#define __ParamChangeUtil_h
#include "Math.h"
#include "math.h"
// Low pass filter for gentle parameter changes
class ParamChangeUtil


+ 1
- 1
ports/tal-dub-3/source/TalCore.cpp View File

@@ -33,7 +33,7 @@
#include "TalComponent.h"
#include "TalCore.h"
#include "ProgramChunk.h"
#include "Math.h"
#include "math.h"
/**
This function must be implemented to create a new instance of your


+ 2
- 2
ports/tal-dub-3/source/TalCore.h View File

@@ -32,8 +32,8 @@
#ifndef TALCORE_H
#define TALCORE_H
#include "./engine/Engine.h"
#include "./engine/Params.h"
#include "./Engine/Engine.h"
#include "./Engine/Params.h"
#include "TalPreset.h"
//==============================================================================


+ 0
- 1
ports/tal-filter-2/LV2/InterpolatorLinear.h View File

@@ -1 +0,0 @@
../source/Filter/Interpolatorlinear.h

+ 0
- 1
ports/tal-filter-2/LV2/Math.h View File

@@ -1 +0,0 @@
#include <math.h>

+ 0
- 1
ports/tal-filter-2/LV2/engine View File

@@ -1 +0,0 @@
../source/Engine

+ 0
- 1
ports/tal-filter-2/VST/InterpolatorLinear.h View File

@@ -1 +0,0 @@
../source/Filter/Interpolatorlinear.h

+ 0
- 1
ports/tal-filter-2/VST/Math.h View File

@@ -1 +0,0 @@
#include <math.h>

+ 0
- 1
ports/tal-filter-2/VST/engine View File

@@ -1 +0,0 @@
../source/Engine

+ 1
- 1
ports/tal-filter-2/source/Engine/AudioUtils.h View File

@@ -24,7 +24,7 @@
#if !defined(__AudioUtils_h)
#define __AudioUtils_h
#include "Math.h"
#include "math.h"
class AudioUtils
{


+ 1
- 1
ports/tal-filter-2/source/Engine/ParamChangeUtil.h View File

@@ -25,7 +25,7 @@
#if !defined(__ParamChangeUtil_h)
#define __ParamChangeUtil_h
#include "Math.h"
#include "math.h"
// Low pass filter for gentle parameter changes
class ParamChangeUtil


+ 1
- 1
ports/tal-filter-2/source/EnvelopeEditor/SplinePoint.h View File

@@ -25,7 +25,7 @@
#ifndef SplinePoint_H
#define SplinePoint_H
#include "Math.h"
#include "math.h"
class SplinePoint
{


+ 1
- 1
ports/tal-filter-2/source/Filter/FilterHandler.h View File

@@ -25,7 +25,7 @@
#define __FilterHandler_h_
#include "Decimator.h"
#include "InterpolatorLinear.h"
#include "Interpolatorlinear.h"
#include "FilterLp24db.h"
#include "FilterLp18db.h"
#include "FilterLp12db.h"


+ 1
- 1
ports/tal-filter-2/source/Filter/OscNoise.h View File

@@ -1,7 +1,7 @@
#ifndef OscNoise_H
#define OscNoise_H
#include "Math.h"
#include "math.h"
/*
==============================================================================


+ 1
- 1
ports/tal-filter-2/source/TalCore.cpp View File

@@ -33,7 +33,7 @@
#include "TalComponent.h"
#include "TalCore.h"
#include "ProgramChunk.h"
#include "Math.h"
#include "math.h"
/**
This function must be implemented to create a new instance of your


+ 2
- 2
ports/tal-filter-2/source/TalCore.h View File

@@ -32,8 +32,8 @@
#ifndef 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 "TalPreset.h"


+ 0
- 1
ports/tal-filter/LV2/InterpolatorLinear.h View File

@@ -1 +0,0 @@
../source/Engine/interpolatorlinear.h

+ 0
- 1
ports/tal-filter/LV2/Math.h View File

@@ -1 +0,0 @@
#include <math.h>

+ 0
- 1
ports/tal-filter/LV2/engine View File

@@ -1 +0,0 @@
../source/Engine

+ 0
- 1
ports/tal-filter/VST/InterpolatorLinear.h View File

@@ -1 +0,0 @@
../source/Engine/interpolatorlinear.h

+ 0
- 1
ports/tal-filter/VST/Math.h View File

@@ -1 +0,0 @@
#include <math.h>

+ 0
- 1
ports/tal-filter/VST/engine View File

@@ -1 +0,0 @@
../source/Engine

+ 1
- 1
ports/tal-filter/source/Engine/Envelope.h View File

@@ -25,7 +25,7 @@
#if !defined(__TalEnvelope_h)
#define __TalEnvelope_h
#include "Math.h"
#include "math.h"
// Low pass filter for gentle parameter changes
class Envelope


+ 1
- 1
ports/tal-filter/source/Engine/FilterHandler.h View File

@@ -25,7 +25,7 @@
#define __FilterHandler_h_
#include "Decimator.h"
#include "InterpolatorLinear.h"
#include "interpolatorlinear.h"
#include "FilterLp12dB.h"
#include "FilterHp12dB.h"
#include "FilterBp12dB.h"


+ 1
- 1
ports/tal-filter/source/Engine/NoiseOsc.h View File

@@ -24,7 +24,7 @@
#ifndef NoiseOsc_H
#define NoiseOsc_H
#include "Math.h"
#include "math.h"
#include <cstdlib>


+ 1
- 1
ports/tal-filter/source/Engine/ParamChangeUtil.h View File

@@ -25,7 +25,7 @@
#if !defined(__ParamChangeUtil_h)
#define __ParamChangeUtil_h
#include "Math.h"
#include "math.h"
// Low pass filter for gentle parameter changes
class ParamChangeUtil


+ 1
- 1
ports/tal-filter/source/TalCore.cpp View File

@@ -33,7 +33,7 @@
#include "TalComponent.h"
#include "TalCore.h"
#include "ProgramChunk.h"
#include "Math.h"
#include "math.h"
/**
This function must be implemented to create a new instance of your


+ 2
- 2
ports/tal-filter/source/TalCore.h View File

@@ -32,8 +32,8 @@
#ifndef TALCORE_H
#define TALCORE_H
#include "./engine/Engine.h"
#include "./engine/Params.h"
#include "./Engine/Engine.h"
#include "./Engine/Params.h"
#include "TalPreset.h"
//==============================================================================


+ 0
- 1
ports/tal-noisemaker/LV2/InterpolatorLinear.h View File

@@ -1 +0,0 @@
../source/Engine/Interpolatorlinear.h

+ 0
- 1
ports/tal-noisemaker/LV2/Math.h View File

@@ -1 +0,0 @@
#include <math.h>

+ 0
- 1
ports/tal-noisemaker/LV2/engine View File

@@ -1 +0,0 @@
../source/Engine

+ 0
- 1
ports/tal-noisemaker/VST/InterpolatorLinear.h View File

@@ -1 +0,0 @@
../source/Engine/Interpolatorlinear.h

+ 0
- 1
ports/tal-noisemaker/VST/Math.h View File

@@ -1 +0,0 @@
#include <math.h>

+ 0
- 1
ports/tal-noisemaker/VST/engine View File

@@ -1 +0,0 @@
../source/Engine

+ 1
- 1
ports/tal-noisemaker/source/Component/TalComboBox.h View File

@@ -24,7 +24,7 @@
#ifndef TalComboBox_H
#define TalComboBox_H
#include "../engine/AudioUtils.h"
#include "../Engine/AudioUtils.h"
class TalComboBox : public ComboBox
{


+ 1
- 1
ports/tal-noisemaker/source/Effects/Chorus/Chorus.h View File

@@ -26,7 +26,7 @@
#include "Lfo.h"
#include "OnePoleLP.h"
#include "Math.h"
#include "math.h"
class Chorus
{


+ 1
- 1
ports/tal-noisemaker/source/Effects/Delay/Delay.h View File

@@ -24,7 +24,7 @@
#if !defined(__Delay_h)
#define __Delay_h
#include "Math.h"
#include "math.h"
#include "TalEq.h"
#include "AudioUtils.h"


+ 1
- 1
ports/tal-noisemaker/source/Effects/Delay/HighShelf.h View File

@@ -24,7 +24,7 @@
#if !defined(__HighShelf_h)
#define __HighShelf_h
#include "Math.h"
#include "math.h"
class HighShelf
{


+ 1
- 1
ports/tal-noisemaker/source/Effects/Delay/LowShelf.h View File

@@ -24,7 +24,7 @@
#if !defined(__LowShelf_h)
#define __LowShelf_h
#include "Math.h"
#include "math.h"
class LowShelf
{


+ 1
- 1
ports/tal-noisemaker/source/Effects/Delay/TalEq.h View File

@@ -26,7 +26,7 @@
#include "Filter6dB.h"
#include "HighPass.h"
#include "../../engine/AudioUtils.h"
#include "../../Engine/AudioUtils.h"
class TalEq
{


+ 1
- 1
ports/tal-noisemaker/source/Effects/Reverb/AllPassFilter.h View File

@@ -24,7 +24,7 @@
#if !defined(__AllPassFilter_h)
#define __AllPassFilter_h
#include "Math.h"
#include "math.h"
#include "AudioUtils.h"
class AllPassFilter


+ 1
- 1
ports/tal-noisemaker/source/Effects/Reverb/CombFilter.h View File

@@ -24,7 +24,7 @@
#if !defined(__CombFilter_h)
#define __CombFilter_h
#include "Math.h"
#include "math.h"
#include "AudioUtils.h"
class CombFilter


+ 1
- 1
ports/tal-noisemaker/source/Effects/Reverb/Filter.h View File

@@ -24,7 +24,7 @@
#if !defined(__Filter_h)
#define __Filter_h
#include "Math.h"
#include "math.h"
class Filter
{


+ 1
- 1
ports/tal-noisemaker/source/Effects/Reverb/TalReverb.h View File

@@ -28,7 +28,7 @@
#include "CombFilter.h"
#include "NoiseGenerator.h"
#include "Filter.h"
#include "Math.h"
#include "math.h"
#include "../../Engine/AudioUtils.h"
class TalReverb


+ 1
- 1
ports/tal-noisemaker/source/Engine/AdsrHandler.h View File

@@ -26,7 +26,7 @@
#include "AdsrHandler.h"
#include "Adsr.h"
#include "Math.h"
#include "math.h"
class AdsrHandler
{


+ 1
- 1
ports/tal-noisemaker/source/Engine/AudioUtils.h View File

@@ -24,7 +24,7 @@
#if !defined(__AudioUtils_h)
#define __AudioUtils_h
#include "Math.h"
#include "math.h"
#include "Params.h"
class AudioUtils


+ 1
- 1
ports/tal-noisemaker/source/Engine/FilterHandler.h View File

@@ -25,7 +25,7 @@
#define __FilterHandler_h_
#include "Decimator.h"
#include "InterpolatorLinear.h"
#include "Interpolatorlinear.h"
#include "FilterLp24db.h"
#include "FilterLp18db.h"
#include "FilterLp12db.h"


+ 1
- 1
ports/tal-noisemaker/source/Engine/LfoHandler.h View File

@@ -26,7 +26,7 @@
#include "LfoHandler.h"
#include "Lfo.h"
#include "Math.h"
#include "math.h"
#include "AudioUtils.h"
class LfoHandler


+ 1
- 1
ports/tal-noisemaker/source/Engine/OscNoise.h View File

@@ -1,7 +1,7 @@
#ifndef OscNoise_H
#define OscNoise_H
#include "Math.h"
#include "math.h"
/*
==============================================================================


+ 1
- 1
ports/tal-noisemaker/source/Engine/OscSin.h View File

@@ -25,7 +25,7 @@
#define OscSin_H
#include "BlepData.h"
#include "Math.h"
#include "math.h"
class OscSin
{


+ 1
- 1
ports/tal-noisemaker/source/Engine/ParamChangeUtil.h View File

@@ -24,7 +24,7 @@
#if !defined(__ParamChangeUtil_h)
#define __ParamChangeUtil_h
#include "Math.h"
#include "math.h"
// Low pass filter for gentle parameter changes
class ParamChangeUtil


+ 1
- 1
ports/tal-noisemaker/source/Engine/SynthVoice.h View File

@@ -24,7 +24,7 @@
#if !defined(__SynthVoice_h)
#define __SynthVoice_h
#include "Math.h"
#include "math.h"
#include "Vco.h"
#include "FilterHandler.h"
#include "Adsr.h"


+ 1
- 1
ports/tal-noisemaker/source/EnvelopeEditor/SplinePoint.h View File

@@ -25,7 +25,7 @@
#ifndef SplinePoint_H
#define SplinePoint_H
#include "Math.h"
#include "math.h"
class SplinePoint
{


+ 3
- 3
ports/tal-noisemaker/source/TalCore.h View File

@@ -32,9 +32,9 @@
#ifndef 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 "./EnvelopeEditor/EnvelopePresetUtility.h"


+ 0
- 1
ports/tal-reverb-2/LV2/InterpolatorLinear.h View File

@@ -1 +0,0 @@
../source/Engine/Interpolatorlinear.h

+ 0
- 1
ports/tal-reverb-2/LV2/Math.h View File

@@ -1 +0,0 @@
#include <math.h>

+ 0
- 1
ports/tal-reverb-2/LV2/engine View File

@@ -1 +0,0 @@
../source/Engine

+ 0
- 1
ports/tal-reverb-2/VST/InterpolatorLinear.h View File

@@ -1 +0,0 @@
../source/Engine/Interpolatorlinear.h

+ 0
- 1
ports/tal-reverb-2/VST/Math.h View File

@@ -1 +0,0 @@
#include <math.h>

+ 0
- 1
ports/tal-reverb-2/VST/engine View File

@@ -1 +0,0 @@
../source/Engine

+ 1
- 1
ports/tal-reverb-2/source/Engine/AllPassFilter.h View File

@@ -25,7 +25,7 @@
#if !defined(__AllPassFilter_h)
#define __AllPassFilter_h
#include "Math.h"
#include "math.h"
#include "AudioUtils.h"
class AllPassFilter


+ 1
- 1
ports/tal-reverb-2/source/Engine/AudioUtils.h View File

@@ -25,7 +25,7 @@ or write to the Free Software Foundation, Inc.,
#if !defined(__AudioUtils_h)
#define __AudioUtils_h
#include "Math.h"
#include "math.h"
class AudioUtils
{


+ 1
- 1
ports/tal-reverb-2/source/Engine/CombFilter.h View File

@@ -25,7 +25,7 @@
#if !defined(__CombFilter_h)
#define __CombFilter_h
#include "Math.h"
#include "math.h"
#include "AudioUtils.h"
class CombFilter


+ 1
- 1
ports/tal-reverb-2/source/Engine/Filter.h View File

@@ -25,7 +25,7 @@
#if !defined(__Filter_h)
#define __Filter_h
#include "Math.h"
#include "math.h"
class Filter
{


+ 1
- 1
ports/tal-reverb-2/source/Engine/HighShelf.h View File

@@ -9,7 +9,7 @@ A one pole low pass filter.
#if !defined(__HighShelf_h)
#define __HighShelf_h
#include "Math.h"
#include "math.h"
class HighShelf
{


+ 1
- 1
ports/tal-reverb-2/source/Engine/LowShelf.h View File

@@ -9,7 +9,7 @@ A one pole low pass filter.
#if !defined(__LowShelf_h)
#define __LowShelf_h
#include "Math.h"
#include "math.h"
class LowShelf
{


+ 1
- 1
ports/tal-reverb-2/source/Engine/ParamChangeUtil.h View File

@@ -25,7 +25,7 @@
#if !defined(__ParamChangeUtil_h)
#define __ParamChangeUtil_h
#include "Math.h"
#include "math.h"
// Low pass filter for gentle parameter changes
class ParamChangeUtil


+ 1
- 1
ports/tal-reverb-2/source/Engine/PeakEq.h View File

@@ -2,7 +2,7 @@
#define __PeakEq_h
#include <stdio.h>
#include "Math.h"
#include "math.h"
class PeakEq
{


+ 1
- 1
ports/tal-reverb-2/source/Engine/Reverb.h View File

@@ -29,7 +29,7 @@
#include "CombFilter.h"
#include "NoiseGenerator.h"
#include "Filter.h"
#include "Math.h"
#include "math.h"
#include "AudioUtils.h"
#include "TalEq.h"


+ 2
- 2
ports/tal-reverb-2/source/TalCore.h View File

@@ -32,8 +32,8 @@
#ifndef TALCORE_H
#define TALCORE_H
#include "./engine/ReverbEngine.h"
#include "./engine/Params.h"
#include "./Engine/ReverbEngine.h"
#include "./Engine/Params.h"
#include "TalPreset.h"
//==============================================================================


+ 0
- 1
ports/tal-reverb-3/LV2/Math.h View File

@@ -1 +0,0 @@
#include <math.h>

+ 0
- 1
ports/tal-reverb-3/LV2/engine View File

@@ -1 +0,0 @@
../source/Engine

+ 0
- 1
ports/tal-reverb-3/VST/Math.h View File

@@ -1 +0,0 @@
#include <math.h>

+ 0
- 1
ports/tal-reverb-3/VST/engine View File

@@ -1 +0,0 @@
../source/Engine

+ 1
- 1
ports/tal-reverb-3/source/Engine/AllPassFilter.h View File

@@ -24,7 +24,7 @@
#if !defined(__AllPassFilter_h)
#define __AllPassFilter_h
#include "Math.h"
#include "math.h"
#include "AudioUtils.h"
class AllPassFilter


+ 1
- 1
ports/tal-reverb-3/source/Engine/AudioUtils.h View File

@@ -24,7 +24,7 @@ or write to the Free Software Foundation, Inc.,
#if !defined(__AudioUtils_h)
#define __AudioUtils_h
#include "Math.h"
#include "math.h"
class AudioUtils
{


+ 1
- 1
ports/tal-reverb-3/source/Engine/CombFilter.h View File

@@ -24,7 +24,7 @@
#if !defined(__CombFilter_h)
#define __CombFilter_h
#include "Math.h"
#include "math.h"
#include "AudioUtils.h"
class CombFilter


+ 1
- 1
ports/tal-reverb-3/source/Engine/Filter.h View File

@@ -24,7 +24,7 @@
#if !defined(__Filter_h)
#define __Filter_h
#include "Math.h"
#include "math.h"
class Filter
{


+ 1
- 1
ports/tal-reverb-3/source/Engine/HighShelf.h View File

@@ -24,7 +24,7 @@
#if !defined(__HighShelf_h)
#define __HighShelf_h
#include "Math.h"
#include "math.h"
class HighShelf
{


+ 1
- 1
ports/tal-reverb-3/source/Engine/LowShelf.h View File

@@ -24,7 +24,7 @@
#if !defined(__LowShelf_h)
#define __LowShelf_h
#include "Math.h"
#include "math.h"
class LowShelf
{


+ 1
- 1
ports/tal-reverb-3/source/Engine/ParamChangeUtil.h View File

@@ -24,7 +24,7 @@
#if !defined(__ParamChangeUtil_h)
#define __ParamChangeUtil_h
#include "Math.h"
#include "math.h"
// Low pass filter for gentle parameter changes
class ParamChangeUtil


+ 1
- 1
ports/tal-reverb-3/source/Engine/PeakEq.h View File

@@ -2,7 +2,7 @@
#define __PeakEq_h
#include <stdio.h>
#include "Math.h"
#include "math.h"
class PeakEq
{


+ 1
- 1
ports/tal-reverb-3/source/Engine/Reverb - Bestest.h View File

@@ -29,7 +29,7 @@
#include "CombFilter.h"
#include "NoiseGenerator.h"
#include "Filter.h"
#include "Math.h"
#include "math.h"
#include "AudioUtils.h"
#include "TalEq.h"


+ 1
- 1
ports/tal-reverb-3/source/Engine/Reverb - Great Sound.h View File

@@ -29,7 +29,7 @@
#include "CombFilter.h"
#include "NoiseGenerator.h"
#include "Filter.h"
#include "Math.h"
#include "math.h"
#include "AudioUtils.h"
#include "TalEq.h"


+ 1
- 1
ports/tal-reverb-3/source/Engine/Reverb - improvement.h View File

@@ -29,7 +29,7 @@
#include "CombFilter.h"
#include "NoiseGenerator.h"
#include "Filter.h"
#include "Math.h"
#include "math.h"
#include "AudioUtils.h"
#include "TalEq.h"


+ 1
- 1
ports/tal-reverb-3/source/Engine/Reverb.h View File

@@ -28,7 +28,7 @@
#include "CombFilter.h"
#include "NoiseGenerator.h"
#include "Filter.h"
#include "Math.h"
#include "math.h"
#include "AudioUtils.h"
#include "TalEq.h"


+ 2
- 2
ports/tal-reverb-3/source/TalCore.h View File

@@ -32,8 +32,8 @@
#ifndef TALCORE_H
#define TALCORE_H
#include "./engine/ReverbEngine.h"
#include "./engine/Params.h"
#include "./Engine/ReverbEngine.h"
#include "./Engine/Params.h"
#include "TalPreset.h"
//==============================================================================


+ 0
- 1
ports/tal-reverb/LV2/InterpolatorLinear.h View File

@@ -1 +0,0 @@
../source/Engine/Interpolatorlinear.h

+ 0
- 1
ports/tal-reverb/LV2/Math.h View File

@@ -1 +0,0 @@
#include <math.h>

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save