Re: [chuck-users] chuck-users Digest, Vol 24, Issue 5
Hi. I'd like to request for a feature. I'd like to be able to read a list of UGens that is chucked from a UGen. Or a list of UGens chucked into a UGen also. That'd be quite useful for programs with dynamic chucking. For example, for checking the order or wether two UGens are connected or not. Thank you ^_^. - kijjaz
Hi Kijjaz! This is a great idea. We will put this on the list as well, along with some ways to get additional type information from object instances. Currently, you should be able to query whether a UGen is connected to another: SinOsc s => dac; <<< s.isConnectedTo(dac) >>>; More functionality will be on the way. Uh, and documentation too! Best, Ge! On Jul 13, 2007, at 8:01 AM, kijjasak triyanond wrote:
Hi.
I'd like to request for a feature. I'd like to be able to read a list of UGens that is chucked from a UGen. Or a list of UGens chucked into a UGen also. That'd be quite useful for programs with dynamic chucking. For example, for checking the order or wether two UGens are connected or not.
Thank you ^_^. - kijjaz _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
participants (2)
-
Ge Wang
-
kijjasak triyanond