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:
parent
a802f5d081
commit
ceb556eb30
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue