GameOfLife / Unit-Lib

The Unit Library is a system that provides high level abstractions on top of the SuperCollider language.
25 stars 6 forks source link

updating Udef while UChainGUI is open is not working correctly #5

Closed miguel-negrao closed 11 years ago

miguel-negrao commented 11 years ago

When adding a new control to the udef instead of the new control appearing in the UChainGUI window you get the 'u_o_ar_1_bus' window.

woutersnoei commented 11 years ago

Ok, I think I solved this in the last commit. Please check it out.

miguel-negrao commented 11 years ago

Yup, works great here ! I guess next for live coding the uchain could have a flag (autoRestartSynth ?) which when set to true would release the current chain and start it again (to use the new synthdef) when the Udef changes. By default it would be set to false, but setting it to true would allow a similar workflow as with Ndefs.

woutersnoei commented 11 years ago

yes, that would be nice. Perhaps it can be a global flag for UChain.