mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Fix wavetable menu
This commit is contained in:
parent
8c45136be6
commit
e4f7246f45
3 changed files with 42 additions and 15 deletions
|
|
@ -56,6 +56,7 @@ public:
|
|||
void incWavetable (int osc, int delta);
|
||||
bool loadUserWavetable (int osc, const juce::File& f, int sz);
|
||||
juce::StringArray getWavetableNames() const;
|
||||
juce::Array<juce::File> getWavetableFiles() const;
|
||||
|
||||
void applyEffects (juce::AudioSampleBuffer& buffer);
|
||||
void applyEffect (juce::AudioSampleBuffer& buffer, int fxId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue