spessasynth_lib 3.9.12 → 3.9.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -97,6 +97,7 @@ export function recalculateVolumeEnvelope(voice)
97
97
  break;
98
98
 
99
99
  case 1:
100
+ // FIXME: this does not work
100
101
  // attack phase
101
102
  // attack is linear (in gain) so we need to do get db from that
102
103
  let elapsed = 1 - ((env.attackEnd - voice.releaseStartTime) / env.attackDuration);