The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
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.

49 lines
2.4KB

  1. /*
  2. IMPORTANT! This file is auto-generated each time you save your
  3. project - if you alter its contents, your changes may be overwritten!
  4. This header file contains configuration options for the plug-in. If you need to change any of
  5. these, it'd be wise to do so using the Jucer, rather than editing this file directly...
  6. */
  7. #ifndef __PLUGINCHARACTERISTICS_D4EFFF1A__
  8. #define __PLUGINCHARACTERISTICS_D4EFFF1A__
  9. #define JucePlugin_Build_VST 1 // (If you change this value, you'll also need to re-export the projects using the Jucer)
  10. #define JucePlugin_Build_AU 1 // (If you change this value, you'll also need to re-export the projects using the Jucer)
  11. #define JucePlugin_Build_RTAS 0 // (If you change this value, you'll also need to re-export the projects using the Jucer)
  12. #define JucePlugin_Name "Juce Demo Plugin"
  13. #define JucePlugin_Desc "Juce Demo Plugin"
  14. #define JucePlugin_Manufacturer "Raw Material Software"
  15. #define JucePlugin_ManufacturerCode 'RawM'
  16. #define JucePlugin_PluginCode 'Jcdm'
  17. #define JucePlugin_MaxNumInputChannels 2
  18. #define JucePlugin_MaxNumOutputChannels 2
  19. #define JucePlugin_PreferredChannelConfigurations {1, 1}, {2, 2}
  20. #define JucePlugin_IsSynth 0
  21. #define JucePlugin_WantsMidiInput 1
  22. #define JucePlugin_ProducesMidiOutput 1
  23. #define JucePlugin_SilenceInProducesSilenceOut 0
  24. #define JucePlugin_TailLengthSeconds 0
  25. #define JucePlugin_EditorRequiresKeyboardFocus 1
  26. #define JucePlugin_VersionCode 0x10000
  27. #define JucePlugin_VersionString "1.0.0"
  28. #define JucePlugin_VSTUniqueID JucePlugin_PluginCode
  29. #define JucePlugin_VSTCategory kPlugCategEffect
  30. #define JucePlugin_AUMainType kAudioUnitType_Effect
  31. #define JucePlugin_AUSubType JucePlugin_PluginCode
  32. #define JucePlugin_AUExportPrefix JuceDemoProjectAU
  33. #define JucePlugin_AUExportPrefixQuoted "JuceDemoProjectAU"
  34. #define JucePlugin_AUManufacturerCode JucePlugin_ManufacturerCode
  35. #define JucePlugin_CFBundleIdentifier com.rawmaterialsoftware.JuceDemoPlugin
  36. #define JucePlugin_AUCocoaViewClassName JuceDemoProjectAU_V1
  37. #define JucePlugin_RTASCategory ePlugInCategory_None
  38. #define JucePlugin_RTASManufacturerCode JucePlugin_ManufacturerCode
  39. #define JucePlugin_RTASProductId JucePlugin_PluginCode
  40. #define JUCE_USE_VSTSDK_2_4 1
  41. #endif // __PLUGINCHARACTERISTICS_D4EFFF1A__