mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
UI work
This commit is contained in:
parent
f1829adfcf
commit
8a591b3ab0
7 changed files with 72 additions and 13 deletions
|
|
@ -35,6 +35,7 @@ public:
|
|||
void handleController (int ch, int num, int val) override;
|
||||
//==============================================================================
|
||||
juce::Array<float> getLiveFilterCutoff();
|
||||
gin::WTOscillator::Params getLiveWTParams (int osc);
|
||||
|
||||
void applyEffects (juce::AudioSampleBuffer& buffer);
|
||||
|
||||
|
|
@ -65,7 +66,7 @@ public:
|
|||
struct NoiseParams
|
||||
{
|
||||
NoiseParams() = default;
|
||||
|
||||
|
||||
gin::Parameter::Ptr enable, level, pan;
|
||||
|
||||
void setup (WavetableAudioProcessor& p);
|
||||
|
|
@ -234,6 +235,9 @@ public:
|
|||
gin::GainProcessor outputGain;
|
||||
gin::AudioFifo fifo { 2, 44100 };
|
||||
|
||||
juce::OwnedArray<gin::BandLimitedLookupTable> osc1Tables;
|
||||
juce::OwnedArray<gin::BandLimitedLookupTable> osc2Tables;
|
||||
|
||||
//==============================================================================
|
||||
gin::ModMatrix modMatrix;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue