mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Build: Update docs for plugin- and manufacturer-code
This commit is contained in:
parent
4e91da6dac
commit
f2e0552ba7
3 changed files with 11 additions and 6 deletions
|
|
@ -49,7 +49,8 @@ juce_add_plugin(AudioPluginExample
|
|||
# EDITOR_WANTS_KEYBOARD_FOCUS TRUE/FALSE # Does the editor need keyboard focus?
|
||||
# COPY_PLUGIN_AFTER_BUILD TRUE/FALSE # Should the plugin be installed to a default location after building?
|
||||
PLUGIN_MANUFACTURER_CODE Juce # A four-character manufacturer id with at least one upper-case character
|
||||
PLUGIN_CODE Dem0 # A unique four-character plugin id with at least one upper-case character
|
||||
PLUGIN_CODE Dem0 # A unique four-character plugin id with exactly one upper-case character
|
||||
# GarageBand 10.3 requires the first letter to be upper-case, and the remaining letters to be lower-case
|
||||
FORMATS AU VST3 Standalone # The formats to build. Other valid formats are: AAX Unity VST AU AUv3
|
||||
PRODUCT_NAME "Audio Plugin Example") # The name of the final executable, which can differ from the target name
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue