tomara-x / quartz

visual programming and dsp playground
https://codeberg.org/tomara-x/quartz
Apache License 2.0
90 stars 3 forks source link

yeet `update_net_from_op` system #70

Closed tomara-x closed 9 months ago

tomara-x commented 9 months ago

you just need to update NetChanged (rename this to OpChanged) and in process, if op is changed, we update the net and net inputs vec

tomara-x commented 9 months ago

you can query for Changed\<Op> in process.. (and mark its changed op coMpOnEnt oh the realization...)

tomara-x commented 9 months ago

fc088a5..3fe2770

tomara-x commented 9 months ago

there's no need to remove it, i was thinking they can be in the same system, but that didn't work because op can be changed while a circle isn't in the process queue