OverviewClamps PackagesCM DictionaryClamps DictionaryFomus

f

Class

f 

A root class defining Csound f-statement events.

f supports the following slot initializations:

:time number
Sets the start time of the event.
:size number
Sets the duration of the event.
:gen number
Sets the generator of the event.

Examples

;; Defining a new f event
(defobject f1 (f)
  ((env :initform '()))
  (:parameters time size gen &rest env))

See also