CsoundProc#

class csoundengine.csoundlib.CsoundProc(proc, backend, outdev, sr, nchnls, csdstr='')[source]#

Bases: object

A CsoundProc wraps a running csound subprocess

proc#

the running csound subprocess

backend#

the backend used

outdev#

the output device

sr#

the sample rate of the running process

nchnls#

the number of channels

csdstr#

the csd being run, as a str

Attributes Summary

csdstr

Attributes Documentation

csdstr: str = ''#