AudioKit / AudioKitSynthOne

AudioKit Synth One: Open-Source iOS Synthesizer App
http://audiokitpro.com/synth
MIT License
1.65k stars 214 forks source link

Fix: Add missing ADSR initialization #90

Closed sieren closed 5 years ago

sieren commented 5 years ago

Release Notes: Sequencer is now retriggering notes of the same key in poly mode as expected.


When we are doing note stealing and using this helper we should also reinitialize the ADSR curves or else we would be in release land forever.

@analogcode @marcussatellite