01 - Dataflow - Binding Reference vs Export

Reference CHOP vs Export CHOP
- op(’null2’)[’v1’] - easier for adding calculation formula; different operator channels; flexibility
- null2:v1
- situation: if you rename null2-v1 to null2-opacity
- Export CHOP - export will keep the name updated
- Reference CHOP - breaks
- Export is always sticking to the original channel pointer, even if you switch their name, it wouldn’t change; Reference is always sticking just to the “name”

Copy Parameter + Paste Bind
- 2-way binding - if you drag the parameter at “Paste” location, the copied one (origin) will be changed too.
- Paste reference will not be 2 way binding
02/03 - Using Base COMP vs Container COMP
Difference between Container vs Base COMP
- container - allow you to design UI/interactive display
- base - no UI allowed

container COMP UI layout - children > align > top to bottom