QM816.ADSR_TIME_TABLE

Contains a table to calculate Attack, Decay, and Release values.

All values are seconds with factions. Actual values are live-calculated depending on sustain-level and sampling frequency.

Current formula for the ADSR time table:

yn = (x/64)^1.8

class QM816
static immutable
float[128] ADSR_TIME_TABLE;

Meta