Add readme
This commit is contained in:
parent
ff6c0dd529
commit
e7f92cc81d
@ -86,8 +86,9 @@
|
|||||||
headerPath="Source/PS_Source Source/WDL " vstBinaryLocation="C:\VSTPlugins_64bit"/>
|
headerPath="Source/PS_Source Source/WDL " vstBinaryLocation="C:\VSTPlugins_64bit"/>
|
||||||
<CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="x64"
|
<CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="x64"
|
||||||
debugInformationFormat="ProgramDatabase" enablePluginBinaryCopyStep="1"
|
debugInformationFormat="ProgramDatabase" enablePluginBinaryCopyStep="1"
|
||||||
linkTimeOptimisation="1" isDebug="0" optimisation="3" targetName="PaulXStretch"
|
linkTimeOptimisation="0" isDebug="0" optimisation="3" targetName="PaulXStretch"
|
||||||
headerPath="Source/PS_Source Source/WDL " vstBinaryLocation="C:\VSTPlugins_64bit"/>
|
headerPath="Source/PS_Source Source/WDL " vstBinaryLocation="C:\VSTPlugins_64bit"
|
||||||
|
useRuntimeLibDLL="0"/>
|
||||||
</CONFIGURATIONS>
|
</CONFIGURATIONS>
|
||||||
<MODULEPATHS>
|
<MODULEPATHS>
|
||||||
<MODULEPATH id="juce_core" path="../JUCE/modules"/>
|
<MODULEPATH id="juce_core" path="../JUCE/modules"/>
|
||||||
|
24
readme.txt
Normal file
24
readme.txt
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
PaulXStretch - Plugin for extreme time stretching and other spectral processing of audio
|
||||||
|
|
||||||
|
Copyright (C) 2006-2011 Nasca Octavian Paul, Tg. Mures, Romania
|
||||||
|
|
||||||
|
Copyright (C) 2017 Xenakios
|
||||||
|
|
||||||
|
Released under GNU General Public License v.2 license.
|
||||||
|
|
||||||
|
Source code at (currently missing GPL license for some of the source files, will be fixed later) :
|
||||||
|
|
||||||
|
https://bitbucket.org/xenakios/paulstretchplugin/overview
|
||||||
|
|
||||||
|
Requirements for building from source code :
|
||||||
|
-C++17 compiler and C++17 standard library
|
||||||
|
-JUCE 5.2 : https://github.com/WeAreROLI/JUCE
|
||||||
|
-FFTW3
|
||||||
|
|
||||||
|
History :
|
||||||
|
|
||||||
|
12-15-2017 1.0.0 preview 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user