DSP envelopes: Difference between revisions
From SNESdev Wiki
Jump to navigationJump to search
Rainwarrior (talk | contribs) (stubbing format of gain table) |
Rainwarrior (talk | contribs) (→Gain Timings: explain relationship to ADSR) |
||
Line 111: | Line 111: | ||
== Gain Timings == | == Gain Timings == | ||
The odd linear gain rates are equivalent to the attack envelope rates (except for the fastest entry). The exponential decrease gain is equivalent to the release envelope. | |||
{| class="wikitable" | {| class="wikitable" |
Revision as of 06:22, 5 October 2022
Timings of the S-SMP DSP envelope and gain.
ADSR Envelope Timings
|
|
|
Gain Timings
The odd linear gain rates are equivalent to the attack envelope rates (except for the fastest entry). The exponential decrease gain is equivalent to the release envelope.
GAIN | |||||||
---|---|---|---|---|---|---|---|
Decrease Linear | Decrease Exponential | Increase Linear | Increase Bent | ||||
V | Time (ms) | V | Time (ms) | V | Time (ms) | V | Time (ms) |
$80 | Infinite | $A0 | Infinite | $C0 | Infinite | $E0 | Infinite |
$81 | 4100 | $A1 | 38000 | $C1 | 4100 | $E1 | 7200 |
$82 | 3100 | $A2 | 28000 | $C2 | 3100 | $E2 | 5400 |
TODO finish this table |