mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Update gin
This commit is contained in:
parent
b4596166da
commit
b78d6b332e
4 changed files with 10 additions and 10 deletions
|
|
@ -56,7 +56,7 @@ public:
|
|||
void applyEffects (juce::AudioSampleBuffer& buffer);
|
||||
void applyEffect (juce::AudioSampleBuffer& buffer, int fxId);
|
||||
|
||||
bool loadWaveTable (juce::OwnedArray<gin::BandLimitedLookupTable>& table, double sr, const juce::MemoryBlock& wav, const juce::String& format, int size);
|
||||
bool loadWaveTable (gin::Wavetable& table, double sr, const juce::MemoryBlock& wav, const juce::String& format, int size);
|
||||
|
||||
// Voice Params
|
||||
struct OSCParams
|
||||
|
|
@ -317,8 +317,8 @@ public:
|
|||
FireAmp fireAmp;
|
||||
GrindAmp grindAmp;
|
||||
|
||||
juce::OwnedArray<gin::BandLimitedLookupTable> osc1Tables;
|
||||
juce::OwnedArray<gin::BandLimitedLookupTable> osc2Tables;
|
||||
gin::Wavetable osc1Tables;
|
||||
gin::Wavetable osc2Tables;
|
||||
|
||||
gin::BandLimitedLookupTables analogTables;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue