Skip to content

Commit

Permalink
Add Bluetooth Permission Text and Permission to XT/FX (surge-synthesi…
Browse files Browse the repository at this point in the history
…zer#7437)

This should in theory address surge-synthesizer#7429

Lets see!
  • Loading branch information
baconpaul authored Jan 13, 2024
1 parent d73bcfd commit 23d9ee0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/surge-fx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,13 @@ juce_add_plugin(${PROJECT_NAME}
NEEDS_MIDI_OUTPUT FALSE
IS_MIDI_EFFECT FALSE
MICROPHONE_PERMISSION_ENABLED TRUE
MICROPHONE_PERMISSION_TEXT "Surge XT Effects would like to use your microphone for Audio Input"

COPY_PLUGIN_AFTER_BUILD ${SURGE_COPY_AFTER_BUILD}
BLUETOOTH_PERMISSION_ENABLED TRUE
BLUETOOTH_PERMISSION_TEXT "Surge XT Effects would like to use BlueTooth"


COPY_PLUGIN_AFTER_BUILD ${SURGE_COPY_AFTER_BUILD}

VST3_CATEGORIES Fx
VST2_CATEGORY kPlugCategEffect
Expand Down
4 changes: 4 additions & 0 deletions src/surge-xt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ juce_add_plugin(${PROJECT_NAME}
NEEDS_MIDI_OUTPUT FALSE
IS_MIDI_EFFECT FALSE
MICROPHONE_PERMISSION_ENABLED TRUE
MICROPHONE_PERMISSION_TEXT "Surge XT would like to use your microphone for Audio Input"

BLUETOOTH_PERMISSION_ENABLED TRUE
BLUETOOTH_PERMISSION_TEXT "Surge XT would like to use BlueTooth"

COPY_PLUGIN_AFTER_BUILD ${SURGE_COPY_AFTER_BUILD}

Expand Down

0 comments on commit 23d9ee0

Please sign in to comment.