-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
beta2
-
generic
-
generic
-
Verified
01. Obtain a Mixer that supports EnumControl.Type.REVERB.
02. Do a "getValue" on the Reverb Control to get the current settings.
03. Do a "getValues" on the Reverb Control to get possible settings.
04. Iterate through the returned values, setting the Reverb Control to each.
05. Do a "getValue" on the Reverb Control.
Note that the settings of the Reverb Control do not change
Attached code will demonstrate this problem.
jerry.barnes@eng 2001-01-29
Removed from Ladybird project as per request.
Although this bug applies Ladybird as well as Merlin, there are no engineering resources to address it in the Ladybird project timeframe.
###@###.### 2001-07-20
All Controls currently don't support changing of parameters until their lines are opened. A fix is still necessary, as there is indeed a bug that leads to an exception whgenever it is tried to change the value of an EnumControl.
###@###.### 2001-08-20
This bug still failed on test061.
-----------------------------------
verified this bug with modified test case 061 by adding a line in front of
EnumControl theReverbControl...
add a line of code to open the mixer:
theMixer.open();
The test passed in Merlin fcs b92.
###@###.### 2002-07-18
02. Do a "getValue" on the Reverb Control to get the current settings.
03. Do a "getValues" on the Reverb Control to get possible settings.
04. Iterate through the returned values, setting the Reverb Control to each.
05. Do a "getValue" on the Reverb Control.
Note that the settings of the Reverb Control do not change
Attached code will demonstrate this problem.
jerry.barnes@eng 2001-01-29
Removed from Ladybird project as per request.
Although this bug applies Ladybird as well as Merlin, there are no engineering resources to address it in the Ladybird project timeframe.
###@###.### 2001-07-20
All Controls currently don't support changing of parameters until their lines are opened. A fix is still necessary, as there is indeed a bug that leads to an exception whgenever it is tried to change the value of an EnumControl.
###@###.### 2001-08-20
This bug still failed on test061.
-----------------------------------
verified this bug with modified test case 061 by adding a line in front of
EnumControl theReverbControl...
add a line of code to open the mixer:
theMixer.open();
The test passed in Merlin fcs b92.
###@###.### 2002-07-18