mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
Resaved all projects
This commit is contained in:
parent
4c59a920b4
commit
5b49bcdbc8
108 changed files with 1095 additions and 505 deletions
|
|
@ -257,6 +257,9 @@
|
|||
#ifndef JucePlugin_Build_STANDALONE
|
||||
#define JucePlugin_Build_STANDALONE 0
|
||||
#endif
|
||||
#ifndef JucePlugin_Enable_IAA
|
||||
#define JucePlugin_Enable_IAA 0
|
||||
#endif
|
||||
#ifndef JucePlugin_Name
|
||||
#define JucePlugin_Name "MultiOutSynth"
|
||||
#endif
|
||||
|
|
@ -359,3 +362,12 @@
|
|||
#ifndef JucePlugin_AAXDisableMultiMono
|
||||
#define JucePlugin_AAXDisableMultiMono 0
|
||||
#endif
|
||||
#ifndef JucePlugin_IAAType
|
||||
#define JucePlugin_IAAType 0x61757269 // 'auri'
|
||||
#endif
|
||||
#ifndef JucePlugin_IAASubType
|
||||
#define JucePlugin_IAASubType JucePlugin_PluginCode
|
||||
#endif
|
||||
#ifndef JucePlugin_IAAName
|
||||
#define JucePlugin_IAAName "ROLI Ltd.: MultiOutSynth"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue