eriser / protrekkr

Automatically exported from code.google.com/p/protrekkr
0 stars 0 forks source link

command '0A' #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It looks like command '0A': Randomize Filter CutOff did not works.

What is the expected output? What do you see instead?
CutOff slider do not moves.

What version of the product are you using? On what operating system?
1.86

Please provide any additional information below.
Command '08': Set Filter CutOff works fine and moves CutOff slider.

Original issue reported on code.google.com by matchugo...@gmail.com on 10 Feb 2009 at 3:26

GoogleCodeExporter commented 9 years ago
Was a stupid typo in the fx name. Fixed in v1.86b.

Original comment by hhhikr@gmail.com on 11 Feb 2009 at 7:33

GoogleCodeExporter commented 9 years ago
But what is xx parameter in 0Axx effect?

Original comment by matchugo...@gmail.com on 11 Feb 2009 at 7:46

GoogleCodeExporter commented 9 years ago
It's a dividing coefficient, the random value is calculated within the range 
0..255
and then divided by xx.

I think i should change that and normalize both value so the xx would an 
amplitude
from 0 to 255 (0xff).

Original comment by hhhikr@gmail.com on 21 Feb 2009 at 12:32