DimonSE / open9x

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

With DBLKEYS, default mixer weight should be +100% (instead of +125%) #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
All is in the summary... (r1322)

Original issue reported on code.google.com by f.ague...@wanadoo.fr on 30 Aug 2012 at 1:21

GoogleCodeExporter commented 9 years ago
Not really possible unfortunately. It was what I originally wanted too, but the 
problem is that where DBLKEYS is implemented there's no simple way to know what 
the "good" value is for the current parameter. All we know is the min and max 
allowed values, so that's what's used. 

Original comment by bernet.a...@gmail.com on 30 Aug 2012 at 2:37

GoogleCodeExporter commented 9 years ago
Will be done with another option that will cost flash (default values will have 
to be stored for each parameter)

Original comment by bson...@gmail.com on 30 Aug 2012 at 2:48

GoogleCodeExporter commented 9 years ago
Perhaps this basic solution could be sufficient ?

if MinAllowedValue < -100, then DblkeyMinValue = -100, else = MinAllowedValue
if MaxAllowedValue > 100, then DblkeyMaxValue = 100, else = MaxAllowedValue

Original comment by f.ague...@wanadoo.fr on 30 Aug 2012 at 2:55

GoogleCodeExporter commented 9 years ago
Why not... (Franck's solution)

Original comment by bernet.a...@gmail.com on 30 Aug 2012 at 3:35

GoogleCodeExporter commented 9 years ago
Franck's solution commited

Original comment by bson...@gmail.com on 3 Sep 2012 at 10:39

GoogleCodeExporter commented 9 years ago
Great!

Original comment by bernet.a...@gmail.com on 4 Sep 2012 at 8:56

GoogleCodeExporter commented 9 years ago
Many thanks :)

Original comment by f.ague...@wanadoo.fr on 4 Sep 2012 at 4:46