mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +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 "info@juce.com"
|
||||
#endif
|
||||
#ifndef JucePlugin_ManufacturerCode
|
||||
#define JucePlugin_ManufacturerCode 0x524f4c49
|
||||
#define JucePlugin_ManufacturerCode 0x524f4c49 // 'ROLI'
|
||||
#endif
|
||||
#ifndef JucePlugin_PluginCode
|
||||
#define JucePlugin_PluginCode 0x4d6f5379
|
||||
#define JucePlugin_PluginCode 0x4d6f5379 // 'MoSy'
|
||||
#endif
|
||||
#ifndef JucePlugin_IsSynth
|
||||
#define JucePlugin_IsSynth 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue