Hi Just wondering if the syntax colour problem of the helpfiles could be fixed before RC5. All colours weather down by multiple savings. Here is an example from Pbind helpfile: ( Pdef(\buckyball, Pbind(\instrument,\acid, \dur,Pseq([0.25,0.5,0.25],inf), \root,[-24,-17], \degree,Pseq([0,3,5,7,9,11,[5,17],1],inf), \pan,Pfunc({[1.0.rand2,1.0.rand2]}), \cut,Pxrand([1000,500,2000,300],inf), \rez,Pfunc({0.7.rand +0.3}), \amp,[0.15,0.22])); ) //stop the Pdef Pdef(\buckyball).stop; //start the Pdef Pdef(\buckyball).resume; //removing the Pdef Pdef.remove(\buckyball); It should really look like this: ( Pdef(\buckyball, Pbind(\instrument,\acid, \dur,Pseq([0.25,0.5,0.25],inf), \root,[-24,-17], \degree,Pseq([0,3,5,7,9,11,[5,17],1],inf), \pan,Pfunc({[1.0.rand2,1.0.rand2]}), \cut,Pxrand([1000,500,2000,300],inf), \rez,Pfunc({0.7.rand +0.3}), \amp,[0.15,0.22])); ) //stop the Pdef Pdef(\buckyball).stop; //start the Pdef Pdef(\buckyball).resume; //removing the Pdef Pdef.remove(\buckyball); I don't really care, but I think small details like this are important for general impression of the software. thor |