tomara-x / quartz

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

freeze node #125

Closed tomara-x closed 2 months ago

tomara-x commented 3 months ago

implementation just like system, but takes network can it have variable number of ins/outs? like feedback?

moved out of #76

tomara-x commented 3 months ago

what is system doing exactly? my understanding (and what i want to make here) is:

but system is ticking it regardless.. intense confuzzle

tomara-x commented 3 months ago

okay so it's just a custom function that's called on the node every interval, not a "tick every interval"

tomara-x commented 3 months ago

feels like hold, but not ticking and a variable i/o

tomara-x commented 3 months ago

ah but that messes up the sampling rate of that net, so if it has interval of 0.5s it has sr of 2hz

we have to do this!

tomara-x commented 3 months ago

we can use apply tho.. i just need better time control on the visual side

this is still interesting tho.. interval as input

tomara-x commented 2 months ago

gimme a reset every interval (looping node)