We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
Bent Line Mode: Difference between revisions
From SnesLab
(bullet point -> numbering) |
(fixing the formula since we know it is a typo) |
||
Line 1: | Line 1: | ||
'''Bent Line Mode''' is one of the increase modes for controlling gain. Figure 3-7-4 of the official Super Nintendo development manual has a graph of the inverted exponential decay function that bent line mode is trying to approximate [1] | '''Bent Line Mode''' is one of the increase modes for controlling gain. Figure 3-7-4 of the official Super Nintendo development manual has a graph of the inverted exponential decay function that bent line mode is trying to approximate. [1] The formula that generates the graph is: | ||
<pre> | |||
1 - ke^t | 1 - ke^(-t) | ||
</pre> | |||
but the exponent is missing | but there is a typo in the manual where the exponent is missing the minus sign. | ||
[[Category:Audio]] | [[Category:Audio]] |
Revision as of 03:58, 12 July 2023
Bent Line Mode is one of the increase modes for controlling gain. Figure 3-7-4 of the official Super Nintendo development manual has a graph of the inverted exponential decay function that bent line mode is trying to approximate. [1] The formula that generates the graph is:
1 - ke^(-t)
but there is a typo in the manual where the exponent is missing the minus sign.