Hmm, I would say an overall tutorial for dummies.I find the single docs quite good, but in general it seems to me they they are targeted at highly competent reader.But maybe it's just me, that I'm dumb :)Best-a-On 5 Mar 2009, at 17:20, Julian Rohrhuber wrote:What are you missing in particular?the JITLib help page might be too much and too little at the same time.Damn, JITlib is impressive. Frankly, it would be nice to have a better documentation (at least an in-depth tutorial, like the one James did for Patterns)Best-a-On 5 Mar 2009, at 10:40, Alberto de Campo wrote:(s.waitForBoot({SynthDef("test", { arg out, freq=330, amp=0.6;Out.ar(out, SinOsc.ar(freq,0,amp))}).store;SynthDescLib.global.at(\test).makeWindow;});)or JITLib styleNdef(\sin, { |freq=330, amp=0.2, bla=12| SinOsc.ar(freq) * amp });Ndef(\sin).play;// freq.asSpec and amp.asSpec exist,// \bla does not, so define itSpec.add(\bla, [200, 2000, \exp]);NodeProxyEditor(Ndef(\sin), nSliders: 5);best, a----Alberto de CampoBergstrasse 59/33A-8020 Graz, Austriae-mail : <mailto:adc@xxxxxxxx>adc@xxxxxxxx--_______________________________________________sc-users mailing listinfo (subscription, etc.): <http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml>http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtmlarchive: <https://listarc.bham.ac.uk/marchives/sc-users/>https://listarc.bham.ac.uk/marchives/sc-users/search: <https://listarc.bham.ac.uk/lists/sc-users/search/>https://listarc.bham.ac.uk/lists/sc-users/search/--------------------------------------------------Andrea Valle--------------------------------------------------CIRMA - DAMSUniversità degli Studi di Torino--------------------------------------------------"The objectives of SuperCollider have been taken a stage further with the development of SAOL, the fruits of a research project based at MIT, launched in 1998"(P. Manning, Electronic and Computer Music, revised and expanded edition, 2004)--._______________________________________________sc-users mailing listinfo (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml--------------------------------------------------Andrea Valle--------------------------------------------------CIRMA - DAMSUniversità degli Studi di Torino--------------------------------------------------"The objectives of SuperCollider have been taken a stage further with the development of SAOL, the fruits of a research project based at MIT, launched in 1998"(P. Manning, Electronic and Computer Music, revised and expanded edition, 2004)