Browse Source

Added a couple of methods to StandaloneFilterWindow

tags/2021-05-28
jules 13 years ago
parent
commit
ceb556eb30
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h

+ 3
- 0
modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h View File

@@ -150,6 +150,9 @@ public:
} }
//============================================================================== //==============================================================================
AudioProcessor* getAudioProcessor() const noexcept { return filter; }
AudioDeviceManager* getDeviceManager() const noexcept { return deviceManager; }
/** Deletes and re-creates the filter and its UI. */ /** Deletes and re-creates the filter and its UI. */
void resetFilter() void resetFilter()
{ {


Loading…
Cancel
Save