[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] semi-newbie: signal generator?
you can write control signals directly : BufWr.kr . Otherwise, if
using RecordBuf.ar, consider using a K2A.ar( myConstant );
{ K2A.ar( MouseX.kr )}.scope; // warning, you'll hear a DC click of
course
best, -sciss-
Am 09.06.2006 um 06:29 schrieb Marc Sciglimpaglia:
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]