danomatika / ofxMidi

(maintained) Midi addon for openFrameworks
Other
262 stars 73 forks source link

PGMidi wrapper autorelease pools? #85

Closed danomatika closed 11 months ago

danomatika commented 2 years ago

There may be memory issues in the C++ wrappers for the PGMidi Obj-C classes which would require adding autorelease pools. See relevant discussion for ofxSyphon ARC support PR.

danomatika commented 11 months ago

This is fixed with recent commits.