[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] semi-newbie: signal generator?



I don't know anything about MSP/PD but if you just want a single
continuous value then you can just type the float in your SynthDef.

{Out.kr(20, 1.618034)}.play

That sends output to a bus (control bus #20), rather than filling a
buffer, but you get the point. Similarly it could be an argument...

x = { |val=1.618034| Out.kr(20, val)}.play

...so that you can modulate it from your slider by sending commands like

x.set(\val, 3.1415927);

Dan


2006/6/9, Marc Sciglimpaglia <frozenbears@xxxxxxxxx>:
Hi everyone,

Is there a ugen that simply generates non-oscillating signals (like the sig~
object in MSP/PD)?  I'm trying to make something where you can fill a buffer
with some .kr signal that's modulated by fiddling with a slider, and I can't
figure out how to do it.

thanks,

[m]

_______________________________________________
sc-users mailing list
sc-users@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-users





--
http://www.mcld.co.uk