mmontag/dx7-synth-js

bug in envelope processing

questor opened this issue · 1 comments

Hi,
in the envelope processing if "decayIncrement" becomes 0 the processing doesn't work correctly because it will never reach the next state because the level is not changed anymore (example would be levels=99,95,95,0 and rates=96,0,12,70)

  • questor

found out how the processing works! the note-off does the trigger-change, sorry.