jildertviet / ofxJVisuals

Personal project for generating realtime visuals.
Other
4 stars 0 forks source link

Automate sync between mappable parameters #10

Closed jildertviet closed 1 year ago

jildertviet commented 1 year ago

For example: JRectangle has mappable parameter[0]: size.x How should sclang know? (So you can easily see what to map)

Parse the .h file? Use a .config / .JSON / .XML file for both C++ and SC?

jildertviet commented 1 year ago

When building the ofApp, generate 1 file that combines all the .h files?

jildertviet commented 1 year ago

J_Ugens is a solution for this.