Add the fact that an absolute value will be used for log and log10.
This commit is contained in:
parent
7e46303195
commit
dc32369bfa
1 changed files with 8 additions and 8 deletions
|
@ -133,7 +133,7 @@ Configuration description:
|
||||||
Volume or Pitch definition. Currently there may be up to 5
|
Volume or Pitch definition. Currently there may be up to 5
|
||||||
volume and up to 5 pitch definitions defined within one sound
|
volume and up to 5 pitch definitions defined within one sound
|
||||||
event. Normally all offset values are added together and the
|
event. Normally all offset values are added together and the
|
||||||
results after property calculations will be miltplied.
|
results after property calculations will be multiplied.
|
||||||
A special condition occurs when the value of factor is negative,
|
A special condition occurs when the value of factor is negative,
|
||||||
in which case the offset doesn't get added to the other offset values
|
in which case the offset doesn't get added to the other offset values
|
||||||
but instead will be used in the multiplication section.
|
but instead will be used in the multiplication section.
|
||||||
|
@ -159,13 +159,13 @@ Configuration description:
|
||||||
lin: linear handling of the property value.
|
lin: linear handling of the property value.
|
||||||
this is the default.
|
this is the default.
|
||||||
|
|
||||||
ln: convert the property value to a natural logarithmic
|
ln: convert the absolute property value to a natural
|
||||||
value before scaling it. Anything below 1 will return
|
logarithmic value before scaling it.
|
||||||
zero.
|
Anything below 1 will return zero.
|
||||||
|
|
||||||
log: convert the property value to a true logarithmic
|
log: convert the absolute property value to a true
|
||||||
value before scaling it. Anything below 1 will return
|
logarithmic value before scaling it.
|
||||||
zero.
|
Anything below 1 will return zero.
|
||||||
|
|
||||||
inv: inverse linear handling (1/x).
|
inv: inverse linear handling (1/x).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue