mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Fix AU crash
This commit is contained in:
parent
ab200090d1
commit
a01455c18d
6 changed files with 35 additions and 5 deletions
|
|
@ -22,6 +22,7 @@ public:
|
|||
void reset() override;
|
||||
void prepareToPlay (double sampleRate, int samplesPerBlock) override;
|
||||
void releaseResources() override;
|
||||
bool isBusesLayoutSupported (const BusesLayout&) const override;
|
||||
|
||||
void processBlock (juce::AudioBuffer<float>&, juce::MidiBuffer&) override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue