TukanStudios / TUKAN_STUDIOS_PLUGINS

JSFX Plugins for Reaper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EQ 1.1 has a lot of "the enumeration has an invalid range" error

xhub opened this issue · comments

First, thanks for working on this nice collection of plugins. I use ysfx to load them in Ardour.

I've notice that there are a few errors reported when I load the QE 1.1. It looks like the "length" or maximum index of a few sliders is wrong. For instance it complains about slider11:

slider11:Tilt_Value=3<0,5,1{0dB/oct,1.5dB/oct,3dB/oct,4.5dB/oct,6dB/oct}>-Tilt

Based on <0,5 it should have 6 items, but only has 5. Changing to 5 to 4 (0-based indexing), e.g.,

slider11:Tilt_Value=3<0,4,1{0dB/oct,1.5dB/oct,3dB/oct,4.5dB/oct,6dB/oct}>-Tilt

fixes the issue. There a quite a few sliders where this issue is reported. Unfortunately, only one at a time.