« Return to Thread: inspecting UGens

Re: inspecting UGens

by nescivi :: Rate this Message:

Reply to Author | View in Thread

Hiho,

On Saturday 25 April 2009 11:16:56 Andrea Valle wrote:
> While thinking about the GUI stuff, I was wondering:
>
> Is there a way to get from a UGen an array of args?
> I can retrieve values with
>
> SinOsc.ar.inputs
>
>
> But args names? Only dump with SinOsc.ar.dumpArgs ?


SinOsc.class.findRespondingMethodFor(\ar).argNames

sincerely,
Marije

_______________________________________________
sc-users mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

 « Return to Thread: inspecting UGens