From cfe2a2b971314262f983635961b52422e0e22586 Mon Sep 17 00:00:00 2001 From: xenakios Date: Sat, 3 Mar 2018 14:36:45 +0200 Subject: [PATCH] Hide the offline render feature for now --- Source/PluginEditor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/PluginEditor.cpp b/Source/PluginEditor.cpp index f8431ec..81d74b3 100644 --- a/Source/PluginEditor.cpp +++ b/Source/PluginEditor.cpp @@ -414,9 +414,11 @@ void PaulstretchpluginAudioProcessorEditor::showSettingsMenu() menu.addItem(6, "Dump preset to clipboard", true, false); #endif menu.addItem(7, "Show technical info", true, processor.m_show_technical_info); + /* if (processor.m_offline_render_state==-1 || processor.m_offline_render_state == 200) menu.addItem(8, "Offline render...", true, false); else menu.addItem(9, "Cancel render", true, false); + */ int r = menu.show(); if (r >= 200 && r < 210) {