You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

155 lines
11KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <JUCERPROJECT id="fn1Rg8" name="PaulXStretch" displaySplashScreen="0" reportAppUsage="0"
  3. splashScreenColour="Dark" projectType="audioplug" version="1.0.0"
  4. bundleIdentifier="com.xenakios.paulxstretch" includeBinaryInAppConfig="1"
  5. cppLanguageStandard="latest" companyCopyright="" buildVST="1"
  6. buildVST3="0" buildAU="1" buildAUv3="0" buildRTAS="0" buildAAX="0"
  7. buildStandalone="1" enableIAA="0" pluginName="PaulXStretch" pluginDesc="PaulXStretch"
  8. pluginManufacturer="Xenakios" pluginManufacturerCode="XenS" pluginCode="Fn1r"
  9. pluginChannelConfigs="{2,2},{2,4}, {2,8}, {8,8} " pluginIsSynth="0"
  10. pluginWantsMidiIn="0" pluginProducesMidiOut="0" pluginIsMidiEffectPlugin="0"
  11. pluginEditorRequiresKeys="0" pluginAUExportPrefix="paulxstretchAU"
  12. pluginRTASCategory="" aaxIdentifier="com.yourcompany.paulstretchplugin"
  13. pluginAAXCategory="AAX_ePlugInCategory_Dynamics" jucerVersion="5.2.1"
  14. headerPath="&#10;&#10;">
  15. <MAINGROUP id="nozXHl" name="PaulXStretch">
  16. <GROUP id="{03DA6B32-F666-FF60-F168-4385D0847058}" name="Source">
  17. <FILE id="Mz5aVb" name="envelope_component.cpp" compile="1" resource="0"
  18. file="Source/envelope_component.cpp"/>
  19. <FILE id="apM6W6" name="envelope_component.h" compile="0" resource="0"
  20. file="Source/envelope_component.h"/>
  21. <FILE id="qfCc8R" name="jcdp_envelope.h" compile="0" resource="0" file="Source/jcdp_envelope.h"/>
  22. <FILE id="TDOHpE" name="resample.cpp" compile="1" resource="0" file="Source/WDL/resample.cpp"/>
  23. <GROUP id="{3B6D1AF9-E53E-2F78-24A5-D12A34009E6A}" name="PS_Source">
  24. <FILE id="gDsFRp" name="globals.h" compile="0" resource="0" file="Source/PS_Source/globals.h"/>
  25. <FILE id="MOQjrp" name="ProcessedStretch.h" compile="0" resource="0"
  26. file="Source/PS_Source/ProcessedStretch.h"/>
  27. <FILE id="TcGuiz" name="Stretch.h" compile="0" resource="0" file="Source/PS_Source/Stretch.h"/>
  28. <FILE id="yz0SM3" name="StretchSource.h" compile="0" resource="0" file="Source/PS_Source/StretchSource.h"/>
  29. <FILE id="G6XXRZ" name="AInputS.h" compile="0" resource="0" file="Source/PS_Source/Input/AInputS.h"/>
  30. <FILE id="jSSkH5" name="InputS.h" compile="0" resource="0" file="Source/PS_Source/Input/InputS.h"/>
  31. <FILE id="EIKlL1" name="ProcessedStretch.cpp" compile="1" resource="0"
  32. file="Source/PS_Source/ProcessedStretch.cpp"/>
  33. <FILE id="x1qOMW" name="Stretch.cpp" compile="1" resource="0" file="Source/PS_Source/Stretch.cpp"/>
  34. <FILE id="a7ur6I" name="StretchSource.cpp" compile="1" resource="0"
  35. file="Source/PS_Source/StretchSource.cpp"/>
  36. </GROUP>
  37. <FILE id="KcXfhC" name="ps3_BufferingAudioSource.cpp" compile="1" resource="0"
  38. file="Source/ps3_BufferingAudioSource.cpp"/>
  39. <FILE id="oWbh5E" name="ps3_BufferingAudioSource.h" compile="0" resource="0"
  40. file="Source/ps3_BufferingAudioSource.h"/>
  41. <FILE id="jdPS0A" name="PluginProcessor.cpp" compile="1" resource="0"
  42. file="Source/PluginProcessor.cpp"/>
  43. <FILE id="pt5tX8" name="PluginProcessor.h" compile="0" resource="0"
  44. file="Source/PluginProcessor.h"/>
  45. <FILE id="lyNyYp" name="PluginEditor.cpp" compile="1" resource="0"
  46. file="Source/PluginEditor.cpp"/>
  47. <FILE id="IO7X2q" name="PluginEditor.h" compile="0" resource="0" file="Source/PluginEditor.h"/>
  48. </GROUP>
  49. </MAINGROUP>
  50. <EXPORTFORMATS>
  51. <XCODE_MAC targetFolder="Builds/MacOSX" extraLinkerFlags="/usr/local/Cellar/fftw/3.3.6-pl2/lib/libfftw3f.a&#10;">
  52. <CONFIGURATIONS>
  53. <CONFIGURATION name="Debug" enablePluginBinaryCopyStep="1" isDebug="1" optimisation="1"
  54. linkTimeOptimisation="0" targetName="PaulXStretch" headerPath="Source/PS_Source&#10;Source/WDL&#10;"
  55. libraryPath="/usr/local/Cellar/fftw/3.3.6-pl2/lib" cppLibType="libc++"
  56. osxArchitecture="64BitIntel" osxCompatibility="10.9 SDK" defines="JUCE_NO_DEPRECATION_WARNINGS"/>
  57. <CONFIGURATION name="Release" enablePluginBinaryCopyStep="1" isDebug="0" optimisation="3"
  58. linkTimeOptimisation="0" targetName="PaulXStretch" headerPath="Source/PS_Source&#10;Source/WDL&#10;"
  59. osxCompatibility="10.9 SDK" osxArchitecture="64BitIntel" cppLibType="libc++"
  60. libraryPath="/usr/local/Cellar/fftw/3.3.6-pl2/lib" defines="JUCE_NO_DEPRECATION_WARNINGS"
  61. auBinaryLocation="$(HOME)/Library/Audio/Plug-Ins/Components"/>
  62. </CONFIGURATIONS>
  63. <MODULEPATHS>
  64. <MODULEPATH id="juce_core" path="../JUCE/modules"/>
  65. <MODULEPATH id="juce_events" path="../JUCE/modules"/>
  66. <MODULEPATH id="juce_graphics" path="../JUCE/modules"/>
  67. <MODULEPATH id="juce_data_structures" path="../JUCE/modules"/>
  68. <MODULEPATH id="juce_gui_basics" path="../JUCE/modules"/>
  69. <MODULEPATH id="juce_gui_extra" path="../JUCE/modules"/>
  70. <MODULEPATH id="juce_cryptography" path="../JUCE/modules"/>
  71. <MODULEPATH id="juce_opengl" path="../JUCE/modules"/>
  72. <MODULEPATH id="juce_audio_basics" path="../JUCE/modules"/>
  73. <MODULEPATH id="juce_audio_devices" path="../JUCE/modules"/>
  74. <MODULEPATH id="juce_audio_formats" path="../JUCE/modules"/>
  75. <MODULEPATH id="juce_audio_processors" path="../JUCE/modules"/>
  76. <MODULEPATH id="juce_audio_plugin_client" path="../JUCE/modules"/>
  77. <MODULEPATH id="juce_audio_utils" path="../JUCE/modules"/>
  78. </MODULEPATHS>
  79. </XCODE_MAC>
  80. <VS2017 targetFolder="Builds/VisualStudio2017" externalLibraries="C:\ProgrammingProjects\gitrepos\fftw-3.3.6\fftw-3.3-libs\x64\Static-Release\libfftwf-3.3.lib"
  81. extraDefs="" vst3Folder="">
  82. <CONFIGURATIONS>
  83. <CONFIGURATION name="Debug" winWarningLevel="4" generateManifest="1" winArchitecture="x64"
  84. debugInformationFormat="ProgramDatabase" enablePluginBinaryCopyStep="1"
  85. linkTimeOptimisation="0" isDebug="1" optimisation="1" targetName="PaulXStretch"
  86. headerPath="Source/PS_Source&#10;Source/WDL&#10;" vstBinaryLocation="C:\VSTPlugins_64bit"/>
  87. <CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="x64"
  88. debugInformationFormat="ProgramDatabase" enablePluginBinaryCopyStep="1"
  89. linkTimeOptimisation="0" isDebug="0" optimisation="3" targetName="PaulXStretch"
  90. headerPath="Source/PS_Source&#10;Source/WDL&#10;" vstBinaryLocation="C:\VSTPlugins_64bit"
  91. useRuntimeLibDLL="0"/>
  92. </CONFIGURATIONS>
  93. <MODULEPATHS>
  94. <MODULEPATH id="juce_core" path="../JUCE/modules"/>
  95. <MODULEPATH id="juce_events" path="../JUCE/modules"/>
  96. <MODULEPATH id="juce_graphics" path="../JUCE/modules"/>
  97. <MODULEPATH id="juce_data_structures" path="../JUCE/modules"/>
  98. <MODULEPATH id="juce_gui_basics" path="../JUCE/modules"/>
  99. <MODULEPATH id="juce_gui_extra" path="../JUCE/modules"/>
  100. <MODULEPATH id="juce_cryptography" path="../JUCE/modules"/>
  101. <MODULEPATH id="juce_opengl" path="../JUCE/modules"/>
  102. <MODULEPATH id="juce_audio_basics" path="../JUCE/modules"/>
  103. <MODULEPATH id="juce_audio_devices" path="../JUCE/modules"/>
  104. <MODULEPATH id="juce_audio_formats" path="../JUCE/modules"/>
  105. <MODULEPATH id="juce_audio_processors" path="../JUCE/modules"/>
  106. <MODULEPATH id="juce_audio_plugin_client" path="../JUCE/modules"/>
  107. <MODULEPATH id="juce_audio_utils" path="../JUCE/modules"/>
  108. </MODULEPATHS>
  109. </VS2017>
  110. <LINUX_MAKE targetFolder="Builds/LinuxMakefile" extraDefs="JUCE_WEB_BROWSER=0&#10;">
  111. <CONFIGURATIONS>
  112. <CONFIGURATION name="Debug" isDebug="1" optimisation="1" linkTimeOptimisation="0"
  113. targetName="PaulXStretch"/>
  114. <CONFIGURATION name="Release" isDebug="0" optimisation="3" linkTimeOptimisation="1"
  115. targetName="PaulXStretch"/>
  116. </CONFIGURATIONS>
  117. <MODULEPATHS>
  118. <MODULEPATH id="juce_core" path="../JUCE/modules"/>
  119. <MODULEPATH id="juce_events" path="../JUCE/modules"/>
  120. <MODULEPATH id="juce_graphics" path="../JUCE/modules"/>
  121. <MODULEPATH id="juce_data_structures" path="../JUCE/modules"/>
  122. <MODULEPATH id="juce_gui_basics" path="../JUCE/modules"/>
  123. <MODULEPATH id="juce_gui_extra" path="../JUCE/modules"/>
  124. <MODULEPATH id="juce_cryptography" path="../JUCE/modules"/>
  125. <MODULEPATH id="juce_opengl" path="../JUCE/modules"/>
  126. <MODULEPATH id="juce_audio_basics" path="../JUCE/modules"/>
  127. <MODULEPATH id="juce_audio_devices" path="../JUCE/modules"/>
  128. <MODULEPATH id="juce_audio_formats" path="../JUCE/modules"/>
  129. <MODULEPATH id="juce_audio_processors" path="../JUCE/modules"/>
  130. <MODULEPATH id="juce_audio_plugin_client" path="../JUCE/modules"/>
  131. <MODULEPATH id="juce_audio_utils" path="../JUCE/modules"/>
  132. </MODULEPATHS>
  133. </LINUX_MAKE>
  134. </EXPORTFORMATS>
  135. <MODULES>
  136. <MODULE id="juce_audio_basics" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
  137. <MODULE id="juce_audio_devices" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
  138. <MODULE id="juce_audio_formats" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
  139. <MODULE id="juce_audio_plugin_client" showAllCode="1" useLocalCopy="0"
  140. useGlobalPath="1"/>
  141. <MODULE id="juce_audio_processors" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
  142. <MODULE id="juce_audio_utils" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
  143. <MODULE id="juce_core" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
  144. <MODULE id="juce_cryptography" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
  145. <MODULE id="juce_data_structures" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
  146. <MODULE id="juce_events" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
  147. <MODULE id="juce_graphics" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
  148. <MODULE id="juce_gui_basics" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
  149. <MODULE id="juce_gui_extra" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
  150. <MODULE id="juce_opengl" showAllCode="1" useLocalCopy="0" useGlobalPath="1"/>
  151. </MODULES>
  152. <JUCEOPTIONS JUCE_QUICKTIME="disabled"/>
  153. </JUCERPROJECT>