-
-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Description
Jotting this down so it's not forgotten, not 100% sure yet if it's a me problem, pluginval, or changes in JUCE — but it seems to have started occurring when I bumped pluginval to latest develop yesterday. At least, I haven't seen it before and there's been no recent changes to my params.
The issue is numSteps is quite large for all float parameters:
The assertion in JUCE:
StringArray getAllValueStrings() const override
{
if (! auValueStrings.isEmpty())
return auValueStrings;
// If this is hit, the returned array of strings is going to be very large!
// Consider alternative approaches - perhaps you could fetch value strings
// one-at-a-time to avoid needing to have all the strings in memory simultaneously.
jassert (getNumSteps() <= maxStringsToCache);
Metadata
Metadata
Assignees
Labels
No labels