tomara-x / quartz

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

order checking for connective ops is a pain to work with #158

Closed tomara-x closed 1 month ago

tomara-x commented 1 month ago

142

tomara-x commented 1 month ago

can we "fix" the order after a connection (like what connect does), but propagate it through the whole graph? (while keeping the checking)

[this feels like substituting one recursive problem with another recursive problem]

shake was horrible, i'm not bringing back something like that!

tomara-x commented 1 month ago

horror itself

https://github.com/tomara-x/quartz/assets/86204514/ab748654-61c5-4a19-9061-e52aba850952

tomara-x commented 1 month ago

i mean, you can always make it harder >:) just remove the auto increment from connect. not subtle, but an effective way to remind you that order matters :p

tomara-x commented 1 month ago

increment all orders? (> 0 only)

-- sleepy amy, last week

tomara-x commented 1 month ago

there! 800f39c, now to figure out how to fix it better