More advanced version
This commit is contained in:
@@ -47,10 +47,10 @@
|
||||
#define JucePlugin_Desc "NeuralSynth"
|
||||
#endif
|
||||
#ifndef JucePlugin_Manufacturer
|
||||
#define JucePlugin_Manufacturer "yourcompany"
|
||||
#define JucePlugin_Manufacturer "Samedi Dimanche"
|
||||
#endif
|
||||
#ifndef JucePlugin_ManufacturerWebsite
|
||||
#define JucePlugin_ManufacturerWebsite "www.yourcompany.com"
|
||||
#define JucePlugin_ManufacturerWebsite "www.samedidimanche.com"
|
||||
#endif
|
||||
#ifndef JucePlugin_ManufacturerEmail
|
||||
#define JucePlugin_ManufacturerEmail ""
|
||||
@@ -62,10 +62,10 @@
|
||||
#define JucePlugin_PluginCode 0x4d73347a
|
||||
#endif
|
||||
#ifndef JucePlugin_IsSynth
|
||||
#define JucePlugin_IsSynth 0
|
||||
#define JucePlugin_IsSynth 1
|
||||
#endif
|
||||
#ifndef JucePlugin_WantsMidiInput
|
||||
#define JucePlugin_WantsMidiInput 0
|
||||
#define JucePlugin_WantsMidiInput 1
|
||||
#endif
|
||||
#ifndef JucePlugin_ProducesMidiOutput
|
||||
#define JucePlugin_ProducesMidiOutput 0
|
||||
@@ -77,25 +77,25 @@
|
||||
#define JucePlugin_EditorRequiresKeyboardFocus 0
|
||||
#endif
|
||||
#ifndef JucePlugin_Version
|
||||
#define JucePlugin_Version 1.0.0
|
||||
#define JucePlugin_Version 0.0.1
|
||||
#endif
|
||||
#ifndef JucePlugin_VersionCode
|
||||
#define JucePlugin_VersionCode 0x10000
|
||||
#define JucePlugin_VersionCode 0x1
|
||||
#endif
|
||||
#ifndef JucePlugin_VersionString
|
||||
#define JucePlugin_VersionString "1.0.0"
|
||||
#define JucePlugin_VersionString "0.0.1"
|
||||
#endif
|
||||
#ifndef JucePlugin_VSTUniqueID
|
||||
#define JucePlugin_VSTUniqueID JucePlugin_PluginCode
|
||||
#endif
|
||||
#ifndef JucePlugin_VSTCategory
|
||||
#define JucePlugin_VSTCategory kPlugCategEffect
|
||||
#define JucePlugin_VSTCategory kPlugCategSynth
|
||||
#endif
|
||||
#ifndef JucePlugin_Vst3Category
|
||||
#define JucePlugin_Vst3Category "Fx"
|
||||
#define JucePlugin_Vst3Category "Instrument|Synth"
|
||||
#endif
|
||||
#ifndef JucePlugin_AUMainType
|
||||
#define JucePlugin_AUMainType 'aufx'
|
||||
#define JucePlugin_AUMainType 'aumu'
|
||||
#endif
|
||||
#ifndef JucePlugin_AUSubType
|
||||
#define JucePlugin_AUSubType JucePlugin_PluginCode
|
||||
@@ -110,10 +110,10 @@
|
||||
#define JucePlugin_AUManufacturerCode JucePlugin_ManufacturerCode
|
||||
#endif
|
||||
#ifndef JucePlugin_CFBundleIdentifier
|
||||
#define JucePlugin_CFBundleIdentifier com.yourcompany.NeuralSynth
|
||||
#define JucePlugin_CFBundleIdentifier com.samedidimanche.NeuralSynth
|
||||
#endif
|
||||
#ifndef JucePlugin_AAXIdentifier
|
||||
#define JucePlugin_AAXIdentifier com.yourcompany.NeuralSynth
|
||||
#define JucePlugin_AAXIdentifier com.SamediDimanche.NeuralSynth
|
||||
#endif
|
||||
#ifndef JucePlugin_AAXManufacturerCode
|
||||
#define JucePlugin_AAXManufacturerCode JucePlugin_ManufacturerCode
|
||||
@@ -122,7 +122,7 @@
|
||||
#define JucePlugin_AAXProductId JucePlugin_PluginCode
|
||||
#endif
|
||||
#ifndef JucePlugin_AAXCategory
|
||||
#define JucePlugin_AAXCategory 0
|
||||
#define JucePlugin_AAXCategory 2048
|
||||
#endif
|
||||
#ifndef JucePlugin_AAXDisableBypass
|
||||
#define JucePlugin_AAXDisableBypass 0
|
||||
@@ -131,16 +131,16 @@
|
||||
#define JucePlugin_AAXDisableMultiMono 0
|
||||
#endif
|
||||
#ifndef JucePlugin_IAAType
|
||||
#define JucePlugin_IAAType 0x61757278
|
||||
#define JucePlugin_IAAType 0x61757269
|
||||
#endif
|
||||
#ifndef JucePlugin_IAASubType
|
||||
#define JucePlugin_IAASubType JucePlugin_PluginCode
|
||||
#endif
|
||||
#ifndef JucePlugin_IAAName
|
||||
#define JucePlugin_IAAName "yourcompany: NeuralSynth"
|
||||
#define JucePlugin_IAAName "Samedi Dimanche: NeuralSynth"
|
||||
#endif
|
||||
#ifndef JucePlugin_VSTNumMidiInputs
|
||||
#define JucePlugin_VSTNumMidiInputs 16
|
||||
#define JucePlugin_VSTNumMidiInputs 1
|
||||
#endif
|
||||
#ifndef JucePlugin_VSTNumMidiOutputs
|
||||
#define JucePlugin_VSTNumMidiOutputs 16
|
||||
@@ -152,11 +152,20 @@
|
||||
#define JucePlugin_ARATransformationFlags 0
|
||||
#endif
|
||||
#ifndef JucePlugin_ARAFactoryID
|
||||
#define JucePlugin_ARAFactoryID "com.yourcompany.NeuralSynth.factory"
|
||||
#define JucePlugin_ARAFactoryID "com.SamediDimanche.NeuralSynth.factory"
|
||||
#endif
|
||||
#ifndef JucePlugin_ARADocumentArchiveID
|
||||
#define JucePlugin_ARADocumentArchiveID "com.yourcompany.NeuralSynth.aradocumentarchive.1.0.0"
|
||||
#define JucePlugin_ARADocumentArchiveID "com.SamediDimanche.NeuralSynth.aradocumentarchive.0.0.1"
|
||||
#endif
|
||||
#ifndef JucePlugin_ARACompatibleArchiveIDs
|
||||
#define JucePlugin_ARACompatibleArchiveIDs ""
|
||||
#endif
|
||||
#ifndef JucePlugin_MaxNumInputChannels
|
||||
#define JucePlugin_MaxNumInputChannels 0
|
||||
#endif
|
||||
#ifndef JucePlugin_MaxNumOutputChannels
|
||||
#define JucePlugin_MaxNumOutputChannels 2
|
||||
#endif
|
||||
#ifndef JucePlugin_PreferredChannelConfigurations
|
||||
#define JucePlugin_PreferredChannelConfigurations {0, 2}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user