mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
Re-save all projects
This commit is contained in:
parent
b1a7441bcc
commit
1f6fa5cc3b
8 changed files with 15 additions and 15 deletions
|
|
@ -260,10 +260,10 @@
|
|||
#define JucePlugin_ManufacturerEmail ""
|
||||
#endif
|
||||
#ifndef JucePlugin_ManufacturerCode
|
||||
#define JucePlugin_ManufacturerCode 0x524f4c49
|
||||
#define JucePlugin_ManufacturerCode 0x524f4c49 // 'ROLI'
|
||||
#endif
|
||||
#ifndef JucePlugin_PluginCode
|
||||
#define JucePlugin_PluginCode 0x4761696e
|
||||
#define JucePlugin_PluginCode 0x4761696e // 'Gain'
|
||||
#endif
|
||||
#ifndef JucePlugin_IsSynth
|
||||
#define JucePlugin_IsSynth 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue