1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added a couple of methods to StandaloneFilterWindow

This commit is contained in:
jules 2013-02-18 16:48:10 +00:00
parent a802f5d081
commit ceb556eb30

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()
{ {