mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 14:00:47 +02:00
Remove modal loops
This commit is contained in:
parent
20008384c6
commit
8f63315c17
3 changed files with 3 additions and 2 deletions
|
|
@ -276,7 +276,7 @@ juce_generate_juce_header (${PLUGIN_NAME})
|
|||
target_compile_definitions (${PLUGIN_NAME} PRIVATE
|
||||
JUCE_DISPLAY_SPLASH_SCREEN=0
|
||||
JUCE_COREGRAPHICS_DRAW_ASYNC=1
|
||||
JUCE_MODAL_LOOPS_PERMITTED=1
|
||||
JUCE_MODAL_LOOPS_PERMITTED=0
|
||||
JUCE_WEB_BROWSER=0
|
||||
JUCE_USE_FLAC=1
|
||||
JUCE_USE_CURL=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue