EQ Type Linking Bug
-
There is a bug in EQ Type lnking. The indexing from the list starts at item 1, High Pass, and not 0. There is no way from that combo box to select the first item, Low Pass.
In my list I do have a 5th item "What" but selecting it causes a crash.
-
@Lawrence said in EQ Type Linking Bug:
There is a bug in EQ Type lnking. The indexing from the list starts at item 1, High Pass, and not 0. There is no way from that combo box to select the first item, Low Pass.
In my list I do have a 5th item "What" but selecting it causes a crash.
its not a bug ComboBox,etc. list always start at 1 , you will need to write a script based callback to use it effectively...
-
-
@Oli-Ullmann Ok, I'll try that.
its not a bug ComboBox,etc. list always start at 1
That kind of goes against common convention doesn't it? Most list indexes start with 0.
One other question, how do you select the EQ bands via script?
Thanks,
-
@Lawrence type "EQ band" into the search box on the documentation page....