commit 467af66275e23d6cc0061f3fbdaa3922ce9b4084 parent 103cd92f5b338819ce5240b4ce1362218f8f1541 Author: jatinchowdhury18 <jatinchowdhury18@users.noreply.github.com> Date: Fri, 29 Oct 2021 16:31:26 +0100 USe OpenGL context for plugin editor Diffstat:
M | Plugin/Installers/windows/ChowTapeModel_Install_Script.iss | | | 2 | +- |
M | Plugin/modules/CMakeLists.txt | | | 2 | ++ |
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/Plugin/Installers/windows/ChowTapeModel_Install_Script.iss b/Plugin/Installers/windows/ChowTapeModel_Install_Script.iss @@ -21,7 +21,7 @@ OutputBaseFilename="ChowTapeModel-Win-{#MyAppVersion}" OutputDir=. SetupIconFile=chowtape.ico UninstallDisplayIcon=chowtape.ico -UninstallFilesDir={commonpf64}\Chowdhury DSP\ChowTapeModel +UninstallFilesDir={commonpf64}\Chowdhury DSP\{#MyAppName} Compression=lzma SolidCompression=yes diff --git a/Plugin/modules/CMakeLists.txt b/Plugin/modules/CMakeLists.txt @@ -24,6 +24,7 @@ target_link_libraries(juce_plugin_modules BinaryData juce::juce_audio_utils juce::juce_audio_plugin_client + juce::juce_opengl chowdsp_juce_dsp chowdsp_utils foleys_gui_magic @@ -44,6 +45,7 @@ target_compile_definitions(juce_plugin_modules JUCE_MODAL_LOOPS_PERMITTED=1 FOLEYS_SHOW_GUI_EDITOR_PALLETTE=0 FOLEYS_ENABLE_BINARY_DATA=1 + FOLEYS_ENABLE_OPEN_GL_CONTEXT=1 CHOWDSP_USE_XSIMD=1 CHOWDSP_USE_CUSTOM_JUCE_DSP=1 JucePlugin_Manufacturer="chowdsp"