From 23d8621c837ea7571dbc88086cec0e257b7c8587 Mon Sep 17 00:00:00 2001 From: xenakios Date: Wed, 28 Feb 2018 19:32:17 +0200 Subject: [PATCH] Remove the original free edit code and the binaural beats code --- Source/PS_Source/ProcessedStretch.h | 2 +- Source/PS_Source/StretchSource.h | 5 ++--- paulstretchplugin.jucer | 3 --- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Source/PS_Source/ProcessedStretch.h b/Source/PS_Source/ProcessedStretch.h index fdc613f..f15736d 100644 --- a/Source/PS_Source/ProcessedStretch.h +++ b/Source/PS_Source/ProcessedStretch.h @@ -19,7 +19,7 @@ #pragma once -#include "FreeEdit.h" +//#include "FreeEdit.h" #include "Stretch.h" #include "../jcdp_envelope.h" diff --git a/Source/PS_Source/StretchSource.h b/Source/PS_Source/StretchSource.h index e87296c..946b7b4 100644 --- a/Source/PS_Source/StretchSource.h +++ b/Source/PS_Source/StretchSource.h @@ -23,7 +23,6 @@ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #include "../JuceLibraryCode/JuceHeader.h" #include "Input/AInputS.h" #include "ProcessedStretch.h" -#include "BinauralBeats.h" #include #include "../WDL/resample.h" @@ -111,7 +110,7 @@ private: LinearSmoothedValue m_vol_smoother; std::unique_ptr m_inputfile; std::vector> m_stretchers; - std::unique_ptr m_binaubeats; + std::function SourceEndedCallback; bool m_firstbuffer = false; bool m_output_has_begun = false; @@ -122,7 +121,7 @@ private: double m_main_volume = 0.0; double m_loopxfadelen = 0.0; ProcessParameters m_ppar; - BinauralBeatsParameters m_bbpar; + double m_playrate = 1.0; double m_lastplayrate = 0.0; double m_onsetdetection = 0.0; diff --git a/paulstretchplugin.jucer b/paulstretchplugin.jucer index 7e47189..f53a1fe 100644 --- a/paulstretchplugin.jucer +++ b/paulstretchplugin.jucer @@ -22,9 +22,6 @@ - -