1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-09 04:30:09 +00:00

Added a flag to disable bypass in RTAS.

This commit is contained in:
jules 2012-09-17 13:18:11 +01:00
parent a4939b87f2
commit 5428554cda
10 changed files with 36 additions and 0 deletions

View file

@ -256,6 +256,9 @@
#ifndef JucePlugin_RTASProductId
#define JucePlugin_RTASProductId JucePlugin_PluginCode
#endif
#ifndef JucePlugin_RTASDisableBypass
#define JucePlugin_RTASDisableBypass 0
#endif
#ifndef JucePlugin_AAXIdentifier
#define JucePlugin_AAXIdentifier com.yourcompany.JuceDemoPlugin
#endif