EffectPresetsMenu_Limits
Contains three integers: n1,n2,n3. Controls the appearance of the "Presets" menu of audio filters.
If the total number of presets exceeds n1, or the number of user presets or of factory presets exceeds n2, sub menus are used.
If any menu contains more than n3 entries, it is broken into columns so that no column contains more than n3 entries.
Restrictions: n1>=0, n2>=0, n3>0
Possible values: see description
Default value: 20,15,50 (preliminary)