cog/Plugins/MAD
Christopher Snowhill 854431b784 [MAD Input] Initialize state variable, fix crash
This should prevent a crash if the input is recycled for another file,
which would cause the output buffer to be freed, but the output size to
contain a count on first call to readAudio, which would cause a memory
access crash.

Possibly fixes #269

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-11 14:21:43 -07:00
..
MAD.xcodeproj Update project files for Xcode 14 recommendations 2022-06-07 18:56:11 -07:00
MADDecoder.h Brought back the MAD plugin from death 2022-02-24 17:51:10 -08:00
MADDecoder.m [MAD Input] Initialize state variable, fix crash 2022-06-11 14:21:43 -07:00