shape_csound {playitbyr} | R Documentation |
Creates a layer that can use an arbitrary csound file as its orchestra (for advanced Csound users).
shape_csound(...)
... |
Settings or mappings to pass to
|
The orchestra file is not actually specified in the
layer, it's specified in sonopts
. The
following parameters are available for setting or
mapping:
The number of the Csound instrument to be played
The starting time of the note (in seconds)
The duration of the note (in seconds)
Additional numbered p-fields, currently available up through p20.
A sonlayer
object that can be added onto a
sonify
object.