annotate BassPedalRackPlugin/BassPedalRack.jucer @ 2:13ec2fa02a26 tip

(none)
author Yannick JACOB <y.jacob@se12.qmul.ac.uk>
date Tue, 03 Sep 2013 15:33:42 +0100
parents 2cd427e000b0
children
rev   line source
y@0 1 <?xml version="1.0" encoding="UTF-8"?>
y@0 2
y@0 3 <JUCERPROJECT id="AC7ScK" name="BassPedalRack" projectType="audioplug" version="2.0.0"
y@0 4 bundleIdentifier="BPREffect" buildVST="1" buildRTAS="0" buildAU="0"
y@0 5 pluginName="BPR" pluginDesc="Selective Chebychev Distortion and Tone Control"
y@0 6 pluginManufacturer="JYs&amp;M" pluginManufacturerCode="JYsM"
y@0 7 pluginCode="bpr" pluginChannelConfigs="{1, 1}, {2, 2}" pluginIsSynth="0"
y@0 8 pluginWantsMidiIn="0" pluginProducesMidiOut="0" pluginSilenceInIsSilenceOut="1"
y@0 9 pluginTailLength="0" pluginEditorRequiresKeys="0" pluginAUExportPrefix="bprAU"
y@0 10 pluginAUViewClass="emptyAU_V1" pluginRTASCategory="" jucerVersion="3.0.0"
y@0 11 companyName="JYs&amp;M" aaxIdentifier="com.yourcompany.empty"
y@0 12 pluginAAXCategory="AAX_ePlugInCategory_Dynamics">
y@0 13 <EXPORTFORMATS>
y@0 14 <VS2010 targetFolder="Builds/VisualStudio2010" libraryType="1" juceFolder="C:\Users\Spook's\Desktop\QMUL\DAFX\Assignments\AS3\juce-latest\juce\modules"
y@0 15 vstFolder="C:\Users\Spook's\Desktop\QMUL\DAFX\Assignments\AS3\vstsdk2.4">
y@0 16 <CONFIGURATIONS>
y@0 17 <CONFIGURATION name="Debug" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
y@0 18 isDebug="1" optimisation="1" targetName="bpr"/>
y@0 19 <CONFIGURATION name="Release" winWarningLevel="4" generateManifest="1" winArchitecture="32-bit"
y@0 20 isDebug="0" optimisation="2" targetName="bpr"/>
y@0 21 </CONFIGURATIONS>
y@0 22 </VS2010>
y@0 23 </EXPORTFORMATS>
y@0 24 <MAINGROUP id="oVUVUz" name="BassPedalRack">
y@0 25 <GROUP id="{F4483B04-0E7A-D77C-795E-A491F61E239B}" name="Source">
y@0 26 <FILE id="d7EIMU" name="PluginProcessor.cpp" compile="1" resource="0"
y@0 27 file="Source/PluginProcessor.cpp"/>
y@0 28 <FILE id="YDAD0P" name="PluginProcessor.h" compile="0" resource="0"
y@0 29 file="Source/PluginProcessor.h"/>
y@0 30 <FILE id="VTO1E6" name="PluginEditor.cpp" compile="1" resource="0"
y@0 31 file="Source/PluginEditor.cpp"/>
y@0 32 <FILE id="mhOgcd" name="PluginEditor.h" compile="0" resource="0" file="Source/PluginEditor.h"/>
y@0 33 </GROUP>
y@0 34 </MAINGROUP>
y@0 35 <MODULES>
y@0 36 <MODULE id="juce_core" showAllCode="1" useLocalCopy="0"/>
y@0 37 <MODULE id="juce_events" showAllCode="1" useLocalCopy="0"/>
y@0 38 <MODULE id="juce_graphics" showAllCode="1" useLocalCopy="0"/>
y@0 39 <MODULE id="juce_gui_basics" showAllCode="1" useLocalCopy="0"/>
y@0 40 <MODULE id="juce_gui_extra" showAllCode="1" useLocalCopy="0"/>
y@0 41 <MODULE id="juce_gui_audio" showAllCode="1" useLocalCopy="1"/>
y@0 42 <MODULE id="juce_audio_basics" showAllCode="1" useLocalCopy="0"/>
y@0 43 <MODULE id="juce_audio_formats" showAllCode="1" useLocalCopy="0"/>
y@0 44 <MODULE id="juce_audio_processors" showAllCode="1" useLocalCopy="0"/>
y@0 45 <MODULE id="juce_audio_plugin_client" showAllCode="1" useLocalCopy="0"/>
y@0 46 <MODULE id="juce_data_structures" showAllCode="1" useLocalCopy="0"/>
y@0 47 </MODULES>
y@0 48 <JUCEOPTIONS JUCE_QUICKTIME="disabled"/>
y@0 49 </JUCERPROJECT>