TonicAudio / Tonic

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

TonicFrames copy constructor crash #252

Open morganpackard opened 9 years ago

morganpackard commented 9 years ago

Fixed by adding the following in a project-specific branch. TonicFrames :: TonicFrames( const TonicFrames& f ) : size_(0), bufferSize_(0), data_(0) Should be fixed in main branch. Not sure exactly under which conditions the crash happens.