| Wiki | |
| HOME | mGUI | energyXT Wiki :: mGUI downloads - mGUI issues --- eXT TIPs - eXT FAQs - eXT Skins --- WikiSandBox |
|
Summary: "Prm"-property min/max breaks presets
Created: 2007-04-17 01:47
Status: Closed
Category: Design Flaw
Assigned:
Priority: 5
mGUI-Version: 1.2.2
VSThost: all
... Fixed in v1.3.2 ... Description: But after I had saved the changes, closed and reloaded the dll, I could not get any sound out of it. After some investigation, I believe that the parameter values in the default txb are applied to the modified parameter range to calculate the parameter value. For example, parameter "Z05-Dca1 Env" has values "Off", "Env 1", "Env 2", "Env 3" and "Env 4", but the Env 4 value is reached (when automated) when the CC value is 27, and the control displays a value of "0.27" when the CC value is 34. So I set the Max value in [Properties] to (almost) 4257 (that is, 33 / 127 x 16384). The synth still played OK, but when I closed it and reloaded it, no sound. On examination the Env value of the GUI was shown as "Off" . In the txb file the parameter's value is 0.059. With a range of 0-16384, this = 966 (which falls in the "Env 1" range, but when the overall range is 0-4257, 0.059 corresponds to 251 (and this falls in the "Off range). So in short, although I can change the Max values to make sure that only the valid values are displayed, this would set the parameters incorrectly. Comments |