Fix compilation issues on free version

visualiser-refactor
James H Ball 2025-05-03 12:51:23 +01:00
rodzic 93d82fa4da
commit 22cf940eb6
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -101,7 +101,9 @@ OscirenderAudioProcessorEditor::OscirenderAudioProcessorEditor(OscirenderAudioPr
}
OscirenderAudioProcessorEditor::~OscirenderAudioProcessorEditor() {
#if (JUCE_MAC || JUCE_WINDOWS) && OSCI_PREMIUM
audioProcessor.syphonInputActive = false;
#endif
// Clear the file removal callback
audioProcessor.setFileRemovedCallback(nullptr);

Wyświetl plik

@ -5,7 +5,7 @@
pluginManufacturer="jameshball" aaxIdentifier="sh.ball.oscirender"
cppLanguageStandard="20" projectLineFeed="
" headerPath="./include"
version="2.5.0.2" companyName="James H Ball" companyWebsite="https://osci-render.com"
companyEmail="james@ball.sh" defines="NOMINMAX=1
INTERNET_FLAG_NO_AUTO_REDIRECT=0
OSCI_PREMIUM=1
JUCE_USE_CUSTOM_PLUGIN_STANDALONE_APP=1
JUCE_MODAL_LOOPS_PERMITTED=1"
companyEmail="james@ball.sh" defines="NOMINMAX=1
INTERNET_FLAG_NO_AUTO_REDIRECT=0
OSCI_PREMIUM=0
JUCE_USE_CUSTOM_PLUGIN_STANDALONE_APP=1
JUCE_MODAL_LOOPS_PERMITTED=1"
pluginAUMainType="'aumf'">
<MAINGROUP id="j5Ge2T" name="osci-render">
<GROUP id="{5ABCED88-0059-A7AF-9596-DBF91DDB0292}" name="Resources">