added offline render to plugin version. fixed file chooser cancel issue

This commit is contained in:
essej
2022-06-15 14:54:49 -04:00
parent a76068c632
commit 2fe466ec8a
5 changed files with 74 additions and 29 deletions

View File

@ -564,6 +564,9 @@ private:
void toggleOutputRecording();
void showPopTip(const String & message, int timeoutMs, Component * target, int maxwidth=100);
CustomLookAndFeel m_lookandfeel;
PaulstretchpluginAudioProcessor& processor;
@ -639,6 +642,10 @@ private:
std::unique_ptr<CustomTooltipWindow> tooltipWindow;
// keep this down here, so it gets destroyed early
std::unique_ptr<BubbleMessageComponent> popTip;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PaulstretchpluginAudioProcessorEditor)
};