From e2178da076d78a479d5c735f09e57c002052ae08 Mon Sep 17 00:00:00 2001 From: essej Date: Tue, 12 Apr 2022 19:20:28 -0400 Subject: [PATCH] do offline render regardless of pause state --- Source/PluginEditor.cpp | 3 ++- Source/PluginProcessor.cpp | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Source/PluginEditor.cpp b/Source/PluginEditor.cpp index a0cc5da..20ce4fd 100644 --- a/Source/PluginEditor.cpp +++ b/Source/PluginEditor.cpp @@ -2145,7 +2145,7 @@ void FreeFilterComponent::updateParameterComponents() } ParameterGroupComponent::ParameterGroupComponent(const String & name_, int groupid, PaulstretchpluginAudioProcessor* proc, bool showtoggle) -:name(name_), groupId(groupid), m_proc(proc), m_bgcolor(0xff1a1a1a), m_selbgcolor(0xff0d1922) +:name(name_), groupId(groupid), m_proc(proc), m_bgcolor(0xff1a1a1a), m_selbgcolor(0xff141f28) { if (name_.isNotEmpty()) { m_namelabel = std::make_unique