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
|
target_compile_definitions (${PLUGIN_NAME} PRIVATE
|
||||||
JUCE_DISPLAY_SPLASH_SCREEN=0
|
JUCE_DISPLAY_SPLASH_SCREEN=0
|
||||||
JUCE_COREGRAPHICS_DRAW_ASYNC=1
|
JUCE_COREGRAPHICS_DRAW_ASYNC=1
|
||||||
JUCE_MODAL_LOOPS_PERMITTED=1
|
JUCE_MODAL_LOOPS_PERMITTED=0
|
||||||
JUCE_WEB_BROWSER=0
|
JUCE_WEB_BROWSER=0
|
||||||
JUCE_USE_FLAC=1
|
JUCE_USE_FLAC=1
|
||||||
JUCE_USE_CURL=1
|
JUCE_USE_CURL=1
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
set +x
|
||||||
|
|
||||||
PLUGIN="Wavetable"
|
PLUGIN="Wavetable"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9a4ecffccadec21dea0c046b9405b76a63c4e205
|
Subproject commit abaff906847b3dbc009f34e5d6deabbe51229c34
|
||||||
Loading…
Add table
Add a link
Reference in a new issue