« Return to Thread: inspecting UGens

Re: inspecting UGens

by nescivi :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

On Saturday 25 April 2009 19:03:12 Andrea Valle wrote:
> Uh, thanks a lot, Sciss with something I didn't know, Marije with
> something I haven't think of....

I normally use the nifty shortcut (C-c C-m) that exists in emacs, which shows
me the argument names and their default values in the minibuffer.
So I looked up how it's done there ;)

sincerely,
Marije

> Best
>
> -a-
>
> On 26 Apr 2009, at 00:45, nescivi wrote:
> > 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/
>
> --------------------------------------------------
> Andrea Valle
> --------------------------------------------------
> CIRMA - DAMS
> Università degli Studi di Torino
> --> http://www.cirma.unito.it/andrea/
> --> http://www.myspace.com/andreavalle
> --> http://www.flickr.com/photos/vanderaalle/
> -->  http://www.youtube.com/user/vanderaalle
> --> andrea.valle@...
> --------------------------------------------------
> " This is a very complicated case, Maude. You know, a lotta ins, a
> lotta outs, a lotta what-have-yous."
> (Jeffrey 'The Dude' Lebowski)



_______________________________________________
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