tomara-x / quartz

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

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

Closed tomara-x closed 5 months ago

tomara-x commented 6 months ago

142

tomara-x commented 6 months 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 6 months ago

horror itself

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

tomara-x commented 6 months 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 5 months ago

increment all orders? (> 0 only)

-- sleepy amy, last week

tomara-x commented 5 months ago

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