mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Store wavtables as flac to make binary smaller
This commit is contained in:
parent
4be5bca120
commit
753a5bac97
105 changed files with 168 additions and 116 deletions
|
|
@ -73,8 +73,8 @@ public:
|
|||
{
|
||||
juce::StringArray tables;
|
||||
for (auto i = 0; i < BinaryData::namedResourceListSize; i++)
|
||||
if (juce::String (BinaryData::originalFilenames[i]).endsWith (".wav"))
|
||||
tables.add (juce::String (BinaryData::originalFilenames[i]).upToLastOccurrenceOf (".wav", false, false));
|
||||
if (juce::String (BinaryData::originalFilenames[i]).endsWith (".wt2048"))
|
||||
tables.add (juce::String (BinaryData::originalFilenames[i]).upToLastOccurrenceOf (".wt2048", false, false));
|
||||
|
||||
tables.sortNatural();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue