TonicAudio / Tonic

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

ControlDelay crashes when delay time isn't set #199

Closed morganpackard closed 11 years ago

morganpackard commented 11 years ago

Also crashes when input isn't set.

ndonald2 commented 11 years ago

Hmm, this and #197 seem to suggest to me that either we need to be more attentive to setting defaults, or that ControlGenerator should have a default "passthrough" flavor that just returns 0/untriggered until you set it.

ndonald2 commented 11 years ago

I'll take on a few of these bugs you reported in one branch.