Stubs42 / OrangeLine

OrangeLine VCV Plugin
GNU General Public License v3.0
15 stars 7 forks source link

Fence and Dejavu crash Rack VST #18

Closed cschol closed 2 years ago

cschol commented 2 years ago

I just noticed that Fence and Dejavu crash the Rack VST. This is most likely due to font reference caching across frames. It doesn not look like this is a new issue. I should have noticed this during earlier integrations, but somehow it slipped through.

For Fence, the issue is clearly in the VOctWidget constructor. For DejaVu is looks like it is more complicated.

For reference, Mother and Swing work correctly and do not crash the VST.

cschol commented 2 years ago

Sorry for the noise.