File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ set(BaseTargetName NeuralNote)
28
28
29
29
# Set COPY_PLUGIN_AFTER_BUILD to TRUE on Mac and to FALSE on Windows due to permission issues
30
30
if (APPLE )
31
- set (COPY_PLUGIN_AFTER_BUILD TRUE )
32
- else ()
33
- set (COPY_PLUGIN_AFTER_BUILD FALSE )
34
- endif ()
31
+ set (COPY_PLUGIN_AFTER_BUILD TRUE )
32
+ else ()
33
+ set (COPY_PLUGIN_AFTER_BUILD FALSE )
34
+ endif ()
35
35
36
36
juce_add_plugin ("${BaseTargetName} "
37
37
# VERSION ... # Set this if the plugin version is different to the project version
@@ -44,6 +44,8 @@ juce_add_plugin("${BaseTargetName}"
44
44
IS_MIDI_EFFECT FALSE
45
45
EDITOR_WANTS_KEYBOARD_FOCUS FALSE
46
46
COPY_PLUGIN_AFTER_BUILD ${COPY_PLUGIN_AFTER_BUILD}
47
+ MICROPHONE_PERMISSION_ENABLED TRUE
48
+ MICROPHONE_PERMISSION_TEXT "Need access to Microphone"
47
49
PLUGIN_MANUFACTURER_CODE DrAu
48
50
PLUGIN_CODE NRNT
49
51
FORMATS AU VST3 Standalone
You can’t perform that action at this time.
0 commit comments