|
| 1 | +/* |
| 2 | +
|
| 3 | + IMPORTANT! This file is auto-generated each time you save your |
| 4 | + project - if you alter its contents, your changes may be overwritten! |
| 5 | +
|
| 6 | + There's a section below where you can add your own custom code safely, and the |
| 7 | + Introjucer will preserve the contents of that block, but the best way to change |
| 8 | + any of these definitions is by using the Introjucer's project settings. |
| 9 | +
|
| 10 | + Any commented-out settings will assume their default values. |
| 11 | +
|
| 12 | +*/ |
| 13 | + |
| 14 | +#ifndef __JUCE_APPCONFIG_ULIIGD__ |
| 15 | +#define __JUCE_APPCONFIG_ULIIGD__ |
| 16 | + |
| 17 | +//============================================================================== |
| 18 | +// Audio plugin settings.. |
| 19 | + |
| 20 | +#ifndef JucePlugin_Name |
| 21 | + #define JucePlugin_Name "Argotlunar" |
| 22 | +#endif |
| 23 | +#ifndef JucePlugin_Desc |
| 24 | + #define JucePlugin_Desc "Argotlunar" |
| 25 | +#endif |
| 26 | +#ifndef JucePlugin_Manufacturer |
| 27 | + #define JucePlugin_Manufacturer "Michael Ourednik" |
| 28 | +#endif |
| 29 | +#ifndef JucePlugin_ManufacturerCode |
| 30 | + #define JucePlugin_ManufacturerCode 'ARG1' |
| 31 | +#endif |
| 32 | +#ifndef JucePlugin_PluginCode |
| 33 | + #define JucePlugin_PluginCode 'ARG1' |
| 34 | +#endif |
| 35 | +#ifndef JucePlugin_MaxNumInputChannels |
| 36 | + #define JucePlugin_MaxNumInputChannels 2 |
| 37 | +#endif |
| 38 | +#ifndef JucePlugin_MaxNumOutputChannels |
| 39 | + #define JucePlugin_MaxNumOutputChannels 2 |
| 40 | +#endif |
| 41 | +#ifndef JucePlugin_PreferredChannelConfigurations |
| 42 | + #define JucePlugin_PreferredChannelConfigurations {2, 2} |
| 43 | +#endif |
| 44 | +#ifndef JucePlugin_IsSynth |
| 45 | + #define JucePlugin_IsSynth 0 |
| 46 | +#endif |
| 47 | +#ifndef JucePlugin_WantsMidiInput |
| 48 | + #define JucePlugin_WantsMidiInput 0 |
| 49 | +#endif |
| 50 | +#ifndef JucePlugin_ProducesMidiOutput |
| 51 | + #define JucePlugin_ProducesMidiOutput 0 |
| 52 | +#endif |
| 53 | +#ifndef JucePlugin_SilenceInProducesSilenceOut |
| 54 | + #define JucePlugin_SilenceInProducesSilenceOut 0 |
| 55 | +#endif |
| 56 | +#ifndef JucePlugin_EditorRequiresKeyboardFocus |
| 57 | + #define JucePlugin_EditorRequiresKeyboardFocus 1 |
| 58 | +#endif |
| 59 | +#ifndef JucePlugin_Version |
| 60 | + #define JucePlugin_Version 2.0.6 |
| 61 | +#endif |
| 62 | +#ifndef JucePlugin_VersionCode |
| 63 | + #define JucePlugin_VersionCode 0x20006 |
| 64 | +#endif |
| 65 | +#ifndef JucePlugin_VersionString |
| 66 | + #define JucePlugin_VersionString "2.0.6" |
| 67 | +#endif |
| 68 | +#ifndef JucePlugin_VSTUniqueID |
| 69 | + #define JucePlugin_VSTUniqueID JucePlugin_PluginCode |
| 70 | +#endif |
| 71 | +#ifndef JucePlugin_VSTCategory |
| 72 | + #define JucePlugin_VSTCategory kPlugCategEffect |
| 73 | +#endif |
| 74 | +#ifndef JucePlugin_AUMainType |
| 75 | + #define JucePlugin_AUMainType kAudioUnitType_Effect |
| 76 | +#endif |
| 77 | +#ifndef JucePlugin_AUSubType |
| 78 | + #define JucePlugin_AUSubType JucePlugin_PluginCode |
| 79 | +#endif |
| 80 | +#ifndef JucePlugin_AUExportPrefix |
| 81 | + #define JucePlugin_AUExportPrefix ArgotlunarAU |
| 82 | +#endif |
| 83 | +#ifndef JucePlugin_AUExportPrefixQuoted |
| 84 | + #define JucePlugin_AUExportPrefixQuoted "ArgotlunarAU" |
| 85 | +#endif |
| 86 | +#ifndef JucePlugin_AUManufacturerCode |
| 87 | + #define JucePlugin_AUManufacturerCode JucePlugin_ManufacturerCode |
| 88 | +#endif |
| 89 | +#ifndef JucePlugin_CFBundleIdentifier |
| 90 | + #define JucePlugin_CFBundleIdentifier com.MichaelOurednik.Argotlunar |
| 91 | +#endif |
| 92 | +#ifndef JucePlugin_RTASCategory |
| 93 | + #define JucePlugin_RTASCategory ePlugInCategory_None |
| 94 | +#endif |
| 95 | +#ifndef JucePlugin_RTASManufacturerCode |
| 96 | + #define JucePlugin_RTASManufacturerCode JucePlugin_ManufacturerCode |
| 97 | +#endif |
| 98 | +#ifndef JucePlugin_RTASProductId |
| 99 | + #define JucePlugin_RTASProductId JucePlugin_PluginCode |
| 100 | +#endif |
| 101 | +#ifndef JucePlugin_RTASDisableBypass |
| 102 | + #define JucePlugin_RTASDisableBypass 0 |
| 103 | +#endif |
| 104 | +#ifndef JucePlugin_RTASDisableMultiMono |
| 105 | + #define JucePlugin_RTASDisableMultiMono 0 |
| 106 | +#endif |
| 107 | +#ifndef JucePlugin_AAXIdentifier |
| 108 | + #define JucePlugin_AAXIdentifier com.yourcompany.Argotlunar |
| 109 | +#endif |
| 110 | +#ifndef JucePlugin_AAXManufacturerCode |
| 111 | + #define JucePlugin_AAXManufacturerCode JucePlugin_ManufacturerCode |
| 112 | +#endif |
| 113 | +#ifndef JucePlugin_AAXProductId |
| 114 | + #define JucePlugin_AAXProductId JucePlugin_PluginCode |
| 115 | +#endif |
| 116 | +#ifndef JucePlugin_AAXPluginId |
| 117 | + #define JucePlugin_AAXPluginId JucePlugin_PluginCode |
| 118 | +#endif |
| 119 | +#ifndef JucePlugin_AAXCategory |
| 120 | + #define JucePlugin_AAXCategory AAX_ePlugInCategory_Dynamics |
| 121 | +#endif |
| 122 | +#ifndef JucePlugin_AAXDisableBypass |
| 123 | + #define JucePlugin_AAXDisableBypass 0 |
| 124 | +#endif |
| 125 | + |
| 126 | +#define JucePlugin_LV2URI "http://argotlunar.info/" |
| 127 | +#define JucePlugin_WantsLV2TimePos 1 |
| 128 | + |
| 129 | +#endif // __JUCE_APPCONFIG_ULIIGD__ |
0 commit comments