mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Added resizable UI
This commit is contained in:
parent
8f63315c17
commit
9d6da9bb2d
4 changed files with 18 additions and 2 deletions
|
|
@ -932,7 +932,7 @@ bool WavetableAudioProcessor::hasEditor() const
|
|||
|
||||
juce::AudioProcessorEditor* WavetableAudioProcessor::createEditor()
|
||||
{
|
||||
return new WavetableAudioProcessorEditor (*this);
|
||||
return new gin::ScaledPluginEditor (new WavetableAudioProcessorEditor (*this), state);
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue