PlaymodesStudio / ofxOceanode

LFO Modulation Framework
Other
40 stars 7 forks source link

Nesting containers - Macro #7

Closed eduardfrigola closed 4 years ago

eduardfrigola commented 6 years ago

As we have containers that have nodes, we can have more than one container, and they can be one inside the other. Similar as how it's done in TouchDesigner or in pd or max/msp.

Probably we need to separate ofxOceanodeContainer in to classes, one more simple to be able to nest one inside the other, and the other more complex where the connections, node creation, and presets where implemented.

eduardfrigola commented 5 years ago

Implementing in feature-macro branch

eduardfrigola commented 4 years ago

Merged into master