Increase maximum time stretch amount. Rename plugin binary.
This commit is contained in:
parent
3a16caa712
commit
ff6c0dd529
@ -89,7 +89,7 @@ PaulstretchpluginAudioProcessor::PaulstretchpluginAudioProcessor()
|
||||
m_stretch_source->setFFTWindowingType(1);
|
||||
addParameter(new AudioParameterFloat("mainvolume0", "Main volume", -24.0f, 12.0f, -3.0f)); // 0
|
||||
addParameter(new AudioParameterFloat("stretchamount0", "Stretch amount",
|
||||
NormalisableRange<float>(0.1f, 128.0f, 0.01f, 0.5),1.0f)); // 1
|
||||
NormalisableRange<float>(0.1f, 1024.0f, 0.01f, 0.25),1.0f)); // 1
|
||||
addParameter(new AudioParameterFloat("fftsize0", "FFT size", 0.0f, 1.0f, 0.7f)); // 2
|
||||
addParameter(new AudioParameterFloat("pitchshift0", "Pitch shift", -24.0f, 24.0f, 0.0f)); // 3
|
||||
addParameter(new AudioParameterFloat("freqshift0", "Frequency shift", -1000.0f, 1000.0f, 0.0f)); // 4
|
||||
|
@ -2,14 +2,14 @@
|
||||
|
||||
<JUCERPROJECT id="fn1Rg8" name="paulstretchplugin" displaySplashScreen="0"
|
||||
reportAppUsage="0" splashScreenColour="Dark" projectType="audioplug"
|
||||
version="1.0.0" bundleIdentifier="com.yourcompany.paulstretchplugin"
|
||||
version="1.0.0" bundleIdentifier="com.xenakios.paulxstretch"
|
||||
includeBinaryInAppConfig="1" cppLanguageStandard="latest" companyCopyright=""
|
||||
buildVST="1" buildVST3="0" buildAU="1" buildAUv3="0" buildRTAS="0"
|
||||
buildAAX="0" buildStandalone="1" enableIAA="0" pluginName="paulstretchplugin"
|
||||
pluginDesc="paulstretchplugin" pluginManufacturer="Xenakios"
|
||||
pluginManufacturerCode="XenS" pluginCode="Fn1r" pluginChannelConfigs="{2,2},{4,4}, {8,8}"
|
||||
pluginIsSynth="0" pluginWantsMidiIn="0" pluginProducesMidiOut="0"
|
||||
pluginIsMidiEffectPlugin="0" pluginEditorRequiresKeys="0" pluginAUExportPrefix="paulstretchpluginAU"
|
||||
buildAAX="0" buildStandalone="1" enableIAA="0" pluginName="PaulXStretch"
|
||||
pluginDesc="PaulXStretch" pluginManufacturer="Xenakios" pluginManufacturerCode="XenS"
|
||||
pluginCode="Fn1r" pluginChannelConfigs="{2,2},{4,4}, {8,8}" pluginIsSynth="0"
|
||||
pluginWantsMidiIn="0" pluginProducesMidiOut="0" pluginIsMidiEffectPlugin="0"
|
||||
pluginEditorRequiresKeys="0" pluginAUExportPrefix="paulxstretchAU"
|
||||
pluginRTASCategory="" aaxIdentifier="com.yourcompany.paulstretchplugin"
|
||||
pluginAAXCategory="AAX_ePlugInCategory_Dynamics" jucerVersion="5.2.0"
|
||||
headerPath=" ">
|
||||
@ -51,12 +51,12 @@
|
||||
<XCODE_MAC targetFolder="Builds/MacOSX" extraLinkerFlags="/usr/local/Cellar/fftw/3.3.6-pl2/lib/libfftw3f.a ">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" enablePluginBinaryCopyStep="1" isDebug="1" optimisation="1"
|
||||
linkTimeOptimisation="0" targetName="paulstretchplugin" headerPath="Source/PS_Source Source/WDL "
|
||||
linkTimeOptimisation="0" targetName="PaulXStretch" headerPath="Source/PS_Source Source/WDL "
|
||||
libraryPath="/usr/local/Cellar/fftw/3.3.6-pl2/lib" cppLibType="libc++"
|
||||
osxArchitecture="64BitIntel" osxCompatibility="10.9 SDK" osxSDK="default"
|
||||
defines="JUCE_NO_DEPRECATION_WARNINGS"/>
|
||||
<CONFIGURATION name="Release" enablePluginBinaryCopyStep="1" isDebug="0" optimisation="3"
|
||||
linkTimeOptimisation="0" targetName="paulstretchplugin" headerPath="Source/PS_Source Source/WDL "
|
||||
linkTimeOptimisation="0" targetName="PaulXStretch" headerPath="Source/PS_Source Source/WDL "
|
||||
osxCompatibility="10.9 SDK" osxArchitecture="64BitIntel" cppLibType="libc++"
|
||||
libraryPath="/usr/local/Cellar/fftw/3.3.6-pl2/lib" defines="JUCE_NO_DEPRECATION_WARNINGS"
|
||||
auBinaryLocation="$(HOME)/Library/Audio/Plug-Ins/Components"/>
|
||||
@ -82,11 +82,11 @@
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" winWarningLevel="4" generateManifest="1" winArchitecture="x64"
|
||||
debugInformationFormat="ProgramDatabase" enablePluginBinaryCopyStep="1"
|
||||
linkTimeOptimisation="0" isDebug="1" optimisation="1" targetName="paulstretchplugin"
|
||||
linkTimeOptimisation="0" isDebug="1" optimisation="1" targetName="PaulXStretch"
|
||||
headerPath="Source/PS_Source Source/WDL " vstBinaryLocation="C:\VSTPlugins_64bit"/>
|
||||
<CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="x64"
|
||||
debugInformationFormat="ProgramDatabase" enablePluginBinaryCopyStep="1"
|
||||
linkTimeOptimisation="1" isDebug="0" optimisation="3" targetName="paulstretchplugin"
|
||||
linkTimeOptimisation="1" isDebug="0" optimisation="3" targetName="PaulXStretch"
|
||||
headerPath="Source/PS_Source Source/WDL " vstBinaryLocation="C:\VSTPlugins_64bit"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
@ -109,9 +109,9 @@
|
||||
<LINUX_MAKE targetFolder="Builds/LinuxMakefile">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION name="Debug" isDebug="1" optimisation="1" linkTimeOptimisation="0"
|
||||
targetName="paulstretchplugin"/>
|
||||
targetName="PaulXStretch"/>
|
||||
<CONFIGURATION name="Release" isDebug="0" optimisation="3" linkTimeOptimisation="1"
|
||||
targetName="paulstretchplugin"/>
|
||||
targetName="PaulXStretch"/>
|
||||
</CONFIGURATIONS>
|
||||
<MODULEPATHS>
|
||||
<MODULEPATH id="juce_core" path="../JUCE/modules"/>
|
||||
|
Loading…
Reference in New Issue
Block a user