carrierdown / mutateful

Add-on for Ableton Live that enables live coding functionality fully integrated into Live's session view.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formulas that reference themselves causes calculation to recurse

twobob opened this issue · comments

commented

image

constraining a part by another part by referencing itself causes the calc to be looped endlessly.

Probably don't want that.
so
[A1] = a1 constrain -by b1
will cause a loop that occurs between the sender and receiver - hope it helps.

Yep, I know about this one. I imagine there are several such scenarios that can cause endless loops atm. Will have to do something about this eventually, but it's not at the top of my list currently.