Added 50 more wavetables

This commit is contained in:
Roland Rabien 2023-10-03 08:35:03 -07:00
commit 4afbbc667f
104 changed files with 79 additions and 1 deletions

View file

@ -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"))