Closed dansundy closed 8 years ago
Also noticed that the docs say that tweenGain
returns a promise. It looks like it does for HTML5, but not for regular mode. Maybe I'm missing something. Anyway, I'll leave that one with you.
thanks Dan!
I toyed with the idea of having tweenGain return a promise but realized it's more trouble than it's worth, as promises can't be cancelled and often you want to be able to override the tween. I've removed promises from the docs and the html version.
Added a semi-colon to the end of
helios-audio-mixer.js
andhelios-audio-mixer.tone.js
.Made a small adjustment to
README.md
.This closes #12.