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:
|
|||
wt = new gin::WavetableComponent();
|
||||
wt->setName ("wt");
|
||||
wt->setWavetables (idx == 0 ? &proc.osc1Tables : &proc.osc2Tables);
|
||||
wt->onFileDrop = [this] (const juce::File& f) { proc.loadUserWavetable (idx, f); };
|
||||
addControl (wt, 5, 0, 3, 2);
|
||||
|
||||
timer.startTimerHz (60);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue