Skip to content

Commit

Permalink
Add plugin manu code to env
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellmattryan committed Nov 19, 2024
1 parent e479884 commit fce8826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ juce_add_plugin(Rotor
PRODUCT_NAME ${PLUGIN_NAME}
PLUGIN_NAME ${PLUGIN_NAME}
PLUGIN_CODE ${PLUGIN_CODE}
PLUGIN_MANUFACTURER_CODE BBxA
PLUGIN_MANUFACTURER_CODE ${PLUGIN_MANUFACTURER_CODE}
FORMATS AU VST3
IS_SYNTH FALSE
IS_MIDI_EFFECT FALSE
Expand Down
1 change: 1 addition & 0 deletions plugin.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ PLUGIN_NAME=Rotor
PLUGIN_CODE=Rotr
PLUGIN_VERSION=1.0.0
PLUGIN_BUNDLE_ID=com.bbx-audio.rotor
PLUGIN_MANUFACTURER_CODE=BBxA

0 comments on commit fce8826

Please sign in to comment.