[CM] getting started

Ken renueden@earthlink.net
Fri, 21 Jun 2002 09:47:30 -0700


I am completely brain-dead right now from too much coding, so could someone
point out my error(s) in trying to make a simple process that turns on my
simple csound verb:

(defprocess verb ()
  (process repeat 1
           output (new reverb2 time (now) duration 60)))

Thanks again,
Ken