mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Finish UI
This commit is contained in:
parent
16a38033df
commit
7311a258c9
13 changed files with 164 additions and 66 deletions
|
|
@ -48,7 +48,7 @@ public:
|
|||
{
|
||||
OSCParams() = default;
|
||||
|
||||
gin::Parameter::Ptr enable, voices, tune, finetune, level, pos, detune, spread, pan;
|
||||
gin::Parameter::Ptr enable, voices, tune, finetune, level, pos, detune, spread, pan, bend, formant;
|
||||
|
||||
void setup (WavetableAudioProcessor& p, int idx);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue