mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Update Gin & Juce
This commit is contained in:
parent
135fb6fee0
commit
a1ecc45393
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 914fb0e07d2cacffe3577367f4b123bef04f6cae
|
||||
Subproject commit c3811984634af3b5bb586837f9f51abe4d4e6462
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit e26c69e7bf35c9c800ac826c74d258d5fbafd1eb
|
||||
Subproject commit 258203706cdfc1357effe8cc752672b793cea37d
|
||||
|
|
@ -91,7 +91,7 @@ public:
|
|||
if (sz <= 0)
|
||||
{
|
||||
auto w = std::make_shared<gin::PluginAlertWindow> ("Import Wavetable", "Wav file does not contain Wavetable metadata. What is the wavetable size?", juce::AlertWindow::NoIcon, getParentComponent());
|
||||
w->setLookAndFeel (proc.lf.get());
|
||||
w->setLookAndFeel (proc.processorOptions.lookAndFeel.get());
|
||||
w->addComboBox ("size", { "256", "512", "1024", "2048" }, "Samples per table:");
|
||||
w->getComboBoxComponent ("size")->setSelectedItemIndex (3);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue