diskin -
Reads audio data from an external device or stream and can alter its pitch.
diskin2 -
Reads audio data from a file, and can alter its pitch using one of several
available interpolation types, as well as convert the sample rate to match
the orchestra sr setting.
dispfft -
Displays the Fourier Transform of an audio or control signal.
display -
Displays the audio or control signals as an amplitude vs. time graph.
distort -
Distort an audio signal via waveshaping and optional clipping.
loopseg -
Generate control signal consisting of linear segments delimited by two or more specified points.
loopsegp -
Control signals based on linear segments.
lorenz -
Implements the Lorenz system of equations.
lorisread - Imports a set of bandwidth-enhanced partials from a SDIF-format
data file, applying control-rate frequency, amplitude, and
bandwidth scaling envelopes, and stores the modified partials in
memory.
lorismorph - Morphs two stored sets of bandwidth-enhanced partials
and stores a new set of partials representing the morphed
sound. The morph is performed by linearly interpolating the
parameter envelopes (frequency, amplitude, and bandwidth, or
noisiness) of the bandwidth-enhanced partials according to
control-rate frequency, amplitude, and bandwidth morphing
functions.
lorisplay - renders a stored set of bandwidth-enhanced partials using the method of Bandwidth-Enhanced Additive Synthesis implemented in the Loris software, applying control-rate frequency, amplitude, and bandwidth scaling envelopes.
pvsmooth -
Smooth the amplitude and frequency time functions of a pv stream using parallel 1st order
lowpass IIR filters with time-varying cutoff frequency.
pvsfilter -
Multiply amplitudes of a pvoc stream by those of a second
pvoc stream, with dynamic scaling.
pvsblur -
Average the amp/freq time functions of each analysis channel for
a specified time.
pvstencil -
Transforms a pvoc stream according to a masking function table.
pvsvoc -
Combine the spectral envelope of one fsig with the excitation (frequencies) of another.
pyassign Opcodes - Assign the value of the given Csound variable to a Python variable possibly destroying its previous content.
pycall Opcodes - Invoke the specified Python callable at
k-time and i-time (i suffix), passing the given arguments. The call is
perfomed in the global environment, and the result (the returning
value) is copied into the Csound output variables specified.
pyeval Opcodes - Evaluate a generic Python expression and store the result in a Csound variable at k-time or i-time (i suffix).
pyexec Opcodes - Execute a script from a file at k-time or i-time (i suffix).