diff --git a/Source/WDL/resample.cpp b/Source/WDL/resample.cpp index bb9f985..e43a0e9 100644 --- a/Source/WDL/resample.cpp +++ b/Source/WDL/resample.cpp @@ -203,7 +203,7 @@ WDL_Resampler::WDL_Resampler() m_ratio=1.0; m_filter_ratio=-1.0; m_iirfilter=0; - + m_rsinbuf.Resize(4 * 65536); Reset(); } diff --git a/paulstretchplugin.jucer b/paulstretchplugin.jucer index 10d4df5..f2e430a 100644 --- a/paulstretchplugin.jucer +++ b/paulstretchplugin.jucer @@ -86,7 +86,7 @@ debugInformationFormat="ProgramDatabase" enablePluginBinaryCopyStep="1" linkTimeOptimisation="0" isDebug="1" optimisation="1" targetName="PaulXStretch" headerPath="Source/PS_Source Source/WDL C:\ProgrammingProjects\gitrepos\JUCE\modules\vst2.x " - vstBinaryLocation="C:\VSTPlugins_64bit"/> + vstBinaryLocation="C:\VSTPlugins_64bit" defines="WDL_HEAPBUF_TRACE"/>