openAVproductions / openAV-ArtyFX

A repository for the ArtyFX plugin bundle
GNU General Public License v2.0
80 stars 19 forks source link

Check C++ mem alloc for zeroing in all plugins #24

Closed harryhaaren closed 7 years ago

harryhaaren commented 7 years ago

Check for new float[] bug not zeroing mem as found in Della in all other plugins.

harryhaaren commented 7 years ago

All active new float[SIZE] occurrences have been replaced with sane calloc() calls, closing.