atsushieno / aap-juce

AAP (Audio Plugins For Android) JUCE integration.
GNU General Public License v3.0
15 stars 1 forks source link

Faster preset scanning #34

Open atsushieno opened 1 year ago

atsushieno commented 1 year ago

Currently our aap-juce presets scanning involves loading of entire preset data to just get its name. Preset scanning does not happen often, but it takes too long time on some plugins. The newest example now is aap-juce-byod - it involves heavy-weight ML operations where each of the preset takes seconds to load. It is not really desirable.

atsushieno commented 11 months ago

There is an ongoing changes in the presets extension (and the extension framework overall). It We still have to fix some other issues to get AAP JUCE wrapper working.