mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
More UI
This commit is contained in:
parent
a1934673f9
commit
c8a79d4693
5 changed files with 51 additions and 6 deletions
|
|
@ -39,6 +39,7 @@ public:
|
|||
|
||||
void reloadWavetables();
|
||||
void incWavetable (int osc, int delta);
|
||||
void loadUserWavetable (int osc, const juce::File f);
|
||||
|
||||
void applyEffects (juce::AudioSampleBuffer& buffer);
|
||||
|
||||
|
|
@ -256,6 +257,7 @@ public:
|
|||
gin::BandLimitedLookupTables analogTables;
|
||||
|
||||
juce::Value osc1Table, osc2Table;
|
||||
juce::MemoryBlock userTable1, userTable2;
|
||||
|
||||
//==============================================================================
|
||||
gin::ModMatrix modMatrix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue