On 11/18/19 18:59, Matteo Bruni wrote:
Signed-off-by: Matteo Bruni mbruni@codeweavers.com
While reviewing the previous patch I became curious WRT ApplyParameterBlock() while recording another parameter block. I didn't notice your test in patch 9/9 at the time (a point to having the test earlier in the series, probably) so I wrote my own version. Good thing that I did: it looks like applying a parameter block while recording also doesn't update the effect parameters.
Oh yeah, it looks like it doesn't. My test was zeroing values before 'ApplyParameterBlock' to test that, but was doing that while recording of a new block was already active, so the parameter value was not actually cleared before apply test.