baconpaul / BaconPlugs

My plugins for VCVRack, which you may enjoy.
GNU General Public License v3.0
71 stars 11 forks source link

Properly cleanup bufers #68

Closed baconpaul closed 2 years ago

baconpaul commented 2 years ago

Basially this code didn't ever get quite properly ported from like rack 0.5 / c++11 to rack 2 / C++17

Includes an ifdef you can use to convinuce yourself it doesn't leak or over-delete

Closes #67