Telkine2018 / compaktcircuit

3 stars 5 forks source link

Toggle state is lost in other compact processors when applying model #18

Closed Gohla closed 4 months ago

Gohla commented 4 months ago

When applying a model to update all other compact processors to a new version, the values for toggle parameter components are lost in the other compact processors that were updated. For example, a toggle parameter that outputs 1 before the apply, outputs nothing after applying.

However, the values for slider parameters are not lost, so it seems to be an issue only with toggle parameters? I tried putting the toggle parameter component in the exact same position as it was before, but that did not help.

Gohla commented 4 months ago

I tried applying a model in a new compakt circuit and that does actually keep all state as expected, including toggle states. So toggle states are not the problem.

The problem is that I copy-pasted a parameter component in my updated circuit, and it now got a different ID (or something like that), and does not match with the parameter components in other compakt circuits any more. I'll close this and make a new issue describing the actual problem.