TonicAudio / Tonic

Easy and efficient audio synthesis in C++
The Unlicense
524 stars 63 forks source link

fix: first beat triggers with a delay when Tonic starts #273

Open diviaki opened 8 years ago

diviaki commented 8 years ago

When Tonic has just started and context.elapsedTime < sPerBeat in ControlMetro, CM will trigger first not right away but with a sPerBeat-context.elapsedTime delay.