plugins - Naming audio plug-ins using JUCE framework -


i've been working on developing audio plugins using juce framework. i'm having issue regarding naming plugin. i've created separate projects entirely different plugins. when load plugin starting logic pro x, seem recent plugin built, however, plugin title first plugin made. say, seems when make new plugin, takes on name of previous plugin , replaces it.

i've tried renaming plugin code, au validation tool recognizes plugin having plugin code of previous plugin.

has come across problem or have suggesting might causing it?

additionally, using wdl framework before using juce , had same problem. of course makes me think problem not specific juce or wdl.

any input appreciated, thanks!

open introjucer 1 of projects , select "config" tab in left panel. select project @ top of tree view.

in right panel, should see 2 fields called "plugin manufacturer code" , "plugin code".

your other project should have same plugin manufacturer code, different plugin code uniquely identify each plugin.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -