AcademySoftwareFoundation / openfx

OpenFX effects API
Other
393 stars 119 forks source link

Feature/prop bytes #161

Open fxtech opened 1 month ago

fxtech commented 1 month ago

This pull request adds the new Bytes property type to the ofxParam.h header, and adds sample code to the existing example for the Custom parameter type. Feature Issue #145

fxtech commented 4 days ago

I updated the custom example plugin code to correctly check for Bytes support and also added a test for correct handling of really large data (10MB).