introjucer free VST ManufactorCode definition, problem and

Discuss topics relating to the Introjucer (or Jucer) application

introjucer free VST ManufactorCode definition, problem and

Postby chkn » Mon Apr 09, 2012 11:01 am

In a older juce release, the manufacturerCode was used by mistake, as the JucePlugin_VSTUniqueID. (If i remember correctly)
So after this was corrected i had to hack the old PluginCharacteristics file like this
#define JucePlugin_VSTUniqueID JucePlugin_ManufacturerCode, to be sure that my plugin still has the same ID and is compatible.

Now with the new Introjucer i tried to simulate this behavior by hacking the wrong/right manufacturerCode into the Global preProcessor-Definitions in Intojucer.
But it seems that is not possible hacking this 'char' definitions into the preprocessor commandline, and i tried many different escape sequences.
Some of those also breaking XCode-Project parsing.

JucePlugin_VSTUniqueID='MANU'
JucePlugin_VSTUniqueID='\'MANU\'
JucePlugin_VSTUniqueID="MANU"
JucePlugin_VSTUniqueID='"MANU"' etc...................

suggestion:
I would be VERY NICE, if there is a multiline Text-editor in introjucer, to add text to AppConfig.h over the other content of AppConfig.h.
chkn
JUCE UberWeenie
 
Posts: 865
Joined: Thu Mar 08, 2007 6:17 pm

Re: introjucer free VST ManufactorCode definition, problem a

Postby chkn » Tue Apr 10, 2012 8:22 am

BTW: solved - there is a (int) cast on the chars, so i use the number JucePlugin_VSTUniqueID=456413216874651
chkn
JUCE UberWeenie
 
Posts: 865
Joined: Thu Mar 08, 2007 6:17 pm


Return to The Introjucer/Jucer

Who is online

Users browsing this forum: No registered users and 0 guests