mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Added 50 more wavetables
This commit is contained in:
parent
ee380f205e
commit
4afbbc667f
104 changed files with 79 additions and 1 deletions
|
|
@ -456,7 +456,7 @@ void extractWavetables()
|
|||
WavetableAudioProcessor::WavetableAudioProcessor()
|
||||
: gin::Processor (juce::AudioProcessor::BusesProperties().withOutput ("Output", juce::AudioChannelSet::stereo(), true), false)
|
||||
{
|
||||
{
|
||||
{
|
||||
auto sz = 0;
|
||||
for (auto i = 0; i < BinaryData::namedResourceListSize; i++)
|
||||
if (juce::String (BinaryData::originalFilenames[i]).endsWith (".xml"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue