The cl-collider Reference Manual

This is the cl-collider Reference Manual, version 2018.7.15, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:05:11 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-collider

SuperCollider client for Common Lisp

Author

<>

License

Public Domain / 0-clause MIT

Version

2018.7.15

Dependencies
  • sc-osc (system).
  • alexandria (system).
  • cffi (system).
  • bordeaux-threads (system).
  • pileup (system).
  • flexi-streams (system).
  • split-sequence (system).
  • named-readtables (system).
  • simple-inferiors (system).
  • cl-ppcre (system).
Source

cl-collider.asd.

Child Components

2.2 sc-osc

Dependencies
  • osc (system).
  • alexandria (system).
  • ieee-floats (system).
  • bordeaux-threads (system).
  • usocket (system).
  • sb-bsd-sockets (system).
Source

sc-osc.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 cl-collider/cl-collider.asd

Source

cl-collider.asd.

Parent Component

cl-collider (system).

ASDF Systems

cl-collider.


3.1.2 sc-osc/sc-osc.asd

Source

sc-osc.asd.

Parent Component

sc-osc (system).

ASDF Systems

sc-osc.


3.1.3 cl-collider/package.lisp

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Packages

3.1.4 cl-collider/id-map.lisp

Dependency

package.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Internals

3.1.5 cl-collider/util.lisp

Dependency

id-map.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Internals

3.1.6 cl-collider/server-options.lisp

Dependency

util.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.7 cl-collider/scheduler.lisp

Dependency

server-options.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

initialize-instance (method).

Internals

3.1.8 cl-collider/server.lisp

Dependency

scheduler.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.9 cl-collider/buffer.lisp

Dependency

server.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.10 cl-collider/bus.lisp

Dependency

buffer.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.11 cl-collider/ugen.lisp

Dependency

bus.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.12 cl-collider/synthdef.lisp

Dependency

ugen.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.13 cl-collider/operators.lisp

Dependency

synthdef.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.14 cl-collider/ugens/BEQSuite.lisp

Dependency

operators.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.15 cl-collider/ugens/BufIO.lisp

Dependency

ugens/beqsuite.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.16 cl-collider/ugens/Chaos.lisp

Dependency

ugens/bufio.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.17 cl-collider/ugens/Compander.lisp

Dependency

ugens/chaos.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.18 cl-collider/ugens/Delays.lisp

Dependency

ugens/compander.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

as-audio-rate-input (function).


3.1.19 cl-collider/ugens/Demand.lisp

Dependency

ugens/delays.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.20 cl-collider/ugens/DiskIO.lisp

Dependency

ugens/demand.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.21 cl-collider/ugens/EnvGen.lisp

Dependency

ugens/diskio.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.22 cl-collider/ugens/FFT.lisp

Dependency

ugens/envgen.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

def-pv-chain-ugen (macro).


3.1.23 cl-collider/ugens/FFTUnpacking.lisp

Dependency

ugens/fft.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.24 cl-collider/ugens/FSinOsc.lisp

Dependency

ugens/fftunpacking.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.25 cl-collider/ugens/Filter.lisp

Dependency

ugens/fsinosc.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

var-lag-new (function).


3.1.26 cl-collider/ugens/FreeVerb.lisp

Dependency

ugens/filter.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.27 cl-collider/ugens/GVerb.lisp

Dependency

ugens/freeverb.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

g-verb.ar (function).


3.1.28 cl-collider/ugens/Gendyn.lisp

Dependency

ugens/gverb.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.29 cl-collider/ugens/GrainUGens.lisp

Dependency

ugens/gendyn.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.30 cl-collider/ugens/Hilbert.lisp

Dependency

ugens/grainugens.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.31 cl-collider/ugens/IEnvGen.lisp

Dependency

ugens/hilbert.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

as-array-for-interpolation (function).


3.1.32 cl-collider/ugens/InOut.lisp

Dependency

ugens/ienvgen.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.33 cl-collider/ugens/InfoUGens.lisp

Dependency

ugens/inout.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.34 cl-collider/ugens/Line.lisp

Dependency

ugens/infougens.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

when-audio-check-first-input (function).


3.1.35 cl-collider/ugens/MacUGens.lisp

Dependency

ugens/line.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.36 cl-collider/ugens/MachineListening.lisp

Dependency

ugens/macugens.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.37 cl-collider/ugens/MoogFF.lisp

Dependency

ugens/machinelistening.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.38 cl-collider/ugens/Noise.lisp

Dependency

ugens/moogff.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.39 cl-collider/ugens/Osc.lisp

Dependency

ugens/noise.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.40 cl-collider/ugens/PSinGrain.lisp

Dependency

ugens/osc.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

p-sin-grain.ar (function).


3.1.41 cl-collider/ugens/Pan.lisp

Dependency

ugens/psingrain.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.42 cl-collider/ugens/PhysicalModel.lisp

Dependency

ugens/pan.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.43 cl-collider/ugens/PitchShift.lisp

Dependency

ugens/physicalmodel.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

pitch-shift.ar (function).


3.1.44 cl-collider/ugens/Pluck.lisp

Dependency

ugens/pitchshift.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

pluck.ar (function).


3.1.45 cl-collider/ugens/Poll.lisp

Dependency

ugens/pluck.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.46 cl-collider/ugens/SoundIn.lisp

Dependency

ugens/poll.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

sound-in.ar (function).

Internals

3.1.47 cl-collider/ugens/Splay.lisp

Dependency

ugens/soundin.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

splay-new (function).


3.1.48 cl-collider/ugens/TestUGens.lisp

Dependency

ugens/splay.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.49 cl-collider/ugens/Trig.lisp

Dependency

ugens/testugens.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.50 cl-collider/ugens/SC3plugins/MCLDUGens.lisp

Dependency

ugens/trig.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.51 cl-collider/ugens/SC3plugins/BhobUGens.lisp

Dependency

ugens/sc3plugins/mcldugens.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.52 cl-collider/ugens/SC3plugins/DistortionPlugins.lisp

Dependency

ugens/sc3plugins/bhobugens.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.53 cl-collider/ugens/SC3plugins/JoshUGens.lisp

Dependency

ugens/sc3plugins/distortionplugins.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.54 cl-collider/ugens/SC3plugins/LadspaUGen.lisp

Dependency

ugens/sc3plugins/joshugens.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

ladspa.ar (function).


3.1.55 cl-collider/ugens/SC3plugins/MdaUGens.lisp

Dependency

ugens/sc3plugins/ladspaugen.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

mda-piano.ar (function).


3.1.56 cl-collider/ugens/SC3plugins/PitchDetection.lisp

Dependency

ugens/sc3plugins/mdaugens.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.57 cl-collider/ugens/SC3plugins/SLUGens.lisp

Dependency

ugens/sc3plugins/pitchdetection.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.58 cl-collider/ugens/SC3plugins/DEINDUGens.lisp

Dependency

ugens/sc3plugins/slugens.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

3.1.59 cl-collider/ugens/SC3plugins/NHUGens.lisp

Dependency

ugens/sc3plugins/deindugens.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

nhhall.ar (function).


3.1.60 cl-collider/ugens/SC3plugins/TJUGens.lisp

Dependency

ugens/sc3plugins/nhugens.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface

dfm-1.ar (function).


3.1.61 cl-collider/ugens/quarks/miSCellaneous_lib/WaveFolding.lisp

Dependency

ugens/sc3plugins/tjugens.lisp (file).

Source

cl-collider.asd.

Parent Component

cl-collider (system).

Public Interface
Internals

3.1.62 sc-osc/package.lisp

Source

sc-osc.asd.

Parent Component

sc-osc (system).

Packages

sc-osc.


3.1.63 sc-osc/osc.lisp

Dependency

package.lisp (file).

Source

sc-osc.asd.

Parent Component

sc-osc (system).

Internals

3.1.64 sc-osc/transmit.lisp

Dependency

osc.lisp (file).

Source

sc-osc.asd.

Parent Component

sc-osc (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 sc-osc

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

4.2 sc-user

Source

package.lisp.

Use List

4.3 cl-collider

Source

package.lisp.

Nickname

sc

Use List

common-lisp.

Used By List

sc-user.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Constants

Constant: +inf+
Package

cl-collider.

Source

ugen.lisp.


5.1.2 Special variables

Special Variable: *group-free-all-hooks*
Package

cl-collider.

Source

server.lisp.

Special Variable: *s*

Special symbol bound to the default scsynth server. If functions do not specify a target server, that message is sent to the *s* server.

Package

cl-collider.

Source

server.lisp.

Special Variable: *sc-plugin-paths*
Package

cl-collider.

Source

server-options.lisp.

Special Variable: *sc-synth-program*

The path to the scsynth binary.

Package

cl-collider.

Source

server.lisp.

Special Variable: *sc-synthdefs-path*

The directory where the scsyndef files for synthdefs are saved.

Package

cl-collider.

Source

server.lisp.

Special Variable: *server-quit-hooks*
Package

cl-collider.

Source

server.lisp.

Special Variable: *stop-hooks*
Package

cl-collider.

Source

server.lisp.

Special Variable: *synth-definition-mode*
Package

cl-collider.

Source

synthdef.lisp.


5.1.3 Macros

Macro: at (time &body body)
Package

cl-collider.

Source

server.lisp.

Macro: at-beat (beat &body body)
Package

cl-collider.

Source

server.lisp.

Macro: at-task (beat &body body)
Package

cl-collider.

Source

server.lisp.

Macro: defsynth (name params &body body)
Package

cl-collider.

Source

synthdef.lisp.

Macro: play (body &key id out-bus gain lag fade to pos)
Package

cl-collider.

Source

synthdef.lisp.

Macro: proxy (key body &key id gain fade pos to out-bus)
Package

cl-collider.

Source

synthdef.lisp.

Macro: with-controls (params &body body)
Package

cl-collider.

Source

synthdef.lisp.

Macro: with-rendering ((output-files &key pad keep-osc-file format sr clock-bpm num-of-output) &body body)
Package

cl-collider.

Source

server.lisp.


5.1.4 Compiler macros

Compiler Macro: get-synthdef-metadata (&rest args)
Package

cl-collider.

Source

synthdef.lisp.


5.1.5 Ordinary functions

Function: == (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: a2k.kr (&optional in)
Package

cl-collider.

Source

ugens/line.lisp.

Function: add-osc-responder (osc-device cmd-name f)
Package

sc-osc.

Source

transmit.lisp.

Function: add-reply-responder (cmd handler)
Package

cl-collider.

Source

server.lisp.

Function: adsr (&optional attack-time decay-time sustain-level release-time peak-level curve bias)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: all-running-servers ()
Package

cl-collider.

Source

server.lisp.

Function: allpass-c.ar (&optional in max-delay-time delay-time decay-time mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: allpass-c.kr (&optional in max-delay-time delay-time decay-time mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: allpass-l.ar (&optional in max-delay-time delay-time decay-time mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: allpass-l.kr (&optional in max-delay-time delay-time decay-time mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: allpass-n.ar (&optional in max-delay-time delay-time decay-time mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: allpass-n.kr (&optional in max-delay-time delay-time decay-time mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: amp-comp-a.ar (&optional freq root min-amp root-amp)
Package

cl-collider.

Source

ugens/line.lisp.

Function: amp-comp-a.ir (&optional freq root min-amp root-amp)
Package

cl-collider.

Source

ugens/line.lisp.

Function: amp-comp-a.kr (&optional freq root min-amp root-amp)
Package

cl-collider.

Source

ugens/line.lisp.

Function: amp-comp.ar (&optional freq root exp)
Package

cl-collider.

Source

ugens/line.lisp.

Function: amp-comp.ir (&optional freq root exp)
Package

cl-collider.

Source

ugens/line.lisp.

Function: amp-comp.kr (&optional freq root exp)
Package

cl-collider.

Source

ugens/line.lisp.

Function: ampdb (in1)
Package

cl-collider.

Source

operators.lisp.

Function: amplitude.ar (&optional in &key attack-time release-time mul add)
Package

cl-collider.

Source

ugens/compander.lisp.

Function: amplitude.kr (&optional in &key attack-time release-time mul add)
Package

cl-collider.

Source

ugens/compander.lisp.

Function: apf.ar (&optional in freq radius mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: apf.kr (&optional in freq radius mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: array-max.ar (array)
Package

cl-collider.

Source

ugens/sc3plugins/mcldugens.lisp.

Function: array-max.kr (array)
Package

cl-collider.

Source

ugens/sc3plugins/mcldugens.lisp.

Function: array-min.ar (array)
Package

cl-collider.

Source

ugens/sc3plugins/mcldugens.lisp.

Function: array-min.kr (array)
Package

cl-collider.

Source

ugens/sc3plugins/mcldugens.lisp.

Function: as-wavetable (sequence)

Convert a sequence of numbers to a vector in SuperCollider’s wavetable format.

Package

cl-collider.

Alias for

vector-in-wavetable-format.

Function: as-wavetable-no-wrap (sequence)

Shaper requires wavetables without wrap. This method returns a wavetable in that format. To generate size N wavetable need N/2+1 signal values rather than N/2 because Buffer’s add_wchebyshev calculates N/2+1 values whilst Signal’s _SignalAddChebyshev calculates N/2!

Package

cl-collider.

Source

buffer.lisp.

Function: asr (&optional attack-time sustain-level release-time curve)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: b-allpass.ar (&optional in freq rq mul add)
Package

cl-collider.

Source

ugens/beqsuite.lisp.

Function: b-bandpass.ar (&optional in freq bw mul add)
Package

cl-collider.

Source

ugens/beqsuite.lisp.

Function: b-bandstop.ar (&optional in freq bw mul add)
Package

cl-collider.

Source

ugens/beqsuite.lisp.

Function: b-hipass.ar (&optional in freq rq mul add)
Package

cl-collider.

Source

ugens/beqsuite.lisp.

Function: b-hipass4.ar (&optional in freq rq mul add)
Package

cl-collider.

Source

ugens/beqsuite.lisp.

Function: b-hishelf.ar (&optional in freq rq db mul add)
Package

cl-collider.

Source

ugens/beqsuite.lisp.

Function: b-lowpass.ar (&optional in freq rq mul add)
Package

cl-collider.

Source

ugens/beqsuite.lisp.

Function: b-lowpass4.ar (&optional in freq rq mul add)
Package

cl-collider.

Source

ugens/beqsuite.lisp.

Function: b-lowshelf.ar (&optional in freq rq db mul add)
Package

cl-collider.

Source

ugens/beqsuite.lisp.

Function: b-peak-eq.ar (&optional in freq rq db mul add)
Package

cl-collider.

Source

ugens/beqsuite.lisp.

Function: balance2.ar (left right &optional pos level)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: balance2.kr (left right &optional pos level)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: ball.ar (&optional in g damp friction)
Package

cl-collider.

Source

ugens/physicalmodel.lisp.

Function: ball.kr (&optional in g damp friction)
Package

cl-collider.

Source

ugens/physicalmodel.lisp.

Function: beat-track.kr (chain &optional lock)
Package

cl-collider.

Source

ugens/machinelistening.lisp.

Function: beat-track2.kr (bus-index num-features &optional window-size phase-accuracy lock weighting-scheme)
Package

cl-collider.

Source

ugens/machinelistening.lisp.

Function: bi-pan-b2.ar (in-a in-b &optional azimuth gain)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: bi-pan-b2.kr (in-a in-b &optional azimuth gain)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: bin-data.ar (buffer bin &optional overlaps)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: bin-data.kr (buffer bin &optional overlaps)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: bipolar (ugen &optional mul)
Package

cl-collider.

Source

operators.lisp.

Function: blip.ar (&optional freq num-harm mul add)
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Function: blip.kr (&optional freq num-harm mul add)
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Function: bpf.ar (&optional in freq rq mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: bpf.kr (&optional in freq rq mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: bpz-2.ar (&optional in mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: bpz-2.kr (&optional in mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: breakcore.ar (&optional bufnum capturein capturetrigger duration ampdropout)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: brf.ar (&optional in freq rq mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: brf.kr (&optional in freq rq mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: brown-noise.ar (&optional mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: brown-noise.kr (&optional mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: brusselator.ar (&optional reset rate mu gamma initx inity mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: brz-2.ar (&optional in mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: brz-2.kr (&optional in mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: bubble (list)
Package

cl-collider.

Source

operators.lisp.

Function: buf-allpass-c.ar (&optional buf in delay decay mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: buf-allpass-l.ar (&optional buf in delay decay mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: buf-allpass-n.ar (&optional buf in delay decay mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: buf-channels.ir (bufnum)
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: buf-channels.kr (bufnum)
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: buf-comb-c.ar (&optional buf in delay decay mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: buf-comb-l.ar (&optional buf in delay decay mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: buf-comb-n.ar (&optional buf in delay decay mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: buf-delay-c.ar (&optional buf in delay mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: buf-delay-c.kr (&optional buf in delay mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: buf-delay-l.ar (&optional buf in delay mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: buf-delay-l.kr (&optional buf in delay mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: buf-delay-n.ar (&optional buf in delay mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: buf-delay-n.kr (&optional buf in delay mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: buf-dur.ir (bufnum)
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: buf-dur.kr (bufnum)
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: buf-frames.ir (bufnum)
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: buf-frames.kr (bufnum)
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: buf-info-ugen-base.ir (bufnum)
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: buf-info-ugen-base.kr (bufnum)
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: buf-rate-scale.ir (bufnum)
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: buf-rate-scale.kr (bufnum)
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: buf-rd.ar (chanls &optional bufnum phase loop interp)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: buf-rd.kr (chanls &optional bufnum phase loop interp)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: buf-sample-rate.ir (bufnum)
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: buf-sample-rate.kr (bufnum)
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: buf-samples.ir (bufnum)
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: buf-samples.kr (bufnum)
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: buf-wr.ar (input-array &optional bufnum phase loop)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: buf-wr.kr (input-array &optional bufnum phase loop)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: buffer-alloc (frames &key chanls bufnum server complete-handler)
Package

cl-collider.

Source

buffer.lisp.

Function: buffer-alloc-sequence (sequence &key server)
Package

cl-collider.

Source

buffer.lisp.

Function: buffer-close (buffer &key server complete-handler)
Package

cl-collider.

Source

buffer.lisp.

Function: buffer-copy (bufnum-src bufnum-dst &optional start-dst start-src nframes)
Package

cl-collider.

Source

buffer.lisp.

Function: buffer-cue-soundfile (path &key server start-frame chanls frames)
Package

cl-collider.

Source

buffer.lisp.

Function: buffer-fill (buffer wave amplitudes &key frequencies phases server normalize as-wavetable clear-first)

Fill BUFFER with either: a series of sine wave partials, when WAVE is ‘:sine’; or a series of chebyshev polynomials, when WAVE is ‘:cheby’.

In the case of sine wave partials, AMPLITUDES is a list whose first value specifies the amplitude of the first partial, the second value specifies the amplitude of the second partial, and so on. FREQUENCIES is a list of partial frequencies, in cycles per buffer. It’s assumed to be an integer series of partials if the list is not supplied. When frequencies are specified, a list of PHASES can also be used where each partial may have a nonzero starting phase.

Chebyshev polynomials can be defined as cheby(n) = amplitude * cos(n * acos(x)). In this case, the first value of AMPLITUDES specifies the amplitude for n = 1, the second value specifies the amplitude for n = 2, and so on. FREQUENCIES and PHASES are ignored.

When NORMALIZE is T, the peak amplitude of the wave is normalized to 1.0. If WAVETABLE is set to T, the buffer is written in a special wavetable format so that it can be read by interpolating oscillators. Setting CLEAR-FIRST to T clears the buffer before new partials are written into it. If NIL, the new partials are summed with the existing contents of the buffer.

Package

cl-collider.

Source

buffer.lisp.

Function: buffer-get (buffer index &optional action)

Get the frame at INDEX from BUFFER. ACTION can be a function of one argument that is called on the result; without it, the value is simply returned.

To get more than one frame from a buffer, functions like ‘buffer-to-list’ and ‘buffer-to-array’ are generally preferred. Additionally, since this function is synchronous, it should not be called in the reply thread.

Package

cl-collider.

Source

buffer.lisp.

Function: buffer-get-to-array (buffer &key start end channels)

Get an array of CHANNELS containing the frames of BUFFER, from START up to END, defaulting to the entire buffer.

Similar to ‘buffer-load-to-array’ but uses multiple OSC requests to download the buffer, for situations (i.e. non-local servers) where using a temporary file is not possible. Generally ‘buffer-to-array’ is preferred since it automatically picks the fastest available function.

Additionally, since this is a synchronous function, you should not call it in the reply thread.

Package

cl-collider.

Source

buffer.lisp.

Function: buffer-get-to-list (buffer &key start end)

Get a flat list of the frames of BUFFER, from START up to END, defaulting to the entire buffer.

Unlike ‘buffer-getn’, this function is not limited by OSC packet size and can return any number of frames, though it may be slower since it has to make multiple requests over OSC. ‘buffer-load-to-list’ returns the same results and may be faster in setups where it is supported, but ‘buffer-to-list’ should be preferred since it automatically picks the fastest available function.

Note that this is a synchronous function, so you should not call it in the reply thread.

Package

cl-collider.

Source

buffer.lisp.

Function: buffer-getn (buffer start end &optional action)

Get a list of the frames of BUFFER, from START up to END. ACTION can be a function of one argument that is called on the result; without it, the list of frames is simply returned.

Note that the number of frames this function can get is limited by network packet size (which in this implementation is a maximum of 400), so in most cases it is recommended to use functions like ‘buffer-to-list’ or ‘buffer-to-array’ instead. Additionally, since this function is synchronous, it should not be called in the reply thread.

Package

cl-collider.

Source

buffer.lisp.

Function: buffer-load (buffer sequence &key start-frame set-function)

This allows for larger sequence than ‘buffer-setn’,above, and is in general the safest way to get a large sequence into a buffer. Additionally, since this is a synchronous function, you should not call it in the reply thread.

Package

cl-collider.

Source

buffer.lisp.

Function: buffer-load-to-array (buffer &key start end channels)

Get an array of CHANNELS containing the frames of BUFFER, from START up to END, defaulting to the entire buffer.

Similar to ‘buffer-get-to-array’ but uses a temporary file a la ‘buffer-load-to-list’, meaning it may be faster in setups (i.e. local servers) that support it. Generally ‘buffer-to-array’ is preferred since it automatically picks the fastest available function.

Additionally, since this is a synchronous function, you should not call it in the reply thread.

Package

cl-collider.

Source

buffer.lisp.

Function: buffer-load-to-list (buffer &key start end)

Write BUFFER to a temporary file, then load the frames from START up to END into a list and return it.

Returns the same results as ‘buffer-get-to-list’ but the use of a temporary file rather than multiple OSC requests means it may be faster in setups where it is supported (i.e. local servers). Generally ‘buffer-to-list’ is preferred since it automatically picks the fastest available function.

Note that this is a synchronous function, so you should not call it in the reply thread.

Package

cl-collider.

Source

buffer.lisp.

Function: buffer-normalize (buffer &key server new-max wavetable-p complete-handler)
Package

cl-collider.

Source

buffer.lisp.

Function: buffer-read (path &key bufnum server)
Package

cl-collider.

Source

buffer.lisp.

Function: buffer-read-as-wavetable (path &key bufnum server)

Read a soundfile located at PATH as a wavetable.

Package

cl-collider.

Source

buffer.lisp.

Function: buffer-read-channel (path &key channels bufnum server)
Package

cl-collider.

Source

buffer.lisp.

Function: buffer-set (buffer index value)
Package

cl-collider.

Source

buffer.lisp.

Function: buffer-setn (buffer &rest pair-of-index-and-value)

Set a contiguous range of values in the buffer starting at the index startAt to be equal to the Array of floats or integers, values. The number of values set corresponds to the size of values. Additional pairs of starting indices and arrays of values may be included in the same message. (Floating-point values for index are truncated to integer.) Additionally, since this is a synchronous function, you should not call it in the reply thread.

Package

cl-collider.

Source

buffer.lisp.

Function: buffer-to-array (buffer &key start end channels get-function)

Get an array of CHANNELS containing the frames of BUFFER, from START up to END, defaulting to the entire buffer. GET-FUNCTION is the function used to acquire the list of frames; it defaults to the fastest one available.

Unlike the ‘buffer-to-list’ functions, this function divides up the frames into their respective channels rather than returning them exactly as they appear in SuperCollider’s buffer format (i.e. interlaced).

Note that this is a synchronous function, so you should not call it in the reply thread.

Package

cl-collider.

Source

buffer.lisp.

Function: buffer-to-list (buffer &key start end get-function)

Get a flat list of BUFFER’s frames in the range from START up to END, defaulting to the entire buffer. GET-FUNCTION is the function used to acquire the list of frames (usually either ‘buffer-get-to-list’ or ‘buffer-load-to-list’); it defaults to the fastest one available.

This function (and ‘buffer-get-to-list’, ‘buffer-load-to-list’) simply returns a flat list of the frames in the format SuperCollider stores them in (i.e. interlaced). It may be preferrable to use ‘buffer-to-array’ instead as it automatically divides up the frames into an array of channels.

Additionally, since this is a synchronous function, you should not call it in the reply thread.

Package

cl-collider.

Source

buffer.lisp.

Function: buffer-write (buffer path &key server frames start-frame format leave-open-p complete-handler)

Make audio-file from Buffer.

Package

cl-collider.

Source

buffer.lisp.

Function: buffer-zero (buffer &key server complete-handler)
Package

cl-collider.

Source

buffer.lisp.

Function: bus-audio (&key chanls busnum server)
Package

cl-collider.

Source

bus.lisp.

Function: bus-control (&key chanls busnum server)
Package

cl-collider.

Source

bus.lisp.

Function: bus-free (bus &key server)
Package

cl-collider.

Source

bus.lisp.

Function: bus-string (bus)

Make a string representing the bus that the server can understand.

Package

cl-collider.

Source

bus.lisp.

Function: c-osc.ar (bufnum &optional freq beats mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: c-osc.kr (bufnum &optional freq beats mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: callback (time f &rest args)
Package

cl-collider.

Source

server.lisp.

Function: changed.ar (&optional in threshold)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: changed.kr (&optional in threshold)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: check-bad-values.ar (&optional in id post)
Package

cl-collider.

Source

ugens/testugens.lisp.

Function: check-bad-values.kr (&optional in id post)
Package

cl-collider.

Source

ugens/testugens.lisp.

Function: clear-buf (local-buf)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: clip-noise.ar (&optional mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: clip-noise.kr (&optional mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: clip.ar (&optional in lo hi)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: clip.ir (&optional in lo hi)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: clip.kr (&optional in lo hi)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: clock-add (beat function &rest args)
Package

cl-collider.

Source

server.lisp.

Function: clock-beats ()
Package

cl-collider.

Source

server.lisp.

Function: clock-bpm (&optional bpm)
Package

cl-collider.

Source

server.lisp.

Function: clock-clear ()
Package

cl-collider.

Source

server.lisp.

Function: clock-dur (beat)
Package

cl-collider.

Source

server.lisp.

Function: clock-quant (quant)
Package

cl-collider.

Source

server.lisp.

Function: close-device (osc-device)
Package

sc-osc.

Source

transmit.lisp.

Function: clump (lists n)
Package

cl-collider.

Source

operators.lisp.

Function: coin-gate.ar (prob in)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: coin-gate.kr (prob in)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: comb-c.ar (&optional in max-delay-time delay-time decay-time mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: comb-c.kr (&optional in max-delay-time delay-time decay-time mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: comb-l.ar (&optional in max-delay-time delay-time decay-time mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: comb-l.kr (&optional in max-delay-time delay-time decay-time mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: comb-n.ar (&optional in max-delay-time delay-time decay-time mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: comb-n.kr (&optional in max-delay-time delay-time decay-time mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: compander-d.ar (&optional in thresh slope-below slope-above clamp-time relax-time &key mul add)
Package

cl-collider.

Source

ugens/compander.lisp.

Function: compander.ar (&optional in control thresh slope-below slope-above clamp-time relax-time &key mul add)
Package

cl-collider.

Source

ugens/compander.lisp.

Function: control-dur.ir ()
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: control-get (index &optional action)
Package

cl-collider.

Source

server.lisp.

Function: control-rate.ir ()
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: control-set (index value)
Package

cl-collider.

Source

server.lisp.

Function: convolution.ar (in kernel &optional framesize mul add)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: convolution2-l.ar (in kernel &optional trigger framesize crossfade mul add)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: convolution2.ar (in kernel &optional trigger framesize mul add)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: convolution3.ar (in kernel &optional trigger framesize mul add)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: convolution3.kr (in kernel &optional trigger framesize mul add)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: coyote.kr (&optional in track-fall slow-lag fast-lag fast-mul thresh min-dur)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: cpsmidi (in1)
Package

cl-collider.

Source

operators.lisp.

Function: crackle.ar (&optional chaos-param mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: crackle.kr (&optional chaos-param mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: crossover-distortion.ar (in &optional amp smooth mul add)
Package

cl-collider.

Source

ugens/sc3plugins/distortionplugins.lisp.

Function: ctrl (node &rest param &key &allow-other-keys)
Package

cl-collider.

Source

server.lisp.

Function: cubed (in1)
Package

cl-collider.

Source

operators.lisp.

Function: cusp-l.ar (&optional freq a b xi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: cusp-n.ar (&optional freq a b xi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: cutoff (&optional release level curve)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: d-brown (&optional lo hi step length)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: d-brown2 (lo hi step dist &optional length)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: d-bufrd (&optional bufnum phase loop)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: d-bufwr (&optional input bufnum phase loop)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: d-gauss (lo hi &optional length)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: d-geom (&optional start grow length)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: d-ibrown (&optional lo hi step length)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: d-iwhite (&optional lo hi length)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: d-once (in)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: d-poll (in label &optional run trigid)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: d-rand (list &optional repeats)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: d-reset (in &optional reset)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: d-seq (list &optional repeats)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: d-ser (list &optional repeats)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: d-series (&optional start step length)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: d-shuf (list &optional repeats)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: d-stutter (n in)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: d-switch (list index)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: d-switch1 (list index)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: d-white (&optional lo hi length)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: d-xrand (list &optional repeats)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: dadsr (&optional delay-time attack-time decay-time sustain-level release-time peak-level curve bias)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: dbamp (in1)
Package

cl-collider.

Source

operators.lisp.

Function: dc.ar (&optional in)
Package

cl-collider.

Source

ugens/line.lisp.

Function: dc.kr (&optional in)
Package

cl-collider.

Source

ugens/line.lisp.

Function: decay.ar (&optional in decay-time mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: decay.kr (&optional in decay-time mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: decay2.ar (&optional in attack-time decay-time mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: decay2.kr (&optional in attack-time decay-time mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: decimator.ar (in &optional rate bits mul add)
Package

cl-collider.

Source

ugens/sc3plugins/distortionplugins.lisp.

Function: decode-b2.ar (num-chans w x y &optional orientation)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: decode-b2.kr (num-chans w x y &optional orientation)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: degree-to-key.ar (bufnum &optional in octave mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: degree-to-key.kr (bufnum &optional in octave mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: delay-1.ar (&optional in mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: delay-1.kr (&optional in mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: delay-2.ar (&optional in mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: delay-2.kr (&optional in mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: delay-c.ar (&optional in max-delay-time delay-time mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: delay-c.kr (&optional in max-delay-time delay-time mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: delay-l.ar (&optional in max-delay-time delay-time mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: delay-l.kr (&optional in max-delay-time delay-time mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: delay-n.ar (&optional in max-delay-time delay-time mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: delay-n.kr (&optional in max-delay-time delay-time mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: deltap-rd.ar (&optional buf phase deltime &key interp mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: deltap-rd.kr (&optional buf phase deltime &key interp mul add)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: deltap-wr.ar (&optional buf in)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: deltap-wr.kr (&optional buf in)
Package

cl-collider.

Source

ugens/delays.lisp.

Function: demand-envgen.ar (level dur &key shape curve gate reset level-scale level-bias time-scale act)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: demand-envgen.kr (level dur &key shape curve gate reset level-scale level-bias time-scale act)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: demand.ar (trig reset demand-ugens)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: demand.kr (trig reset demand-ugens)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: detect-index.ar (bufnum &optional in mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: detect-index.kr (bufnum &optional in mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: detect-silence.ar (&optional in amp &key time act)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: detect-silence.kr (&optional in amp &key time act)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: dfm-1.ar (in &optional freq res input-gain type noise-level mul add)
Package

cl-collider.

Source

ugens/sc3plugins/tjugens.lisp.

Function: disintegrator.ar (in &optional probability multiplier mul add)
Package

cl-collider.

Source

ugens/sc3plugins/distortionplugins.lisp.

Function: disk-in.ar (chanls bufnum &optional loop)
Package

cl-collider.

Source

ugens/diskio.lisp.

Function: disk-out.ar (bufnum channels-array)
Package

cl-collider.

Source

ugens/diskio.lisp.

Function: distort (in1)
Package

cl-collider.

Source

operators.lisp.

Function: done.kr (src)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: double-nested-allpass-c.ar (in &optional maxdelay1 delay1 gain1 maxdelay2 delay2 gain2 maxdelay3 delay3 gain3 mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: double-nested-allpass-l.ar (in &optional maxdelay1 delay1 gain1 maxdelay2 delay2 gain2 maxdelay3 delay3 gain3 mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: double-nested-allpass-n.ar (in &optional maxdelay1 delay1 gain1 maxdelay2 delay2 gain2 maxdelay3 delay3 gain3 mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: double-well.ar (&optional reset ratex ratey f w delta initx inity mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: double-well2.ar (&optional reset ratex ratey f w delta initx inity mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: double-well3.ar (&optional reset rate f delta initx inity mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: dup (object &optional n)
Package

cl-collider.

Source

operators.lisp.

Function: dust.ar (&optional density mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: dust.kr (&optional density mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: dust2.ar (&optional density mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: dust2.kr (&optional density mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: duty.ar (&optional dur &key reset level act)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: duty.kr (&optional dur &key reset level act)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: dyn-klang.ar (array-ref &optional freq-scale freq-offset)
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Function: dyn-klang.kr (array-ref &optional freq-scale freq-offset)
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Function: dyn-klank.ar (array-ref input &optional freq-scale freq-offset decay-scale)
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Function: dyn-klank.kr (array-ref input &optional freq-scale freq-offset decay-scale)
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Function: env (levels times &optional curve release-node loop-node)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: env-detect.ar (in &optional attack release)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: env-follow.ar (&optional in decaycoeff mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: env-follow.kr (&optional in decaycoeff mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: env-gen.ar (envelope &key gate level-scale level-bias time-scale act)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: env-gen.kr (envelope &key gate level-scale level-bias time-scale act)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: exp-exp (in in-min in-max out-min out-max &optional clip)
Package

cl-collider.

Source

ugens/line.lisp.

Function: exp-lin (in in-min in-max out-min out-max &optional clip)
Package

cl-collider.

Source

ugens/line.lisp.

Function: exp-rand.ir (&optional lo hi)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: exp-range (ugen &optional lo hi)
Package

cl-collider.

Source

operators.lisp.

Function: f-sin-osc.ar (&optional freq iphase mul add)
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Function: f-sin-osc.kr (&optional freq iphase mul add)
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Function: fbsine-c.ar (&optional freq im fb a c xi yi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: fbsine-l.ar (&optional freq im fb a c xi yi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: fbsine-n.ar (&optional freq im fb a c xi yi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: fft (buffer &optional in hop wintype active winsize)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: fft-trigger (buffer &optional hop polar)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: fitz-hugh-nagumo.ar (&optional reset rateu ratew b0 b1 initu initw mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: flop (lists)
Package

cl-collider.

Source

operators.lisp.

Function: fold.ar (&optional in lo hi)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: fold.ir (&optional in lo hi)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: fold.kr (&optional in lo hi)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: fold2 (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: formant.ar (&optional fund-freq form-freq bw-freq mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: formlet.ar (&optional in freq attack decay mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: formlet.kr (&optional in freq attack decay mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: fos.ar (&optional in a0 a1 b1 mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: fos.kr (&optional in a0 a1 b1 mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: frac (in1)
Package

cl-collider.

Source

operators.lisp.

Function: free-self-when-done.kr (src)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: free-self.kr (in)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: free.kr (trig id)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: freeverb.ar (in &key mix room damp mul add)
Package

cl-collider.

Source

ugens/freeverb.lisp.

Function: freeverb2.ar (in1 in2 &key mix room damp mul add)
Package

cl-collider.

Source

ugens/freeverb.lisp.

Function: freq-shift.ar (in &optional freq phase mul add)
Package

cl-collider.

Source

ugens/hilbert.lisp.

Function: g-verb.ar (in &optional roomsize revtime damping inputbw spread drylevel earlyreflevel taillevel maxroomsize mul add)
Package

cl-collider.

Source

ugens/gverb.lisp.

Function: gate.ar (&optional in trig)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: gate.kr (&optional in trig)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: gauss-trig.ar (&optional freq dev mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: gauss-trig.kr (&optional freq dev mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: gbman-l.ar (&optional freq xi yi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: gbman-n.ar (&optional freq xi yi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: gendy1.ar (&optional amp-dist dur-dist ad-param dd-param min-freq max-freq amp-scale dur-scale init-cps knum mul add)
Package

cl-collider.

Source

ugens/gendyn.lisp.

Function: gendy1.kr (&optional amp-dist dur-dist ad-param dd-param min-freq max-freq amp-scale dur-scale init-cps knum mul add)
Package

cl-collider.

Source

ugens/gendyn.lisp.

Function: gendy2.ar (&optional amp-dist dur-dist ad-param dd-param min-freq max-freq amp-scale dur-scale init-cps knum a c mul add)
Package

cl-collider.

Source

ugens/gendyn.lisp.

Function: gendy2.kr (&optional amp-dist dur-dist ad-param dd-param min-freq max-freq amp-scale dur-scale init-cps knum a c mul add)
Package

cl-collider.

Source

ugens/gendyn.lisp.

Function: gendy3.ar (&optional amp-dist dur-dist ad-param dd-param freq amp-scale dur-scale init-cps knum mul add)
Package

cl-collider.

Source

ugens/gendyn.lisp.

Function: gendy3.kr (&optional amp-dist dur-dist ad-param dd-param freq amp-scale dur-scale init-cps knum mul add)
Package

cl-collider.

Source

ugens/gendyn.lisp.

Function: gendy4.ar (&optional amp-dist dur-dist ad-param dd-param min-freq max-freq amp-scale dur-scale init-cps knum mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: gendy4.kr (&optional amp-dist dur-dist ad-param dd-param min-freq max-freq amp-scale dur-scale init-cps knum mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: gendy5.ar (&optional amp-dist dur-dist ad-param dd-param min-freq max-freq amp-scale dur-scale init-cps knum mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: gendy5.kr (&optional amp-dist dur-dist ad-param dd-param min-freq max-freq amp-scale dur-scale init-cps knum mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: get-synthdef-metadata (synth &optional key)

Deprecated alias for ‘synthdef-metadata’.

Package

cl-collider.

Source

synthdef.lisp.

Function: grain-buf.ar (&optional numchan trig dur sndbuf rate pos interp pan envbufnum max-grains &key mul add)
Package

cl-collider.

Source

ugens/grainugens.lisp.

Function: grain-fm.ar (&optional numchan trig dur car-freq mod-freq index pan envbufnum max-grains &key mul add)
Package

cl-collider.

Source

ugens/grainugens.lisp.

Function: grain-in.ar (&optional numchan trig dur in pan envbufnum max-grains &key mul add)
Package

cl-collider.

Source

ugens/grainugens.lisp.

Function: grain-sin.ar (&optional numchan trig dur freq pan envbufnum max-grains &key mul add)
Package

cl-collider.

Source

ugens/grainugens.lisp.

Function: gravity-grid.ar (&optional reset rate newx newy bufnum mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: gravity-grid2.ar (&optional reset rate newx newy bufnum mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: gray-noise.ar (&optional mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: gray-noise.kr (&optional mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: greyhole.ar (in &optional delay-time damp size diff feedback mod-depth mod-freq)
Package

cl-collider.

Source

ugens/sc3plugins/deindugens.lisp.

Function: group-free-all (&optional rt-server)
Package

cl-collider.

Source

server.lisp.

Function: hasher.ar (&optional in mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: hasher.kr (&optional in mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: henon-c.ar (&optional freq a b x0 x1 &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: henon-l.ar (&optional freq a b x0 x1 &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: henon-n.ar (&optional freq a b x0 x1 &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: hilbert-fir.ar (in buffer)
Package

cl-collider.

Source

ugens/hilbert.lisp.

Function: hilbert.ar (in &optional mul add)
Package

cl-collider.

Source

ugens/hilbert.lisp.

Function: hpf.ar (&optional in freq mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: hpf.kr (&optional in freq mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: hpz-1.ar (&optional in mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: hpz-1.kr (&optional in mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: hpz-2.ar (&optional in mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: hpz-2.kr (&optional in mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: i-env-gen.ar (envelope index &optional mul add)
Package

cl-collider.

Source

ugens/ienvgen.lisp.

Function: i-env-gen.kr (envelope index &optional mul add)
Package

cl-collider.

Source

ugens/ienvgen.lisp.

Function: i-rand.ir (&optional lo hi)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: ifft.ar (buffer &optional wintype winsize)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: ifft.kr (buffer &optional wintype winsize)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: if~ (condition true false)
Package

cl-collider.

Source

operators.lisp.

Function: impulse.ar (&optional freq phase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: impulse.kr (&optional freq phase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: in-feedback.ar (&optional bus chanls)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: in-range.ar (&optional in lo hi)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: in-range.kr (&optional in lo hi)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: in-trig.kr (&optional bus chanls)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: in.ar (&optional bus chanls)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: in.kr (&optional bus chanls)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: index-in-between.ar (bufnum &optional in mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: index-in-between.kr (bufnum &optional in mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: index-l.ar (bufnum &optional in mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: index-l.kr (bufnum &optional in mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: index.ar (bufnum &optional in mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: index.kr (bufnum &optional in mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: info-ugen-base.ir ()
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: instruction.ar (&optional bufnum mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: integrator.ar (&optional in coef mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: integrator.kr (&optional in coef mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: is-playing-p (node)
Package

cl-collider.

Source

server.lisp.

Function: jack-connect (&key client-name input-name output-name)
Package

cl-collider.

Source

server.lisp.

Function: jpverb.ar (in &optional time damp size early-diff mod-depth mod-freq low mid high low-cut high-cut)
Package

cl-collider.

Source

ugens/sc3plugins/deindugens.lisp.

Function: k2a.ar (&optional in)
Package

cl-collider.

Source

ugens/line.lisp.

Function: key-state.kr (&optional keycode minval maxval lag)
Package

cl-collider.

Source

ugens/macugens.lisp.

Function: keytrack.kr (chain &optional key-decay chroma-leak)
Package

cl-collider.

Source

ugens/machinelistening.lisp.

Function: klang.ar (specificationsarrayref &optional freq-scale freq-offset)
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Function: klank.ar (specificationsarrayref input &optional freq-scale freq-offset decay-scale)
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Function: kmeans-to-bpset1.ar (&optional freq numdatapoints maxnummeans nummeans tnewdata tnewmeans soft bufnum mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: kr (name &optional value lag)

shortcut for named-control(control rate)

Package

cl-collider.

Source

synthdef.lisp.

Function: ladspa.ar (num-channels id &rest args)
Package

cl-collider.

Source

ugens/sc3plugins/ladspaugen.lisp.

Function: lag-2ud.ar (&optional in lag-time-u lag-time-d mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: lag-2ud.kr (&optional in lag-time-u lag-time-d mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: lag-3ud.ar (&optional in lag-time-u lag-time-d mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: lag-3ud.kr (&optional in lag-time-u lag-time-d mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: lag-in.kr (&optional bus chanls lag)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: lag-ud.ar (&optional in lag-time-u lag-time-d mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: lag-ud.kr (&optional in lag-time-u lag-time-d mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: lag.ar (&optional in lag-time mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: lag.kr (&optional in lag-time mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: lag2.ar (&optional in lag-time mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: lag2.kr (&optional in lag-time mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: lag3.ar (&optional in lag-time mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: lag3.kr (&optional in lag-time mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: last-value.ar (&optional in diff)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: last-value.kr (&optional in diff)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: latch.ar (&optional in trig)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: latch.kr (&optional in trig)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: latoocarfian-c.ar (&optional freq a b c d xi yi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: latoocarfian-l.ar (&optional freq a b c d xi yi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: latoocarfian-n.ar (&optional freq a b c d xi yi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: leak-dc.ar (&optional in coef mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: leak-dc.kr (&optional in coef mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: least-change.ar (&optional a b)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: least-change.kr (&optional a b)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: lf-brown-noise0.ar (&optional freq dev dist mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: lf-brown-noise0.kr (&optional freq dev dist mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: lf-brown-noise1.ar (&optional freq dev dist mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: lf-brown-noise1.kr (&optional freq dev dist mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: lf-brown-noise2.ar (&optional freq dev dist mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: lf-brown-noise2.kr (&optional freq dev dist mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: lf-clip-noise.ar (&optional freq mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: lf-clip-noise.kr (&optional freq mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: lf-cub.ar (&optional freq iphase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: lf-cub.kr (&optional freq iphase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: lf-gauss.ar (&optional duration width &key iphase loop action)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: lf-gauss.kr (&optional duration width &key iphase loop action)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: lf-noise0.ar (&optional freq mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: lf-noise0.kr (&optional freq mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: lf-noise1.ar (&optional freq mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: lf-noise1.kr (&optional freq mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: lf-noise2.ar (&optional freq mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: lf-noise2.kr (&optional freq mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: lf-par.ar (&optional freq iphase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: lf-par.kr (&optional freq iphase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: lf-pulse.ar (&optional freq iphase width mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: lf-pulse.kr (&optional freq iphase width mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: lf-saw.ar (&optional freq iphase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: lf-saw.kr (&optional freq iphase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: lf-tri.ar (&optional freq iphase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: lf-tri.kr (&optional freq iphase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: lfd-clip-noise.ar (&optional freq mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: lfd-clip-noise.kr (&optional freq mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: lfd-noise0.ar (&optional freq mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: lfd-noise0.kr (&optional freq mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: lfd-noise1.ar (&optional freq mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: lfd-noise1.kr (&optional freq mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: lfd-noise3.ar (&optional freq mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: lfd-noise3.kr (&optional freq mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: limiter.ar (&optional in level dur)
Package

cl-collider.

Source

ugens/compander.lisp.

Function: lin-exp (in in-min in-max out-min out-max &optional clip)
Package

cl-collider.

Source

ugens/line.lisp.

Function: lin-exp.ar (&optional in srclo srchi dstlo dsthi)
Package

cl-collider.

Source

ugens/line.lisp.

Function: lin-exp.kr (&optional in srclo srchi dstlo dsthi)
Package

cl-collider.

Source

ugens/line.lisp.

Function: lin-lin (in in-min in-max out-min out-max &optional clip)
Package

cl-collider.

Source

ugens/line.lisp.

Function: lin-lin.ar (in &optional srclo srchi dstlo dsthi)
Package

cl-collider.

Source

ugens/line.lisp.

Function: lin-lin.kr (in &optional srclo srchi dstlo dsthi)
Package

cl-collider.

Source

ugens/line.lisp.

Function: lin-pan2.ar (in &optional pos level)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: lin-pan2.kr (in &optional pos level)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: lin-rand.ir (&optional lo hi minmax)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: lin-select-x.ar (which array &optional wrap)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: lin-select-x.kr (which array &optional wrap)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: lin-x-fade2.ar (in-a &optional in-b pan level)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: lin-x-fade2.kr (in-a &optional in-b pan level)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: lincong-c.ar (&optional freq a c m xi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: lincong-l.ar (&optional freq a c m xi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: lincong-n.ar (&optional freq a c m xi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: line.ar (&optional start end dur &key mul add act)
Package

cl-collider.

Source

ugens/line.lisp.

Function: line.kr (&optional start end dur &key mul add act)
Package

cl-collider.

Source

ugens/line.lisp.

Function: linen (&optional attack sus-time release level curve)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: linen.kr (&optional gate attack-time sus-level release-time &key act)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: list-dugen (list &optional repeats)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: local-buf (&optional frames chanls)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: local-buf-list (values)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: local-in.ar (&optional chanls default)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: local-in.kr (&optional chanls default)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: local-out.ar (channels-array)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: local-out.kr (channels-array)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: logistic.ar (&optional chaos-param freq init mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: logistic.kr (&optional chaos-param freq init mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: lorenz-l.ar (&optional freq s r b h xi yi zi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: loudness.kr (chain &optional s-mask t-mask)
Package

cl-collider.

Source

ugens/machinelistening.lisp.

Function: lpc-error.ar (input &optional p mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: lpf.ar (&optional in freq mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: lpf.kr (&optional in freq mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: lpz-1.ar (&optional in mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: lpz-1.kr (&optional in mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: lpz-2.ar (&optional in mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: lpz-2.kr (&optional in mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: lti.ar (input &optional bufnuma bufnumb mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: madd (ugen &optional mul add)
Package

cl-collider.

Source

operators.lisp.

Function: make-external-server (name &key server-options host port just-connect-p)
Package

cl-collider.

Source

server.lisp.

Function: make-group (&key id server pos to)
Package

cl-collider.

Source

server.lisp.

Function: make-server-options (&key num-control-bus num-audio-bus num-input-bus num-output-bus block-size hardware-buffer-size hardware-samplerate num-sample-buffers max-num-nodes max-num-synthdefs realtime-mem-size num-wire-buffers num-random-seeds load-synthdefs-p publish-to-rendezvous-p max-logins verbosity ugen-plugins-path device)
Package

cl-collider.

Source

server-options.lisp.

Function: mantissa-mask.ar (&optional in bits mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: mantissa-mask.kr (&optional in bits mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: map-bus (node &rest param &key &allow-other-keys)

Map a bus or buses onto the specified controls of a node.

Package

cl-collider.

Source

server.lisp.

Function: max.kr (in &optional numsamp)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: mda-piano.ar (&optional freq &key gate vel decay release hard velhard muffle velmuff velcurve stereo tune random stretch sustain mul add)
Package

cl-collider.

Source

ugens/sc3plugins/mdaugens.lisp.

Function: mean (array)
Package

cl-collider.

Source

operators.lisp.

Function: median.ar (&optional length in mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: median.kr (&optional length in mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: mfcc.kr (chain &optional numcoeff)
Package

cl-collider.

Source

ugens/machinelistening.lisp.

Function: mid-eq.ar (&optional in freq rq db mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: mid-eq.kr (&optional in freq rq db mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: midicps (in1)
Package

cl-collider.

Source

operators.lisp.

Function: midiratio (in1)
Package

cl-collider.

Source

operators.lisp.

Function: mix (array)
Package

cl-collider.

Source

operators.lisp.

Function: moog-ff.ar (in &optional freq gain reset mul add)
Package

cl-collider.

Source

ugens/moogff.lisp.

Function: moog-ff.kr (in &optional freq gain reset mul add)
Package

cl-collider.

Source

ugens/moogff.lisp.

Function: moog-ladder.ar (in &optional ffreq res mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: moog-ladder.kr (in &optional ffreq res mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: most-change.ar (&optional a b)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: most-change.kr (&optional a b)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: mouse-button.kr (&optional minval maxval lag)
Package

cl-collider.

Source

ugens/macugens.lisp.

Function: mouse-x.kr (&optional minval maxval warp lag)
Package

cl-collider.

Source

ugens/macugens.lisp.

Function: mouse-y.kr (&optional minval maxval warp lag)
Package

cl-collider.

Source

ugens/macugens.lisp.

Function: n-rand.ir (&optional lo hi n)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: named-control (name rate &optional value lag)

A NamedControl directly combines a ControlName and a Control UGen conveniently. Also this makes it safe even if several identical controls exist

Package

cl-collider.

Source

synthdef.lisp.

Function: neg (in1)
Package

cl-collider.

Source

operators.lisp.

Function: nested-allpass-c.ar (in &optional maxdelay1 delay1 gain1 maxdelay2 delay2 gain2 mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: nested-allpass-l.ar (in &optional maxdelay1 delay1 gain1 maxdelay2 delay2 gain2 mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: nested-allpass-n.ar (in &optional maxdelay1 delay1 gain1 maxdelay2 delay2 gain2 mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: nhhall.ar (&optional in rt60 stereo lowfreq lowratio hifreq hiratio earlydiffusion latediffusion modrate moddepth)
Package

cl-collider.

Source

ugens/sc3plugins/nhugens.lisp.

Function: nl.ar (input &optional bufnuma bufnumb guard1 guard2 mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: nl2.ar (input &optional bufnum maxsizea maxsizeb guard1 guard2 mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: nlfilt-c.ar (input a b d c l &optional mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: nlfilt-c.kr (input a b d c l &optional mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: nlfilt-l.ar (input a b d c l &optional mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: nlfilt-l.kr (input a b d c l &optional mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: nlfilt-n.ar (input a b d c l &optional mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: nlfilt-n.kr (input a b d c l &optional mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: normalizer.ar (&optional in level dur)
Package

cl-collider.

Source

ugens/compander.lisp.

Function: now ()
Package

cl-collider.

Source

server.lisp.

Function: num-audio-buses.ir ()
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: num-buffers.ir ()
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: num-control-buses.ir ()
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: num-input-buses.ir ()
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: num-output-buses.ir ()
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: num-running-synths.kr ()
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: offset-out.ar (bus channels-array)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: offset-out.kr (bus channels-array)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: one-pole.ar (&optional in coef mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: one-pole.kr (&optional in coef mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: one-zero.ar (&optional in coef mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: one-zero.kr (&optional in coef mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: onsets.kr (chain &optional threshold odf-type relax-time floor min-gap median-span wh-type raw-odf)
Package

cl-collider.

Source

ugens/machinelistening.lisp.

Function: oregonator.ar (&optional reset rate epsilon mu q initx inity initz mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: osc-device (host port &key local-host local-port)
Package

sc-osc.

Source

transmit.lisp.

Function: osc-n.ar (bufnum &optional freq phase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: osc-n.kr (bufnum &optional freq phase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: osc.ar (bufnum &optional freq phase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: osc.kr (bufnum &optional freq phase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: out.ar (bus channels-array)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: out.kr (bus channels-array)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: p-sin-grain.ar (&optional freq dur amp)
Package

cl-collider.

Source

ugens/psingrain.lisp.

Function: pan-az.ar (num-chans in &optional pos level width orientation)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: pan-az.kr (num-chans in &optional pos level width orientation)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: pan-b.ar (in &optional azimuth elevation gain)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: pan-b.kr (in &optional azimuth elevation gain)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: pan-b2.ar (in &optional azimuth gain)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: pan-b2.kr (in &optional azimuth gain)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: pan2.ar (in &optional pos level)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: pan2.kr (in &optional pos level)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: pan4.ar (in &optional x-pos y-pos level)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: pan4.kr (in &optional x-pos y-pos level)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: pause-self-when-done.kr (src)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: pause-self.kr (src)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: peak-follower.ar (&optional in decay)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: peak-follower.kr (&optional in decay)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: peak.ar (&optional in trig)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: peak.kr (&optional in trig)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: perc (&optional attack release level curve)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: phasor.ar (&optional trig srate start end reset-pos)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: phasor.kr (&optional trig srate start end reset-pos)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: pink-noise.ar (&optional mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: pink-noise.kr (&optional mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: pitch-shift.ar (&optional in window-size pitch-ratio pitch-dispersion time-dispersion &key mul add)
Package

cl-collider.

Source

ugens/pitchshift.lisp.

Function: pitch.kr (&optional in init-freq min-freq max-freq exec-freq max-bins-per-octave median amp-threshold peak-threshold down-sample clar)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: play-buf.ar (chanls &optional bufnum rate &key trig start-pos loop act)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: play-buf.kr (chanls &optional bufnum rate &key trig start-pos loop act)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: pluck.ar (&optional in trig max-deltime deltime decaytime coef &key mul add)
Package

cl-collider.

Source

ugens/pluck.lisp.

Function: pm-osc.ar (car-freq mod-freq &optional pm-index mod-phase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: pm-osc.kr (car-freq mod-freq &optional pm-index mod-phase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: poll.ar (&optional trig in label trigid)
Package

cl-collider.

Source

ugens/poll.lisp.

Function: poll.kr (&optional trig in label trigid)
Package

cl-collider.

Source

ugens/poll.lisp.

Function: print-val.kr (in &optional numblocks id)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: product (list &optional f)
Package

cl-collider.

Source

operators.lisp.

Function: proxy-ctrl (key &rest params &key &allow-other-keys)
Package

cl-collider.

Source

synthdef.lisp.

Function: puase.kr (gate id)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: pulse-count.ar (&optional trig reset)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: pulse-count.kr (&optional trig reset)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: pulse-divider.ar (&optional trig div start)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: pulse-divider.kr (&optional trig div start)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: pulse.ar (&optional freq width mul add)
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Function: pulse.kr (&optional freq width mul add)
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Function: pv-add (buffer-a buffer-b)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-bin-buf-rd (buffer playbuf &key point binstart binskip numbins clear)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-bin-delay (buffer maxdelay delaybuf fbbuf &optional hop)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-bin-filter (buffer &optional start end)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-bin-play-buf (buffer playbuf rate &key offset binstart binskip numbins loop clear)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-bin-scramble (buffer &optional wipe width trig)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-bin-shift (buffer &optional stretch shift)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-bin-wipe (buffer-a buffer-b &optional wipe)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-brick-wall (buffer &optional wipe)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-buf-rd (buffer playbuf &key point)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-conformal-map (buffer &optional areal aimag)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-conj (buffer)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-copy (buffer-a buffer-b)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-copy-phase (buffer-a buffer-b)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-diffuser (buffer &optional trig)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-div (buffer-a buffer-b)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-even-bin (buffer)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-freeze (buffer &optional freeze)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-freq-buffer (buffer databuffer)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-hainsworth-foote.ar (buffer &optional proph propf threshold waittime)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-invert (buffer)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-jensen-andersen.ar (buffer &optional propsc prophfe prophfc propsf threshold waittime)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-local-max (buffer &optional threshold)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-mag-above (buffer &optional threshold)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-mag-below (buffer &optional threshold)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-mag-buffer (buffer databuffer)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-mag-clip (buffer &optional threshold)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-mag-div (buffer-a buffer-b &optional zeroed)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-mag-freeze (buffer &optional freeze)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-mag-map (buffer mapbuf)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-mag-mul (buffer-a buffer-b)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-mag-noise (buffer)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-mag-shift (buffer &optional stretch shift)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-mag-smear (buffer &optional bins)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-mag-squared (buffer)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-max (buffer-a buffer-b)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-max-mag-n (buffer numbins)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-min (buffer-a buffer-b)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-min-mag-n (buffer numbins)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-mul (buffer-a buffer-b)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-noise-synth-f (buffer &optional threshold num-frames initflag)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-noise-synth-p (buffer &optional threshold num-frames initflag)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-odd-bin (buffer)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-partial-synth-f (buffer &optional threshold num-frames initflag)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-partial-synth-p (buffer &optional threshold num-frames initflag)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-phase-shift (buffer shift)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-phase-shift270 (buffer)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-phase-shift90 (buffer)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-play-buf (buffer playbuf rate &key offset loop)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-rand-comb (buffer &optional wipe trig)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-rand-wipe (buffer-a buffer-b &optional wipe trig)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-record-buf (buffer recbuf &key offset run loop hop wintype)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-rect-comb (buffer &optional num-teeth phase width)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-rect-comb2 (buffer-a buffer-b &optional num-teeth phase width)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: pv-spectral-enhance (buffer &key num-partials ratio strength)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-spectral-map (buffer specbuffer &key floor freeze mode norm window)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Function: pv-whiten (buffer track-bufnum &optional relax-time floor smear bin-downsample)
Package

cl-collider.

Source

ugens/sc3plugins/mcldugens.lisp.

Function: qitch.kr (&optional in databufnum ampthreshold algoflag ampbufnum minfreq maxfreq)
Package

cl-collider.

Source

ugens/sc3plugins/pitchdetection.lisp.

Function: quad-c.ar (&optional freq a b c xi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: quad-l.ar (&optional freq a b c xi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: quad-n.ar (&optional freq a b c xi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: quant (next-time &optional offset)
Package

cl-collider.

Source

server.lisp.

Function: radians-per-sample.ir ()
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: ramp.ar (&optional in lag-time mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: ramp.kr (&optional in lag-time mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: rand-id.ir (&optional id)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: rand-id.kr (&optional id)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: rand-seed.ar (&optional trig seed)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: rand-seed.ir (&optional trig seed)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: rand-seed.kr (&optional trig seed)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: rand.ir (&optional lo hi)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: range (ugen &optional lo hi)
Package

cl-collider.

Source

operators.lisp.

Function: reciprocal (in1)
Package

cl-collider.

Source

operators.lisp.

Function: record-buf.ar (input-array &optional bufnum &key offset rec-level pre-level run loop trig act)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: record-buf.kr (input-array &optional bufnum &key offset rec-level pre-level run loop trig act)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: release (node)

Set the gate control of NODE to 0, releasing the node.

Package

cl-collider.

Source

server.lisp.

Function: remove-osc-responder (osc-device cmd-name)
Package

sc-osc.

Source

transmit.lisp.

Function: remove-reply-responder (cmd)
Package

cl-collider.

Source

server.lisp.

Function: replace-out.ar (bus channels-array)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: replace-out.kr (bus channels-array)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: resonz.ar (&optional in freq bwr mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: resonz.kr (&optional in freq bwr mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: rhpf.ar (&optional in freq rq mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: rhpf.kr (&optional in freq rq mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: ringz.ar (&optional in freq decay-time mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: ringz.kr (&optional in freq decay-time mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: rlpf.ar (&optional in freq rq mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: rlpf.kr (&optional in freq rq mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: rlpfd.ar (in &optional ffreq res dist mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: rlpfd.kr (in &optional ffreq res dist mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: rotate2.ar (x y &optional pos)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: rotate2.kr (x y &optional pos)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: running-max.ar (&optional in trig)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: running-max.kr (&optional in trig)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: running-min.ar (&optional in trig)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: running-min.kr (&optional in trig)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: running-sum-rms (in &optional num-samp)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: running-sum.ar (in &optional num-samp)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: running-sum.kr (in &optional num-samp)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: sample-dur.ir ()
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: sample-rate.ir ()
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: sanitize.ar (&optional in replace)
Package

cl-collider.

Source

ugens/testugens.lisp.

Function: sanitize.kr (&optional in replace)
Package

cl-collider.

Source

ugens/testugens.lisp.

Function: saw-dpw.ar (&optional freq iphase mul add)
Package

cl-collider.

Source

ugens/sc3plugins/mcldugens.lisp.

Function: saw-dpw.kr (&optional freq iphase mul add)
Package

cl-collider.

Source

ugens/sc3plugins/mcldugens.lisp.

Function: saw.ar (&optional freq mul add)
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Function: saw.kr (&optional freq mul add)
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Function: schmidt.ar (&optional in lo hi)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: schmidt.kr (&optional in lo hi)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: scope-out.ar (input-array &optional bufnum)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: scope-out.kr (input-array &optional bufnum)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: scope-out2.ar (input-array &optional scope-num max-frames scope-frames)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: scope-out2.kr (input-array &optional scope-num max-frames scope-frames)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: select-x-focus.ar (which array &optional focus)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: select-x-focus.kr (which array &optional focus)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: select-x.ar (which array &optional wrap)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: select-x.kr (which array &optional wrap)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: select.ar (which array)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: select.kr (which array)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: send-bundle (timestamp osc-device &rest messages)
Package

sc-osc.

Source

transmit.lisp.

Function: send-message (osc-device &rest message)
Package

sc-osc.

Source

transmit.lisp.

Function: send-peak-rms.ar (sig &optional reply-rate peak-lag cmd-name reply-id)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: send-peak-rms.kr (sig &optional reply-rate peak-lag cmd-name reply-id)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: send-reply.ar (&optional trig cmd values reply-id)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: send-reply.kr (&optional trig cmd values reply-id)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: send-trig.ar (&optional in id value)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: send-trig.kr (&optional in id value)
Package

cl-collider.

Source

ugens/trig.lisp.

Reader: server-options-block-size (instance)
Writer: (setf server-options-block-size) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

block-size.

Function: server-query-all-nodes (&optional rt-server)
Package

cl-collider.

Source

server.lisp.

Function: server-status (&optional rt-server)
Package

cl-collider.

Source

server.lisp.

Function: set-buf (local-buf values &optional offset)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: set-clock (new-clock)
Package

cl-collider.

Source

server.lisp.

Function: set-reset-ff.ar (&optional trig reset)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: set-reset-ff.kr (&optional trig reset)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: shaper.ar (bufnum &optional in mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: shaper.kr (bufnum &optional in mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: sieve1.ar (bufnum &optional gap alternate mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: sieve1.kr (bufnum &optional gap alternate mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: sign (in1)
Package

cl-collider.

Source

operators.lisp.

Function: silent.ar (&optional chanls)
Package

cl-collider.

Source

ugens/line.lisp.

Function: sin-osc-fb.ar (&optional freq feedback mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: sin-osc-fb.kr (&optional freq feedback mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: sin-osc.ar (&optional freq phase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: sin-osc.kr (&optional freq phase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: sine (&optional dur level)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: sine-shaper.ar (in &optional limit mul add)
Package

cl-collider.

Source

ugens/sc3plugins/distortionplugins.lisp.

Function: sl-onset.ar (input &optional memorysize1 before after threshold hysteresis mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: slew.ar (&optional in up dn mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: slew.kr (&optional in up dn mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: slope.ar (&optional in mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: slope.kr (&optional in mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: smooth-clip-q.ar (in &optional lo hi amount delta)
Package

cl-collider.

Source

ugens/quarks/miscellaneous_lib/wavefolding.lisp.

Function: smooth-clip-q.kr (in &optional lo hi amount delta)
Package

cl-collider.

Source

ugens/quarks/miscellaneous_lib/wavefolding.lisp.

Function: smooth-clip-s.ar (in &optional lo hi amount delta)
Package

cl-collider.

Source

ugens/quarks/miscellaneous_lib/wavefolding.lisp.

Function: smooth-clip-s.kr (in &optional lo hi amount delta)
Package

cl-collider.

Source

ugens/quarks/miscellaneous_lib/wavefolding.lisp.

Function: smooth-decimator.ar (in &optional rate smoothing mul add)
Package

cl-collider.

Source

ugens/sc3plugins/distortionplugins.lisp.

Function: smooth-fold-q.ar (in &optional lo hi fold-range smooth-amount delta)
Package

cl-collider.

Source

ugens/quarks/miscellaneous_lib/wavefolding.lisp.

Function: smooth-fold-q.kr (in &optional lo hi fold-range smooth-amount delta)
Package

cl-collider.

Source

ugens/quarks/miscellaneous_lib/wavefolding.lisp.

Function: smooth-fold-q2.ar (in &optional lo hi fold-range-lo fold-range-hi smooth-amount delta)
Package

cl-collider.

Source

ugens/quarks/miscellaneous_lib/wavefolding.lisp.

Function: smooth-fold-q2.kr (in &optional lo hi fold-range-lo fold-range-hi smooth-amount delta)
Package

cl-collider.

Source

ugens/quarks/miscellaneous_lib/wavefolding.lisp.

Function: smooth-fold-s.ar (in &optional lo hi fold-range smooth-amount delta)
Package

cl-collider.

Source

ugens/quarks/miscellaneous_lib/wavefolding.lisp.

Function: smooth-fold-s.kr (in &optional lo hi fold-range smooth-amount delta)
Package

cl-collider.

Source

ugens/quarks/miscellaneous_lib/wavefolding.lisp.

Function: smooth-fold-s2.ar (in &optional lo hi fold-range-lo fold-range-hi smooth-amount delta)
Package

cl-collider.

Source

ugens/quarks/miscellaneous_lib/wavefolding.lisp.

Function: smooth-fold-s2.kr (in &optional lo hi fold-range-lo fold-range-hi smooth-amount delta)
Package

cl-collider.

Source

ugens/quarks/miscellaneous_lib/wavefolding.lisp.

Function: softclip (in1)
Package

cl-collider.

Source

operators.lisp.

Function: sort-buf.ar (&optional bufnum sortrate reset)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: sos.ar (&optional in a0 a1 a2 b1 b2 mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: sos.kr (&optional in a0 a1 a2 b1 b2 mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: sound-in.ar (&optional bus mul add)
Package

cl-collider.

Source

ugens/soundin.lisp.

Function: spec-centroid.kr (buffer)
Package

cl-collider.

Source

ugens/machinelistening.lisp.

Function: spec-flatness.kr (buffer)
Package

cl-collider.

Source

ugens/machinelistening.lisp.

Function: spec-pcile.kr (buffer &optional fraction interpolate)
Package

cl-collider.

Source

ugens/machinelistening.lisp.

Function: splay-fill (n function &optional spread level center level-comp)
Package

cl-collider.

Source

ugens/splay.lisp.

Function: splay.ar (in-array &optional spread level center level-comp)
Package

cl-collider.

Source

ugens/splay.lisp.

Function: splay.kr (in-array &optional spread level center level-comp)
Package

cl-collider.

Source

ugens/splay.lisp.

Function: spring.ar (&optional in spring damp)
Package

cl-collider.

Source

ugens/physicalmodel.lisp.

Function: spring.kr (&optional in spring damp)
Package

cl-collider.

Source

ugens/physicalmodel.lisp.

Function: spruce-budworm.ar (&optional reset rate k1 k2 alpha beta mu rho initx inity mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: squared (in1)
Package

cl-collider.

Source

operators.lisp.

Function: standard-l.ar (&optional freq k xi yi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: standard-n.ar (&optional freq k xi yi &key mul add)
Package

cl-collider.

Source

ugens/chaos.lisp.

Function: stepper.ar (&optional trig reset min max step reset-val)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: stepper.kr (&optional trig reset min max step reset-val)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: stereo-convolution2-l.ar (in kernel-l kernel-r &optional trigger framesize crossfade mul add)
Package

cl-collider.

Source

ugens/fft.lisp.

Function: stop (&optional group &rest groups)
Package

cl-collider.

Source

server.lisp.

Function: streson.ar (input &optional delay-time res mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: streson.kr (input &optional delay-time res mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: subsample-offset.ir ()
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: sum (array)
Package

cl-collider.

Source

operators.lisp.

Function: sweep.ar (&optional trig srate)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: sweep.kr (&optional trig srate)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: sync (&optional rt-server)
Package

cl-collider.

Source

server.lisp.

Function: sync-saw.ar (&optional sync-freq saw-freq mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: sync-saw.kr (&optional sync-freq saw-freq mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: synth (name &rest args)

Start a synth by name.

Package

cl-collider.

Source

synthdef.lisp.

Function: synthdef-metadata (synth &optional key)

Get metadata about the synthdef with the name of SYNTH. When KEY is provided, return that specific item from the metadata (i.e. controls, body, etc).

Package

cl-collider.

Source

synthdef.lisp.

Function: (setf synthdef-metadata) (synth key)

Set a metadatum for the synthdef SYNTH.

Package

cl-collider.

Source

synthdef.lisp.

Function: t-ball.ar (&optional in g damp friction)
Package

cl-collider.

Source

ugens/physicalmodel.lisp.

Function: t-ball.kr (&optional in g damp friction)
Package

cl-collider.

Source

ugens/physicalmodel.lisp.

Function: t-beta-rand.ar (&optional lo hi prob1 prob2 trig mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: t-beta-rand.kr (&optional lo hi prob1 prob2 trig mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: t-brown-rand.ar (&optional lo hi dev dist trig mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: t-brown-rand.kr (&optional lo hi dev dist trig mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: t-choose.ar (trig array)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: t-choose.kr (trig array)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: t-delay.ar (&optional in dur)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: t-delay.kr (&optional in dur)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: t-duty.ar (&optional dur &key reset level act gap-first)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: t-duty.kr (&optional dur &key reset level act gap-first)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: t-exp-rand.ar (&optional lo hi trig)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: t-exp-rand.kr (&optional lo hi trig)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: t-gauss-rand.ar (&optional lo hi trig mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: t-gauss-rand.kr (&optional lo hi trig mul add)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: t-rand.ar (&optional lo hi trig)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: t-rand.kr (&optional lo hi trig)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: t2a.ar (&optional in offset)
Package

cl-collider.

Source

ugens/line.lisp.

Function: t2k.kr (&optional in)
Package

cl-collider.

Source

ugens/line.lisp.

Function: tartini.kr (&optional in threshold n k overlap small-cutoff)
Package

cl-collider.

Source

ugens/sc3plugins/pitchdetection.lisp.

Function: terman-wang.ar (&optional input reset ratex ratey alpha beta eta initx inity mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: tgrains.ar (chanls &optional trigger bufnum rate center-pos dur pan amp interp)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: tgrains2.ar (chanls &optional trigger bufnum rate center-pos dur pan amp attk dec interp)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: tgrains3.ar (chanls &optional trigger bufnum rate center-pos dur pan amp attk dec window interp)
Package

cl-collider.

Source

ugens/sc3plugins/bhobugens.lisp.

Function: ti-rand.ar (&optional lo hi trig)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: ti-rand.kr (&optional lo hi trig)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: timer.ar (&optional trig)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: timer.kr (&optional trig)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: toggle-ff.ar (&optional trig)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: toggle-ff.kr (&optional trig)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: triangle (&optional dur level)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: trig-1.ar (&optional in dur)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: trig-1.kr (&optional in dur)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: trig.ar (&optional in dur)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: trig.kr (&optional in dur)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: trunc (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: tw-choose.ar (trig array weights &optional normalize)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: tw-choose.kr (trig array weights &optional normalize)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: tw-index.ar (in array &optional normalize)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: tw-index.kr (in array &optional normalize)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: two-pole.ar (&optional in freq radius mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: two-pole.kr (&optional in freq radius mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: two-tube.ar (&optional input k loss d1length d2length mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: two-zero.ar (&optional in freq radius mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: two-zero.kr (&optional in freq radius mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: unipolar (ugen &optional mul)
Package

cl-collider.

Source

operators.lisp.

Function: v-disk-in.ar (chanls bufnum &optional rate loop send-id)
Package

cl-collider.

Source

ugens/diskio.lisp.

Function: v-osc.ar (bufpos &optional freq phase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: v-osc.kr (bufpos &optional freq phase mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: var-lag.ar (&optional in time curvature warp start mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: var-lag.kr (&optional in time curvature warp start mul add)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: var-saw.ar (&optional freq iphase width mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: var-saw.kr (&optional freq iphase width mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: vibrato.ar (&optional freq frate depth delay onset rate-variation depth-variation iphase)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: vibrato.kr (&optional freq frate depth delay onset rate-variation depth-variation iphase)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: vm-scan2d.ar (&optional bufnum mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: warp1.ar (&optional numchan bufnum pointer freq-scale window-size envbufnum overlaps window-rand-ratio interp &key mul add)
Package

cl-collider.

Source

ugens/grainugens.lisp.

Function: wave-terrain.ar (&optional bufnum x y xsize ysize mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: weakly-nonlinear.ar (input &optional reset ratex ratey freq initx inity alpha xexponent beta yexponent mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: weakly-nonlinear2.ar (input &optional reset ratex ratey freq initx inity alpha xexponent beta yexponent mul add)
Package

cl-collider.

Source

ugens/sc3plugins/slugens.lisp.

Function: white-noise.ar (&optional mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: white-noise.kr (&optional mul add)
Package

cl-collider.

Source

ugens/noise.lisp.

Function: wrap-index.ar (bufnum &optional in mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: wrap-index.kr (bufnum &optional in mul add)
Package

cl-collider.

Source

ugens/osc.lisp.

Function: wrap.ar (&optional in lo hi)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: wrap.ir (&optional in lo hi)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: wrap.kr (&optional in lo hi)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: x-fade2.ar (in-a &optional in-b pan level)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: x-fade2.kr (in-a &optional in-b pan level)
Package

cl-collider.

Source

ugens/pan.lisp.

Function: x-line.ar (&optional start end dur &key mul add act)
Package

cl-collider.

Source

ugens/line.lisp.

Function: x-line.kr (&optional start end dur &key mul add act)
Package

cl-collider.

Source

ugens/line.lisp.

Function: x-out.ar (bus xfade channels-array)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: x-out.kr (bus xfade channels-array)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: zero-crossing.ar (&optional in)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: zero-crossing.kr (&optional in)
Package

cl-collider.

Source

ugens/trig.lisp.


5.1.6 Generic functions

Generic Function: boot-p (object)
Package

cl-collider.

Methods
Method: boot-p ((server nrt-server))
Source

server.lisp.

Reader Method: boot-p ((rt-server rt-server))

automatically generated reader method

Source

server.lisp.

Target Slot

boot-p.

Generic Writer: (setf boot-p) (object)
Package

cl-collider.

Methods
Writer Method: (setf boot-p) ((rt-server rt-server))

automatically generated writer method

Source

server.lisp.

Target Slot

boot-p.

Generic Function: buffer-dur (buffer)
Package

cl-collider.

Methods
Method: buffer-dur ((buffer buffer))

Get the duration in seconds of BUFFER.

Source

buffer.lisp.

Generic Function: buffer-free (buffer &key server complete-handler)
Package

cl-collider.

Methods
Method: buffer-free ((buffer buffer) &key server complete-handler)
Source

buffer.lisp.

Method: buffer-free ((buffer fixnum) &key server complete-handler)
Source

buffer.lisp.

Generic Reader: bufnum (object)
Package

cl-collider.

Methods
Reader Method: bufnum ((buffer buffer))

automatically generated reader method

Source

buffer.lisp.

Target Slot

bufnum.

Generic Writer: (setf bufnum) (object)
Package

cl-collider.

Methods
Writer Method: (setf bufnum) ((buffer buffer))

automatically generated writer method

Source

buffer.lisp.

Target Slot

bufnum.

Generic Reader: busnum (object)
Package

cl-collider.

Methods
Reader Method: busnum ((bus bus))

automatically generated reader method

Source

bus.lisp.

Target Slot

busnum.

Generic Writer: (setf busnum) (object)
Package

cl-collider.

Methods
Writer Method: (setf busnum) ((bus bus))

automatically generated writer method

Source

bus.lisp.

Target Slot

busnum.

Generic Function: calc-pv-recsize (buffer frame-size hop &optional sample-rate)
Package

cl-collider.

Source

ugens/sc3plugins/joshugens.lisp.

Methods
Method: calc-pv-recsize ((buffer number) frame-size hop &optional sample-rate)
Method: calc-pv-recsize ((buffer buffer) frame-size hop &optional sample-rate)
Generic Function: chanls (buffer)
Package

cl-collider.

Source

server.lisp.

Methods
Method: chanls ((buffer local-buf))
Source

ugens/bufio.lisp.

Reader Method: chanls ((bus bus))

automatically generated reader method

Source

bus.lisp.

Target Slot

chanls.

Reader Method: chanls ((buffer buffer))

automatically generated reader method

Source

buffer.lisp.

Target Slot

chanls.

Generic Writer: (setf chanls) (buffer)
Package

cl-collider.

Source

server.lisp.

Methods
Writer Method: (setf chanls) ((bus bus))

automatically generated writer method

Source

bus.lisp.

Target Slot

chanls.

Writer Method: (setf chanls) ((buffer buffer))

automatically generated writer method

Source

buffer.lisp.

Target Slot

chanls.

Generic Function: clip (in &optional lo hi)
Package

cl-collider.

Source

operators.lisp.

Methods
Method: clip (in &optional lo hi)
Source

ugens/trig.lisp.

Generic Function: clip2 (a &optional b)
Package

cl-collider.

Methods
Method: clip2 ((a number) &optional b)
Source

operators.lisp.

Method: clip2 ((a ugen) &optional b)
Source

operators.lisp.

Generic Function: env-as-signal (env frames)
Package

cl-collider.

Methods
Method: env-as-signal ((env env) (frames integer))

Return a list of length FRAMES created by sampling ENV at FRAMES number of intervals.

Source

ugens/envgen.lisp.

Generic Function: env-at (env time)
Package

cl-collider.

Methods
Method: env-at ((env env) time)

Return the value of the envelope ENV at TIME.

Source

ugens/envgen.lisp.

Generic Function: env-shape-number (self)
Package

cl-collider.

Methods
Method: env-shape-number ((self number))
Source

ugens/envgen.lisp.

Method: env-shape-number ((self ugen))
Source

ugens/envgen.lisp.

Method: env-shape-number ((self symbol))
Source

ugens/envgen.lisp.

Generic Function: fold (in &optional lo hi)
Package

cl-collider.

Methods
Method: fold (in &optional lo hi)
Source

ugens/trig.lisp.

Generic Function: frames (buffer)
Package

cl-collider.

Source

server.lisp.

Methods
Method: frames ((buffer local-buf))
Source

ugens/bufio.lisp.

Reader Method: frames ((buffer buffer))

automatically generated reader method

Source

buffer.lisp.

Target Slot

frames.

Generic Writer: (setf frames) (buffer)
Package

cl-collider.

Source

server.lisp.

Methods
Writer Method: (setf frames) ((buffer buffer))

automatically generated writer method

Source

buffer.lisp.

Target Slot

frames.

Generic Function: free (object)

Free a node or buffer on the server.

Package

cl-collider.

Source

server.lisp.

Methods
Method: free ((buffer buffer))
Source

buffer.lisp.

Method: free ((node symbol))
Method: free ((node fixnum))
Method: free ((node node))
Generic Reader: latency (object)
Package

cl-collider.

Methods
Reader Method: latency ((server server))

automatically generated reader method

Source

server.lisp.

Target Slot

latency.

Generic Writer: (setf latency) (object)
Package

cl-collider.

Methods
Writer Method: (setf latency) ((server server))

automatically generated writer method

Source

server.lisp.

Target Slot

latency.

Generic Reader: path (object)
Package

cl-collider.

Methods
Reader Method: path ((buffer buffer))

automatically generated reader method

Source

buffer.lisp.

Target Slot

path.

Generic Writer: (setf path) (object)
Package

cl-collider.

Methods
Writer Method: (setf path) ((buffer buffer))

automatically generated writer method

Source

buffer.lisp.

Target Slot

path.

Generic Function: pv-collect (pv-ugen frames func &key frombin tobin zeroothers)
Package

cl-collider.

Methods
Method: pv-collect ((pv-ugen pv-chain-ugen) frames func &key frombin tobin zeroothers)
Source

ugens/fftunpacking.lisp.

Generic Function: pvcalc (pv-ugen frames func &key frombin tobin zeroothers)
Package

cl-collider.

Methods
Method: pvcalc ((pv-ugen pv-chain-ugen) frames func &key frombin tobin zeroothers)
Source

ugens/fftunpacking.lisp.

Generic Function: pvcalc2 (pv-ugen chain2 frames func &key frombin tobin zeroothers)
Package

cl-collider.

Methods
Method: pvcalc2 ((pv-ugen pv-chain-ugen) chain2 frames func &key frombin tobin zeroothers)
Source

ugens/fftunpacking.lisp.

Generic Reader: sched-ahead (object)
Package

cl-collider.

Methods
Reader Method: sched-ahead ((server server))

automatically generated reader method

Source

server.lisp.

Target Slot

sched-ahead.

Generic Writer: (setf sched-ahead) (object)
Package

cl-collider.

Methods
Writer Method: (setf sched-ahead) ((server server))

automatically generated writer method

Source

server.lisp.

Target Slot

sched-ahead.

Generic Function: send-bundle (server time list-of-messages)
Package

cl-collider.

Source

server.lisp.

Methods
Method: send-bundle ((server nrt-server) time list-of-messages)
Method: send-bundle ((server external-server) time list-of-messages)
Generic Function: send-message (server &rest msg)
Package

cl-collider.

Source

server.lisp.

Methods
Method: send-message ((server nrt-server) &rest msg)
Method: send-message ((server external-server) &rest msg)
Generic Function: server-boot (rt-server)
Package

cl-collider.

Methods
Method: server-boot ((rt-server rt-server))
Source

server.lisp.

Generic Reader: server-options (object)
Package

cl-collider.

Methods
Reader Method: server-options ((server server))

automatically generated reader method

Source

server.lisp.

Target Slot

server-options.

Generic Function: server-quit (rt-server)
Package

cl-collider.

Methods
Method: server-quit ((rt-server external-server))
Source

server.lisp.

Method: server-quit ((rt-server rt-server))
Source

server.lisp.

Generic Reader: sr (buffer)
Package

cl-collider.

Source

server.lisp.

Methods
Reader Method: sr ((buffer buffer))

automatically generated reader method

Source

buffer.lisp.

Target Slot

sr.

Generic Writer: (setf sr) (buffer)
Package

cl-collider.

Source

server.lisp.

Methods
Writer Method: (setf sr) ((buffer buffer))

automatically generated writer method

Source

buffer.lisp.

Target Slot

sr.

Generic Function: unbubble (list)
Package

cl-collider.

Source

ugen.lisp.

Methods
Method: unbubble ((list list))
Source

operators.lisp.

Generic Function: wrap (in &optional lo hi)
Package

cl-collider.

Methods
Method: wrap (in &optional lo hi)
Source

ugens/trig.lisp.


5.1.7 Standalone methods

Method: initialize-instance :after ((self env) &key)
Source

ugens/envgen.lisp.

Method: initialize-instance :after ((self buffer) &key)
Source

buffer.lisp.

Method: initialize-instance :after ((self rt-server) &key)
Source

server.lisp.

Method: initialize-instance :after ((self scheduler) &key)
Source

scheduler.lisp.

Method: print-object ((self buffer) stream)
Source

buffer.lisp.

Method: print-object ((c proxy-output) stream)
Source

ugen.lisp.

Method: print-object ((c synthdef) stream)
Source

synthdef.lisp.

Method: print-object ((c ugen) stream)
Source

ugen.lisp.

Method: print-object ((node group) stream)
Source

server.lisp.

Method: print-object ((self external-server) stream)
Source

server.lisp.

Method: print-object ((node node) stream)
Source

server.lisp.

Method: print-object ((self bus) stream)
Source

bus.lisp.


5.1.8 Structures

Structure: server-options
Package

cl-collider.

Source

server-options.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: num-control-bus
Initform

16384

Readers

server-options-num-control-bus.

Writers

(setf server-options-num-control-bus).

Slot: num-audio-bus
Initform

1024

Readers

server-options-num-audio-bus.

Writers

(setf server-options-num-audio-bus).

Slot: num-input-bus
Initform

8

Readers

server-options-num-input-bus.

Writers

(setf server-options-num-input-bus).

Slot: num-output-bus
Initform

8

Readers

server-options-num-output-bus.

Writers

(setf server-options-num-output-bus).

Slot: block-size
Initform

64

Readers

server-options-block-size.

Writers

(setf server-options-block-size).

Slot: hardware-buffer-size
Initform

0

Readers

server-options-hardware-buffer-size.

Writers

(setf server-options-hardware-buffer-size).

Slot: hardware-samplerate
Initform

0

Readers

server-options-hardware-samplerate.

Writers

(setf server-options-hardware-samplerate).

Slot: num-sample-buffers
Initform

1024

Readers

server-options-num-sample-buffers.

Writers

(setf server-options-num-sample-buffers).

Slot: max-num-nodes
Initform

1024

Readers

server-options-max-num-nodes.

Writers

(setf server-options-max-num-nodes).

Slot: max-num-synthdefs
Initform

1024

Readers

server-options-max-num-synthdefs.

Writers

(setf server-options-max-num-synthdefs).

Slot: realtime-mem-size
Initform

8192

Readers

server-options-realtime-mem-size.

Writers

(setf server-options-realtime-mem-size).

Slot: num-wire-buffers
Initform

64

Readers

server-options-num-wire-buffers.

Writers

(setf server-options-num-wire-buffers).

Slot: num-random-seeds
Initform

64

Readers

server-options-num-random-seeds.

Writers

(setf server-options-num-random-seeds).

Slot: load-synthdefs-p
Initform

1

Readers

server-options-load-synthdefs-p.

Writers

(setf server-options-load-synthdefs-p).

Slot: publish-to-rendezvous-p
Initform

1

Readers

server-options-publish-to-rendezvous-p.

Writers

(setf server-options-publish-to-rendezvous-p).

Slot: max-logins
Initform

64

Readers

server-options-max-logins.

Writers

(setf server-options-max-logins).

Slot: verbosity
Initform

0

Readers

server-options-verbosity.

Writers

(setf server-options-verbosity).

Slot: ugen-plugins-path
Initform

(mapcar (function cl-collider::full-pathname) cl-collider:*sc-plugin-paths*)

Readers

server-options-ugen-plugins-path.

Writers

(setf server-options-ugen-plugins-path).

Slot: device
Readers

server-options-device.

Writers

(setf server-options-device).


5.1.9 Classes

Class: env
Package

cl-collider.

Source

ugens/envgen.lisp.

Direct methods
Direct slots
Slot: levels
Initargs

:levels

Readers

levels.

Writers

(setf levels).

Slot: times
Initargs

:times

Readers

times.

Writers

(setf times).

Slot: curve-number
Initargs

:curve-number

Readers

curve-number.

Writers

(setf curve-number).

Slot: curve-value
Initargs

:curve-value

Readers

curve-value.

Writers

(setf curve-value).

Slot: release-node
Initargs

:release-node

Readers

release-node.

Writers

(setf release-node).

Slot: loop-node
Initargs

:loop-node

Readers

loop-node.

Writers

(setf loop-node).

Class: local-buf
Package

cl-collider.

Source

ugens/bufio.lisp.

Direct superclasses

width-first-ugen.

Direct methods
Class: osc-device
Package

sc-osc.

Source

transmit.lisp.

Direct methods
Direct slots
Slot: reply-handle-table
Initform

(make-hash-table :test (function equal))

Readers

reply-handle-table.

Writers

This slot is read-only.

Slot: host
Initargs

:host

Readers

host.

Writers

This slot is read-only.

Slot: port
Initargs

:port

Readers

port.

Writers

This slot is read-only.

Slot: status
Initform

:not-running

Readers

status.

Writers

(setf status).

Slot: socket
Initargs

:socket

Readers

socket.

Writers

This slot is read-only.

Slot: listening-thread
Readers

listening-thread.

Writers

(setf listening-thread).

Slot: local-port
Initargs

:local-port

Readers

local-port.

Writers

This slot is read-only.


5.2 Internals


5.2.1 Constants

Constant: +2^32+
Package

sc-osc.

Source

osc.lisp.


5.2.2 Special variables

Special Variable: *all-rt-servers*
Package

cl-collider.

Source

server.lisp.

Special Variable: *bundle-msg-container*
Package

cl-collider.

Source

server.lisp.

Special Variable: *bundle-synth-container*
Package

cl-collider.

Source

server.lisp.

Special Variable: *deprecated-function-style-warning-get-synthdef-metadata-notified-p*
Package

cl-collider.

Source

synthdef.lisp.

Special Variable: *deprecated-function-style-warning-set-synthdef-metadata-notified-p*
Package

cl-collider.

Source

synthdef.lisp.

Special Variable: *immediate-timetag*
Package

sc-osc.

Source

osc.lisp.

Special Variable: *nrt-pad*
Package

cl-collider.

Source

server.lisp.

Special Variable: *run-level*
Package

cl-collider.

Source

server.lisp.

Special Variable: *sc-help-paths*

A list of directories where helpfiles for SuperCollider UGens will be searched.

Package

cl-collider.

Source

server.lisp.

Special Variable: *synthdef*
Package

cl-collider.

Source

ugen.lisp.

Special Variable: *synthdef-function-table*

Table mapping function names to their synthdef-compatible equivalents. Used by ‘convert-code’ and ‘synthdef-equivalent-function’ to convert lisp functions in synthdef bodies to ugen functions.

Package

cl-collider.

Source

synthdef.lisp.

Special Variable: *synthdef-metadata*

Metadata for each synthdef, such as its name, controls, body, etc.

Package

cl-collider.

Source

synthdef.lisp.

Special Variable: *synthdef-version*
Package

cl-collider.

Source

synthdef.lisp.

Special Variable: *temp-synth-name*
Package

cl-collider.

Source

synthdef.lisp.

Special Variable: +env-shape-table+
Package

cl-collider.

Source

ugens/envgen.lisp.

Special Variable: +type-id+
Package

cl-collider.

Source

synthdef.lisp.


5.2.3 Macros

Macro: def-binary-op (name basic-function (&key special-index) &body condition)
Package

cl-collider.

Source

operators.lisp.

Macro: def-buf-info-ugen-base (name)
Package

cl-collider.

Source

ugens/infougens.lisp.

Macro: def-dugen (name args &body body)
Package

cl-collider.

Source

ugens/demand.lisp.

Macro: def-info-ugen-base (name)
Package

cl-collider.

Source

ugens/infougens.lisp.

Macro: def-pv-chain-ugen (name args &body body)
Package

cl-collider.

Source

ugens/fft.lisp.

Macro: def-unary-op (name basic-function &key special-index)
Package

cl-collider.

Source

operators.lisp.

Macro: defugen (name args function &key check-fn signal-range)
Package

cl-collider.

Source

ugen.lisp.

Macro: with-node ((node id server) &body body)
Package

cl-collider.

Source

server.lisp.

Macro: with-recursive-lock-held ((lock) &body body)
Package

cl-collider.

Source

scheduler.lisp.

Macro: with-sync-or-call-handle ((server buffer path complete-handler) &body body)
Package

cl-collider.

Source

buffer.lisp.


5.2.4 Compiler macros

Compiler Macro: set-synthdef-metadata (&rest args)
Package

cl-collider.

Source

synthdef.lisp.


5.2.5 Ordinary functions

Function: *~ (&rest args)
Package

cl-collider.

Source

operators.lisp.

Function: +~ (&rest args)
Package

cl-collider.

Source

operators.lisp.

Function: -~ (&rest args)
Package

cl-collider.

Source

operators.lisp.

Function: /~ (&rest args)
Package

cl-collider.

Source

operators.lisp.

Function: <! (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: << (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: <=~ (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: <~ (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: >=~ (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: >> (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: >~ (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: abstract-out-check (ugen fixed-args)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: abs~ (in1)
Package

cl-collider.

Source

operators.lisp.

Function: act (act)
Package

cl-collider.

Source

ugen.lisp.

Function: add (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: add-controls (rate lag-p controls)
Package

cl-collider.

Source

synthdef.lisp.

Function: as-array-for-interpolation (env)

Convert ENV into an array in a format suitable for i-env-gen.

Package

cl-collider.

Source

ugens/ienvgen.lisp.

Function: as-audio-rate-input (input)

Return an audio rate version of INPUT if it is not already audio rate.

Package

cl-collider.

Source

ugens/delays.lisp.

Function: as-keyword (object)
Package

cl-collider.

Source

util.lisp.

Function: ash~ (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: assign-id-map-id (id-map object)
Package

cl-collider.

Source

id-map.lisp.

Function: audio-in.ar (&optional channel mul add)
Package

cl-collider.

Source

ugens/soundin.lisp.

Function: b-pass-sc (low-hi freq rq)
Package

cl-collider.

Source

ugens/beqsuite.lisp.

Function: b-pass4-new (low-hi new in freq rq)
Package

cl-collider.

Source

ugens/beqsuite.lisp.

Function: blend-nth (n list)

Get the Nth value of LIST, linearly interpolating between the adjacent values if N is not an integer.

Package

cl-collider.

Source

util.lisp.

Function: buffer-load-sequence (buffer sequence &key start-frame)

This allows for larger sequence than ‘buffer-setn’, above, and is in general the safest way to get a large sequence into a buffer. The sample rate of the buffer will be the sample rate of the server on which it was created. The number of channels and frames will have been determined when the buffer was allocated. You are responsible for making sure that the size of collection is not greater than numFrames, and for interleaving any data if needed. Additionally, since this is a synchronous function, you should not call it in the reply thread.

Package

cl-collider.

Source

buffer.lisp.

Function: buffer-send-sequence (buffer sequence &key start-frame)

This allows for larger sequence than ‘buffer-setn’. This is not as safe as ‘buffer-load-sequence’, above, but will work with servers on remote machines. The sample rate of the buffer will be the sample rate of the server on which it is created. Additionally, since this is a synchronous function, you should not call it in the reply thread.

Package

cl-collider.

Source

buffer.lisp.

Function: build-server-options (server-options)
Package

cl-collider.

Source

server-options.lisp.

Function: bus-alloc (type &key chanls busnum server)
Package

cl-collider.

Source

bus.lisp.

Function: can-be-mul-add (in mul add)
Package

cl-collider.

Source

operators.lisp.

Function: cat (&rest catatac)

original function in cl-osc that return just vector type. but datagram socket is use (vector (unsigned 8)).

Package

sc-osc.

Source

osc.lisp.

Function: ceil~ (in1)
Package

cl-collider.

Source

operators.lisp.

Function: check-duty (ugen)
Package

cl-collider.

Source

ugens/demand.lisp.

Function: check-n-inputs (ugen n)
Package

cl-collider.

Source

ugen.lisp.

Function: check-same-rate-as-first-input (ugen)
Package

cl-collider.

Source

ugen.lisp.

Function: check-when-audio (ugen)
Package

cl-collider.

Source

ugen.lisp.

Function: clip2~ (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: clip~ (in &optional lo hi)
Package

cl-collider.

Source

operators.lisp.

Function: condition-wait (condition-variable lock &key timeout)

Atomically release LOCK and enqueue the calling
thread waiting for CONDITION-VARIABLE. The thread will resume when another thread has notified it using CONDITION-NOTIFY; it may also resume if interrupted by some external event or in other implementation-dependent circumstances: the caller must always test on waking that there is threading to be done, instead of assuming that it can go ahead.

It is an error to call function this unless from the thread that holds LOCK.

If TIMEOUT is nil or not provided, the call blocks until a notification is received.

If TIMEOUT is non-nil, the call will return after at most TIMEOUT seconds (approximately), whether or not a notification has occurred.

Either NIL or T will be returned. A return of NIL indicates that the timeout has expired without receiving a notification. A return of T indicates that a notification was received.

In an implementation that does not support multiple threads, this function signals an error.

Package

cl-collider.

Alias for

condition-wait.

Function: convert-code (form &optional head)
Package

cl-collider.

Source

synthdef.lisp.

Function: copy-id-map (instance)
Package

cl-collider.

Source

id-map.lisp.

Function: copy-sched-event (instance)
Package

cl-collider.

Source

scheduler.lisp.

Function: copy-server-options (instance)
Package

cl-collider.

Source

server-options.lisp.

Function: cos~ (in1)
Package

cl-collider.

Source

operators.lisp.

Function: cubed-interpolation (pos y1 y2)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: curve-interpolation (pos y1 y2 &optional curvature)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: decode-bundle (data)
Package

sc-osc.

Source

osc.lisp.

Function: decode-bundle-iter (data)
Package

sc-osc.

Source

osc.lisp.

Function: decode-float64 (s)
Package

sc-osc.

Source

osc.lisp.

Function: decode-message (message)
Package

sc-osc.

Source

osc.lisp.

Function: decode-uint64 (s)

8 byte -> 64 bit unsigned int

Package

sc-osc.

Source

osc.lisp.

Function: divide (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: encode-bundle (data &optional timetag)
Package

sc-osc.

Source

osc.lisp.

Function: encode-float64 (f)
Package

sc-osc.

Source

osc.lisp.

Function: encode-int16 (i)
Package

sc-osc.

Source

osc.lisp.

Function: encode-message (address &rest data)
Package

sc-osc.

Source

osc.lisp.

Function: encode-synthdef (synthdef)
Package

cl-collider.

Source

synthdef.lisp.

Function: env-shape-numbers (curves)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: exponential-interpolation (pos y1 y2)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: expt~ (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: exp~ (in1)
Package

cl-collider.

Source

operators.lisp.

Function: floor~ (in1)
Package

cl-collider.

Source

operators.lisp.

Function: flop-argument (lst type)
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Function: full-pathname (path)

Get the absolute pathname of PATH.

Package

cl-collider.

Source

util.lisp.

Function: get-controls-list (form)

Scan FORM for (with-controls ...) and return the list of controls if it exists, or NIL otherwise.

Package

cl-collider.

Source

synthdef.lisp.

Function: get-next-buffer (server &optional bufnum)
Package

cl-collider.

Source

buffer.lisp.

Function: get-next-bus (server &optional type channels busnum)
Package

cl-collider.

Source

bus.lisp.

Function: get-next-id (server)
Package

cl-collider.

Source

server.lisp.

Function: get-semaphore-by-thread ()

Return one semaphore per thread.

Package

cl-collider.

Source

server.lisp.

Function: get-thread-priority ()

Get the thread-info of calling thread. If you want get thread-info of *main-scheduler*, eval the ’(callback (now) #’get-thread-priority).

Package

cl-collider.

Source

scheduler.lisp.

Function: hold-interpolation (pos y1 y2)
Package

cl-collider.

Source

ugens/envgen.lisp.

Reader: id-map-free (instance)
Writer: (setf id-map-free) (instance)
Package

cl-collider.

Source

id-map.lisp.

Target Slot

free.

Function: id-map-free-object (id-map id)
Package

cl-collider.

Source

id-map.lisp.

Function: id-map-grow (id-map)
Package

cl-collider.

Source

id-map.lisp.

Reader: id-map-lock (instance)
Writer: (setf id-map-lock) (instance)
Package

cl-collider.

Source

id-map.lisp.

Target Slot

lock.

Function: id-map-modify-object (id-map id old-value new-value)
Package

cl-collider.

Source

id-map.lisp.

Function: id-map-object (id-map id)
Package

cl-collider.

Source

id-map.lisp.

Function: id-map-p (object)
Package

cl-collider.

Source

id-map.lisp.

Reader: id-map-vector (instance)
Writer: (setf id-map-vector) (instance)
Package

cl-collider.

Source

id-map.lisp.

Target Slot

vector.

Function: increment (max-local-bufs)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: index-ugens (synthdef)
Package

cl-collider.

Source

synthdef.lisp.

Function: initialize-server-responder (rt-server)
Package

cl-collider.

Source

server.lisp.

Function: interpolation (curve pos y1 y2 &optional curve-val)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: linear-interpolation (pos y1 y2)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: linear-resample (sequence length)

Using linear interpolation, resample the values of SEQUENCE to a new list or vector of length LENGTH.

Package

cl-collider.

Source

util.lisp.

Function: log10~ (in1)
Package

cl-collider.

Source

operators.lisp.

Function: log2~ (in1)
Package

cl-collider.

Source

operators.lisp.

Function: logand~ (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: logior~ (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: log~ (in1)
Package

cl-collider.

Source

operators.lisp.

Function: lst-operation (lst &optional constructor)
Package

cl-collider.

Source

ugen.lisp.

Function: make-control (params rate)
Package

cl-collider.

Source

synthdef.lisp.

Function: make-id-map (&key vector free lock)
Package

cl-collider.

Source

id-map.lisp.

Function: make-listening-thread (osc-device)
Package

sc-osc.

Source

transmit.lisp.

Function: make-max-local-bufs ()
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: make-pstring (string)
Package

cl-collider.

Source

ugen.lisp.

Function: make-sched-event (&key timestamp task)
Package

cl-collider.

Source

scheduler.lisp.

Function: make-synth-msg (rt-server name id to pos &rest args)
Package

cl-collider.

Source

server.lisp.

Function: max~ (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: message-distribute (synth msg server)
Package

cl-collider.

Source

server.lisp.

Function: min-nyquist (ugen)
Package

cl-collider.

Source

ugens/infougens.lisp.

Function: minus (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: min~ (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: mod~ (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: mul (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: mul-add (in &optional mul add)
Package

cl-collider.

Source

operators.lisp.

Function: multinew (new cls &rest inputs)
Package

cl-collider.

Source

ugen.lisp.

Function: multinew-list (new cls inputs)
Package

cl-collider.

Source

ugen.lisp.

Function: node-to-pos (pos)
Package

cl-collider.

Source

server.lisp.

Function: nth-wrap (n list)

Get the Nth value of LIST, wrapping around if the value is bigger or smaller than the list length.

Package

cl-collider.

Source

util.lisp.

Function: number-rate (number)
Package

cl-collider.

Source

ugen.lisp.

Function: optimize-add (ugen)
Package

cl-collider.

Source

operators.lisp.

Function: pack-fft (chain bufsize magsphases &key frombin tobin zeroothers)
Package

cl-collider.

Source

ugens/fftunpacking.lisp.

Function: parse-description (text)

Return the ’description’ section of a SCDoc helpfile, stripped of tags.

Package

cl-collider.

Source

ugen.lisp.

Function: peak-check-fn (ugen)
Package

cl-collider.

Source

ugens/trig.lisp.

Function: process-buffer-complete-handle (server key &optional values)
Package

cl-collider.

Source

server.lisp.

Function: process-env (env-ugen)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: prune (ugen min max type)
Package

cl-collider.

Source

operators.lisp.

Function: rate-number (rate)
Package

cl-collider.

Source

ugen.lisp.

Function: read-ugen-description (sc-name)

Read the description of SuperCollider UGen SC-NAME from its helpfile.

Package

cl-collider.

Source

ugen.lisp.

Function: replace-zeroes-with-silence (channel-array)
Package

cl-collider.

Source

ugens/inout.lisp.

Function: round~ (in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: sc-decode-taged-data (data)
Package

sc-osc.

Source

osc.lisp.

Function: sc-decode-timetag (timetag)
Package

sc-osc.

Source

osc.lisp.

Function: sc-encode-blob (blob)
Package

sc-osc.

Source

osc.lisp.

Function: sc-encode-data (data)
Package

sc-osc.

Source

osc.lisp.

Function: sc-encode-timetag (utime)
Package

sc-osc.

Source

osc.lisp.

Function: sc-encode-typetags (data)
Package

sc-osc.

Source

osc.lisp.

Function: sc-help-file (sc-name)
Package

cl-collider.

Source

ugen.lisp.

Function: sc-make-type-tags (datas)
Package

sc-osc.

Source

osc.lisp.

Function: sc-path-not-found-warning ()
Package

cl-collider.

Source

server.lisp.

Function: sc-program-run (program options)
Package

cl-collider.

Source

util.lisp.

Function: sched-add (scheduler time f &rest args)

Insert task and time-info to scheduler queue. server of scheduler have ahead of time value(default to 0.2). ’(- time (sched-ahead *s*)) is actual time it runs to f.

Package

cl-collider.

Source

scheduler.lisp.

Function: sched-clear (scheduler)

Clear to scheduler queue.

Package

cl-collider.

Source

scheduler.lisp.

Function: sched-event-p (object)
Package

cl-collider.

Source

scheduler.lisp.

Reader: sched-event-task (instance)
Writer: (setf sched-event-task) (instance)
Package

cl-collider.

Source

scheduler.lisp.

Target Slot

task.

Reader: sched-event-timestamp (instance)
Writer: (setf sched-event-timestamp) (instance)
Package

cl-collider.

Source

scheduler.lisp.

Target Slot

timestamp.

Function: sched-quant (scheduler quantized-time &optional offset-time)

Return a time which quantized to given a quantized-time.

Package

cl-collider.

Source

scheduler.lisp.

Function: sched-run (scheduler)
Package

cl-collider.

Source

scheduler.lisp.

Function: sched-stop (scheduler)

Stop the scheduler.

Package

cl-collider.

Source

scheduler.lisp.

Function: sched-time (scheduler)
Package

cl-collider.

Source

scheduler.lisp.

Function: schedule (ugen stack)
Package

cl-collider.

Source

ugen.lisp.

Reader: server-options-device (instance)
Writer: (setf server-options-device) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

device.

Reader: server-options-hardware-buffer-size (instance)
Writer: (setf server-options-hardware-buffer-size) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

hardware-buffer-size.

Reader: server-options-hardware-samplerate (instance)
Writer: (setf server-options-hardware-samplerate) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

hardware-samplerate.

Reader: server-options-load-synthdefs-p (instance)
Writer: (setf server-options-load-synthdefs-p) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

load-synthdefs-p.

Reader: server-options-max-logins (instance)
Writer: (setf server-options-max-logins) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

max-logins.

Reader: server-options-max-num-nodes (instance)
Writer: (setf server-options-max-num-nodes) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

max-num-nodes.

Reader: server-options-max-num-synthdefs (instance)
Writer: (setf server-options-max-num-synthdefs) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

max-num-synthdefs.

Reader: server-options-num-audio-bus (instance)
Writer: (setf server-options-num-audio-bus) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

num-audio-bus.

Reader: server-options-num-control-bus (instance)
Writer: (setf server-options-num-control-bus) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

num-control-bus.

Reader: server-options-num-input-bus (instance)
Writer: (setf server-options-num-input-bus) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

num-input-bus.

Reader: server-options-num-output-bus (instance)
Writer: (setf server-options-num-output-bus) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

num-output-bus.

Reader: server-options-num-random-seeds (instance)
Writer: (setf server-options-num-random-seeds) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

num-random-seeds.

Reader: server-options-num-sample-buffers (instance)
Writer: (setf server-options-num-sample-buffers) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

num-sample-buffers.

Reader: server-options-num-wire-buffers (instance)
Writer: (setf server-options-num-wire-buffers) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

num-wire-buffers.

Function: server-options-p (object)
Package

cl-collider.

Source

server-options.lisp.

Reader: server-options-publish-to-rendezvous-p (instance)
Writer: (setf server-options-publish-to-rendezvous-p) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

publish-to-rendezvous-p.

Reader: server-options-realtime-mem-size (instance)
Writer: (setf server-options-realtime-mem-size) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

realtime-mem-size.

Reader: server-options-ugen-plugins-path (instance)
Writer: (setf server-options-ugen-plugins-path) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

ugen-plugins-path.

Reader: server-options-verbosity (instance)
Writer: (setf server-options-verbosity) (instance)
Package

cl-collider.

Source

server-options.lisp.

Target Slot

verbosity.

Function: set-synthdef-metadata (synth key value)

Deprecated alias for ‘(setf synthdef-metadata)’.

Package

cl-collider.

Source

synthdef.lisp.

Function: set-thread-realtime-priority ()

This function is made high priority to calling thread, and sched-policy set SCHED_RR.

Package

cl-collider.

Source

scheduler.lisp.

Function: sine-interpolation (pos y1 y2)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: sin~ (in1)
Package

cl-collider.

Source

operators.lisp.

Function: smooth-clip-q-gen (rate in lo hi amount delta)
Package

cl-collider.

Source

ugens/quarks/miscellaneous_lib/wavefolding.lisp.

Function: smooth-clip-s-gen (rate in lo hi amount delta)
Package

cl-collider.

Source

ugens/quarks/miscellaneous_lib/wavefolding.lisp.

Function: smooth-fold-q-gen (rate in lo hi fold-range smooth-amount delta)
Package

cl-collider.

Source

ugens/quarks/miscellaneous_lib/wavefolding.lisp.

Function: smooth-fold-q2-gen (rate in lo hi fold-range-lo fold-range-hi smooth-amount delta)
Package

cl-collider.

Source

ugens/quarks/miscellaneous_lib/wavefolding.lisp.

Function: smooth-fold-s-gen (rate in lo hi fold-range smooth-amount delta)
Package

cl-collider.

Source

ugens/quarks/miscellaneous_lib/wavefolding.lisp.

Function: smooth-fold-s2-gen (rate in lo hi fold-range-lo fold-range-hi smooth-amount delta)
Package

cl-collider.

Source

ugens/quarks/miscellaneous_lib/wavefolding.lisp.

Function: sound-in-prim (chan-offset bus mul add)
Package

cl-collider.

Source

ugens/soundin.lisp.

Function: splay-new (rate spread level center level-comp &rest in-array)
Package

cl-collider.

Source

ugens/splay.lisp.

Function: sqrt~ (in1)
Package

cl-collider.

Source

operators.lisp.

Function: squared-interpolation (pos y1 y2)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: step-interpolation (pos y1 y2)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: sum3 (in0 in1 in2)
Package

cl-collider.

Source

operators.lisp.

Function: sum4 (in0 in1 in2 in3)
Package

cl-collider.

Source

operators.lisp.

Function: synthdef-embeddable-body (synth args)

Make an "embeddable" synthdef body, to allow ‘synth’ to be used inside ‘synthdef’.

Package

cl-collider.

Source

synthdef.lisp.

Function: synthdef-equivalent-function (function)

Get the synthdef-compatible equivalent of FUNCTION from ‘*synthdef-function-table*’. If FUNCTION is not found in the table, return it unchanged.

Package

cl-collider.

Source

synthdef.lisp.

Function: (setf synthdef-equivalent-function) (function)

Set the synthdef-compatible equivalent of FUNCTION to VALUE in ‘*synthdef-function-table*’. If VALUE is nil, remove the entry for FUNCTION from the table.

Package

cl-collider.

Source

synthdef.lisp.

Function: tanh~ (in1)
Package

cl-collider.

Source

operators.lisp.

Function: tan~ (in1)
Package

cl-collider.

Source

operators.lisp.

Function: tap.ar (&optional bufnum chanls delay)
Package

cl-collider.

Source

ugens/bufio.lisp.

Function: thread-wait (f)
Package

cl-collider.

Source

util.lisp.

Function: thread-wait-with-timeout (f timeout-msec)
Package

cl-collider.

Source

util.lisp.

Function: times-and-curves-as-list (times curve-numbers curve-values)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: to-byte-array-synthdef-1 (synthdef)
Package

cl-collider.

Source

synthdef.lisp.

Function: to-byte-array-synthdef-2 (synthdef)
Package

cl-collider.

Source

synthdef.lisp.

Function: topo-logical-sort (synthdef)
Package

cl-collider.

Source

synthdef.lisp.

Function: ugen-new (name rate cls check-fn signal-range &rest inputs)
Package

cl-collider.

Source

ugen.lisp.

Function: unix-time ()
Package

cl-collider.

Source

scheduler.lisp.

Function: unpack-1-fft (chain bufsize binindex &optional whichmeasure)
Package

cl-collider.

Source

ugens/fftunpacking.lisp.

Function: unpack-fft (chain bufsize &optional frombin tobin)
Package

cl-collider.

Source

ugens/fftunpacking.lisp.

Function: var-lag-new (rate new in time curvature warp start)
Package

cl-collider.

Source

ugens/filter.lisp.

Function: vector-in-wavetable-format (sequence)

Convert a sequence of numbers to a vector in SuperCollider’s wavetable format.

Package

cl-collider.

Source

buffer.lisp.

Function: welch-interpolation (pos y1 y2)
Package

cl-collider.

Source

ugens/envgen.lisp.

Function: when-audio-check-first-input (ugen)
Package

cl-collider.

Source

ugens/line.lisp.

Function: write-mono-fl32-wav (stream sr sequence)

write sequence data to wave file.

Package

cl-collider.

Source

util.lisp.

Function: write-synthdef-file (name encoded-synthdef)
Package

cl-collider.

Source

synthdef.lisp.


5.2.6 Generic functions

Generic Function: _exp-range (cls ugen &optional lo hi)
Package

cl-collider.

Methods
Method: _exp-range (cls (ugen ugen) &optional lo hi)
Source

operators.lisp.

Generic Function: _range (cls ugen &optional lo hi)
Package

cl-collider.

Methods
Method: _range (cls (ugen lf-gauss) &optional lo hi)
Source

ugens/osc.lisp.

Method: _range (cls (ugen ugen) &optional lo hi)
Source

operators.lisp.

Generic Function: add-constant (synthdef const)
Package

cl-collider.

Source

ugen.lisp.

Methods
Method: add-constant ((synthdef synthdef) const)
Source

synthdef.lisp.

Method: add-constant ((synthdef synthdef) (const single-float))
Source

synthdef.lisp.

Generic Function: add-to-synth (ugen)
Package

cl-collider.

Source

ugen.lisp.

Methods
Method: add-to-synth ((ugen ugen))
Generic Function: add-ugen (synthdef ugen)
Package

cl-collider.

Source

ugen.lisp.

Methods
Method: add-ugen ((synthdef synthdef) (ugen ugen))
Source

synthdef.lisp.

Generic Reader: antecedents (object)
Package

cl-collider.

Methods
Reader Method: antecedents ((ugen ugen))

automatically generated reader method

Source

ugen.lisp.

Target Slot

antecedents.

Generic Writer: (setf antecedents) (object)
Package

cl-collider.

Methods
Writer Method: (setf antecedents) ((ugen ugen))

automatically generated writer method

Source

ugen.lisp.

Target Slot

antecedents.

Generic Reader: audio-buses (object)
Package

cl-collider.

Methods
Reader Method: audio-buses ((server server))

automatically generated reader method

Source

server.lisp.

Target Slot

audio-buses.

Generic Writer: (setf audio-buses) (object)
Package

cl-collider.

Methods
Writer Method: (setf audio-buses) ((server server))

automatically generated writer method

Source

server.lisp.

Target Slot

audio-buses.

Generic Reader: available (synthdef)
Package

cl-collider.

Source

ugen.lisp.

Methods
Reader Method: available ((synthdef synthdef))

automatically generated reader method

Source

synthdef.lisp.

Target Slot

available.

Generic Writer: (setf available) (synthdef)
Package

cl-collider.

Source

ugen.lisp.

Methods
Writer Method: (setf available) ((synthdef synthdef))

automatically generated writer method

Source

synthdef.lisp.

Target Slot

available.

Generic Reader: base-beats (object)
Package

cl-collider.

Methods
Reader Method: base-beats ((tempo-clock tempo-clock))

automatically generated reader method

Source

scheduler.lisp.

Target Slot

base-beats.

Generic Writer: (setf base-beats) (object)
Package

cl-collider.

Methods
Writer Method: (setf base-beats) ((tempo-clock tempo-clock))

automatically generated writer method

Source

scheduler.lisp.

Target Slot

base-beats.

Generic Reader: base-seconds (object)
Package

cl-collider.

Methods
Reader Method: base-seconds ((tempo-clock tempo-clock))

automatically generated reader method

Source

scheduler.lisp.

Target Slot

base-seconds.

Generic Writer: (setf base-seconds) (object)
Package

cl-collider.

Methods
Writer Method: (setf base-seconds) ((tempo-clock tempo-clock))

automatically generated writer method

Source

scheduler.lisp.

Target Slot

base-seconds.

Generic Function: beat-dur (tempo-clock)
Package

cl-collider.

Methods
Method: beat-dur ((tempo-clock tempo-clock))
Source

scheduler.lisp.

Generic Function: beats-to-secs (tempo-clock beats)
Package

cl-collider.

Methods
Method: beats-to-secs ((tempo-clock tempo-clock) beats)
Source

scheduler.lisp.

Generic Function: bootup-server-process (rt-server)
Package

cl-collider.

Source

server.lisp.

Methods
Method: bootup-server-process ((rt-server external-server))
Generic Reader: bpm (object)
Package

cl-collider.

Methods
Reader Method: bpm ((tempo-clock tempo-clock))

automatically generated reader method

Source

scheduler.lisp.

Target Slot

bpm.

Generic Writer: (setf bpm) (object)
Package

cl-collider.

Methods
Writer Method: (setf bpm) ((tempo-clock tempo-clock))

automatically generated writer method

Source

scheduler.lisp.

Target Slot

bpm.

Generic Reader: buffer-get-handlers (object)
Package

cl-collider.

Methods
Reader Method: buffer-get-handlers ((rt-server rt-server))

automatically generated reader method

Source

server.lisp.

Target Slot

buffer-get-handlers.

Generic Reader: buffers (object)
Package

cl-collider.

Methods
Reader Method: buffers ((server server))

automatically generated reader method

Source

server.lisp.

Target Slot

buffers.

Generic Writer: (setf buffers) (object)
Package

cl-collider.

Methods
Writer Method: (setf buffers) ((server server))

automatically generated writer method

Source

server.lisp.

Target Slot

buffers.

Generic Function: build-synthdef (synthdef)
Package

cl-collider.

Methods
Method: build-synthdef ((synthdef synthdef))
Source

synthdef.lisp.

Generic Function: cat (sequence &rest sequences)
Package

cl-collider.

Methods
Method: cat ((sequence list) &rest sequences)
Source

util.lisp.

Method: cat ((sequence string) &rest sequences)
Source

util.lisp.

Generic Reader: channels (buffer)
Package

cl-collider.

Source

server.lisp.

Methods
Reader Method: channels ((multiout-ugen multiout-ugen))

automatically generated reader method

Source

ugen.lisp.

Target Slot

channels.

Generic Writer: (setf channels) (object)
Package

cl-collider.

Methods
Writer Method: (setf channels) ((multiout-ugen multiout-ugen))

automatically generated writer method

Source

ugen.lisp.

Target Slot

channels.

Generic Reader: check-fn (object)
Package

cl-collider.

Methods
Reader Method: check-fn ((ugen ugen))

automatically generated reader method

Source

ugen.lisp.

Target Slot

check-fn.

Generic Function: check-inputs (synthdef)
Package

cl-collider.

Methods
Method: check-inputs ((synthdef synthdef))
Source

synthdef.lisp.

Generic Reader: children (synthdef)
Package

cl-collider.

Source

ugen.lisp.

Methods
Reader Method: children ((synthdef synthdef))

automatically generated reader method

Source

synthdef.lisp.

Target Slot

children.

Generic Writer: (setf children) (synthdef)
Package

cl-collider.

Source

ugen.lisp.

Methods
Writer Method: (setf children) ((synthdef synthdef))

automatically generated writer method

Source

synthdef.lisp.

Target Slot

children.

Generic Function: cleanup-server (rt-server)
Package

cl-collider.

Source

server.lisp.

Methods
Method: cleanup-server ((rt-server external-server))
Generic Function: collect-constants (ugen)
Package

cl-collider.

Methods
Method: collect-constants ((synthdef synthdef))
Source

synthdef.lisp.

Method: collect-constants ((ugen ugen))
Source

ugen.lisp.

Generic Reader: condition-var (object)
Package

cl-collider.

Methods
Reader Method: condition-var ((scheduler scheduler))

automatically generated reader method

Source

scheduler.lisp.

Target Slot

condition-var.

Generic Reader: constants (synthdef)
Package

cl-collider.

Source

ugen.lisp.

Methods
Reader Method: constants ((synthdef synthdef))

automatically generated reader method

Source

synthdef.lisp.

Target Slot

constants.

Generic Writer: (setf constants) (object)
Package

cl-collider.

Methods
Writer Method: (setf constants) ((synthdef synthdef))

automatically generated writer method

Source

synthdef.lisp.

Target Slot

constants.

Generic Reader: control-buses (object)
Package

cl-collider.

Methods
Reader Method: control-buses ((server server))

automatically generated reader method

Source

server.lisp.

Target Slot

control-buses.

Generic Writer: (setf control-buses) (object)
Package

cl-collider.

Methods
Writer Method: (setf control-buses) ((server server))

automatically generated writer method

Source

server.lisp.

Target Slot

control-buses.

Generic Reader: control-get-handlers (object)
Package

cl-collider.

Methods
Reader Method: control-get-handlers ((rt-server rt-server))

automatically generated reader method

Source

server.lisp.

Target Slot

control-get-handlers.

Generic Reader: control-names (object)
Package

cl-collider.

Methods
Reader Method: control-names ((synthdef synthdef))

automatically generated reader method

Source

synthdef.lisp.

Target Slot

control-names.

Generic Writer: (setf control-names) (object)
Package

cl-collider.

Methods
Writer Method: (setf control-names) ((synthdef synthdef))

automatically generated writer method

Source

synthdef.lisp.

Target Slot

control-names.

Generic Reader: control-ugen-count (object)
Package

cl-collider.

Methods
Reader Method: control-ugen-count ((synthdef synthdef))

automatically generated reader method

Source

synthdef.lisp.

Target Slot

control-ugen-count.

Generic Writer: (setf control-ugen-count) (object)
Package

cl-collider.

Methods
Writer Method: (setf control-ugen-count) ((synthdef synthdef))

automatically generated writer method

Source

synthdef.lisp.

Target Slot

control-ugen-count.

Generic Reader: controls (object)
Package

cl-collider.

Methods
Reader Method: controls ((synthdef synthdef))

automatically generated reader method

Source

synthdef.lisp.

Target Slot

controls.

Generic Writer: (setf controls) (object)
Package

cl-collider.

Methods
Writer Method: (setf controls) ((synthdef synthdef))

automatically generated writer method

Source

synthdef.lisp.

Target Slot

controls.

Generic Reader: curve-number (object)
Package

cl-collider.

Methods
Reader Method: curve-number ((env env))

automatically generated reader method

Source

ugens/envgen.lisp.

Target Slot

curve-number.

Generic Writer: (setf curve-number) (object)
Package

cl-collider.

Methods
Writer Method: (setf curve-number) ((env env))

automatically generated writer method

Source

ugens/envgen.lisp.

Target Slot

curve-number.

Generic Reader: curve-value (object)
Package

cl-collider.

Methods
Reader Method: curve-value ((env env))

automatically generated reader method

Source

ugens/envgen.lisp.

Target Slot

curve-value.

Generic Writer: (setf curve-value) (object)
Package

cl-collider.

Methods
Writer Method: (setf curve-value) ((env env))

automatically generated writer method

Source

ugens/envgen.lisp.

Target Slot

curve-value.

Generic Reader: descendants (object)
Package

cl-collider.

Methods
Reader Method: descendants ((ugen ugen))

automatically generated reader method

Source

ugen.lisp.

Target Slot

descendants.

Generic Writer: (setf descendants) (object)
Package

cl-collider.

Methods
Writer Method: (setf descendants) ((ugen ugen))

automatically generated writer method

Source

ugen.lisp.

Target Slot

descendants.

Generic Function: duplicate (self n)
Package

cl-collider.

Methods
Method: duplicate ((self function) (n list))
Source

operators.lisp.

Method: duplicate ((self function) (n integer))
Source

operators.lisp.

Method: duplicate (self (n integer))
Source

operators.lisp.

Generic Function: floatfy (object)

Convert OBJECT to a 32-bit float that the server can understand.

Package

cl-collider.

Source

server.lisp.

Methods
Method: floatfy ((bus bus))
Source

bus.lisp.

Method: floatfy ((buffer buffer))
Source

buffer.lisp.

Method: floatfy ((object string))
Method: floatfy ((object cons))
Method: floatfy ((number double-float))
Method: floatfy ((number number))
Method: floatfy (object)
Generic Reader: group-id (object)
Package

cl-collider.

Methods
Reader Method: group-id ((server server))

automatically generated reader method

Source

server.lisp.

Target Slot

group-id.

Generic Writer: (setf group-id) (object)
Package

cl-collider.

Methods
Writer Method: (setf group-id) ((server server))

automatically generated writer method

Source

server.lisp.

Target Slot

group-id.

Generic Reader: host (object)
Package

sc-osc.

Methods
Reader Method: host ((osc-device osc-device))

automatically generated reader method

Source

transmit.lisp.

Target Slot

host.

Generic Reader: host (object)
Package

cl-collider.

Methods
Reader Method: host ((external-server external-server))

automatically generated reader method

Source

server.lisp.

Target Slot

host.

Generic Reader: id (object)
Package

cl-collider.

Methods
Reader Method: id ((node node))

automatically generated reader method

Source

server.lisp.

Target Slot

id.

Reader Method: id ((server server))

automatically generated reader method

Source

server.lisp.

Target Slot

id.

Generic Writer: (setf id) (object)
Package

cl-collider.

Methods
Writer Method: (setf id) ((server server))

automatically generated writer method

Source

server.lisp.

Target Slot

id.

Generic Reader: in-queue (object)
Package

cl-collider.

Methods
Reader Method: in-queue ((scheduler scheduler))

automatically generated reader method

Source

scheduler.lisp.

Target Slot

in-queue.

Generic Function: init-topo-sort (ugen)
Package

cl-collider.

Source

ugen.lisp.

Methods
Method: init-topo-sort ((synthdef synthdef))
Source

synthdef.lisp.

Method: init-topo-sort ((ugen ugen))
Generic Function: input-spec (ugen)
Package

cl-collider.

Methods
Method: input-spec ((ugen ugen))
Source

ugen.lisp.

Generic Reader: inputs (object)
Package

cl-collider.

Methods
Reader Method: inputs ((ugen ugen))

automatically generated reader method

Source

ugen.lisp.

Target Slot

inputs.

Generic Writer: (setf inputs) (object)
Package

cl-collider.

Methods
Writer Method: (setf inputs) ((ugen ugen))

automatically generated writer method

Source

ugen.lisp.

Target Slot

inputs.

Generic Function: install-reply-responder (rt-server cmd handler)
Package

cl-collider.

Source

server.lisp.

Methods
Method: install-reply-responder ((rt-server external-server) cmd-name f)
Generic Function: is-local-p (server)

The scsynth server can run across the network.
If the server is running on the local machine, return T, otherwise NIL.

Package

cl-collider.

Source

server.lisp.

Methods
Method: is-local-p ((rt-server external-server))
Generic Reader: just-connect-p (object)
Package

cl-collider.

Methods
Reader Method: just-connect-p ((external-server external-server))

automatically generated reader method

Source

server.lisp.

Target Slot

just-connect-p.

Generic Reader: levels (object)
Package

cl-collider.

Methods
Reader Method: levels ((env env))

automatically generated reader method

Source

ugens/envgen.lisp.

Target Slot

levels.

Generic Writer: (setf levels) (object)
Package

cl-collider.

Methods
Writer Method: (setf levels) ((env env))

automatically generated writer method

Source

ugens/envgen.lisp.

Target Slot

levels.

Generic Reader: listening-thread (object)
Package

sc-osc.

Methods
Reader Method: listening-thread ((osc-device osc-device))

automatically generated reader method

Source

transmit.lisp.

Target Slot

listening-thread.

Generic Writer: (setf listening-thread) (object)
Package

sc-osc.

Methods
Writer Method: (setf listening-thread) ((osc-device osc-device))

automatically generated writer method

Source

transmit.lisp.

Target Slot

listening-thread.

Generic Function: load-synthdef (synthdef node &optional completion-message)
Package

cl-collider.

Methods
Method: load-synthdef ((synthdef synthdef) node &optional completion-message)
Source

synthdef.lisp.

Generic Reader: local-port (object)
Package

sc-osc.

Methods
Reader Method: local-port ((osc-device osc-device))

automatically generated reader method

Source

transmit.lisp.

Target Slot

local-port.

Generic Reader: loop-node (object)
Package

cl-collider.

Methods
Reader Method: loop-node ((env env))

automatically generated reader method

Source

ugens/envgen.lisp.

Target Slot

loop-node.

Generic Writer: (setf loop-node) (object)
Package

cl-collider.

Methods
Writer Method: (setf loop-node) ((env env))

automatically generated writer method

Source

ugens/envgen.lisp.

Target Slot

loop-node.

Generic Function: make-available (ugen)
Package

cl-collider.

Methods
Method: make-available ((ugen ugen))
Source

ugen.lisp.

Generic Function: make-env-array-from-env (env)
Package

cl-collider.

Source

ugens/envgen.lisp.

Methods
Method: make-env-array-from-env ((env env))
Method: make-env-array-from-env ((env list))
Generic Reader: max-local-bufs (object)
Package

cl-collider.

Methods
Reader Method: max-local-bufs ((synthdef synthdef))

automatically generated reader method

Source

synthdef.lisp.

Target Slot

max-local-bufs.

Generic Writer: (setf max-local-bufs) (object)
Package

cl-collider.

Methods
Writer Method: (setf max-local-bufs) ((synthdef synthdef))

automatically generated writer method

Source

synthdef.lisp.

Target Slot

max-local-bufs.

Generic Reader: meta (object)
Package

cl-collider.

Methods
Reader Method: meta ((node node))

automatically generated reader method

Source

server.lisp.

Target Slot

meta.

Generic Writer: (setf meta) (object)
Package

cl-collider.

Methods
Writer Method: (setf meta) ((node node))

automatically generated writer method

Source

server.lisp.

Target Slot

meta.

Generic Function: minval (ugen)
Package

cl-collider.

Methods
Method: minval ((ugen lf-gauss))
Source

ugens/osc.lisp.

Generic Reader: mutex (object)
Package

cl-collider.

Methods
Reader Method: mutex ((scheduler scheduler))

automatically generated reader method

Source

scheduler.lisp.

Target Slot

mutex.

Generic Reader: name (object)
Package

cl-collider.

Methods
Reader Method: name ((synthdef synthdef))

automatically generated reader method

Source

synthdef.lisp.

Target Slot

name.

Reader Method: name ((ugen ugen))

automatically generated reader method

Source

ugen.lisp.

Target Slot

name.

Reader Method: name ((node node))

automatically generated reader method

Source

server.lisp.

Target Slot

name.

Reader Method: name ((server server))

automatically generated reader method

Source

server.lisp.

Target Slot

name.

Generic Writer: (setf name) (object)
Package

cl-collider.

Methods
Writer Method: (setf name) ((synthdef synthdef))

automatically generated writer method

Source

synthdef.lisp.

Target Slot

name.

Writer Method: (setf name) ((ugen ugen))

automatically generated writer method

Source

ugen.lisp.

Target Slot

name.

Generic Reader: named-controls (object)
Package

cl-collider.

Methods
Reader Method: named-controls ((synthdef synthdef))

automatically generated reader method

Source

synthdef.lisp.

Target Slot

named-controls.

Generic Writer: (setf named-controls) (object)
Package

cl-collider.

Methods
Writer Method: (setf named-controls) ((synthdef synthdef))

automatically generated writer method

Source

synthdef.lisp.

Target Slot

named-controls.

Generic Function: new1 (ugen &rest inputs)
Package

cl-collider.

Source

ugen.lisp.

Methods
Method: new1 ((ugen poll-ugen) &rest inputs)
Source

ugens/poll.lisp.

Method: new1 ((ugen dyn-klang) &rest inputs)
Source

ugens/fsinosc.lisp.

Method: new1 ((ugen dyn-klank) &rest inputs)
Source

ugens/fsinosc.lisp.

Method: new1 ((ugen klank) &rest inputs)
Source

ugens/fsinosc.lisp.

Method: new1 ((ugen klang) &rest inputs)
Source

ugens/fsinosc.lisp.

Method: new1 ((ugen local-buf) &rest inputs)
Source

ugens/bufio.lisp.

Method: new1 ((ugen sum4) &rest inputs)
Source

operators.lisp.

Method: new1 ((ugen sum3) &rest inputs)
Source

operators.lisp.

Method: new1 ((ugen muladd) &rest inputs)
Source

operators.lisp.

Method: new1 ((ugen binary-operator) &rest inputs)
Source

operators.lisp.

Method: new1 ((ugen unary-operator) &rest inputs)
Source

operators.lisp.

Method: new1 ((ugen control) &rest inputs)
Source

synthdef.lisp.

Method: new1 ((ugen width-first-ugen) &rest inputs)
Method: new1 ((ugen multiout-ugen) &rest inputs)
Method: new1 ((ugen ugen) &rest inputs)
Generic Reader: node-proxy-table (object)
Package

cl-collider.

Methods
Reader Method: node-proxy-table ((server server))

automatically generated reader method

Source

server.lisp.

Target Slot

node-proxy-table.

Generic Writer: (setf node-proxy-table) (object)
Package

cl-collider.

Methods
Writer Method: (setf node-proxy-table) ((server server))

automatically generated writer method

Source

server.lisp.

Target Slot

node-proxy-table.

Generic Reader: node-watcher (rt-server)
Package

cl-collider.

Source

server.lisp.

Methods
Reader Method: node-watcher ((rt-server rt-server))

automatically generated reader method

Target Slot

node-watcher.

Generic Writer: (setf node-watcher) (rt-server)
Package

cl-collider.

Source

server.lisp.

Methods
Writer Method: (setf node-watcher) ((rt-server rt-server))

automatically generated writer method

Target Slot

node-watcher.

Generic Function: num-outputs (ugen)
Package

cl-collider.

Methods
Method: num-outputs ((ugen send-peak-rms))
Source

ugens/trig.lisp.

Method: num-outputs ((ugen abstract-out))
Source

ugens/inout.lisp.

Method: num-outputs ((ugen multiout-ugen))
Source

ugen.lisp.

Method: num-outputs ((ugen nooutput-ugen))
Source

ugen.lisp.

Method: num-outputs ((ugen ugen))
Source

ugen.lisp.

Generic Function: optimize-add-neg (ugen)
Package

cl-collider.

Source

operators.lisp.

Methods
Method: optimize-add-neg (ugen)
Generic Function: optimize-graph (ugen)
Package

cl-collider.

Source

ugen.lisp.

Methods
Method: optimize-graph ((ugen binary-operator))
Source

operators.lisp.

Method: optimize-graph ((ugen unary-operator))
Source

operators.lisp.

Method: optimize-graph ((synthdef synthdef))
Source

synthdef.lisp.

Method: optimize-graph ((ugen pure-ugen))
Method: optimize-graph ((ugen ugen))
Generic Function: optimize-sub (ugen)
Package

cl-collider.

Source

operators.lisp.

Methods
Method: optimize-sub (ugen)
Generic Function: optimize-to-madd (ugen)
Package

cl-collider.

Source

operators.lisp.

Methods
Method: optimize-to-madd (ugen)
Generic Function: optimize-to-sum3 (ugen)
Package

cl-collider.

Source

operators.lisp.

Methods
Method: optimize-to-sum3 (ugen)
Generic Function: optimize-to-sum4 (ugen)
Package

cl-collider.

Source

operators.lisp.

Methods
Method: optimize-to-sum4 (ugen)
Generic Reader: osc-device (object)
Package

cl-collider.

Methods
Reader Method: osc-device ((external-server external-server))

automatically generated reader method

Source

server.lisp.

Target Slot

osc-device.

Generic Function: output-index (ugen)
Package

cl-collider.

Methods
Reader Method: output-index ((proxy-output proxy-output))

automatically generated reader method

Source

ugen.lisp.

Target Slot

output-index.

Method: output-index ((ugen ugen))
Source

ugen.lisp.

Generic Function: perform-dead-code-elimination (ugen)
Package

cl-collider.

Methods
Method: perform-dead-code-elimination ((ugen ugen))
Source

ugen.lisp.

Generic Reader: port (object)
Package

sc-osc.

Methods
Reader Method: port ((osc-device osc-device))

automatically generated reader method

Source

transmit.lisp.

Target Slot

port.

Generic Reader: port (object)
Package

cl-collider.

Methods
Reader Method: port ((external-server external-server))

automatically generated reader method

Source

server.lisp.

Target Slot

port.

Generic Reader: pos (object)
Package

cl-collider.

Methods
Reader Method: pos ((node node))

automatically generated reader method

Source

server.lisp.

Target Slot

pos.

Generic Function: rate (ugen)
Package

cl-collider.

Source

ugen.lisp.

Methods
Reader Method: rate ((ugen ugen))

automatically generated reader method

Target Slot

rate.

Method: rate ((ugen cons))
Method: rate ((ugen number))
Method: rate (ugen)
Generic Writer: (setf rate) (object)
Package

cl-collider.

Methods
Writer Method: (setf rate) ((ugen ugen))

automatically generated writer method

Source

ugen.lisp.

Target Slot

rate.

Generic Function: recv-synthdef (synthdef node &optional completion-message)
Package

cl-collider.

Methods
Method: recv-synthdef ((synthdef synthdef) node &optional completion-message)
Source

synthdef.lisp.

Generic Reader: release-node (object)
Package

cl-collider.

Methods
Reader Method: release-node ((env env))

automatically generated reader method

Source

ugens/envgen.lisp.

Target Slot

release-node.

Generic Writer: (setf release-node) (object)
Package

cl-collider.

Methods
Writer Method: (setf release-node) ((env env))

automatically generated writer method

Source

ugens/envgen.lisp.

Target Slot

release-node.

Generic Function: replace-ugen (synthdef a b)
Package

cl-collider.

Methods
Method: replace-ugen ((synthdef synthdef) (a ugen) (b ugen))
Source

synthdef.lisp.

Generic Reader: reply-handle-table (object)
Package

sc-osc.

Methods
Reader Method: reply-handle-table ((osc-device osc-device))

automatically generated reader method

Source

transmit.lisp.

Target Slot

reply-handle-table.

Generic Reader: rewrite-in-progress (object)
Package

cl-collider.

Methods
Reader Method: rewrite-in-progress ((synthdef synthdef))

automatically generated reader method

Source

synthdef.lisp.

Target Slot

rewrite-in-progress.

Generic Writer: (setf rewrite-in-progress) (object)
Package

cl-collider.

Methods
Writer Method: (setf rewrite-in-progress) ((synthdef synthdef))

automatically generated writer method

Source

synthdef.lisp.

Target Slot

rewrite-in-progress.

Generic Reader: sample-rate (object)
Package

cl-collider.

Methods
Reader Method: sample-rate ((rt-server rt-server))

automatically generated reader method

Source

server.lisp.

Target Slot

sample-rate.

Generic Writer: (setf sample-rate) (object)
Package

cl-collider.

Methods
Writer Method: (setf sample-rate) ((rt-server rt-server))

automatically generated writer method

Source

server.lisp.

Target Slot

sample-rate.

Generic Function: sc-encode-address (address)
Package

sc-osc.

Methods
Method: sc-encode-address ((address integer))
Source

osc.lisp.

Method: sc-encode-address ((address string))
Source

osc.lisp.

Generic Function: sc-reply-thread (rt-server)
Package

cl-collider.

Source

server.lisp.

Methods
Method: sc-reply-thread ((server nrt-server))
Method: sc-reply-thread ((rt-server external-server))
Generic Reader: sc-thread (object)
Package

cl-collider.

Methods
Reader Method: sc-thread ((rt-server rt-server))

automatically generated reader method

Source

server.lisp.

Target Slot

sc-thread.

Generic Writer: (setf sc-thread) (object)
Package

cl-collider.

Methods
Writer Method: (setf sc-thread) ((rt-server rt-server))

automatically generated writer method

Source

server.lisp.

Target Slot

sc-thread.

Generic Reader: sched-name (object)
Package

cl-collider.

Methods
Reader Method: sched-name ((scheduler scheduler))

automatically generated reader method

Source

scheduler.lisp.

Target Slot

name.

Generic Reader: sched-status (object)
Package

cl-collider.

Methods
Reader Method: sched-status ((scheduler scheduler))

automatically generated reader method

Source

scheduler.lisp.

Target Slot

status.

Generic Writer: (setf sched-status) (object)
Package

cl-collider.

Methods
Writer Method: (setf sched-status) ((scheduler scheduler))

automatically generated writer method

Source

scheduler.lisp.

Target Slot

status.

Generic Reader: sched-thread (object)
Package

cl-collider.

Methods
Reader Method: sched-thread ((scheduler scheduler))

automatically generated reader method

Source

scheduler.lisp.

Target Slot

sched-thread.

Generic Writer: (setf sched-thread) (object)
Package

cl-collider.

Methods
Writer Method: (setf sched-thread) ((scheduler scheduler))

automatically generated writer method

Source

scheduler.lisp.

Target Slot

sched-thread.

Generic Reader: scheduler (object)
Package

cl-collider.

Methods
Reader Method: scheduler ((rt-server rt-server))

automatically generated reader method

Source

server.lisp.

Target Slot

scheduler.

Generic Writer: (setf scheduler) (object)
Package

cl-collider.

Methods
Writer Method: (setf scheduler) ((rt-server rt-server))

automatically generated writer method

Source

server.lisp.

Target Slot

scheduler.

Generic Function: secs-to-beats (tempo-clock secs)
Package

cl-collider.

Methods
Method: secs-to-beats ((tempo-clock tempo-clock) secs)
Source

scheduler.lisp.

Generic Reader: server (object)
Package

cl-collider.

Methods
Reader Method: server ((bus bus))

automatically generated reader method

Source

bus.lisp.

Target Slot

server.

Reader Method: server ((buffer buffer))

automatically generated reader method

Source

buffer.lisp.

Target Slot

server.

Reader Method: server ((node node))

automatically generated reader method

Source

server.lisp.

Target Slot

server.

Reader Method: server ((scheduler scheduler))

automatically generated reader method

Source

scheduler.lisp.

Target Slot

server.

Generic Writer: (setf server) (object)
Package

cl-collider.

Methods
Writer Method: (setf server) ((bus bus))

automatically generated writer method

Source

bus.lisp.

Target Slot

server.

Writer Method: (setf server) ((buffer buffer))

automatically generated writer method

Source

buffer.lisp.

Target Slot

server.

Writer Method: (setf server) ((scheduler scheduler))

automatically generated writer method

Source

scheduler.lisp.

Target Slot

server.

Generic Reader: server-lock (object)
Package

cl-collider.

Methods
Reader Method: server-lock ((server server))

automatically generated reader method

Source

server.lisp.

Target Slot

server-lock.

Generic Reader: server-time-stamp (object)
Package

cl-collider.

Methods
Reader Method: server-time-stamp ((rt-server rt-server))

automatically generated reader method

Source

server.lisp.

Target Slot

server-time-stamp.

Generic Writer: (setf server-time-stamp) (object)
Package

cl-collider.

Methods
Writer Method: (setf server-time-stamp) ((rt-server rt-server))

automatically generated writer method

Source

server.lisp.

Target Slot

server-time-stamp.

Generic Reader: signal-range (object)
Package

cl-collider.

Methods
Reader Method: signal-range ((ugen ugen))

automatically generated reader method

Source

ugen.lisp.

Target Slot

signal-range.

Generic Reader: socket (object)
Package

sc-osc.

Methods
Reader Method: socket ((osc-device osc-device))

automatically generated reader method

Source

transmit.lisp.

Target Slot

socket.

Generic Function: source (ugen)
Package

cl-collider.

Methods
Reader Method: source ((proxy-output proxy-output))

automatically generated reader method

Source

ugen.lisp.

Target Slot

source.

Method: source ((ugen ugen))
Source

ugen.lisp.

Generic Reader: special-index (object)
Package

cl-collider.

Methods
Reader Method: special-index ((ugen ugen))

automatically generated reader method

Source

ugen.lisp.

Target Slot

special-index.

Generic Writer: (setf special-index) (object)
Package

cl-collider.

Methods
Writer Method: (setf special-index) ((ugen ugen))

automatically generated writer method

Source

ugen.lisp.

Target Slot

special-index.

Generic Reader: status (object)
Package

sc-osc.

Methods
Reader Method: status ((osc-device osc-device))

automatically generated reader method

Source

transmit.lisp.

Target Slot

status.

Generic Writer: (setf status) (object)
Package

sc-osc.

Methods
Writer Method: (setf status) ((osc-device osc-device))

automatically generated writer method

Source

transmit.lisp.

Target Slot

status.

Generic Reader: streams (object)
Package

cl-collider.

Methods
Reader Method: streams ((nrt-server nrt-server))

automatically generated reader method

Source

server.lisp.

Target Slot

streams.

Generic Writer: (setf streams) (object)
Package

cl-collider.

Methods
Writer Method: (setf streams) ((nrt-server nrt-server))

automatically generated writer method

Source

server.lisp.

Target Slot

streams.

Generic Reader: sync-id-map (object)
Package

cl-collider.

Methods
Reader Method: sync-id-map ((rt-server rt-server))

automatically generated reader method

Source

server.lisp.

Target Slot

sync-id-map.

Generic Reader: synth-index (object)
Package

cl-collider.

Methods
Reader Method: synth-index ((ugen ugen))

automatically generated reader method

Source

ugen.lisp.

Target Slot

synth-index.

Generic Writer: (setf synth-index) (object)
Package

cl-collider.

Methods
Writer Method: (setf synth-index) ((ugen ugen))

automatically generated writer method

Source

ugen.lisp.

Target Slot

synth-index.

Generic Reader: synthdef (object)
Package

cl-collider.

Methods
Reader Method: synthdef ((ugen ugen))

automatically generated reader method

Source

ugen.lisp.

Target Slot

synthdef.

Generic Writer: (setf synthdef) (object)
Package

cl-collider.

Methods
Writer Method: (setf synthdef) ((ugen ugen))

automatically generated writer method

Source

ugen.lisp.

Target Slot

synthdef.

Generic Reader: tempo-clock (object)
Package

cl-collider.

Methods
Reader Method: tempo-clock ((server server))

automatically generated reader method

Source

server.lisp.

Target Slot

tempo-clock.

Generic Writer: (setf tempo-clock) (object)
Package

cl-collider.

Methods
Writer Method: (setf tempo-clock) ((server server))

automatically generated writer method

Source

server.lisp.

Target Slot

tempo-clock.

Generic Function: tempo-clock-add (tempo-clock beats f &rest args)
Package

cl-collider.

Methods
Method: tempo-clock-add ((tempo-clock tempo-clock) beats f &rest args)
Source

scheduler.lisp.

Generic Function: tempo-clock-beats (tempo-clock)
Package

cl-collider.

Methods
Method: tempo-clock-beats ((tempo-clock tempo-clock))
Source

scheduler.lisp.

Generic Function: tempo-clock-bpm (tempo-clock &optional new-bpm)
Package

cl-collider.

Methods
Method: tempo-clock-bpm ((tempo-clock tempo-clock) &optional new-bpm)
Source

scheduler.lisp.

Generic Function: tempo-clock-clear (tempo-clock)
Package

cl-collider.

Methods
Method: tempo-clock-clear ((tempo-clock tempo-clock))
Source

scheduler.lisp.

Generic Function: tempo-clock-quant (tempo-clock quant)
Package

cl-collider.

Methods
Method: tempo-clock-quant ((tempo-clock tempo-clock) quant)
Source

scheduler.lisp.

Generic Function: tempo-clock-run (tempo-clock)
Package

cl-collider.

Methods
Method: tempo-clock-run ((tempo-clock tempo-clock))
Source

scheduler.lisp.

Generic Function: tempo-clock-set-bpm (tempo-clock new-bpm)
Package

cl-collider.

Methods
Method: tempo-clock-set-bpm ((tempo-clock tempo-clock) new-bpm)
Source

scheduler.lisp.

Generic Function: tempo-clock-stop (tempo-clock)
Package

cl-collider.

Methods
Method: tempo-clock-stop ((tempo-clock tempo-clock))
Source

scheduler.lisp.

Generic Reader: times (object)
Package

cl-collider.

Methods
Reader Method: times ((env env))

automatically generated reader method

Source

ugens/envgen.lisp.

Target Slot

times.

Generic Writer: (setf times) (object)
Package

cl-collider.

Methods
Writer Method: (setf times) ((env env))

automatically generated writer method

Source

ugens/envgen.lisp.

Target Slot

times.

Generic Reader: timestamp (object)
Package

cl-collider.

Methods
Reader Method: timestamp ((scheduler scheduler))

This Function is get current scheduler time. That must based on seconds.

Source

scheduler.lisp.

Target Slot

timestamp.

Generic Reader: to (object)
Package

cl-collider.

Methods
Reader Method: to ((node node))

automatically generated reader method

Source

server.lisp.

Target Slot

to.

Generic Function: uninstall-reply-responder (rt-server cmd)
Package

cl-collider.

Source

server.lisp.

Methods
Method: uninstall-reply-responder ((rt-server external-server) cmd-name)
Generic Reader: width-first-antecedents (object)
Package

cl-collider.

Methods
Reader Method: width-first-antecedents ((ugen ugen))

automatically generated reader method

Source

ugen.lisp.

Target Slot

width-first-antecedents.

Generic Writer: (setf width-first-antecedents) (object)
Package

cl-collider.

Methods
Writer Method: (setf width-first-antecedents) ((ugen ugen))

automatically generated writer method

Source

ugen.lisp.

Target Slot

width-first-antecedents.

Generic Reader: width-first-ugens (synthdef)
Package

cl-collider.

Source

ugen.lisp.

Methods
Reader Method: width-first-ugens ((synthdef synthdef))

automatically generated reader method

Source

synthdef.lisp.

Target Slot

width-first-ugens.

Generic Writer: (setf width-first-ugens) (synthdef)
Package

cl-collider.

Source

ugen.lisp.

Methods
Writer Method: (setf width-first-ugens) ((synthdef synthdef))

automatically generated writer method

Source

synthdef.lisp.

Target Slot

width-first-ugens.

Generic Function: write-def-ugen-version1 (ugen stream)
Package

cl-collider.

Methods
Method: write-def-ugen-version1 ((ugen ugen) stream)
Source

ugen.lisp.

Generic Function: write-def-ugen-version2 (ugen stream)
Package

cl-collider.

Methods
Method: write-def-ugen-version2 ((ugen ugen) stream)
Source

ugen.lisp.


5.2.7 Structures

Structure: id-map
Package

cl-collider.

Source

id-map.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: vector
Package

common-lisp.

Initform

(make-array 1 :initial-element nil)

Readers

id-map-vector.

Writers

(setf id-map-vector).

Slot: free
Initform

0

Readers

id-map-free.

Writers

(setf id-map-free).

Slot: lock
Initform

(bordeaux-threads:make-recursive-lock)

Readers

id-map-lock.

Writers

(setf id-map-lock).

Structure: sched-event
Package

cl-collider.

Source

scheduler.lisp.

Direct superclasses

structure-object.

Direct slots
Slot: timestamp
Readers

sched-event-timestamp.

Writers

(setf sched-event-timestamp).

Slot: task
Readers

sched-event-task.

Writers

(setf sched-event-task).


5.2.8 Classes

Class: abstract-out
Package

cl-collider.

Source

ugens/inout.lisp.

Direct superclasses

ugen.

Direct methods

num-outputs.

Class: binary-operator
Package

cl-collider.

Source

operators.lisp.

Direct superclasses

pure-ugen.

Direct methods
Class: buffer
Package

cl-collider.

Source

buffer.lisp.

Direct methods
Direct slots
Slot: bufnum
Initargs

:bufnum

Readers

bufnum.

Writers

(setf bufnum).

Slot: frames
Initargs

:frames

Readers

frames.

Writers

(setf frames).

Slot: chanls
Initargs

:chanls

Readers

chanls.

Writers

(setf chanls).

Slot: sr
Initargs

:sr

Readers

sr.

Writers

(setf sr).

Slot: path
Initargs

:path

Readers

path.

Writers

(setf path).

Slot: server
Initargs

:server

Readers

server.

Writers

(setf server).

Class: bus
Package

cl-collider.

Source

bus.lisp.

Direct methods
Direct slots
Slot: busnum
Initargs

:busnum

Readers

busnum.

Writers

(setf busnum).

Slot: type
Package

common-lisp.

Initform

:audio

Initargs

:type

Slot: chanls
Initargs

:chanls

Readers

chanls.

Writers

(setf chanls).

Slot: server
Initargs

:server

Readers

server.

Writers

(setf server).

Class: control
Package

cl-collider.

Source

synthdef.lisp.

Direct superclasses

multiout-ugen.

Direct methods

new1.

Class: dugen
Package

cl-collider.

Source

ugens/demand.lisp.

Direct superclasses

ugen.

Class: dyn-klang
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Direct superclasses

ugen.

Direct methods

new1.

Class: dyn-klank
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Direct superclasses

ugen.

Direct methods

new1.

Class: external-server
Package

cl-collider.

Source

server.lisp.

Direct superclasses

rt-server.

Direct methods
Direct slots
Slot: host
Initargs

:host

Readers

host.

Writers

This slot is read-only.

Slot: port
Initargs

:port

Readers

port.

Writers

This slot is read-only.

Slot: osc-device
Readers

osc-device.

Writers

This slot is read-only.

Slot: just-connect-p
Initargs

:just-connect-p

Readers

just-connect-p.

Writers

This slot is read-only.

Class: group
Package

cl-collider.

Source

server.lisp.

Direct superclasses

node.

Direct methods

print-object.

Class: klang
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Direct superclasses

ugen.

Direct methods

new1.

Class: klank
Package

cl-collider.

Source

ugens/fsinosc.lisp.

Direct superclasses

ugen.

Direct methods

new1.

Class: lf-gauss
Package

cl-collider.

Source

ugens/osc.lisp.

Direct superclasses

ugen.

Direct methods
Class: muladd
Package

cl-collider.

Source

operators.lisp.

Direct superclasses

ugen.

Direct methods

new1.

Class: multiout-ugen
Package

cl-collider.

Source

ugen.lisp.

Direct superclasses

ugen.

Direct subclasses

control.

Direct methods
Direct slots
Slot: channels
Readers

channels.

Writers

(setf channels).

Class: node
Package

cl-collider.

Source

server.lisp.

Direct subclasses

group.

Direct methods
Direct slots
Slot: server
Initargs

:server

Readers

server.

Writers

This slot is read-only.

Slot: id
Initargs

:id

Readers

id.

Writers

This slot is read-only.

Slot: pos
Initargs

:pos

Readers

pos.

Writers

This slot is read-only.

Slot: to
Initargs

:to

Readers

to.

Writers

This slot is read-only.

Slot: name
Initargs

:name

Readers

name.

Writers

This slot is read-only.

Slot: meta
Initargs

:meta

Readers

meta.

Writers

(setf meta).

Class: nooutput-ugen
Package

cl-collider.

Source

ugen.lisp.

Direct superclasses

ugen.

Direct methods

num-outputs.

Class: nrt-server
Package

cl-collider.

Source

server.lisp.

Direct superclasses

server.

Direct methods
Direct slots
Slot: streams
Initargs

:streams

Readers

streams.

Writers

(setf streams).

Class: poll-ugen
Package

cl-collider.

Source

ugens/poll.lisp.

Direct superclasses

ugen.

Direct methods

new1.

Class: proxy-output
Package

cl-collider.

Source

ugen.lisp.

Direct superclasses

ugen.

Direct methods
Direct slots
Slot: source
Initargs

:source

Readers

source.

Writers

This slot is read-only.

Slot: output-index
Initargs

:output-index

Readers

output-index.

Writers

This slot is read-only.

Class: pure-ugen
Package

cl-collider.

Source

ugen.lisp.

Direct superclasses

ugen.

Direct subclasses
Direct methods

optimize-graph.

Class: pv-chain-ugen
Package

cl-collider.

Source

ugens/fftunpacking.lisp.

Direct superclasses

width-first-ugen.

Direct methods
Class: rt-server
Package

cl-collider.

Source

server.lisp.

Direct superclasses

server.

Direct subclasses

external-server.

Direct methods
Direct slots
Slot: server-time-stamp
Initform

(function cl-collider::unix-time)

Initargs

:server-time-stamp

Readers

server-time-stamp.

Writers

(setf server-time-stamp).

Slot: sample-rate
Readers

sample-rate.

Writers

(setf sample-rate).

Slot: scheduler
Readers

scheduler.

Writers

(setf scheduler).

Slot: sc-thread
Readers

sc-thread.

Writers

(setf sc-thread).

Slot: boot-p
Readers

boot-p.

Writers

(setf boot-p).

Slot: buffer-get-handlers
Initform

(make-hash-table :test (function equal))

Initargs

:buffer-get-handlers

Readers

buffer-get-handlers.

Writers

This slot is read-only.

Slot: control-get-handlers
Initform

(make-hash-table)

Readers

control-get-handlers.

Writers

This slot is read-only.

Slot: sync-id-map
Allocation

:class

Initform

(cl-collider::make-id-map)

Readers

sync-id-map.

Writers

This slot is read-only.

Slot: node-watcher
Readers

node-watcher.

Writers

(setf node-watcher).

Class: sched-param-tclass
Package

cl-collider.

Source

scheduler.lisp.

Direct superclasses
  • foreign-struct-type.
  • translatable-foreign-type.
Class: scheduler
Package

cl-collider.

Source

scheduler.lisp.

Direct subclasses

tempo-clock.

Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

sched-name.

Writers

This slot is read-only.

Slot: server
Initargs

:server

Readers

server.

Writers

(setf server).

Slot: mutex
Readers

mutex.

Writers

This slot is read-only.

Slot: condition-var
Initform

(bordeaux-threads:make-condition-variable)

Readers

condition-var.

Writers

This slot is read-only.

Slot: in-queue
Initform

(pileup:make-heap (function <=) :size 100 :key (function cl-collider::sched-event-timestamp))

Readers

in-queue.

Writers

This slot is read-only.

Slot: sched-thread
Readers

sched-thread.

Writers

(setf sched-thread).

Slot: status
Initform

:stop

Readers

sched-status.

Writers

(setf sched-status).

Slot: timestamp

This Function is get current scheduler time. That must based on seconds.

Initform

(function cl-collider::unix-time)

Initargs

:timestamp

Readers

timestamp.

Writers

This slot is read-only.

Class: send-peak-rms
Package

cl-collider.

Source

ugens/trig.lisp.

Direct superclasses

ugen.

Direct methods

num-outputs.

Class: server

This is base class for the scsynth server. This library includes realtime server, NRT server, and internal server (not yet implemented).

Package

cl-collider.

Source

server.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: name
Initform

""

Initargs

:name

Readers

name.

Writers

This slot is read-only.

Slot: server-options
Initargs

:server-options

Readers

server-options.

Writers

This slot is read-only.

Slot: server-lock
Initform

(bordeaux-threads:make-lock)

Readers

server-lock.

Writers

This slot is read-only.

Slot: id
Initform

(list 1000)

Readers

id.

Writers

(setf id).

Slot: group-id
Initform

1

Readers

group-id.

Writers

(setf group-id).

Slot: buffers
Initargs

:buffers

Readers

buffers.

Writers

(setf buffers).

Slot: audio-buses
Initargs

:audio-buses

Readers

audio-buses.

Writers

(setf audio-buses).

Slot: control-buses
Initargs

:control-buses

Readers

control-buses.

Writers

(setf control-buses).

Slot: sched-ahead
Initform

0.2d0

Initargs

:sched-ahead

Readers

sched-ahead.

Writers

(setf sched-ahead).

Slot: latency
Initform

0.0d0

Initargs

:latency

Readers

latency.

Writers

(setf latency).

Slot: tempo-clock
Readers

tempo-clock.

Writers

(setf tempo-clock).

Slot: node-proxy-table
Readers

node-proxy-table.

Writers

(setf node-proxy-table).

Class: sum3
Package

cl-collider.

Source

operators.lisp.

Direct superclasses

ugen.

Direct methods

new1.

Class: sum4
Package

cl-collider.

Source

operators.lisp.

Direct superclasses

ugen.

Direct methods

new1.

Class: synthdef
Package

cl-collider.

Source

synthdef.lisp.

Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

name.

Writers

(setf name).

Slot: controls
Initargs

:controls

Readers

controls.

Writers

(setf controls).

Slot: named-controls
Readers

named-controls.

Writers

(setf named-controls).

Slot: control-names
Initargs

:control-names

Readers

control-names.

Writers

(setf control-names).

Slot: control-ugen-count
Initform

0

Readers

control-ugen-count.

Writers

(setf control-ugen-count).

Slot: children
Readers

children.

Writers

(setf children).

Slot: constants
Readers

constants.

Writers

(setf constants).

Slot: max-local-bufs
Readers

max-local-bufs.

Writers

(setf max-local-bufs).

Slot: available
Readers

available.

Writers

(setf available).

Slot: width-first-ugens
Readers

width-first-ugens.

Writers

(setf width-first-ugens).

Slot: rewrite-in-progress
Readers

rewrite-in-progress.

Writers

(setf rewrite-in-progress).

Class: tempo-clock
Package

cl-collider.

Source

scheduler.lisp.

Direct superclasses

scheduler.

Direct methods
Direct slots
Slot: bpm
Initargs

:bpm

Readers

bpm.

Writers

(setf bpm).

Slot: beat-dur
Initargs

:beat-dur

Slot: base-seconds
Initargs

:base-seconds

Readers

base-seconds.

Writers

(setf base-seconds).

Slot: base-beats
Initargs

:base-beats

Readers

base-beats.

Writers

(setf base-beats).

Class: ugen
Package

cl-collider.

Source

ugen.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

name.

Writers

(setf name).

Slot: synthdef
Initargs

:synthdef

Readers

synthdef.

Writers

(setf synthdef).

Slot: inputs
Readers

inputs.

Writers

(setf inputs).

Slot: rate
Initargs

:rate

Readers

rate.

Writers

(setf rate).

Slot: synth-index
Initform

-1

Initargs

:synth-index

Readers

synth-index.

Writers

(setf synth-index).

Slot: check-fn
Initargs

:check-fn

Readers

check-fn.

Writers

This slot is read-only.

Slot: signal-range
Initargs

:signal-range

Readers

signal-range.

Writers

This slot is read-only.

Slot: special-index
Initform

0

Readers

special-index.

Writers

(setf special-index).

Slot: antecedents
Readers

antecedents.

Writers

(setf antecedents).

Slot: descendants
Readers

descendants.

Writers

(setf descendants).

Slot: width-first-antecedents
Initargs

:width-first-antecedents

Readers

width-first-antecedents.

Writers

(setf width-first-antecedents).

Class: unary-operator
Package

cl-collider.

Source

operators.lisp.

Direct superclasses

pure-ugen.

Direct methods
Class: width-first-ugen
Package

cl-collider.

Source

ugen.lisp.

Direct superclasses

ugen.

Direct subclasses
Direct methods

new1.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   (   *   +   -   /   <   =   >   _  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Z  
Index Entry  Section

(
(setf antecedents): Private generic functions
(setf antecedents): Private generic functions
(setf audio-buses): Private generic functions
(setf audio-buses): Private generic functions
(setf available): Private generic functions
(setf available): Private generic functions
(setf base-beats): Private generic functions
(setf base-beats): Private generic functions
(setf base-seconds): Private generic functions
(setf base-seconds): Private generic functions
(setf boot-p): Public generic functions
(setf boot-p): Public generic functions
(setf bpm): Private generic functions
(setf bpm): Private generic functions
(setf buffers): Private generic functions
(setf buffers): Private generic functions
(setf bufnum): Public generic functions
(setf bufnum): Public generic functions
(setf busnum): Public generic functions
(setf busnum): Public generic functions
(setf chanls): Public generic functions
(setf chanls): Public generic functions
(setf chanls): Public generic functions
(setf channels): Private generic functions
(setf channels): Private generic functions
(setf children): Private generic functions
(setf children): Private generic functions
(setf constants): Private generic functions
(setf constants): Private generic functions
(setf control-buses): Private generic functions
(setf control-buses): Private generic functions
(setf control-names): Private generic functions
(setf control-names): Private generic functions
(setf control-ugen-count): Private generic functions
(setf control-ugen-count): Private generic functions
(setf controls): Private generic functions
(setf controls): Private generic functions
(setf curve-number): Private generic functions
(setf curve-number): Private generic functions
(setf curve-value): Private generic functions
(setf curve-value): Private generic functions
(setf descendants): Private generic functions
(setf descendants): Private generic functions
(setf frames): Public generic functions
(setf frames): Public generic functions
(setf group-id): Private generic functions
(setf group-id): Private generic functions
(setf id): Private generic functions
(setf id): Private generic functions
(setf id-map-free): Private ordinary functions
(setf id-map-lock): Private ordinary functions
(setf id-map-vector): Private ordinary functions
(setf inputs): Private generic functions
(setf inputs): Private generic functions
(setf latency): Public generic functions
(setf latency): Public generic functions
(setf levels): Private generic functions
(setf levels): Private generic functions
(setf listening-thread): Private generic functions
(setf listening-thread): Private generic functions
(setf loop-node): Private generic functions
(setf loop-node): Private generic functions
(setf max-local-bufs): Private generic functions
(setf max-local-bufs): Private generic functions
(setf meta): Private generic functions
(setf meta): Private generic functions
(setf name): Private generic functions
(setf name): Private generic functions
(setf name): Private generic functions
(setf named-controls): Private generic functions
(setf named-controls): Private generic functions
(setf node-proxy-table): Private generic functions
(setf node-proxy-table): Private generic functions
(setf node-watcher): Private generic functions
(setf node-watcher): Private generic functions
(setf path): Public generic functions
(setf path): Public generic functions
(setf rate): Private generic functions
(setf rate): Private generic functions
(setf release-node): Private generic functions
(setf release-node): Private generic functions
(setf rewrite-in-progress): Private generic functions
(setf rewrite-in-progress): Private generic functions
(setf sample-rate): Private generic functions
(setf sample-rate): Private generic functions
(setf sc-thread): Private generic functions
(setf sc-thread): Private generic functions
(setf sched-ahead): Public generic functions
(setf sched-ahead): Public generic functions
(setf sched-event-task): Private ordinary functions
(setf sched-event-timestamp): Private ordinary functions
(setf sched-status): Private generic functions
(setf sched-status): Private generic functions
(setf sched-thread): Private generic functions
(setf sched-thread): Private generic functions
(setf scheduler): Private generic functions
(setf scheduler): Private generic functions
(setf server): Private generic functions
(setf server): Private generic functions
(setf server): Private generic functions
(setf server): Private generic functions
(setf server-options-block-size): Public ordinary functions
(setf server-options-device): Private ordinary functions
(setf server-options-hardware-buffer-size): Private ordinary functions
(setf server-options-hardware-samplerate): Private ordinary functions
(setf server-options-load-synthdefs-p): Private ordinary functions
(setf server-options-max-logins): Private ordinary functions
(setf server-options-max-num-nodes): Private ordinary functions
(setf server-options-max-num-synthdefs): Private ordinary functions
(setf server-options-num-audio-bus): Private ordinary functions
(setf server-options-num-control-bus): Private ordinary functions
(setf server-options-num-input-bus): Private ordinary functions
(setf server-options-num-output-bus): Private ordinary functions
(setf server-options-num-random-seeds): Private ordinary functions
(setf server-options-num-sample-buffers): Private ordinary functions
(setf server-options-num-wire-buffers): Private ordinary functions
(setf server-options-publish-to-rendezvous-p): Private ordinary functions
(setf server-options-realtime-mem-size): Private ordinary functions
(setf server-options-ugen-plugins-path): Private ordinary functions
(setf server-options-verbosity): Private ordinary functions
(setf server-time-stamp): Private generic functions
(setf server-time-stamp): Private generic functions
(setf special-index): Private generic functions
(setf special-index): Private generic functions
(setf sr): Public generic functions
(setf sr): Public generic functions
(setf status): Private generic functions
(setf status): Private generic functions
(setf streams): Private generic functions
(setf streams): Private generic functions
(setf synth-index): Private generic functions
(setf synth-index): Private generic functions
(setf synthdef): Private generic functions
(setf synthdef): Private generic functions
(setf synthdef-equivalent-function): Private ordinary functions
(setf synthdef-metadata): Public ordinary functions
(setf tempo-clock): Private generic functions
(setf tempo-clock): Private generic functions
(setf times): Private generic functions
(setf times): Private generic functions
(setf width-first-antecedents): Private generic functions
(setf width-first-antecedents): Private generic functions
(setf width-first-ugens): Private generic functions
(setf width-first-ugens): Private generic functions

*
*~: Private ordinary functions

+
+~: Private ordinary functions

-
-~: Private ordinary functions

/
/~: Private ordinary functions

<
<!: Private ordinary functions
<<: Private ordinary functions
<=~: Private ordinary functions
<~: Private ordinary functions

=
==: Public ordinary functions

>
>=~: Private ordinary functions
>>: Private ordinary functions
>~: Private ordinary functions

_
_exp-range: Private generic functions
_exp-range: Private generic functions
_range: Private generic functions
_range: Private generic functions
_range: Private generic functions

A
a2k.kr: Public ordinary functions
abstract-out-check: Private ordinary functions
abs~: Private ordinary functions
act: Private ordinary functions
add: Private ordinary functions
add-constant: Private generic functions
add-constant: Private generic functions
add-constant: Private generic functions
add-controls: Private ordinary functions
add-osc-responder: Public ordinary functions
add-reply-responder: Public ordinary functions
add-to-synth: Private generic functions
add-to-synth: Private generic functions
add-ugen: Private generic functions
add-ugen: Private generic functions
adsr: Public ordinary functions
all-running-servers: Public ordinary functions
allpass-c.ar: Public ordinary functions
allpass-c.kr: Public ordinary functions
allpass-l.ar: Public ordinary functions
allpass-l.kr: Public ordinary functions
allpass-n.ar: Public ordinary functions
allpass-n.kr: Public ordinary functions
amp-comp-a.ar: Public ordinary functions
amp-comp-a.ir: Public ordinary functions
amp-comp-a.kr: Public ordinary functions
amp-comp.ar: Public ordinary functions
amp-comp.ir: Public ordinary functions
amp-comp.kr: Public ordinary functions
ampdb: Public ordinary functions
amplitude.ar: Public ordinary functions
amplitude.kr: Public ordinary functions
antecedents: Private generic functions
antecedents: Private generic functions
apf.ar: Public ordinary functions
apf.kr: Public ordinary functions
array-max.ar: Public ordinary functions
array-max.kr: Public ordinary functions
array-min.ar: Public ordinary functions
array-min.kr: Public ordinary functions
as-array-for-interpolation: Private ordinary functions
as-audio-rate-input: Private ordinary functions
as-keyword: Private ordinary functions
as-wavetable: Public ordinary functions
as-wavetable-no-wrap: Public ordinary functions
ash~: Private ordinary functions
asr: Public ordinary functions
assign-id-map-id: Private ordinary functions
at: Public macros
at-beat: Public macros
at-task: Public macros
audio-buses: Private generic functions
audio-buses: Private generic functions
audio-in.ar: Private ordinary functions
available: Private generic functions
available: Private generic functions

B
b-allpass.ar: Public ordinary functions
b-bandpass.ar: Public ordinary functions
b-bandstop.ar: Public ordinary functions
b-hipass.ar: Public ordinary functions
b-hipass4.ar: Public ordinary functions
b-hishelf.ar: Public ordinary functions
b-lowpass.ar: Public ordinary functions
b-lowpass4.ar: Public ordinary functions
b-lowshelf.ar: Public ordinary functions
b-pass-sc: Private ordinary functions
b-pass4-new: Private ordinary functions
b-peak-eq.ar: Public ordinary functions
balance2.ar: Public ordinary functions
balance2.kr: Public ordinary functions
ball.ar: Public ordinary functions
ball.kr: Public ordinary functions
base-beats: Private generic functions
base-beats: Private generic functions
base-seconds: Private generic functions
base-seconds: Private generic functions
beat-dur: Private generic functions
beat-dur: Private generic functions
beat-track.kr: Public ordinary functions
beat-track2.kr: Public ordinary functions
beats-to-secs: Private generic functions
beats-to-secs: Private generic functions
bi-pan-b2.ar: Public ordinary functions
bi-pan-b2.kr: Public ordinary functions
bin-data.ar: Public ordinary functions
bin-data.kr: Public ordinary functions
bipolar: Public ordinary functions
blend-nth: Private ordinary functions
blip.ar: Public ordinary functions
blip.kr: Public ordinary functions
boot-p: Public generic functions
boot-p: Public generic functions
boot-p: Public generic functions
bootup-server-process: Private generic functions
bootup-server-process: Private generic functions
bpf.ar: Public ordinary functions
bpf.kr: Public ordinary functions
bpm: Private generic functions
bpm: Private generic functions
bpz-2.ar: Public ordinary functions
bpz-2.kr: Public ordinary functions
breakcore.ar: Public ordinary functions
brf.ar: Public ordinary functions
brf.kr: Public ordinary functions
brown-noise.ar: Public ordinary functions
brown-noise.kr: Public ordinary functions
brusselator.ar: Public ordinary functions
brz-2.ar: Public ordinary functions
brz-2.kr: Public ordinary functions
bubble: Public ordinary functions
buf-allpass-c.ar: Public ordinary functions
buf-allpass-l.ar: Public ordinary functions
buf-allpass-n.ar: Public ordinary functions
buf-channels.ir: Public ordinary functions
buf-channels.kr: Public ordinary functions
buf-comb-c.ar: Public ordinary functions
buf-comb-l.ar: Public ordinary functions
buf-comb-n.ar: Public ordinary functions
buf-delay-c.ar: Public ordinary functions
buf-delay-c.kr: Public ordinary functions
buf-delay-l.ar: Public ordinary functions
buf-delay-l.kr: Public ordinary functions
buf-delay-n.ar: Public ordinary functions
buf-delay-n.kr: Public ordinary functions
buf-dur.ir: Public ordinary functions
buf-dur.kr: Public ordinary functions
buf-frames.ir: Public ordinary functions
buf-frames.kr: Public ordinary functions
buf-info-ugen-base.ir: Public ordinary functions
buf-info-ugen-base.kr: Public ordinary functions
buf-rate-scale.ir: Public ordinary functions
buf-rate-scale.kr: Public ordinary functions
buf-rd.ar: Public ordinary functions
buf-rd.kr: Public ordinary functions
buf-sample-rate.ir: Public ordinary functions
buf-sample-rate.kr: Public ordinary functions
buf-samples.ir: Public ordinary functions
buf-samples.kr: Public ordinary functions
buf-wr.ar: Public ordinary functions
buf-wr.kr: Public ordinary functions
buffer-alloc: Public ordinary functions
buffer-alloc-sequence: Public ordinary functions
buffer-close: Public ordinary functions
buffer-copy: Public ordinary functions
buffer-cue-soundfile: Public ordinary functions
buffer-dur: Public generic functions
buffer-dur: Public generic functions
buffer-fill: Public ordinary functions
buffer-free: Public generic functions
buffer-free: Public generic functions
buffer-free: Public generic functions
buffer-get: Public ordinary functions
buffer-get-handlers: Private generic functions
buffer-get-handlers: Private generic functions
buffer-get-to-array: Public ordinary functions
buffer-get-to-list: Public ordinary functions
buffer-getn: Public ordinary functions
buffer-load: Public ordinary functions
buffer-load-sequence: Private ordinary functions
buffer-load-to-array: Public ordinary functions
buffer-load-to-list: Public ordinary functions
buffer-normalize: Public ordinary functions
buffer-read: Public ordinary functions
buffer-read-as-wavetable: Public ordinary functions
buffer-read-channel: Public ordinary functions
buffer-send-sequence: Private ordinary functions
buffer-set: Public ordinary functions
buffer-setn: Public ordinary functions
buffer-to-array: Public ordinary functions
buffer-to-list: Public ordinary functions
buffer-write: Public ordinary functions
buffer-zero: Public ordinary functions
buffers: Private generic functions
buffers: Private generic functions
bufnum: Public generic functions
bufnum: Public generic functions
build-server-options: Private ordinary functions
build-synthdef: Private generic functions
build-synthdef: Private generic functions
bus-alloc: Private ordinary functions
bus-audio: Public ordinary functions
bus-control: Public ordinary functions
bus-free: Public ordinary functions
bus-string: Public ordinary functions
busnum: Public generic functions
busnum: Public generic functions

C
c-osc.ar: Public ordinary functions
c-osc.kr: Public ordinary functions
calc-pv-recsize: Public generic functions
calc-pv-recsize: Public generic functions
calc-pv-recsize: Public generic functions
callback: Public ordinary functions
can-be-mul-add: Private ordinary functions
cat: Private ordinary functions
cat: Private generic functions
cat: Private generic functions
cat: Private generic functions
ceil~: Private ordinary functions
changed.ar: Public ordinary functions
changed.kr: Public ordinary functions
chanls: Public generic functions
chanls: Public generic functions
chanls: Public generic functions
chanls: Public generic functions
channels: Private generic functions
channels: Private generic functions
check-bad-values.ar: Public ordinary functions
check-bad-values.kr: Public ordinary functions
check-duty: Private ordinary functions
check-fn: Private generic functions
check-fn: Private generic functions
check-inputs: Private generic functions
check-inputs: Private generic functions
check-n-inputs: Private ordinary functions
check-same-rate-as-first-input: Private ordinary functions
check-when-audio: Private ordinary functions
children: Private generic functions
children: Private generic functions
cleanup-server: Private generic functions
cleanup-server: Private generic functions
clear-buf: Public ordinary functions
clip: Public generic functions
clip: Public generic functions
clip-noise.ar: Public ordinary functions
clip-noise.kr: Public ordinary functions
clip.ar: Public ordinary functions
clip.ir: Public ordinary functions
clip.kr: Public ordinary functions
clip2: Public generic functions
clip2: Public generic functions
clip2: Public generic functions
clip2~: Private ordinary functions
clip~: Private ordinary functions
clock-add: Public ordinary functions
clock-beats: Public ordinary functions
clock-bpm: Public ordinary functions
clock-clear: Public ordinary functions
clock-dur: Public ordinary functions
clock-quant: Public ordinary functions
close-device: Public ordinary functions
clump: Public ordinary functions
coin-gate.ar: Public ordinary functions
coin-gate.kr: Public ordinary functions
collect-constants: Private generic functions
collect-constants: Private generic functions
collect-constants: Private generic functions
comb-c.ar: Public ordinary functions
comb-c.kr: Public ordinary functions
comb-l.ar: Public ordinary functions
comb-l.kr: Public ordinary functions
comb-n.ar: Public ordinary functions
comb-n.kr: Public ordinary functions
compander-d.ar: Public ordinary functions
compander.ar: Public ordinary functions
Compiler Macro, get-synthdef-metadata: Public compiler macros
Compiler Macro, set-synthdef-metadata: Private compiler macros
condition-var: Private generic functions
condition-var: Private generic functions
condition-wait: Private ordinary functions
constants: Private generic functions
constants: Private generic functions
control-buses: Private generic functions
control-buses: Private generic functions
control-dur.ir: Public ordinary functions
control-get: Public ordinary functions
control-get-handlers: Private generic functions
control-get-handlers: Private generic functions
control-names: Private generic functions
control-names: Private generic functions
control-rate.ir: Public ordinary functions
control-set: Public ordinary functions
control-ugen-count: Private generic functions
control-ugen-count: Private generic functions
controls: Private generic functions
controls: Private generic functions
convert-code: Private ordinary functions
convolution.ar: Public ordinary functions
convolution2-l.ar: Public ordinary functions
convolution2.ar: Public ordinary functions
convolution3.ar: Public ordinary functions
convolution3.kr: Public ordinary functions
copy-id-map: Private ordinary functions
copy-sched-event: Private ordinary functions
copy-server-options: Private ordinary functions
cos~: Private ordinary functions
coyote.kr: Public ordinary functions
cpsmidi: Public ordinary functions
crackle.ar: Public ordinary functions
crackle.kr: Public ordinary functions
crossover-distortion.ar: Public ordinary functions
ctrl: Public ordinary functions
cubed: Public ordinary functions
cubed-interpolation: Private ordinary functions
curve-interpolation: Private ordinary functions
curve-number: Private generic functions
curve-number: Private generic functions
curve-value: Private generic functions
curve-value: Private generic functions
cusp-l.ar: Public ordinary functions
cusp-n.ar: Public ordinary functions
cutoff: Public ordinary functions

D
d-brown: Public ordinary functions
d-brown2: Public ordinary functions
d-bufrd: Public ordinary functions
d-bufwr: Public ordinary functions
d-gauss: Public ordinary functions
d-geom: Public ordinary functions
d-ibrown: Public ordinary functions
d-iwhite: Public ordinary functions
d-once: Public ordinary functions
d-poll: Public ordinary functions
d-rand: Public ordinary functions
d-reset: Public ordinary functions
d-seq: Public ordinary functions
d-ser: Public ordinary functions
d-series: Public ordinary functions
d-shuf: Public ordinary functions
d-stutter: Public ordinary functions
d-switch: Public ordinary functions
d-switch1: Public ordinary functions
d-white: Public ordinary functions
d-xrand: Public ordinary functions
dadsr: Public ordinary functions
dbamp: Public ordinary functions
dc.ar: Public ordinary functions
dc.kr: Public ordinary functions
decay.ar: Public ordinary functions
decay.kr: Public ordinary functions
decay2.ar: Public ordinary functions
decay2.kr: Public ordinary functions
decimator.ar: Public ordinary functions
decode-b2.ar: Public ordinary functions
decode-b2.kr: Public ordinary functions
decode-bundle: Private ordinary functions
decode-bundle-iter: Private ordinary functions
decode-float64: Private ordinary functions
decode-message: Private ordinary functions
decode-uint64: Private ordinary functions
def-binary-op: Private macros
def-buf-info-ugen-base: Private macros
def-dugen: Private macros
def-info-ugen-base: Private macros
def-pv-chain-ugen: Private macros
def-unary-op: Private macros
defsynth: Public macros
defugen: Private macros
degree-to-key.ar: Public ordinary functions
degree-to-key.kr: Public ordinary functions
delay-1.ar: Public ordinary functions
delay-1.kr: Public ordinary functions
delay-2.ar: Public ordinary functions
delay-2.kr: Public ordinary functions
delay-c.ar: Public ordinary functions
delay-c.kr: Public ordinary functions
delay-l.ar: Public ordinary functions
delay-l.kr: Public ordinary functions
delay-n.ar: Public ordinary functions
delay-n.kr: Public ordinary functions
deltap-rd.ar: Public ordinary functions
deltap-rd.kr: Public ordinary functions
deltap-wr.ar: Public ordinary functions
deltap-wr.kr: Public ordinary functions
demand-envgen.ar: Public ordinary functions
demand-envgen.kr: Public ordinary functions
demand.ar: Public ordinary functions
demand.kr: Public ordinary functions
descendants: Private generic functions
descendants: Private generic functions
detect-index.ar: Public ordinary functions
detect-index.kr: Public ordinary functions
detect-silence.ar: Public ordinary functions
detect-silence.kr: Public ordinary functions
dfm-1.ar: Public ordinary functions
disintegrator.ar: Public ordinary functions
disk-in.ar: Public ordinary functions
disk-out.ar: Public ordinary functions
distort: Public ordinary functions
divide: Private ordinary functions
done.kr: Public ordinary functions
double-nested-allpass-c.ar: Public ordinary functions
double-nested-allpass-l.ar: Public ordinary functions
double-nested-allpass-n.ar: Public ordinary functions
double-well.ar: Public ordinary functions
double-well2.ar: Public ordinary functions
double-well3.ar: Public ordinary functions
dup: Public ordinary functions
duplicate: Private generic functions
duplicate: Private generic functions
duplicate: Private generic functions
duplicate: Private generic functions
dust.ar: Public ordinary functions
dust.kr: Public ordinary functions
dust2.ar: Public ordinary functions
dust2.kr: Public ordinary functions
duty.ar: Public ordinary functions
duty.kr: Public ordinary functions
dyn-klang.ar: Public ordinary functions
dyn-klang.kr: Public ordinary functions
dyn-klank.ar: Public ordinary functions
dyn-klank.kr: Public ordinary functions

E
encode-bundle: Private ordinary functions
encode-float64: Private ordinary functions
encode-int16: Private ordinary functions
encode-message: Private ordinary functions
encode-synthdef: Private ordinary functions
env: Public ordinary functions
env-as-signal: Public generic functions
env-as-signal: Public generic functions
env-at: Public generic functions
env-at: Public generic functions
env-detect.ar: Public ordinary functions
env-follow.ar: Public ordinary functions
env-follow.kr: Public ordinary functions
env-gen.ar: Public ordinary functions
env-gen.kr: Public ordinary functions
env-shape-number: Public generic functions
env-shape-number: Public generic functions
env-shape-number: Public generic functions
env-shape-number: Public generic functions
env-shape-numbers: Private ordinary functions
exp-exp: Public ordinary functions
exp-lin: Public ordinary functions
exp-rand.ir: Public ordinary functions
exp-range: Public ordinary functions
exponential-interpolation: Private ordinary functions
expt~: Private ordinary functions
exp~: Private ordinary functions

F
f-sin-osc.ar: Public ordinary functions
f-sin-osc.kr: Public ordinary functions
fbsine-c.ar: Public ordinary functions
fbsine-l.ar: Public ordinary functions
fbsine-n.ar: Public ordinary functions
fft: Public ordinary functions
fft-trigger: Public ordinary functions
fitz-hugh-nagumo.ar: Public ordinary functions
floatfy: Private generic functions
floatfy: Private generic functions
floatfy: Private generic functions
floatfy: Private generic functions
floatfy: Private generic functions
floatfy: Private generic functions
floatfy: Private generic functions
floatfy: Private generic functions
floor~: Private ordinary functions
flop: Public ordinary functions
flop-argument: Private ordinary functions
fold: Public generic functions
fold: Public generic functions
fold.ar: Public ordinary functions
fold.ir: Public ordinary functions
fold.kr: Public ordinary functions
fold2: Public ordinary functions
formant.ar: Public ordinary functions
formlet.ar: Public ordinary functions
formlet.kr: Public ordinary functions
fos.ar: Public ordinary functions
fos.kr: Public ordinary functions
frac: Public ordinary functions
frames: Public generic functions
frames: Public generic functions
frames: Public generic functions
free: Public generic functions
free: Public generic functions
free: Public generic functions
free: Public generic functions
free: Public generic functions
free-self-when-done.kr: Public ordinary functions
free-self.kr: Public ordinary functions
free.kr: Public ordinary functions
freeverb.ar: Public ordinary functions
freeverb2.ar: Public ordinary functions
freq-shift.ar: Public ordinary functions
full-pathname: Private ordinary functions
Function, (setf id-map-free): Private ordinary functions
Function, (setf id-map-lock): Private ordinary functions
Function, (setf id-map-vector): Private ordinary functions
Function, (setf sched-event-task): Private ordinary functions
Function, (setf sched-event-timestamp): Private ordinary functions
Function, (setf server-options-block-size): Public ordinary functions
Function, (setf server-options-device): Private ordinary functions
Function, (setf server-options-hardware-buffer-size): Private ordinary functions
Function, (setf server-options-hardware-samplerate): Private ordinary functions
Function, (setf server-options-load-synthdefs-p): Private ordinary functions
Function, (setf server-options-max-logins): Private ordinary functions
Function, (setf server-options-max-num-nodes): Private ordinary functions
Function, (setf server-options-max-num-synthdefs): Private ordinary functions
Function, (setf server-options-num-audio-bus): Private ordinary functions
Function, (setf server-options-num-control-bus): Private ordinary functions
Function, (setf server-options-num-input-bus): Private ordinary functions
Function, (setf server-options-num-output-bus): Private ordinary functions
Function, (setf server-options-num-random-seeds): Private ordinary functions
Function, (setf server-options-num-sample-buffers): Private ordinary functions
Function, (setf server-options-num-wire-buffers): Private ordinary functions
Function, (setf server-options-publish-to-rendezvous-p): Private ordinary functions
Function, (setf server-options-realtime-mem-size): Private ordinary functions
Function, (setf server-options-ugen-plugins-path): Private ordinary functions
Function, (setf server-options-verbosity): Private ordinary functions
Function, (setf synthdef-equivalent-function): Private ordinary functions
Function, (setf synthdef-metadata): Public ordinary functions
Function, *~: Private ordinary functions
Function, +~: Private ordinary functions
Function, -~: Private ordinary functions
Function, /~: Private ordinary functions
Function, <!: Private ordinary functions
Function, <<: Private ordinary functions
Function, <=~: Private ordinary functions
Function, <~: Private ordinary functions
Function, ==: Public ordinary functions
Function, >=~: Private ordinary functions
Function, >>: Private ordinary functions
Function, >~: Private ordinary functions
Function, a2k.kr: Public ordinary functions
Function, abstract-out-check: Private ordinary functions
Function, abs~: Private ordinary functions
Function, act: Private ordinary functions
Function, add: Private ordinary functions
Function, add-controls: Private ordinary functions
Function, add-osc-responder: Public ordinary functions
Function, add-reply-responder: Public ordinary functions
Function, adsr: Public ordinary functions
Function, all-running-servers: Public ordinary functions
Function, allpass-c.ar: Public ordinary functions
Function, allpass-c.kr: Public ordinary functions
Function, allpass-l.ar: Public ordinary functions
Function, allpass-l.kr: Public ordinary functions
Function, allpass-n.ar: Public ordinary functions
Function, allpass-n.kr: Public ordinary functions
Function, amp-comp-a.ar: Public ordinary functions
Function, amp-comp-a.ir: Public ordinary functions
Function, amp-comp-a.kr: Public ordinary functions
Function, amp-comp.ar: Public ordinary functions
Function, amp-comp.ir: Public ordinary functions
Function, amp-comp.kr: Public ordinary functions
Function, ampdb: Public ordinary functions
Function, amplitude.ar: Public ordinary functions
Function, amplitude.kr: Public ordinary functions
Function, apf.ar: Public ordinary functions
Function, apf.kr: Public ordinary functions
Function, array-max.ar: Public ordinary functions
Function, array-max.kr: Public ordinary functions
Function, array-min.ar: Public ordinary functions
Function, array-min.kr: Public ordinary functions
Function, as-array-for-interpolation: Private ordinary functions
Function, as-audio-rate-input: Private ordinary functions
Function, as-keyword: Private ordinary functions
Function, as-wavetable: Public ordinary functions
Function, as-wavetable-no-wrap: Public ordinary functions
Function, ash~: Private ordinary functions
Function, asr: Public ordinary functions
Function, assign-id-map-id: Private ordinary functions
Function, audio-in.ar: Private ordinary functions
Function, b-allpass.ar: Public ordinary functions
Function, b-bandpass.ar: Public ordinary functions
Function, b-bandstop.ar: Public ordinary functions
Function, b-hipass.ar: Public ordinary functions
Function, b-hipass4.ar: Public ordinary functions
Function, b-hishelf.ar: Public ordinary functions
Function, b-lowpass.ar: Public ordinary functions
Function, b-lowpass4.ar: Public ordinary functions
Function, b-lowshelf.ar: Public ordinary functions
Function, b-pass-sc: Private ordinary functions
Function, b-pass4-new: Private ordinary functions
Function, b-peak-eq.ar: Public ordinary functions
Function, balance2.ar: Public ordinary functions
Function, balance2.kr: Public ordinary functions
Function, ball.ar: Public ordinary functions
Function, ball.kr: Public ordinary functions
Function, beat-track.kr: Public ordinary functions
Function, beat-track2.kr: Public ordinary functions
Function, bi-pan-b2.ar: Public ordinary functions
Function, bi-pan-b2.kr: Public ordinary functions
Function, bin-data.ar: Public ordinary functions
Function, bin-data.kr: Public ordinary functions
Function, bipolar: Public ordinary functions
Function, blend-nth: Private ordinary functions
Function, blip.ar: Public ordinary functions
Function, blip.kr: Public ordinary functions
Function, bpf.ar: Public ordinary functions
Function, bpf.kr: Public ordinary functions
Function, bpz-2.ar: Public ordinary functions
Function, bpz-2.kr: Public ordinary functions
Function, breakcore.ar: Public ordinary functions
Function, brf.ar: Public ordinary functions
Function, brf.kr: Public ordinary functions
Function, brown-noise.ar: Public ordinary functions
Function, brown-noise.kr: Public ordinary functions
Function, brusselator.ar: Public ordinary functions
Function, brz-2.ar: Public ordinary functions
Function, brz-2.kr: Public ordinary functions
Function, bubble: Public ordinary functions
Function, buf-allpass-c.ar: Public ordinary functions
Function, buf-allpass-l.ar: Public ordinary functions
Function, buf-allpass-n.ar: Public ordinary functions
Function, buf-channels.ir: Public ordinary functions
Function, buf-channels.kr: Public ordinary functions
Function, buf-comb-c.ar: Public ordinary functions
Function, buf-comb-l.ar: Public ordinary functions
Function, buf-comb-n.ar: Public ordinary functions
Function, buf-delay-c.ar: Public ordinary functions
Function, buf-delay-c.kr: Public ordinary functions
Function, buf-delay-l.ar: Public ordinary functions
Function, buf-delay-l.kr: Public ordinary functions
Function, buf-delay-n.ar: Public ordinary functions
Function, buf-delay-n.kr: Public ordinary functions
Function, buf-dur.ir: Public ordinary functions
Function, buf-dur.kr: Public ordinary functions
Function, buf-frames.ir: Public ordinary functions
Function, buf-frames.kr: Public ordinary functions
Function, buf-info-ugen-base.ir: Public ordinary functions
Function, buf-info-ugen-base.kr: Public ordinary functions
Function, buf-rate-scale.ir: Public ordinary functions
Function, buf-rate-scale.kr: Public ordinary functions
Function, buf-rd.ar: Public ordinary functions
Function, buf-rd.kr: Public ordinary functions
Function, buf-sample-rate.ir: Public ordinary functions
Function, buf-sample-rate.kr: Public ordinary functions
Function, buf-samples.ir: Public ordinary functions
Function, buf-samples.kr: Public ordinary functions
Function, buf-wr.ar: Public ordinary functions
Function, buf-wr.kr: Public ordinary functions
Function, buffer-alloc: Public ordinary functions
Function, buffer-alloc-sequence: Public ordinary functions
Function, buffer-close: Public ordinary functions
Function, buffer-copy: Public ordinary functions
Function, buffer-cue-soundfile: Public ordinary functions
Function, buffer-fill: Public ordinary functions
Function, buffer-get: Public ordinary functions
Function, buffer-get-to-array: Public ordinary functions
Function, buffer-get-to-list: Public ordinary functions
Function, buffer-getn: Public ordinary functions
Function, buffer-load: Public ordinary functions
Function, buffer-load-sequence: Private ordinary functions
Function, buffer-load-to-array: Public ordinary functions
Function, buffer-load-to-list: Public ordinary functions
Function, buffer-normalize: Public ordinary functions
Function, buffer-read: Public ordinary functions
Function, buffer-read-as-wavetable: Public ordinary functions
Function, buffer-read-channel: Public ordinary functions
Function, buffer-send-sequence: Private ordinary functions
Function, buffer-set: Public ordinary functions
Function, buffer-setn: Public ordinary functions
Function, buffer-to-array: Public ordinary functions
Function, buffer-to-list: Public ordinary functions
Function, buffer-write: Public ordinary functions
Function, buffer-zero: Public ordinary functions
Function, build-server-options: Private ordinary functions
Function, bus-alloc: Private ordinary functions
Function, bus-audio: Public ordinary functions
Function, bus-control: Public ordinary functions
Function, bus-free: Public ordinary functions
Function, bus-string: Public ordinary functions
Function, c-osc.ar: Public ordinary functions
Function, c-osc.kr: Public ordinary functions
Function, callback: Public ordinary functions
Function, can-be-mul-add: Private ordinary functions
Function, cat: Private ordinary functions
Function, ceil~: Private ordinary functions
Function, changed.ar: Public ordinary functions
Function, changed.kr: Public ordinary functions
Function, check-bad-values.ar: Public ordinary functions
Function, check-bad-values.kr: Public ordinary functions
Function, check-duty: Private ordinary functions
Function, check-n-inputs: Private ordinary functions
Function, check-same-rate-as-first-input: Private ordinary functions
Function, check-when-audio: Private ordinary functions
Function, clear-buf: Public ordinary functions
Function, clip-noise.ar: Public ordinary functions
Function, clip-noise.kr: Public ordinary functions
Function, clip.ar: Public ordinary functions
Function, clip.ir: Public ordinary functions
Function, clip.kr: Public ordinary functions
Function, clip2~: Private ordinary functions
Function, clip~: Private ordinary functions
Function, clock-add: Public ordinary functions
Function, clock-beats: Public ordinary functions
Function, clock-bpm: Public ordinary functions
Function, clock-clear: Public ordinary functions
Function, clock-dur: Public ordinary functions
Function, clock-quant: Public ordinary functions
Function, close-device: Public ordinary functions
Function, clump: Public ordinary functions
Function, coin-gate.ar: Public ordinary functions
Function, coin-gate.kr: Public ordinary functions
Function, comb-c.ar: Public ordinary functions
Function, comb-c.kr: Public ordinary functions
Function, comb-l.ar: Public ordinary functions
Function, comb-l.kr: Public ordinary functions
Function, comb-n.ar: Public ordinary functions
Function, comb-n.kr: Public ordinary functions
Function, compander-d.ar: Public ordinary functions
Function, compander.ar: Public ordinary functions
Function, condition-wait: Private ordinary functions
Function, control-dur.ir: Public ordinary functions
Function, control-get: Public ordinary functions
Function, control-rate.ir: Public ordinary functions
Function, control-set: Public ordinary functions
Function, convert-code: Private ordinary functions
Function, convolution.ar: Public ordinary functions
Function, convolution2-l.ar: Public ordinary functions
Function, convolution2.ar: Public ordinary functions
Function, convolution3.ar: Public ordinary functions
Function, convolution3.kr: Public ordinary functions
Function, copy-id-map: Private ordinary functions
Function, copy-sched-event: Private ordinary functions
Function, copy-server-options: Private ordinary functions
Function, cos~: Private ordinary functions
Function, coyote.kr: Public ordinary functions
Function, cpsmidi: Public ordinary functions
Function, crackle.ar: Public ordinary functions
Function, crackle.kr: Public ordinary functions
Function, crossover-distortion.ar: Public ordinary functions
Function, ctrl: Public ordinary functions
Function, cubed: Public ordinary functions
Function, cubed-interpolation: Private ordinary functions
Function, curve-interpolation: Private ordinary functions
Function, cusp-l.ar: Public ordinary functions
Function, cusp-n.ar: Public ordinary functions
Function, cutoff: Public ordinary functions
Function, d-brown: Public ordinary functions
Function, d-brown2: Public ordinary functions
Function, d-bufrd: Public ordinary functions
Function, d-bufwr: Public ordinary functions
Function, d-gauss: Public ordinary functions
Function, d-geom: Public ordinary functions
Function, d-ibrown: Public ordinary functions
Function, d-iwhite: Public ordinary functions
Function, d-once: Public ordinary functions
Function, d-poll: Public ordinary functions
Function, d-rand: Public ordinary functions
Function, d-reset: Public ordinary functions
Function, d-seq: Public ordinary functions
Function, d-ser: Public ordinary functions
Function, d-series: Public ordinary functions
Function, d-shuf: Public ordinary functions
Function, d-stutter: Public ordinary functions
Function, d-switch: Public ordinary functions
Function, d-switch1: Public ordinary functions
Function, d-white: Public ordinary functions
Function, d-xrand: Public ordinary functions
Function, dadsr: Public ordinary functions
Function, dbamp: Public ordinary functions
Function, dc.ar: Public ordinary functions
Function, dc.kr: Public ordinary functions
Function, decay.ar: Public ordinary functions
Function, decay.kr: Public ordinary functions
Function, decay2.ar: Public ordinary functions
Function, decay2.kr: Public ordinary functions
Function, decimator.ar: Public ordinary functions
Function, decode-b2.ar: Public ordinary functions
Function, decode-b2.kr: Public ordinary functions
Function, decode-bundle: Private ordinary functions
Function, decode-bundle-iter: Private ordinary functions
Function, decode-float64: Private ordinary functions
Function, decode-message: Private ordinary functions
Function, decode-uint64: Private ordinary functions
Function, degree-to-key.ar: Public ordinary functions
Function, degree-to-key.kr: Public ordinary functions
Function, delay-1.ar: Public ordinary functions
Function, delay-1.kr: Public ordinary functions
Function, delay-2.ar: Public ordinary functions
Function, delay-2.kr: Public ordinary functions
Function, delay-c.ar: Public ordinary functions
Function, delay-c.kr: Public ordinary functions
Function, delay-l.ar: Public ordinary functions
Function, delay-l.kr: Public ordinary functions
Function, delay-n.ar: Public ordinary functions
Function, delay-n.kr: Public ordinary functions
Function, deltap-rd.ar: Public ordinary functions
Function, deltap-rd.kr: Public ordinary functions
Function, deltap-wr.ar: Public ordinary functions
Function, deltap-wr.kr: Public ordinary functions
Function, demand-envgen.ar: Public ordinary functions
Function, demand-envgen.kr: Public ordinary functions
Function, demand.ar: Public ordinary functions
Function, demand.kr: Public ordinary functions
Function, detect-index.ar: Public ordinary functions
Function, detect-index.kr: Public ordinary functions
Function, detect-silence.ar: Public ordinary functions
Function, detect-silence.kr: Public ordinary functions
Function, dfm-1.ar: Public ordinary functions
Function, disintegrator.ar: Public ordinary functions
Function, disk-in.ar: Public ordinary functions
Function, disk-out.ar: Public ordinary functions
Function, distort: Public ordinary functions
Function, divide: Private ordinary functions
Function, done.kr: Public ordinary functions
Function, double-nested-allpass-c.ar: Public ordinary functions
Function, double-nested-allpass-l.ar: Public ordinary functions
Function, double-nested-allpass-n.ar: Public ordinary functions
Function, double-well.ar: Public ordinary functions
Function, double-well2.ar: Public ordinary functions
Function, double-well3.ar: Public ordinary functions
Function, dup: Public ordinary functions
Function, dust.ar: Public ordinary functions
Function, dust.kr: Public ordinary functions
Function, dust2.ar: Public ordinary functions
Function, dust2.kr: Public ordinary functions
Function, duty.ar: Public ordinary functions
Function, duty.kr: Public ordinary functions
Function, dyn-klang.ar: Public ordinary functions
Function, dyn-klang.kr: Public ordinary functions
Function, dyn-klank.ar: Public ordinary functions
Function, dyn-klank.kr: Public ordinary functions
Function, encode-bundle: Private ordinary functions
Function, encode-float64: Private ordinary functions
Function, encode-int16: Private ordinary functions
Function, encode-message: Private ordinary functions
Function, encode-synthdef: Private ordinary functions
Function, env: Public ordinary functions
Function, env-detect.ar: Public ordinary functions
Function, env-follow.ar: Public ordinary functions
Function, env-follow.kr: Public ordinary functions
Function, env-gen.ar: Public ordinary functions
Function, env-gen.kr: Public ordinary functions
Function, env-shape-numbers: Private ordinary functions
Function, exp-exp: Public ordinary functions
Function, exp-lin: Public ordinary functions
Function, exp-rand.ir: Public ordinary functions
Function, exp-range: Public ordinary functions
Function, exponential-interpolation: Private ordinary functions
Function, expt~: Private ordinary functions
Function, exp~: Private ordinary functions
Function, f-sin-osc.ar: Public ordinary functions
Function, f-sin-osc.kr: Public ordinary functions
Function, fbsine-c.ar: Public ordinary functions
Function, fbsine-l.ar: Public ordinary functions
Function, fbsine-n.ar: Public ordinary functions
Function, fft: Public ordinary functions
Function, fft-trigger: Public ordinary functions
Function, fitz-hugh-nagumo.ar: Public ordinary functions
Function, floor~: Private ordinary functions
Function, flop: Public ordinary functions
Function, flop-argument: Private ordinary functions
Function, fold.ar: Public ordinary functions
Function, fold.ir: Public ordinary functions
Function, fold.kr: Public ordinary functions
Function, fold2: Public ordinary functions
Function, formant.ar: Public ordinary functions
Function, formlet.ar: Public ordinary functions
Function, formlet.kr: Public ordinary functions
Function, fos.ar: Public ordinary functions
Function, fos.kr: Public ordinary functions
Function, frac: Public ordinary functions
Function, free-self-when-done.kr: Public ordinary functions
Function, free-self.kr: Public ordinary functions
Function, free.kr: Public ordinary functions
Function, freeverb.ar: Public ordinary functions
Function, freeverb2.ar: Public ordinary functions
Function, freq-shift.ar: Public ordinary functions
Function, full-pathname: Private ordinary functions
Function, g-verb.ar: Public ordinary functions
Function, gate.ar: Public ordinary functions
Function, gate.kr: Public ordinary functions
Function, gauss-trig.ar: Public ordinary functions
Function, gauss-trig.kr: Public ordinary functions
Function, gbman-l.ar: Public ordinary functions
Function, gbman-n.ar: Public ordinary functions
Function, gendy1.ar: Public ordinary functions
Function, gendy1.kr: Public ordinary functions
Function, gendy2.ar: Public ordinary functions
Function, gendy2.kr: Public ordinary functions
Function, gendy3.ar: Public ordinary functions
Function, gendy3.kr: Public ordinary functions
Function, gendy4.ar: Public ordinary functions
Function, gendy4.kr: Public ordinary functions
Function, gendy5.ar: Public ordinary functions
Function, gendy5.kr: Public ordinary functions
Function, get-controls-list: Private ordinary functions
Function, get-next-buffer: Private ordinary functions
Function, get-next-bus: Private ordinary functions
Function, get-next-id: Private ordinary functions
Function, get-semaphore-by-thread: Private ordinary functions
Function, get-synthdef-metadata: Public ordinary functions
Function, get-thread-priority: Private ordinary functions
Function, grain-buf.ar: Public ordinary functions
Function, grain-fm.ar: Public ordinary functions
Function, grain-in.ar: Public ordinary functions
Function, grain-sin.ar: Public ordinary functions
Function, gravity-grid.ar: Public ordinary functions
Function, gravity-grid2.ar: Public ordinary functions
Function, gray-noise.ar: Public ordinary functions
Function, gray-noise.kr: Public ordinary functions
Function, greyhole.ar: Public ordinary functions
Function, group-free-all: Public ordinary functions
Function, hasher.ar: Public ordinary functions
Function, hasher.kr: Public ordinary functions
Function, henon-c.ar: Public ordinary functions
Function, henon-l.ar: Public ordinary functions
Function, henon-n.ar: Public ordinary functions
Function, hilbert-fir.ar: Public ordinary functions
Function, hilbert.ar: Public ordinary functions
Function, hold-interpolation: Private ordinary functions
Function, hpf.ar: Public ordinary functions
Function, hpf.kr: Public ordinary functions
Function, hpz-1.ar: Public ordinary functions
Function, hpz-1.kr: Public ordinary functions
Function, hpz-2.ar: Public ordinary functions
Function, hpz-2.kr: Public ordinary functions
Function, i-env-gen.ar: Public ordinary functions
Function, i-env-gen.kr: Public ordinary functions
Function, i-rand.ir: Public ordinary functions
Function, id-map-free: Private ordinary functions
Function, id-map-free-object: Private ordinary functions
Function, id-map-grow: Private ordinary functions
Function, id-map-lock: Private ordinary functions
Function, id-map-modify-object: Private ordinary functions
Function, id-map-object: Private ordinary functions
Function, id-map-p: Private ordinary functions
Function, id-map-vector: Private ordinary functions
Function, ifft.ar: Public ordinary functions
Function, ifft.kr: Public ordinary functions
Function, if~: Public ordinary functions
Function, impulse.ar: Public ordinary functions
Function, impulse.kr: Public ordinary functions
Function, in-feedback.ar: Public ordinary functions
Function, in-range.ar: Public ordinary functions
Function, in-range.kr: Public ordinary functions
Function, in-trig.kr: Public ordinary functions
Function, in.ar: Public ordinary functions
Function, in.kr: Public ordinary functions
Function, increment: Private ordinary functions
Function, index-in-between.ar: Public ordinary functions
Function, index-in-between.kr: Public ordinary functions
Function, index-l.ar: Public ordinary functions
Function, index-l.kr: Public ordinary functions
Function, index-ugens: Private ordinary functions
Function, index.ar: Public ordinary functions
Function, index.kr: Public ordinary functions
Function, info-ugen-base.ir: Public ordinary functions
Function, initialize-server-responder: Private ordinary functions
Function, instruction.ar: Public ordinary functions
Function, integrator.ar: Public ordinary functions
Function, integrator.kr: Public ordinary functions
Function, interpolation: Private ordinary functions
Function, is-playing-p: Public ordinary functions
Function, jack-connect: Public ordinary functions
Function, jpverb.ar: Public ordinary functions
Function, k2a.ar: Public ordinary functions
Function, key-state.kr: Public ordinary functions
Function, keytrack.kr: Public ordinary functions
Function, klang.ar: Public ordinary functions
Function, klank.ar: Public ordinary functions
Function, kmeans-to-bpset1.ar: Public ordinary functions
Function, kr: Public ordinary functions
Function, ladspa.ar: Public ordinary functions
Function, lag-2ud.ar: Public ordinary functions
Function, lag-2ud.kr: Public ordinary functions
Function, lag-3ud.ar: Public ordinary functions
Function, lag-3ud.kr: Public ordinary functions
Function, lag-in.kr: Public ordinary functions
Function, lag-ud.ar: Public ordinary functions
Function, lag-ud.kr: Public ordinary functions
Function, lag.ar: Public ordinary functions
Function, lag.kr: Public ordinary functions
Function, lag2.ar: Public ordinary functions
Function, lag2.kr: Public ordinary functions
Function, lag3.ar: Public ordinary functions
Function, lag3.kr: Public ordinary functions
Function, last-value.ar: Public ordinary functions
Function, last-value.kr: Public ordinary functions
Function, latch.ar: Public ordinary functions
Function, latch.kr: Public ordinary functions
Function, latoocarfian-c.ar: Public ordinary functions
Function, latoocarfian-l.ar: Public ordinary functions
Function, latoocarfian-n.ar: Public ordinary functions
Function, leak-dc.ar: Public ordinary functions
Function, leak-dc.kr: Public ordinary functions
Function, least-change.ar: Public ordinary functions
Function, least-change.kr: Public ordinary functions
Function, lf-brown-noise0.ar: Public ordinary functions
Function, lf-brown-noise0.kr: Public ordinary functions
Function, lf-brown-noise1.ar: Public ordinary functions
Function, lf-brown-noise1.kr: Public ordinary functions
Function, lf-brown-noise2.ar: Public ordinary functions
Function, lf-brown-noise2.kr: Public ordinary functions
Function, lf-clip-noise.ar: Public ordinary functions
Function, lf-clip-noise.kr: Public ordinary functions
Function, lf-cub.ar: Public ordinary functions
Function, lf-cub.kr: Public ordinary functions
Function, lf-gauss.ar: Public ordinary functions
Function, lf-gauss.kr: Public ordinary functions
Function, lf-noise0.ar: Public ordinary functions
Function, lf-noise0.kr: Public ordinary functions
Function, lf-noise1.ar: Public ordinary functions
Function, lf-noise1.kr: Public ordinary functions
Function, lf-noise2.ar: Public ordinary functions
Function, lf-noise2.kr: Public ordinary functions
Function, lf-par.ar: Public ordinary functions
Function, lf-par.kr: Public ordinary functions
Function, lf-pulse.ar: Public ordinary functions
Function, lf-pulse.kr: Public ordinary functions
Function, lf-saw.ar: Public ordinary functions
Function, lf-saw.kr: Public ordinary functions
Function, lf-tri.ar: Public ordinary functions
Function, lf-tri.kr: Public ordinary functions
Function, lfd-clip-noise.ar: Public ordinary functions
Function, lfd-clip-noise.kr: Public ordinary functions
Function, lfd-noise0.ar: Public ordinary functions
Function, lfd-noise0.kr: Public ordinary functions
Function, lfd-noise1.ar: Public ordinary functions
Function, lfd-noise1.kr: Public ordinary functions
Function, lfd-noise3.ar: Public ordinary functions
Function, lfd-noise3.kr: Public ordinary functions
Function, limiter.ar: Public ordinary functions
Function, lin-exp: Public ordinary functions
Function, lin-exp.ar: Public ordinary functions
Function, lin-exp.kr: Public ordinary functions
Function, lin-lin: Public ordinary functions
Function, lin-lin.ar: Public ordinary functions
Function, lin-lin.kr: Public ordinary functions
Function, lin-pan2.ar: Public ordinary functions
Function, lin-pan2.kr: Public ordinary functions
Function, lin-rand.ir: Public ordinary functions
Function, lin-select-x.ar: Public ordinary functions
Function, lin-select-x.kr: Public ordinary functions
Function, lin-x-fade2.ar: Public ordinary functions
Function, lin-x-fade2.kr: Public ordinary functions
Function, lincong-c.ar: Public ordinary functions
Function, lincong-l.ar: Public ordinary functions
Function, lincong-n.ar: Public ordinary functions
Function, line.ar: Public ordinary functions
Function, line.kr: Public ordinary functions
Function, linear-interpolation: Private ordinary functions
Function, linear-resample: Private ordinary functions
Function, linen: Public ordinary functions
Function, linen.kr: Public ordinary functions
Function, list-dugen: Public ordinary functions
Function, local-buf: Public ordinary functions
Function, local-buf-list: Public ordinary functions
Function, local-in.ar: Public ordinary functions
Function, local-in.kr: Public ordinary functions
Function, local-out.ar: Public ordinary functions
Function, local-out.kr: Public ordinary functions
Function, log10~: Private ordinary functions
Function, log2~: Private ordinary functions
Function, logand~: Private ordinary functions
Function, logior~: Private ordinary functions
Function, logistic.ar: Public ordinary functions
Function, logistic.kr: Public ordinary functions
Function, log~: Private ordinary functions
Function, lorenz-l.ar: Public ordinary functions
Function, loudness.kr: Public ordinary functions
Function, lpc-error.ar: Public ordinary functions
Function, lpf.ar: Public ordinary functions
Function, lpf.kr: Public ordinary functions
Function, lpz-1.ar: Public ordinary functions
Function, lpz-1.kr: Public ordinary functions
Function, lpz-2.ar: Public ordinary functions
Function, lpz-2.kr: Public ordinary functions
Function, lst-operation: Private ordinary functions
Function, lti.ar: Public ordinary functions
Function, madd: Public ordinary functions
Function, make-control: Private ordinary functions
Function, make-external-server: Public ordinary functions
Function, make-group: Public ordinary functions
Function, make-id-map: Private ordinary functions
Function, make-listening-thread: Private ordinary functions
Function, make-max-local-bufs: Private ordinary functions
Function, make-pstring: Private ordinary functions
Function, make-sched-event: Private ordinary functions
Function, make-server-options: Public ordinary functions
Function, make-synth-msg: Private ordinary functions
Function, mantissa-mask.ar: Public ordinary functions
Function, mantissa-mask.kr: Public ordinary functions
Function, map-bus: Public ordinary functions
Function, max.kr: Public ordinary functions
Function, max~: Private ordinary functions
Function, mda-piano.ar: Public ordinary functions
Function, mean: Public ordinary functions
Function, median.ar: Public ordinary functions
Function, median.kr: Public ordinary functions
Function, message-distribute: Private ordinary functions
Function, mfcc.kr: Public ordinary functions
Function, mid-eq.ar: Public ordinary functions
Function, mid-eq.kr: Public ordinary functions
Function, midicps: Public ordinary functions
Function, midiratio: Public ordinary functions
Function, min-nyquist: Private ordinary functions
Function, minus: Private ordinary functions
Function, min~: Private ordinary functions
Function, mix: Public ordinary functions
Function, mod~: Private ordinary functions
Function, moog-ff.ar: Public ordinary functions
Function, moog-ff.kr: Public ordinary functions
Function, moog-ladder.ar: Public ordinary functions
Function, moog-ladder.kr: Public ordinary functions
Function, most-change.ar: Public ordinary functions
Function, most-change.kr: Public ordinary functions
Function, mouse-button.kr: Public ordinary functions
Function, mouse-x.kr: Public ordinary functions
Function, mouse-y.kr: Public ordinary functions
Function, mul: Private ordinary functions
Function, mul-add: Private ordinary functions
Function, multinew: Private ordinary functions
Function, multinew-list: Private ordinary functions
Function, n-rand.ir: Public ordinary functions
Function, named-control: Public ordinary functions
Function, neg: Public ordinary functions
Function, nested-allpass-c.ar: Public ordinary functions
Function, nested-allpass-l.ar: Public ordinary functions
Function, nested-allpass-n.ar: Public ordinary functions
Function, nhhall.ar: Public ordinary functions
Function, nl.ar: Public ordinary functions
Function, nl2.ar: Public ordinary functions
Function, nlfilt-c.ar: Public ordinary functions
Function, nlfilt-c.kr: Public ordinary functions
Function, nlfilt-l.ar: Public ordinary functions
Function, nlfilt-l.kr: Public ordinary functions
Function, nlfilt-n.ar: Public ordinary functions
Function, nlfilt-n.kr: Public ordinary functions
Function, node-to-pos: Private ordinary functions
Function, normalizer.ar: Public ordinary functions
Function, now: Public ordinary functions
Function, nth-wrap: Private ordinary functions
Function, num-audio-buses.ir: Public ordinary functions
Function, num-buffers.ir: Public ordinary functions
Function, num-control-buses.ir: Public ordinary functions
Function, num-input-buses.ir: Public ordinary functions
Function, num-output-buses.ir: Public ordinary functions
Function, num-running-synths.kr: Public ordinary functions
Function, number-rate: Private ordinary functions
Function, offset-out.ar: Public ordinary functions
Function, offset-out.kr: Public ordinary functions
Function, one-pole.ar: Public ordinary functions
Function, one-pole.kr: Public ordinary functions
Function, one-zero.ar: Public ordinary functions
Function, one-zero.kr: Public ordinary functions
Function, onsets.kr: Public ordinary functions
Function, optimize-add: Private ordinary functions
Function, oregonator.ar: Public ordinary functions
Function, osc-device: Public ordinary functions
Function, osc-n.ar: Public ordinary functions
Function, osc-n.kr: Public ordinary functions
Function, osc.ar: Public ordinary functions
Function, osc.kr: Public ordinary functions
Function, out.ar: Public ordinary functions
Function, out.kr: Public ordinary functions
Function, p-sin-grain.ar: Public ordinary functions
Function, pack-fft: Private ordinary functions
Function, pan-az.ar: Public ordinary functions
Function, pan-az.kr: Public ordinary functions
Function, pan-b.ar: Public ordinary functions
Function, pan-b.kr: Public ordinary functions
Function, pan-b2.ar: Public ordinary functions
Function, pan-b2.kr: Public ordinary functions
Function, pan2.ar: Public ordinary functions
Function, pan2.kr: Public ordinary functions
Function, pan4.ar: Public ordinary functions
Function, pan4.kr: Public ordinary functions
Function, parse-description: Private ordinary functions
Function, pause-self-when-done.kr: Public ordinary functions
Function, pause-self.kr: Public ordinary functions
Function, peak-check-fn: Private ordinary functions
Function, peak-follower.ar: Public ordinary functions
Function, peak-follower.kr: Public ordinary functions
Function, peak.ar: Public ordinary functions
Function, peak.kr: Public ordinary functions
Function, perc: Public ordinary functions
Function, phasor.ar: Public ordinary functions
Function, phasor.kr: Public ordinary functions
Function, pink-noise.ar: Public ordinary functions
Function, pink-noise.kr: Public ordinary functions
Function, pitch-shift.ar: Public ordinary functions
Function, pitch.kr: Public ordinary functions
Function, play-buf.ar: Public ordinary functions
Function, play-buf.kr: Public ordinary functions
Function, pluck.ar: Public ordinary functions
Function, pm-osc.ar: Public ordinary functions
Function, pm-osc.kr: Public ordinary functions
Function, poll.ar: Public ordinary functions
Function, poll.kr: Public ordinary functions
Function, print-val.kr: Public ordinary functions
Function, process-buffer-complete-handle: Private ordinary functions
Function, process-env: Private ordinary functions
Function, product: Public ordinary functions
Function, proxy-ctrl: Public ordinary functions
Function, prune: Private ordinary functions
Function, puase.kr: Public ordinary functions
Function, pulse-count.ar: Public ordinary functions
Function, pulse-count.kr: Public ordinary functions
Function, pulse-divider.ar: Public ordinary functions
Function, pulse-divider.kr: Public ordinary functions
Function, pulse.ar: Public ordinary functions
Function, pulse.kr: Public ordinary functions
Function, pv-add: Public ordinary functions
Function, pv-bin-buf-rd: Public ordinary functions
Function, pv-bin-delay: Public ordinary functions
Function, pv-bin-filter: Public ordinary functions
Function, pv-bin-play-buf: Public ordinary functions
Function, pv-bin-scramble: Public ordinary functions
Function, pv-bin-shift: Public ordinary functions
Function, pv-bin-wipe: Public ordinary functions
Function, pv-brick-wall: Public ordinary functions
Function, pv-buf-rd: Public ordinary functions
Function, pv-conformal-map: Public ordinary functions
Function, pv-conj: Public ordinary functions
Function, pv-copy: Public ordinary functions
Function, pv-copy-phase: Public ordinary functions
Function, pv-diffuser: Public ordinary functions
Function, pv-div: Public ordinary functions
Function, pv-even-bin: Public ordinary functions
Function, pv-freeze: Public ordinary functions
Function, pv-freq-buffer: Public ordinary functions
Function, pv-hainsworth-foote.ar: Public ordinary functions
Function, pv-invert: Public ordinary functions
Function, pv-jensen-andersen.ar: Public ordinary functions
Function, pv-local-max: Public ordinary functions
Function, pv-mag-above: Public ordinary functions
Function, pv-mag-below: Public ordinary functions
Function, pv-mag-buffer: Public ordinary functions
Function, pv-mag-clip: Public ordinary functions
Function, pv-mag-div: Public ordinary functions
Function, pv-mag-freeze: Public ordinary functions
Function, pv-mag-map: Public ordinary functions
Function, pv-mag-mul: Public ordinary functions
Function, pv-mag-noise: Public ordinary functions
Function, pv-mag-shift: Public ordinary functions
Function, pv-mag-smear: Public ordinary functions
Function, pv-mag-squared: Public ordinary functions
Function, pv-max: Public ordinary functions
Function, pv-max-mag-n: Public ordinary functions
Function, pv-min: Public ordinary functions
Function, pv-min-mag-n: Public ordinary functions
Function, pv-mul: Public ordinary functions
Function, pv-noise-synth-f: Public ordinary functions
Function, pv-noise-synth-p: Public ordinary functions
Function, pv-odd-bin: Public ordinary functions
Function, pv-partial-synth-f: Public ordinary functions
Function, pv-partial-synth-p: Public ordinary functions
Function, pv-phase-shift: Public ordinary functions
Function, pv-phase-shift270: Public ordinary functions
Function, pv-phase-shift90: Public ordinary functions
Function, pv-play-buf: Public ordinary functions
Function, pv-rand-comb: Public ordinary functions
Function, pv-rand-wipe: Public ordinary functions
Function, pv-record-buf: Public ordinary functions
Function, pv-rect-comb: Public ordinary functions
Function, pv-rect-comb2: Public ordinary functions
Function, pv-spectral-enhance: Public ordinary functions
Function, pv-spectral-map: Public ordinary functions
Function, pv-whiten: Public ordinary functions
Function, qitch.kr: Public ordinary functions
Function, quad-c.ar: Public ordinary functions
Function, quad-l.ar: Public ordinary functions
Function, quad-n.ar: Public ordinary functions
Function, quant: Public ordinary functions
Function, radians-per-sample.ir: Public ordinary functions
Function, ramp.ar: Public ordinary functions
Function, ramp.kr: Public ordinary functions
Function, rand-id.ir: Public ordinary functions
Function, rand-id.kr: Public ordinary functions
Function, rand-seed.ar: Public ordinary functions
Function, rand-seed.ir: Public ordinary functions
Function, rand-seed.kr: Public ordinary functions
Function, rand.ir: Public ordinary functions
Function, range: Public ordinary functions
Function, rate-number: Private ordinary functions
Function, read-ugen-description: Private ordinary functions
Function, reciprocal: Public ordinary functions
Function, record-buf.ar: Public ordinary functions
Function, record-buf.kr: Public ordinary functions
Function, release: Public ordinary functions
Function, remove-osc-responder: Public ordinary functions
Function, remove-reply-responder: Public ordinary functions
Function, replace-out.ar: Public ordinary functions
Function, replace-out.kr: Public ordinary functions
Function, replace-zeroes-with-silence: Private ordinary functions
Function, resonz.ar: Public ordinary functions
Function, resonz.kr: Public ordinary functions
Function, rhpf.ar: Public ordinary functions
Function, rhpf.kr: Public ordinary functions
Function, ringz.ar: Public ordinary functions
Function, ringz.kr: Public ordinary functions
Function, rlpf.ar: Public ordinary functions
Function, rlpf.kr: Public ordinary functions
Function, rlpfd.ar: Public ordinary functions
Function, rlpfd.kr: Public ordinary functions
Function, rotate2.ar: Public ordinary functions
Function, rotate2.kr: Public ordinary functions
Function, round~: Private ordinary functions
Function, running-max.ar: Public ordinary functions
Function, running-max.kr: Public ordinary functions
Function, running-min.ar: Public ordinary functions
Function, running-min.kr: Public ordinary functions
Function, running-sum-rms: Public ordinary functions
Function, running-sum.ar: Public ordinary functions
Function, running-sum.kr: Public ordinary functions
Function, sample-dur.ir: Public ordinary functions
Function, sample-rate.ir: Public ordinary functions
Function, sanitize.ar: Public ordinary functions
Function, sanitize.kr: Public ordinary functions
Function, saw-dpw.ar: Public ordinary functions
Function, saw-dpw.kr: Public ordinary functions
Function, saw.ar: Public ordinary functions
Function, saw.kr: Public ordinary functions
Function, sc-decode-taged-data: Private ordinary functions
Function, sc-decode-timetag: Private ordinary functions
Function, sc-encode-blob: Private ordinary functions
Function, sc-encode-data: Private ordinary functions
Function, sc-encode-timetag: Private ordinary functions
Function, sc-encode-typetags: Private ordinary functions
Function, sc-help-file: Private ordinary functions
Function, sc-make-type-tags: Private ordinary functions
Function, sc-path-not-found-warning: Private ordinary functions
Function, sc-program-run: Private ordinary functions
Function, sched-add: Private ordinary functions
Function, sched-clear: Private ordinary functions
Function, sched-event-p: Private ordinary functions
Function, sched-event-task: Private ordinary functions
Function, sched-event-timestamp: Private ordinary functions
Function, sched-quant: Private ordinary functions
Function, sched-run: Private ordinary functions
Function, sched-stop: Private ordinary functions
Function, sched-time: Private ordinary functions
Function, schedule: Private ordinary functions
Function, schmidt.ar: Public ordinary functions
Function, schmidt.kr: Public ordinary functions
Function, scope-out.ar: Public ordinary functions
Function, scope-out.kr: Public ordinary functions
Function, scope-out2.ar: Public ordinary functions
Function, scope-out2.kr: Public ordinary functions
Function, select-x-focus.ar: Public ordinary functions
Function, select-x-focus.kr: Public ordinary functions
Function, select-x.ar: Public ordinary functions
Function, select-x.kr: Public ordinary functions
Function, select.ar: Public ordinary functions
Function, select.kr: Public ordinary functions
Function, send-bundle: Public ordinary functions
Function, send-message: Public ordinary functions
Function, send-peak-rms.ar: Public ordinary functions
Function, send-peak-rms.kr: Public ordinary functions
Function, send-reply.ar: Public ordinary functions
Function, send-reply.kr: Public ordinary functions
Function, send-trig.ar: Public ordinary functions
Function, send-trig.kr: Public ordinary functions
Function, server-options-block-size: Public ordinary functions
Function, server-options-device: Private ordinary functions
Function, server-options-hardware-buffer-size: Private ordinary functions
Function, server-options-hardware-samplerate: Private ordinary functions
Function, server-options-load-synthdefs-p: Private ordinary functions
Function, server-options-max-logins: Private ordinary functions
Function, server-options-max-num-nodes: Private ordinary functions
Function, server-options-max-num-synthdefs: Private ordinary functions
Function, server-options-num-audio-bus: Private ordinary functions
Function, server-options-num-control-bus: Private ordinary functions
Function, server-options-num-input-bus: Private ordinary functions
Function, server-options-num-output-bus: Private ordinary functions
Function, server-options-num-random-seeds: Private ordinary functions
Function, server-options-num-sample-buffers: Private ordinary functions
Function, server-options-num-wire-buffers: Private ordinary functions
Function, server-options-p: Private ordinary functions
Function, server-options-publish-to-rendezvous-p: Private ordinary functions
Function, server-options-realtime-mem-size: Private ordinary functions
Function, server-options-ugen-plugins-path: Private ordinary functions
Function, server-options-verbosity: Private ordinary functions
Function, server-query-all-nodes: Public ordinary functions
Function, server-status: Public ordinary functions
Function, set-buf: Public ordinary functions
Function, set-clock: Public ordinary functions
Function, set-reset-ff.ar: Public ordinary functions
Function, set-reset-ff.kr: Public ordinary functions
Function, set-synthdef-metadata: Private ordinary functions
Function, set-thread-realtime-priority: Private ordinary functions
Function, shaper.ar: Public ordinary functions
Function, shaper.kr: Public ordinary functions
Function, sieve1.ar: Public ordinary functions
Function, sieve1.kr: Public ordinary functions
Function, sign: Public ordinary functions
Function, silent.ar: Public ordinary functions
Function, sin-osc-fb.ar: Public ordinary functions
Function, sin-osc-fb.kr: Public ordinary functions
Function, sin-osc.ar: Public ordinary functions
Function, sin-osc.kr: Public ordinary functions
Function, sine: Public ordinary functions
Function, sine-interpolation: Private ordinary functions
Function, sine-shaper.ar: Public ordinary functions
Function, sin~: Private ordinary functions
Function, sl-onset.ar: Public ordinary functions
Function, slew.ar: Public ordinary functions
Function, slew.kr: Public ordinary functions
Function, slope.ar: Public ordinary functions
Function, slope.kr: Public ordinary functions
Function, smooth-clip-q-gen: Private ordinary functions
Function, smooth-clip-q.ar: Public ordinary functions
Function, smooth-clip-q.kr: Public ordinary functions
Function, smooth-clip-s-gen: Private ordinary functions
Function, smooth-clip-s.ar: Public ordinary functions
Function, smooth-clip-s.kr: Public ordinary functions
Function, smooth-decimator.ar: Public ordinary functions
Function, smooth-fold-q-gen: Private ordinary functions
Function, smooth-fold-q.ar: Public ordinary functions
Function, smooth-fold-q.kr: Public ordinary functions
Function, smooth-fold-q2-gen: Private ordinary functions
Function, smooth-fold-q2.ar: Public ordinary functions
Function, smooth-fold-q2.kr: Public ordinary functions
Function, smooth-fold-s-gen: Private ordinary functions
Function, smooth-fold-s.ar: Public ordinary functions
Function, smooth-fold-s.kr: Public ordinary functions
Function, smooth-fold-s2-gen: Private ordinary functions
Function, smooth-fold-s2.ar: Public ordinary functions
Function, smooth-fold-s2.kr: Public ordinary functions
Function, softclip: Public ordinary functions
Function, sort-buf.ar: Public ordinary functions
Function, sos.ar: Public ordinary functions
Function, sos.kr: Public ordinary functions
Function, sound-in-prim: Private ordinary functions
Function, sound-in.ar: Public ordinary functions
Function, spec-centroid.kr: Public ordinary functions
Function, spec-flatness.kr: Public ordinary functions
Function, spec-pcile.kr: Public ordinary functions
Function, splay-fill: Public ordinary functions
Function, splay-new: Private ordinary functions
Function, splay.ar: Public ordinary functions
Function, splay.kr: Public ordinary functions
Function, spring.ar: Public ordinary functions
Function, spring.kr: Public ordinary functions
Function, spruce-budworm.ar: Public ordinary functions
Function, sqrt~: Private ordinary functions
Function, squared: Public ordinary functions
Function, squared-interpolation: Private ordinary functions
Function, standard-l.ar: Public ordinary functions
Function, standard-n.ar: Public ordinary functions
Function, step-interpolation: Private ordinary functions
Function, stepper.ar: Public ordinary functions
Function, stepper.kr: Public ordinary functions
Function, stereo-convolution2-l.ar: Public ordinary functions
Function, stop: Public ordinary functions
Function, streson.ar: Public ordinary functions
Function, streson.kr: Public ordinary functions
Function, subsample-offset.ir: Public ordinary functions
Function, sum: Public ordinary functions
Function, sum3: Private ordinary functions
Function, sum4: Private ordinary functions
Function, sweep.ar: Public ordinary functions
Function, sweep.kr: Public ordinary functions
Function, sync: Public ordinary functions
Function, sync-saw.ar: Public ordinary functions
Function, sync-saw.kr: Public ordinary functions
Function, synth: Public ordinary functions
Function, synthdef-embeddable-body: Private ordinary functions
Function, synthdef-equivalent-function: Private ordinary functions
Function, synthdef-metadata: Public ordinary functions
Function, t-ball.ar: Public ordinary functions
Function, t-ball.kr: Public ordinary functions
Function, t-beta-rand.ar: Public ordinary functions
Function, t-beta-rand.kr: Public ordinary functions
Function, t-brown-rand.ar: Public ordinary functions
Function, t-brown-rand.kr: Public ordinary functions
Function, t-choose.ar: Public ordinary functions
Function, t-choose.kr: Public ordinary functions
Function, t-delay.ar: Public ordinary functions
Function, t-delay.kr: Public ordinary functions
Function, t-duty.ar: Public ordinary functions
Function, t-duty.kr: Public ordinary functions
Function, t-exp-rand.ar: Public ordinary functions
Function, t-exp-rand.kr: Public ordinary functions
Function, t-gauss-rand.ar: Public ordinary functions
Function, t-gauss-rand.kr: Public ordinary functions
Function, t-rand.ar: Public ordinary functions
Function, t-rand.kr: Public ordinary functions
Function, t2a.ar: Public ordinary functions
Function, t2k.kr: Public ordinary functions
Function, tanh~: Private ordinary functions
Function, tan~: Private ordinary functions
Function, tap.ar: Private ordinary functions
Function, tartini.kr: Public ordinary functions
Function, terman-wang.ar: Public ordinary functions
Function, tgrains.ar: Public ordinary functions
Function, tgrains2.ar: Public ordinary functions
Function, tgrains3.ar: Public ordinary functions
Function, thread-wait: Private ordinary functions
Function, thread-wait-with-timeout: Private ordinary functions
Function, ti-rand.ar: Public ordinary functions
Function, ti-rand.kr: Public ordinary functions
Function, timer.ar: Public ordinary functions
Function, timer.kr: Public ordinary functions
Function, times-and-curves-as-list: Private ordinary functions
Function, to-byte-array-synthdef-1: Private ordinary functions
Function, to-byte-array-synthdef-2: Private ordinary functions
Function, toggle-ff.ar: Public ordinary functions
Function, toggle-ff.kr: Public ordinary functions
Function, topo-logical-sort: Private ordinary functions
Function, triangle: Public ordinary functions
Function, trig-1.ar: Public ordinary functions
Function, trig-1.kr: Public ordinary functions
Function, trig.ar: Public ordinary functions
Function, trig.kr: Public ordinary functions
Function, trunc: Public ordinary functions
Function, tw-choose.ar: Public ordinary functions
Function, tw-choose.kr: Public ordinary functions
Function, tw-index.ar: Public ordinary functions
Function, tw-index.kr: Public ordinary functions
Function, two-pole.ar: Public ordinary functions
Function, two-pole.kr: Public ordinary functions
Function, two-tube.ar: Public ordinary functions
Function, two-zero.ar: Public ordinary functions
Function, two-zero.kr: Public ordinary functions
Function, ugen-new: Private ordinary functions
Function, unipolar: Public ordinary functions
Function, unix-time: Private ordinary functions
Function, unpack-1-fft: Private ordinary functions
Function, unpack-fft: Private ordinary functions
Function, v-disk-in.ar: Public ordinary functions
Function, v-osc.ar: Public ordinary functions
Function, v-osc.kr: Public ordinary functions
Function, var-lag-new: Private ordinary functions
Function, var-lag.ar: Public ordinary functions
Function, var-lag.kr: Public ordinary functions
Function, var-saw.ar: Public ordinary functions
Function, var-saw.kr: Public ordinary functions
Function, vector-in-wavetable-format: Private ordinary functions
Function, vibrato.ar: Public ordinary functions
Function, vibrato.kr: Public ordinary functions
Function, vm-scan2d.ar: Public ordinary functions
Function, warp1.ar: Public ordinary functions
Function, wave-terrain.ar: Public ordinary functions
Function, weakly-nonlinear.ar: Public ordinary functions
Function, weakly-nonlinear2.ar: Public ordinary functions
Function, welch-interpolation: Private ordinary functions
Function, when-audio-check-first-input: Private ordinary functions
Function, white-noise.ar: Public ordinary functions
Function, white-noise.kr: Public ordinary functions
Function, wrap-index.ar: Public ordinary functions
Function, wrap-index.kr: Public ordinary functions
Function, wrap.ar: Public ordinary functions
Function, wrap.ir: Public ordinary functions
Function, wrap.kr: Public ordinary functions
Function, write-mono-fl32-wav: Private ordinary functions
Function, write-synthdef-file: Private ordinary functions
Function, x-fade2.ar: Public ordinary functions
Function, x-fade2.kr: Public ordinary functions
Function, x-line.ar: Public ordinary functions
Function, x-line.kr: Public ordinary functions
Function, x-out.ar: Public ordinary functions
Function, x-out.kr: Public ordinary functions
Function, zero-crossing.ar: Public ordinary functions
Function, zero-crossing.kr: Public ordinary functions

G
g-verb.ar: Public ordinary functions
gate.ar: Public ordinary functions
gate.kr: Public ordinary functions
gauss-trig.ar: Public ordinary functions
gauss-trig.kr: Public ordinary functions
gbman-l.ar: Public ordinary functions
gbman-n.ar: Public ordinary functions
gendy1.ar: Public ordinary functions
gendy1.kr: Public ordinary functions
gendy2.ar: Public ordinary functions
gendy2.kr: Public ordinary functions
gendy3.ar: Public ordinary functions
gendy3.kr: Public ordinary functions
gendy4.ar: Public ordinary functions
gendy4.kr: Public ordinary functions
gendy5.ar: Public ordinary functions
gendy5.kr: Public ordinary functions
Generic Function, (setf antecedents): Private generic functions
Generic Function, (setf audio-buses): Private generic functions
Generic Function, (setf available): Private generic functions
Generic Function, (setf base-beats): Private generic functions
Generic Function, (setf base-seconds): Private generic functions
Generic Function, (setf boot-p): Public generic functions
Generic Function, (setf bpm): Private generic functions
Generic Function, (setf buffers): Private generic functions
Generic Function, (setf bufnum): Public generic functions
Generic Function, (setf busnum): Public generic functions
Generic Function, (setf chanls): Public generic functions
Generic Function, (setf channels): Private generic functions
Generic Function, (setf children): Private generic functions
Generic Function, (setf constants): Private generic functions
Generic Function, (setf control-buses): Private generic functions
Generic Function, (setf control-names): Private generic functions
Generic Function, (setf control-ugen-count): Private generic functions
Generic Function, (setf controls): Private generic functions
Generic Function, (setf curve-number): Private generic functions
Generic Function, (setf curve-value): Private generic functions
Generic Function, (setf descendants): Private generic functions
Generic Function, (setf frames): Public generic functions
Generic Function, (setf group-id): Private generic functions
Generic Function, (setf id): Private generic functions
Generic Function, (setf inputs): Private generic functions
Generic Function, (setf latency): Public generic functions
Generic Function, (setf levels): Private generic functions
Generic Function, (setf listening-thread): Private generic functions
Generic Function, (setf loop-node): Private generic functions
Generic Function, (setf max-local-bufs): Private generic functions
Generic Function, (setf meta): Private generic functions
Generic Function, (setf name): Private generic functions
Generic Function, (setf named-controls): Private generic functions
Generic Function, (setf node-proxy-table): Private generic functions
Generic Function, (setf node-watcher): Private generic functions
Generic Function, (setf path): Public generic functions
Generic Function, (setf rate): Private generic functions
Generic Function, (setf release-node): Private generic functions
Generic Function, (setf rewrite-in-progress): Private generic functions
Generic Function, (setf sample-rate): Private generic functions
Generic Function, (setf sc-thread): Private generic functions
Generic Function, (setf sched-ahead): Public generic functions
Generic Function, (setf sched-status): Private generic functions
Generic Function, (setf sched-thread): Private generic functions
Generic Function, (setf scheduler): Private generic functions
Generic Function, (setf server): Private generic functions
Generic Function, (setf server-time-stamp): Private generic functions
Generic Function, (setf special-index): Private generic functions
Generic Function, (setf sr): Public generic functions
Generic Function, (setf status): Private generic functions
Generic Function, (setf streams): Private generic functions
Generic Function, (setf synth-index): Private generic functions
Generic Function, (setf synthdef): Private generic functions
Generic Function, (setf tempo-clock): Private generic functions
Generic Function, (setf times): Private generic functions
Generic Function, (setf width-first-antecedents): Private generic functions
Generic Function, (setf width-first-ugens): Private generic functions
Generic Function, add-constant: Private generic functions
Generic Function, add-to-synth: Private generic functions
Generic Function, add-ugen: Private generic functions
Generic Function, antecedents: Private generic functions
Generic Function, audio-buses: Private generic functions
Generic Function, available: Private generic functions
Generic Function, base-beats: Private generic functions
Generic Function, base-seconds: Private generic functions
Generic Function, beat-dur: Private generic functions
Generic Function, beats-to-secs: Private generic functions
Generic Function, boot-p: Public generic functions
Generic Function, bootup-server-process: Private generic functions
Generic Function, bpm: Private generic functions
Generic Function, buffer-dur: Public generic functions
Generic Function, buffer-free: Public generic functions
Generic Function, buffer-get-handlers: Private generic functions
Generic Function, buffers: Private generic functions
Generic Function, bufnum: Public generic functions
Generic Function, build-synthdef: Private generic functions
Generic Function, busnum: Public generic functions
Generic Function, calc-pv-recsize: Public generic functions
Generic Function, cat: Private generic functions
Generic Function, chanls: Public generic functions
Generic Function, channels: Private generic functions
Generic Function, check-fn: Private generic functions
Generic Function, check-inputs: Private generic functions
Generic Function, children: Private generic functions
Generic Function, cleanup-server: Private generic functions
Generic Function, clip: Public generic functions
Generic Function, clip2: Public generic functions
Generic Function, collect-constants: Private generic functions
Generic Function, condition-var: Private generic functions
Generic Function, constants: Private generic functions
Generic Function, control-buses: Private generic functions
Generic Function, control-get-handlers: Private generic functions
Generic Function, control-names: Private generic functions
Generic Function, control-ugen-count: Private generic functions
Generic Function, controls: Private generic functions
Generic Function, curve-number: Private generic functions
Generic Function, curve-value: Private generic functions
Generic Function, descendants: Private generic functions
Generic Function, duplicate: Private generic functions
Generic Function, env-as-signal: Public generic functions
Generic Function, env-at: Public generic functions
Generic Function, env-shape-number: Public generic functions
Generic Function, floatfy: Private generic functions
Generic Function, fold: Public generic functions
Generic Function, frames: Public generic functions
Generic Function, free: Public generic functions
Generic Function, group-id: Private generic functions
Generic Function, host: Private generic functions
Generic Function, host: Private generic functions
Generic Function, id: Private generic functions
Generic Function, in-queue: Private generic functions
Generic Function, init-topo-sort: Private generic functions
Generic Function, input-spec: Private generic functions
Generic Function, inputs: Private generic functions
Generic Function, install-reply-responder: Private generic functions
Generic Function, is-local-p: Private generic functions
Generic Function, just-connect-p: Private generic functions
Generic Function, latency: Public generic functions
Generic Function, levels: Private generic functions
Generic Function, listening-thread: Private generic functions
Generic Function, load-synthdef: Private generic functions
Generic Function, local-port: Private generic functions
Generic Function, loop-node: Private generic functions
Generic Function, make-available: Private generic functions
Generic Function, make-env-array-from-env: Private generic functions
Generic Function, max-local-bufs: Private generic functions
Generic Function, meta: Private generic functions
Generic Function, minval: Private generic functions
Generic Function, mutex: Private generic functions
Generic Function, name: Private generic functions
Generic Function, named-controls: Private generic functions
Generic Function, new1: Private generic functions
Generic Function, node-proxy-table: Private generic functions
Generic Function, node-watcher: Private generic functions
Generic Function, num-outputs: Private generic functions
Generic Function, optimize-add-neg: Private generic functions
Generic Function, optimize-graph: Private generic functions
Generic Function, optimize-sub: Private generic functions
Generic Function, optimize-to-madd: Private generic functions
Generic Function, optimize-to-sum3: Private generic functions
Generic Function, optimize-to-sum4: Private generic functions
Generic Function, osc-device: Private generic functions
Generic Function, output-index: Private generic functions
Generic Function, path: Public generic functions
Generic Function, perform-dead-code-elimination: Private generic functions
Generic Function, port: Private generic functions
Generic Function, port: Private generic functions
Generic Function, pos: Private generic functions
Generic Function, pv-collect: Public generic functions
Generic Function, pvcalc: Public generic functions
Generic Function, pvcalc2: Public generic functions
Generic Function, rate: Private generic functions
Generic Function, recv-synthdef: Private generic functions
Generic Function, release-node: Private generic functions
Generic Function, replace-ugen: Private generic functions
Generic Function, reply-handle-table: Private generic functions
Generic Function, rewrite-in-progress: Private generic functions
Generic Function, sample-rate: Private generic functions
Generic Function, sc-encode-address: Private generic functions
Generic Function, sc-reply-thread: Private generic functions
Generic Function, sc-thread: Private generic functions
Generic Function, sched-ahead: Public generic functions
Generic Function, sched-name: Private generic functions
Generic Function, sched-status: Private generic functions
Generic Function, sched-thread: Private generic functions
Generic Function, scheduler: Private generic functions
Generic Function, secs-to-beats: Private generic functions
Generic Function, send-bundle: Public generic functions
Generic Function, send-message: Public generic functions
Generic Function, server: Private generic functions
Generic Function, server-boot: Public generic functions
Generic Function, server-lock: Private generic functions
Generic Function, server-options: Public generic functions
Generic Function, server-quit: Public generic functions
Generic Function, server-time-stamp: Private generic functions
Generic Function, signal-range: Private generic functions
Generic Function, socket: Private generic functions
Generic Function, source: Private generic functions
Generic Function, special-index: Private generic functions
Generic Function, sr: Public generic functions
Generic Function, status: Private generic functions
Generic Function, streams: Private generic functions
Generic Function, sync-id-map: Private generic functions
Generic Function, synth-index: Private generic functions
Generic Function, synthdef: Private generic functions
Generic Function, tempo-clock: Private generic functions
Generic Function, tempo-clock-add: Private generic functions
Generic Function, tempo-clock-beats: Private generic functions
Generic Function, tempo-clock-bpm: Private generic functions
Generic Function, tempo-clock-clear: Private generic functions
Generic Function, tempo-clock-quant: Private generic functions
Generic Function, tempo-clock-run: Private generic functions
Generic Function, tempo-clock-set-bpm: Private generic functions
Generic Function, tempo-clock-stop: Private generic functions
Generic Function, times: Private generic functions
Generic Function, timestamp: Private generic functions
Generic Function, to: Private generic functions
Generic Function, unbubble: Public generic functions
Generic Function, uninstall-reply-responder: Private generic functions
Generic Function, width-first-antecedents: Private generic functions
Generic Function, width-first-ugens: Private generic functions
Generic Function, wrap: Public generic functions
Generic Function, write-def-ugen-version1: Private generic functions
Generic Function, write-def-ugen-version2: Private generic functions
Generic Function, _exp-range: Private generic functions
Generic Function, _range: Private generic functions
get-controls-list: Private ordinary functions
get-next-buffer: Private ordinary functions
get-next-bus: Private ordinary functions
get-next-id: Private ordinary functions
get-semaphore-by-thread: Private ordinary functions
get-synthdef-metadata: Public compiler macros
get-synthdef-metadata: Public ordinary functions
get-thread-priority: Private ordinary functions
grain-buf.ar: Public ordinary functions
grain-fm.ar: Public ordinary functions
grain-in.ar: Public ordinary functions
grain-sin.ar: Public ordinary functions
gravity-grid.ar: Public ordinary functions
gravity-grid2.ar: Public ordinary functions
gray-noise.ar: Public ordinary functions
gray-noise.kr: Public ordinary functions
greyhole.ar: Public ordinary functions
group-free-all: Public ordinary functions
group-id: Private generic functions
group-id: Private generic functions

H
hasher.ar: Public ordinary functions
hasher.kr: Public ordinary functions
henon-c.ar: Public ordinary functions
henon-l.ar: Public ordinary functions
henon-n.ar: Public ordinary functions
hilbert-fir.ar: Public ordinary functions
hilbert.ar: Public ordinary functions
hold-interpolation: Private ordinary functions
host: Private generic functions
host: Private generic functions
host: Private generic functions
host: Private generic functions
hpf.ar: Public ordinary functions
hpf.kr: Public ordinary functions
hpz-1.ar: Public ordinary functions
hpz-1.kr: Public ordinary functions
hpz-2.ar: Public ordinary functions
hpz-2.kr: Public ordinary functions

I
i-env-gen.ar: Public ordinary functions
i-env-gen.kr: Public ordinary functions
i-rand.ir: Public ordinary functions
id: Private generic functions
id: Private generic functions
id: Private generic functions
id-map-free: Private ordinary functions
id-map-free-object: Private ordinary functions
id-map-grow: Private ordinary functions
id-map-lock: Private ordinary functions
id-map-modify-object: Private ordinary functions
id-map-object: Private ordinary functions
id-map-p: Private ordinary functions
id-map-vector: Private ordinary functions
ifft.ar: Public ordinary functions
ifft.kr: Public ordinary functions
if~: Public ordinary functions
impulse.ar: Public ordinary functions
impulse.kr: Public ordinary functions
in-feedback.ar: Public ordinary functions
in-queue: Private generic functions
in-queue: Private generic functions
in-range.ar: Public ordinary functions
in-range.kr: Public ordinary functions
in-trig.kr: Public ordinary functions
in.ar: Public ordinary functions
in.kr: Public ordinary functions
increment: Private ordinary functions
index-in-between.ar: Public ordinary functions
index-in-between.kr: Public ordinary functions
index-l.ar: Public ordinary functions
index-l.kr: Public ordinary functions
index-ugens: Private ordinary functions
index.ar: Public ordinary functions
index.kr: Public ordinary functions
info-ugen-base.ir: Public ordinary functions
init-topo-sort: Private generic functions
init-topo-sort: Private generic functions
init-topo-sort: Private generic functions
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-server-responder: Private ordinary functions
input-spec: Private generic functions
input-spec: Private generic functions
inputs: Private generic functions
inputs: Private generic functions
install-reply-responder: Private generic functions
install-reply-responder: Private generic functions
instruction.ar: Public ordinary functions
integrator.ar: Public ordinary functions
integrator.kr: Public ordinary functions
interpolation: Private ordinary functions
is-local-p: Private generic functions
is-local-p: Private generic functions
is-playing-p: Public ordinary functions

J
jack-connect: Public ordinary functions
jpverb.ar: Public ordinary functions
just-connect-p: Private generic functions
just-connect-p: Private generic functions

K
k2a.ar: Public ordinary functions
key-state.kr: Public ordinary functions
keytrack.kr: Public ordinary functions
klang.ar: Public ordinary functions
klank.ar: Public ordinary functions
kmeans-to-bpset1.ar: Public ordinary functions
kr: Public ordinary functions

L
ladspa.ar: Public ordinary functions
lag-2ud.ar: Public ordinary functions
lag-2ud.kr: Public ordinary functions
lag-3ud.ar: Public ordinary functions
lag-3ud.kr: Public ordinary functions
lag-in.kr: Public ordinary functions
lag-ud.ar: Public ordinary functions
lag-ud.kr: Public ordinary functions
lag.ar: Public ordinary functions
lag.kr: Public ordinary functions
lag2.ar: Public ordinary functions
lag2.kr: Public ordinary functions
lag3.ar: Public ordinary functions
lag3.kr: Public ordinary functions
last-value.ar: Public ordinary functions
last-value.kr: Public ordinary functions
latch.ar: Public ordinary functions
latch.kr: Public ordinary functions
latency: Public generic functions
latency: Public generic functions
latoocarfian-c.ar: Public ordinary functions
latoocarfian-l.ar: Public ordinary functions
latoocarfian-n.ar: Public ordinary functions
leak-dc.ar: Public ordinary functions
leak-dc.kr: Public ordinary functions
least-change.ar: Public ordinary functions
least-change.kr: Public ordinary functions
levels: Private generic functions
levels: Private generic functions
lf-brown-noise0.ar: Public ordinary functions
lf-brown-noise0.kr: Public ordinary functions
lf-brown-noise1.ar: Public ordinary functions
lf-brown-noise1.kr: Public ordinary functions
lf-brown-noise2.ar: Public ordinary functions
lf-brown-noise2.kr: Public ordinary functions
lf-clip-noise.ar: Public ordinary functions
lf-clip-noise.kr: Public ordinary functions
lf-cub.ar: Public ordinary functions
lf-cub.kr: Public ordinary functions
lf-gauss.ar: Public ordinary functions
lf-gauss.kr: Public ordinary functions
lf-noise0.ar: Public ordinary functions
lf-noise0.kr: Public ordinary functions
lf-noise1.ar: Public ordinary functions
lf-noise1.kr: Public ordinary functions
lf-noise2.ar: Public ordinary functions
lf-noise2.kr: Public ordinary functions
lf-par.ar: Public ordinary functions
lf-par.kr: Public ordinary functions
lf-pulse.ar: Public ordinary functions
lf-pulse.kr: Public ordinary functions
lf-saw.ar: Public ordinary functions
lf-saw.kr: Public ordinary functions
lf-tri.ar: Public ordinary functions
lf-tri.kr: Public ordinary functions
lfd-clip-noise.ar: Public ordinary functions
lfd-clip-noise.kr: Public ordinary functions
lfd-noise0.ar: Public ordinary functions
lfd-noise0.kr: Public ordinary functions
lfd-noise1.ar: Public ordinary functions
lfd-noise1.kr: Public ordinary functions
lfd-noise3.ar: Public ordinary functions
lfd-noise3.kr: Public ordinary functions
limiter.ar: Public ordinary functions
lin-exp: Public ordinary functions
lin-exp.ar: Public ordinary functions
lin-exp.kr: Public ordinary functions
lin-lin: Public ordinary functions
lin-lin.ar: Public ordinary functions
lin-lin.kr: Public ordinary functions
lin-pan2.ar: Public ordinary functions
lin-pan2.kr: Public ordinary functions
lin-rand.ir: Public ordinary functions
lin-select-x.ar: Public ordinary functions
lin-select-x.kr: Public ordinary functions
lin-x-fade2.ar: Public ordinary functions
lin-x-fade2.kr: Public ordinary functions
lincong-c.ar: Public ordinary functions
lincong-l.ar: Public ordinary functions
lincong-n.ar: Public ordinary functions
line.ar: Public ordinary functions
line.kr: Public ordinary functions
linear-interpolation: Private ordinary functions
linear-resample: Private ordinary functions
linen: Public ordinary functions
linen.kr: Public ordinary functions
list-dugen: Public ordinary functions
listening-thread: Private generic functions
listening-thread: Private generic functions
load-synthdef: Private generic functions
load-synthdef: Private generic functions
local-buf: Public ordinary functions
local-buf-list: Public ordinary functions
local-in.ar: Public ordinary functions
local-in.kr: Public ordinary functions
local-out.ar: Public ordinary functions
local-out.kr: Public ordinary functions
local-port: Private generic functions
local-port: Private generic functions
log10~: Private ordinary functions
log2~: Private ordinary functions
logand~: Private ordinary functions
logior~: Private ordinary functions
logistic.ar: Public ordinary functions
logistic.kr: Public ordinary functions
log~: Private ordinary functions
loop-node: Private generic functions
loop-node: Private generic functions
lorenz-l.ar: Public ordinary functions
loudness.kr: Public ordinary functions
lpc-error.ar: Public ordinary functions
lpf.ar: Public ordinary functions
lpf.kr: Public ordinary functions
lpz-1.ar: Public ordinary functions
lpz-1.kr: Public ordinary functions
lpz-2.ar: Public ordinary functions
lpz-2.kr: Public ordinary functions
lst-operation: Private ordinary functions
lti.ar: Public ordinary functions

M
Macro, at: Public macros
Macro, at-beat: Public macros
Macro, at-task: Public macros
Macro, def-binary-op: Private macros
Macro, def-buf-info-ugen-base: Private macros
Macro, def-dugen: Private macros
Macro, def-info-ugen-base: Private macros
Macro, def-pv-chain-ugen: Private macros
Macro, def-unary-op: Private macros
Macro, defsynth: Public macros
Macro, defugen: Private macros
Macro, play: Public macros
Macro, proxy: Public macros
Macro, with-controls: Public macros
Macro, with-node: Private macros
Macro, with-recursive-lock-held: Private macros
Macro, with-rendering: Public macros
Macro, with-sync-or-call-handle: Private macros
madd: Public ordinary functions
make-available: Private generic functions
make-available: Private generic functions
make-control: Private ordinary functions
make-env-array-from-env: Private generic functions
make-env-array-from-env: Private generic functions
make-env-array-from-env: Private generic functions
make-external-server: Public ordinary functions
make-group: Public ordinary functions
make-id-map: Private ordinary functions
make-listening-thread: Private ordinary functions
make-max-local-bufs: Private ordinary functions
make-pstring: Private ordinary functions
make-sched-event: Private ordinary functions
make-server-options: Public ordinary functions
make-synth-msg: Private ordinary functions
mantissa-mask.ar: Public ordinary functions
mantissa-mask.kr: Public ordinary functions
map-bus: Public ordinary functions
max-local-bufs: Private generic functions
max-local-bufs: Private generic functions
max.kr: Public ordinary functions
max~: Private ordinary functions
mda-piano.ar: Public ordinary functions
mean: Public ordinary functions
median.ar: Public ordinary functions
median.kr: Public ordinary functions
message-distribute: Private ordinary functions
meta: Private generic functions
meta: Private generic functions
Method, (setf antecedents): Private generic functions
Method, (setf audio-buses): Private generic functions
Method, (setf available): Private generic functions
Method, (setf base-beats): Private generic functions
Method, (setf base-seconds): Private generic functions
Method, (setf boot-p): Public generic functions
Method, (setf bpm): Private generic functions
Method, (setf buffers): Private generic functions
Method, (setf bufnum): Public generic functions
Method, (setf busnum): Public generic functions
Method, (setf chanls): Public generic functions
Method, (setf chanls): Public generic functions
Method, (setf channels): Private generic functions
Method, (setf children): Private generic functions
Method, (setf constants): Private generic functions
Method, (setf control-buses): Private generic functions
Method, (setf control-names): Private generic functions
Method, (setf control-ugen-count): Private generic functions
Method, (setf controls): Private generic functions
Method, (setf curve-number): Private generic functions
Method, (setf curve-value): Private generic functions
Method, (setf descendants): Private generic functions
Method, (setf frames): Public generic functions
Method, (setf group-id): Private generic functions
Method, (setf id): Private generic functions
Method, (setf inputs): Private generic functions
Method, (setf latency): Public generic functions
Method, (setf levels): Private generic functions
Method, (setf listening-thread): Private generic functions
Method, (setf loop-node): Private generic functions
Method, (setf max-local-bufs): Private generic functions
Method, (setf meta): Private generic functions
Method, (setf name): Private generic functions
Method, (setf name): Private generic functions
Method, (setf named-controls): Private generic functions
Method, (setf node-proxy-table): Private generic functions
Method, (setf node-watcher): Private generic functions
Method, (setf path): Public generic functions
Method, (setf rate): Private generic functions
Method, (setf release-node): Private generic functions
Method, (setf rewrite-in-progress): Private generic functions
Method, (setf sample-rate): Private generic functions
Method, (setf sc-thread): Private generic functions
Method, (setf sched-ahead): Public generic functions
Method, (setf sched-status): Private generic functions
Method, (setf sched-thread): Private generic functions
Method, (setf scheduler): Private generic functions
Method, (setf server): Private generic functions
Method, (setf server): Private generic functions
Method, (setf server): Private generic functions
Method, (setf server-time-stamp): Private generic functions
Method, (setf special-index): Private generic functions
Method, (setf sr): Public generic functions
Method, (setf status): Private generic functions
Method, (setf streams): Private generic functions
Method, (setf synth-index): Private generic functions
Method, (setf synthdef): Private generic functions
Method, (setf tempo-clock): Private generic functions
Method, (setf times): Private generic functions
Method, (setf width-first-antecedents): Private generic functions
Method, (setf width-first-ugens): Private generic functions
Method, add-constant: Private generic functions
Method, add-constant: Private generic functions
Method, add-to-synth: Private generic functions
Method, add-ugen: Private generic functions
Method, antecedents: Private generic functions
Method, audio-buses: Private generic functions
Method, available: Private generic functions
Method, base-beats: Private generic functions
Method, base-seconds: Private generic functions
Method, beat-dur: Private generic functions
Method, beats-to-secs: Private generic functions
Method, boot-p: Public generic functions
Method, boot-p: Public generic functions
Method, bootup-server-process: Private generic functions
Method, bpm: Private generic functions
Method, buffer-dur: Public generic functions
Method, buffer-free: Public generic functions
Method, buffer-free: Public generic functions
Method, buffer-get-handlers: Private generic functions
Method, buffers: Private generic functions
Method, bufnum: Public generic functions
Method, build-synthdef: Private generic functions
Method, busnum: Public generic functions
Method, calc-pv-recsize: Public generic functions
Method, calc-pv-recsize: Public generic functions
Method, cat: Private generic functions
Method, cat: Private generic functions
Method, chanls: Public generic functions
Method, chanls: Public generic functions
Method, chanls: Public generic functions
Method, channels: Private generic functions
Method, check-fn: Private generic functions
Method, check-inputs: Private generic functions
Method, children: Private generic functions
Method, cleanup-server: Private generic functions
Method, clip: Public generic functions
Method, clip2: Public generic functions
Method, clip2: Public generic functions
Method, collect-constants: Private generic functions
Method, collect-constants: Private generic functions
Method, condition-var: Private generic functions
Method, constants: Private generic functions
Method, control-buses: Private generic functions
Method, control-get-handlers: Private generic functions
Method, control-names: Private generic functions
Method, control-ugen-count: Private generic functions
Method, controls: Private generic functions
Method, curve-number: Private generic functions
Method, curve-value: Private generic functions
Method, descendants: Private generic functions
Method, duplicate: Private generic functions
Method, duplicate: Private generic functions
Method, duplicate: Private generic functions
Method, env-as-signal: Public generic functions
Method, env-at: Public generic functions
Method, env-shape-number: Public generic functions
Method, env-shape-number: Public generic functions
Method, env-shape-number: Public generic functions
Method, floatfy: Private generic functions
Method, floatfy: Private generic functions
Method, floatfy: Private generic functions
Method, floatfy: Private generic functions
Method, floatfy: Private generic functions
Method, floatfy: Private generic functions
Method, floatfy: Private generic functions
Method, fold: Public generic functions
Method, frames: Public generic functions
Method, frames: Public generic functions
Method, free: Public generic functions
Method, free: Public generic functions
Method, free: Public generic functions
Method, free: Public generic functions
Method, group-id: Private generic functions
Method, host: Private generic functions
Method, host: Private generic functions
Method, id: Private generic functions
Method, id: Private generic functions
Method, in-queue: Private generic functions
Method, init-topo-sort: Private generic functions
Method, init-topo-sort: Private generic functions
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, input-spec: Private generic functions
Method, inputs: Private generic functions
Method, install-reply-responder: Private generic functions
Method, is-local-p: Private generic functions
Method, just-connect-p: Private generic functions
Method, latency: Public generic functions
Method, levels: Private generic functions
Method, listening-thread: Private generic functions
Method, load-synthdef: Private generic functions
Method, local-port: Private generic functions
Method, loop-node: Private generic functions
Method, make-available: Private generic functions
Method, make-env-array-from-env: Private generic functions
Method, make-env-array-from-env: Private generic functions
Method, max-local-bufs: Private generic functions
Method, meta: Private generic functions
Method, minval: Private generic functions
Method, mutex: Private generic functions
Method, name: Private generic functions
Method, name: Private generic functions
Method, name: Private generic functions
Method, name: Private generic functions
Method, named-controls: Private generic functions
Method, new1: Private generic functions
Method, new1: Private generic functions
Method, new1: Private generic functions
Method, new1: Private generic functions
Method, new1: Private generic functions
Method, new1: Private generic functions
Method, new1: Private generic functions
Method, new1: Private generic functions
Method, new1: Private generic functions
Method, new1: Private generic functions
Method, new1: Private generic functions
Method, new1: Private generic functions
Method, new1: Private generic functions
Method, new1: Private generic functions
Method, new1: Private generic functions
Method, node-proxy-table: Private generic functions
Method, node-watcher: Private generic functions
Method, num-outputs: Private generic functions
Method, num-outputs: Private generic functions
Method, num-outputs: Private generic functions
Method, num-outputs: Private generic functions
Method, num-outputs: Private generic functions
Method, optimize-add-neg: Private generic functions
Method, optimize-graph: Private generic functions
Method, optimize-graph: Private generic functions
Method, optimize-graph: Private generic functions
Method, optimize-graph: Private generic functions
Method, optimize-graph: Private generic functions
Method, optimize-sub: Private generic functions
Method, optimize-to-madd: Private generic functions
Method, optimize-to-sum3: Private generic functions
Method, optimize-to-sum4: Private generic functions
Method, osc-device: Private generic functions
Method, output-index: Private generic functions
Method, output-index: Private generic functions
Method, path: Public generic functions
Method, perform-dead-code-elimination: Private generic functions
Method, port: Private generic functions
Method, port: Private generic functions
Method, pos: Private generic functions
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, pv-collect: Public generic functions
Method, pvcalc: Public generic functions
Method, pvcalc2: Public generic functions
Method, rate: Private generic functions
Method, rate: Private generic functions
Method, rate: Private generic functions
Method, rate: Private generic functions
Method, recv-synthdef: Private generic functions
Method, release-node: Private generic functions
Method, replace-ugen: Private generic functions
Method, reply-handle-table: Private generic functions
Method, rewrite-in-progress: Private generic functions
Method, sample-rate: Private generic functions
Method, sc-encode-address: Private generic functions
Method, sc-encode-address: Private generic functions
Method, sc-reply-thread: Private generic functions
Method, sc-reply-thread: Private generic functions
Method, sc-thread: Private generic functions
Method, sched-ahead: Public generic functions
Method, sched-name: Private generic functions
Method, sched-status: Private generic functions
Method, sched-thread: Private generic functions
Method, scheduler: Private generic functions
Method, secs-to-beats: Private generic functions
Method, send-bundle: Public generic functions
Method, send-bundle: Public generic functions
Method, send-message: Public generic functions
Method, send-message: Public generic functions
Method, server: Private generic functions
Method, server: Private generic functions
Method, server: Private generic functions
Method, server: Private generic functions
Method, server-boot: Public generic functions
Method, server-lock: Private generic functions
Method, server-options: Public generic functions
Method, server-quit: Public generic functions
Method, server-quit: Public generic functions
Method, server-time-stamp: Private generic functions
Method, signal-range: Private generic functions
Method, socket: Private generic functions
Method, source: Private generic functions
Method, source: Private generic functions
Method, special-index: Private generic functions
Method, sr: Public generic functions
Method, status: Private generic functions
Method, streams: Private generic functions
Method, sync-id-map: Private generic functions
Method, synth-index: Private generic functions
Method, synthdef: Private generic functions
Method, tempo-clock: Private generic functions
Method, tempo-clock-add: Private generic functions
Method, tempo-clock-beats: Private generic functions
Method, tempo-clock-bpm: Private generic functions
Method, tempo-clock-clear: Private generic functions
Method, tempo-clock-quant: Private generic functions
Method, tempo-clock-run: Private generic functions
Method, tempo-clock-set-bpm: Private generic functions
Method, tempo-clock-stop: Private generic functions
Method, times: Private generic functions
Method, timestamp: Private generic functions
Method, to: Private generic functions
Method, unbubble: Public generic functions
Method, uninstall-reply-responder: Private generic functions
Method, width-first-antecedents: Private generic functions
Method, width-first-ugens: Private generic functions
Method, wrap: Public generic functions
Method, write-def-ugen-version1: Private generic functions
Method, write-def-ugen-version2: Private generic functions
Method, _exp-range: Private generic functions
Method, _range: Private generic functions
Method, _range: Private generic functions
mfcc.kr: Public ordinary functions
mid-eq.ar: Public ordinary functions
mid-eq.kr: Public ordinary functions
midicps: Public ordinary functions
midiratio: Public ordinary functions
min-nyquist: Private ordinary functions
minus: Private ordinary functions
minval: Private generic functions
minval: Private generic functions
min~: Private ordinary functions
mix: Public ordinary functions
mod~: Private ordinary functions
moog-ff.ar: Public ordinary functions
moog-ff.kr: Public ordinary functions
moog-ladder.ar: Public ordinary functions
moog-ladder.kr: Public ordinary functions
most-change.ar: Public ordinary functions
most-change.kr: Public ordinary functions
mouse-button.kr: Public ordinary functions
mouse-x.kr: Public ordinary functions
mouse-y.kr: Public ordinary functions
mul: Private ordinary functions
mul-add: Private ordinary functions
multinew: Private ordinary functions
multinew-list: Private ordinary functions
mutex: Private generic functions
mutex: Private generic functions

N
n-rand.ir: Public ordinary functions
name: Private generic functions
name: Private generic functions
name: Private generic functions
name: Private generic functions
name: Private generic functions
named-control: Public ordinary functions
named-controls: Private generic functions
named-controls: Private generic functions
neg: Public ordinary functions
nested-allpass-c.ar: Public ordinary functions
nested-allpass-l.ar: Public ordinary functions
nested-allpass-n.ar: Public ordinary functions
new1: Private generic functions
new1: Private generic functions
new1: Private generic functions
new1: Private generic functions
new1: Private generic functions
new1: Private generic functions
new1: Private generic functions
new1: Private generic functions
new1: Private generic functions
new1: Private generic functions
new1: Private generic functions
new1: Private generic functions
new1: Private generic functions
new1: Private generic functions
new1: Private generic functions
new1: Private generic functions
nhhall.ar: Public ordinary functions
nl.ar: Public ordinary functions
nl2.ar: Public ordinary functions
nlfilt-c.ar: Public ordinary functions
nlfilt-c.kr: Public ordinary functions
nlfilt-l.ar: Public ordinary functions
nlfilt-l.kr: Public ordinary functions
nlfilt-n.ar: Public ordinary functions
nlfilt-n.kr: Public ordinary functions
node-proxy-table: Private generic functions
node-proxy-table: Private generic functions
node-to-pos: Private ordinary functions
node-watcher: Private generic functions
node-watcher: Private generic functions
normalizer.ar: Public ordinary functions
now: Public ordinary functions
nth-wrap: Private ordinary functions
num-audio-buses.ir: Public ordinary functions
num-buffers.ir: Public ordinary functions
num-control-buses.ir: Public ordinary functions
num-input-buses.ir: Public ordinary functions
num-output-buses.ir: Public ordinary functions
num-outputs: Private generic functions
num-outputs: Private generic functions
num-outputs: Private generic functions
num-outputs: Private generic functions
num-outputs: Private generic functions
num-outputs: Private generic functions
num-running-synths.kr: Public ordinary functions
number-rate: Private ordinary functions

O
offset-out.ar: Public ordinary functions
offset-out.kr: Public ordinary functions
one-pole.ar: Public ordinary functions
one-pole.kr: Public ordinary functions
one-zero.ar: Public ordinary functions
one-zero.kr: Public ordinary functions
onsets.kr: Public ordinary functions
optimize-add: Private ordinary functions
optimize-add-neg: Private generic functions
optimize-add-neg: Private generic functions
optimize-graph: Private generic functions
optimize-graph: Private generic functions
optimize-graph: Private generic functions
optimize-graph: Private generic functions
optimize-graph: Private generic functions
optimize-graph: Private generic functions
optimize-sub: Private generic functions
optimize-sub: Private generic functions
optimize-to-madd: Private generic functions
optimize-to-madd: Private generic functions
optimize-to-sum3: Private generic functions
optimize-to-sum3: Private generic functions
optimize-to-sum4: Private generic functions
optimize-to-sum4: Private generic functions
oregonator.ar: Public ordinary functions
osc-device: Public ordinary functions
osc-device: Private generic functions
osc-device: Private generic functions
osc-n.ar: Public ordinary functions
osc-n.kr: Public ordinary functions
osc.ar: Public ordinary functions
osc.kr: Public ordinary functions
out.ar: Public ordinary functions
out.kr: Public ordinary functions
output-index: Private generic functions
output-index: Private generic functions
output-index: Private generic functions

P
p-sin-grain.ar: Public ordinary functions
pack-fft: Private ordinary functions
pan-az.ar: Public ordinary functions
pan-az.kr: Public ordinary functions
pan-b.ar: Public ordinary functions
pan-b.kr: Public ordinary functions
pan-b2.ar: Public ordinary functions
pan-b2.kr: Public ordinary functions
pan2.ar: Public ordinary functions
pan2.kr: Public ordinary functions
pan4.ar: Public ordinary functions
pan4.kr: Public ordinary functions
parse-description: Private ordinary functions
path: Public generic functions
path: Public generic functions
pause-self-when-done.kr: Public ordinary functions
pause-self.kr: Public ordinary functions
peak-check-fn: Private ordinary functions
peak-follower.ar: Public ordinary functions
peak-follower.kr: Public ordinary functions
peak.ar: Public ordinary functions
peak.kr: Public ordinary functions
perc: Public ordinary functions
perform-dead-code-elimination: Private generic functions
perform-dead-code-elimination: Private generic functions
phasor.ar: Public ordinary functions
phasor.kr: Public ordinary functions
pink-noise.ar: Public ordinary functions
pink-noise.kr: Public ordinary functions
pitch-shift.ar: Public ordinary functions
pitch.kr: Public ordinary functions
play: Public macros
play-buf.ar: Public ordinary functions
play-buf.kr: Public ordinary functions
pluck.ar: Public ordinary functions
pm-osc.ar: Public ordinary functions
pm-osc.kr: Public ordinary functions
poll.ar: Public ordinary functions
poll.kr: Public ordinary functions
port: Private generic functions
port: Private generic functions
port: Private generic functions
port: Private generic functions
pos: Private generic functions
pos: Private generic functions
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-val.kr: Public ordinary functions
process-buffer-complete-handle: Private ordinary functions
process-env: Private ordinary functions
product: Public ordinary functions
proxy: Public macros
proxy-ctrl: Public ordinary functions
prune: Private ordinary functions
puase.kr: Public ordinary functions
pulse-count.ar: Public ordinary functions
pulse-count.kr: Public ordinary functions
pulse-divider.ar: Public ordinary functions
pulse-divider.kr: Public ordinary functions
pulse.ar: Public ordinary functions
pulse.kr: Public ordinary functions
pv-add: Public ordinary functions
pv-bin-buf-rd: Public ordinary functions
pv-bin-delay: Public ordinary functions
pv-bin-filter: Public ordinary functions
pv-bin-play-buf: Public ordinary functions
pv-bin-scramble: Public ordinary functions
pv-bin-shift: Public ordinary functions
pv-bin-wipe: Public ordinary functions
pv-brick-wall: Public ordinary functions
pv-buf-rd: Public ordinary functions
pv-collect: Public generic functions
pv-collect: Public generic functions
pv-conformal-map: Public ordinary functions
pv-conj: Public ordinary functions
pv-copy: Public ordinary functions
pv-copy-phase: Public ordinary functions
pv-diffuser: Public ordinary functions
pv-div: Public ordinary functions
pv-even-bin: Public ordinary functions
pv-freeze: Public ordinary functions
pv-freq-buffer: Public ordinary functions
pv-hainsworth-foote.ar: Public ordinary functions
pv-invert: Public ordinary functions
pv-jensen-andersen.ar: Public ordinary functions
pv-local-max: Public ordinary functions
pv-mag-above: Public ordinary functions
pv-mag-below: Public ordinary functions
pv-mag-buffer: Public ordinary functions
pv-mag-clip: Public ordinary functions
pv-mag-div: Public ordinary functions
pv-mag-freeze: Public ordinary functions
pv-mag-map: Public ordinary functions
pv-mag-mul: Public ordinary functions
pv-mag-noise: Public ordinary functions
pv-mag-shift: Public ordinary functions
pv-mag-smear: Public ordinary functions
pv-mag-squared: Public ordinary functions
pv-max: Public ordinary functions
pv-max-mag-n: Public ordinary functions
pv-min: Public ordinary functions
pv-min-mag-n: Public ordinary functions
pv-mul: Public ordinary functions
pv-noise-synth-f: Public ordinary functions
pv-noise-synth-p: Public ordinary functions
pv-odd-bin: Public ordinary functions
pv-partial-synth-f: Public ordinary functions
pv-partial-synth-p: Public ordinary functions
pv-phase-shift: Public ordinary functions
pv-phase-shift270: Public ordinary functions
pv-phase-shift90: Public ordinary functions
pv-play-buf: Public ordinary functions
pv-rand-comb: Public ordinary functions
pv-rand-wipe: Public ordinary functions
pv-record-buf: Public ordinary functions
pv-rect-comb: Public ordinary functions
pv-rect-comb2: Public ordinary functions
pv-spectral-enhance: Public ordinary functions
pv-spectral-map: Public ordinary functions
pv-whiten: Public ordinary functions
pvcalc: Public generic functions
pvcalc: Public generic functions
pvcalc2: Public generic functions
pvcalc2: Public generic functions

Q
qitch.kr: Public ordinary functions
quad-c.ar: Public ordinary functions
quad-l.ar: Public ordinary functions
quad-n.ar: Public ordinary functions
quant: Public ordinary functions

R
radians-per-sample.ir: Public ordinary functions
ramp.ar: Public ordinary functions
ramp.kr: Public ordinary functions
rand-id.ir: Public ordinary functions
rand-id.kr: Public ordinary functions
rand-seed.ar: Public ordinary functions
rand-seed.ir: Public ordinary functions
rand-seed.kr: Public ordinary functions
rand.ir: Public ordinary functions
range: Public ordinary functions
rate: Private generic functions
rate: Private generic functions
rate: Private generic functions
rate: Private generic functions
rate: Private generic functions
rate-number: Private ordinary functions
read-ugen-description: Private ordinary functions
reciprocal: Public ordinary functions
record-buf.ar: Public ordinary functions
record-buf.kr: Public ordinary functions
recv-synthdef: Private generic functions
recv-synthdef: Private generic functions
release: Public ordinary functions
release-node: Private generic functions
release-node: Private generic functions
remove-osc-responder: Public ordinary functions
remove-reply-responder: Public ordinary functions
replace-out.ar: Public ordinary functions
replace-out.kr: Public ordinary functions
replace-ugen: Private generic functions
replace-ugen: Private generic functions
replace-zeroes-with-silence: Private ordinary functions
reply-handle-table: Private generic functions
reply-handle-table: Private generic functions
resonz.ar: Public ordinary functions
resonz.kr: Public ordinary functions
rewrite-in-progress: Private generic functions
rewrite-in-progress: Private generic functions
rhpf.ar: Public ordinary functions
rhpf.kr: Public ordinary functions
ringz.ar: Public ordinary functions
ringz.kr: Public ordinary functions
rlpf.ar: Public ordinary functions
rlpf.kr: Public ordinary functions
rlpfd.ar: Public ordinary functions
rlpfd.kr: Public ordinary functions
rotate2.ar: Public ordinary functions
rotate2.kr: Public ordinary functions
round~: Private ordinary functions
running-max.ar: Public ordinary functions
running-max.kr: Public ordinary functions
running-min.ar: Public ordinary functions
running-min.kr: Public ordinary functions
running-sum-rms: Public ordinary functions
running-sum.ar: Public ordinary functions
running-sum.kr: Public ordinary functions

S
sample-dur.ir: Public ordinary functions
sample-rate: Private generic functions
sample-rate: Private generic functions
sample-rate.ir: Public ordinary functions
sanitize.ar: Public ordinary functions
sanitize.kr: Public ordinary functions
saw-dpw.ar: Public ordinary functions
saw-dpw.kr: Public ordinary functions
saw.ar: Public ordinary functions
saw.kr: Public ordinary functions
sc-decode-taged-data: Private ordinary functions
sc-decode-timetag: Private ordinary functions
sc-encode-address: Private generic functions
sc-encode-address: Private generic functions
sc-encode-address: Private generic functions
sc-encode-blob: Private ordinary functions
sc-encode-data: Private ordinary functions
sc-encode-timetag: Private ordinary functions
sc-encode-typetags: Private ordinary functions
sc-help-file: Private ordinary functions
sc-make-type-tags: Private ordinary functions
sc-path-not-found-warning: Private ordinary functions
sc-program-run: Private ordinary functions
sc-reply-thread: Private generic functions
sc-reply-thread: Private generic functions
sc-reply-thread: Private generic functions
sc-thread: Private generic functions
sc-thread: Private generic functions
sched-add: Private ordinary functions
sched-ahead: Public generic functions
sched-ahead: Public generic functions
sched-clear: Private ordinary functions
sched-event-p: Private ordinary functions
sched-event-task: Private ordinary functions
sched-event-timestamp: Private ordinary functions
sched-name: Private generic functions
sched-name: Private generic functions
sched-quant: Private ordinary functions
sched-run: Private ordinary functions
sched-status: Private generic functions
sched-status: Private generic functions
sched-stop: Private ordinary functions
sched-thread: Private generic functions
sched-thread: Private generic functions
sched-time: Private ordinary functions
schedule: Private ordinary functions
scheduler: Private generic functions
scheduler: Private generic functions
schmidt.ar: Public ordinary functions
schmidt.kr: Public ordinary functions
scope-out.ar: Public ordinary functions
scope-out.kr: Public ordinary functions
scope-out2.ar: Public ordinary functions
scope-out2.kr: Public ordinary functions
secs-to-beats: Private generic functions
secs-to-beats: Private generic functions
select-x-focus.ar: Public ordinary functions
select-x-focus.kr: Public ordinary functions
select-x.ar: Public ordinary functions
select-x.kr: Public ordinary functions
select.ar: Public ordinary functions
select.kr: Public ordinary functions
send-bundle: Public ordinary functions
send-bundle: Public generic functions
send-bundle: Public generic functions
send-bundle: Public generic functions
send-message: Public ordinary functions
send-message: Public generic functions
send-message: Public generic functions
send-message: Public generic functions
send-peak-rms.ar: Public ordinary functions
send-peak-rms.kr: Public ordinary functions
send-reply.ar: Public ordinary functions
send-reply.kr: Public ordinary functions
send-trig.ar: Public ordinary functions
send-trig.kr: Public ordinary functions
server: Private generic functions
server: Private generic functions
server: Private generic functions
server: Private generic functions
server: Private generic functions
server-boot: Public generic functions
server-boot: Public generic functions
server-lock: Private generic functions
server-lock: Private generic functions
server-options: Public generic functions
server-options: Public generic functions
server-options-block-size: Public ordinary functions
server-options-device: Private ordinary functions
server-options-hardware-buffer-size: Private ordinary functions
server-options-hardware-samplerate: Private ordinary functions
server-options-load-synthdefs-p: Private ordinary functions
server-options-max-logins: Private ordinary functions
server-options-max-num-nodes: Private ordinary functions
server-options-max-num-synthdefs: Private ordinary functions
server-options-num-audio-bus: Private ordinary functions
server-options-num-control-bus: Private ordinary functions
server-options-num-input-bus: Private ordinary functions
server-options-num-output-bus: Private ordinary functions
server-options-num-random-seeds: Private ordinary functions
server-options-num-sample-buffers: Private ordinary functions
server-options-num-wire-buffers: Private ordinary functions
server-options-p: Private ordinary functions
server-options-publish-to-rendezvous-p: Private ordinary functions
server-options-realtime-mem-size: Private ordinary functions
server-options-ugen-plugins-path: Private ordinary functions
server-options-verbosity: Private ordinary functions
server-query-all-nodes: Public ordinary functions
server-quit: Public generic functions
server-quit: Public generic functions
server-quit: Public generic functions
server-status: Public ordinary functions
server-time-stamp: Private generic functions
server-time-stamp: Private generic functions
set-buf: Public ordinary functions
set-clock: Public ordinary functions
set-reset-ff.ar: Public ordinary functions
set-reset-ff.kr: Public ordinary functions
set-synthdef-metadata: Private compiler macros
set-synthdef-metadata: Private ordinary functions
set-thread-realtime-priority: Private ordinary functions
shaper.ar: Public ordinary functions
shaper.kr: Public ordinary functions
sieve1.ar: Public ordinary functions
sieve1.kr: Public ordinary functions
sign: Public ordinary functions
signal-range: Private generic functions
signal-range: Private generic functions
silent.ar: Public ordinary functions
sin-osc-fb.ar: Public ordinary functions
sin-osc-fb.kr: Public ordinary functions
sin-osc.ar: Public ordinary functions
sin-osc.kr: Public ordinary functions
sine: Public ordinary functions
sine-interpolation: Private ordinary functions
sine-shaper.ar: Public ordinary functions
sin~: Private ordinary functions
sl-onset.ar: Public ordinary functions
slew.ar: Public ordinary functions
slew.kr: Public ordinary functions
slope.ar: Public ordinary functions
slope.kr: Public ordinary functions
smooth-clip-q-gen: Private ordinary functions
smooth-clip-q.ar: Public ordinary functions
smooth-clip-q.kr: Public ordinary functions
smooth-clip-s-gen: Private ordinary functions
smooth-clip-s.ar: Public ordinary functions
smooth-clip-s.kr: Public ordinary functions
smooth-decimator.ar: Public ordinary functions
smooth-fold-q-gen: Private ordinary functions
smooth-fold-q.ar: Public ordinary functions
smooth-fold-q.kr: Public ordinary functions
smooth-fold-q2-gen: Private ordinary functions
smooth-fold-q2.ar: Public ordinary functions
smooth-fold-q2.kr: Public ordinary functions
smooth-fold-s-gen: Private ordinary functions
smooth-fold-s.ar: Public ordinary functions
smooth-fold-s.kr: Public ordinary functions
smooth-fold-s2-gen: Private ordinary functions
smooth-fold-s2.ar: Public ordinary functions
smooth-fold-s2.kr: Public ordinary functions
socket: Private generic functions
socket: Private generic functions
softclip: Public ordinary functions
sort-buf.ar: Public ordinary functions
sos.ar: Public ordinary functions
sos.kr: Public ordinary functions
sound-in-prim: Private ordinary functions
sound-in.ar: Public ordinary functions
source: Private generic functions
source: Private generic functions
source: Private generic functions
spec-centroid.kr: Public ordinary functions
spec-flatness.kr: Public ordinary functions
spec-pcile.kr: Public ordinary functions
special-index: Private generic functions
special-index: Private generic functions
splay-fill: Public ordinary functions
splay-new: Private ordinary functions
splay.ar: Public ordinary functions
splay.kr: Public ordinary functions
spring.ar: Public ordinary functions
spring.kr: Public ordinary functions
spruce-budworm.ar: Public ordinary functions
sqrt~: Private ordinary functions
squared: Public ordinary functions
squared-interpolation: Private ordinary functions
sr: Public generic functions
sr: Public generic functions
standard-l.ar: Public ordinary functions
standard-n.ar: Public ordinary functions
status: Private generic functions
status: Private generic functions
step-interpolation: Private ordinary functions
stepper.ar: Public ordinary functions
stepper.kr: Public ordinary functions
stereo-convolution2-l.ar: Public ordinary functions
stop: Public ordinary functions
streams: Private generic functions
streams: Private generic functions
streson.ar: Public ordinary functions
streson.kr: Public ordinary functions
subsample-offset.ir: Public ordinary functions
sum: Public ordinary functions
sum3: Private ordinary functions
sum4: Private ordinary functions
sweep.ar: Public ordinary functions
sweep.kr: Public ordinary functions
sync: Public ordinary functions
sync-id-map: Private generic functions
sync-id-map: Private generic functions
sync-saw.ar: Public ordinary functions
sync-saw.kr: Public ordinary functions
synth: Public ordinary functions
synth-index: Private generic functions
synth-index: Private generic functions
synthdef: Private generic functions
synthdef: Private generic functions
synthdef-embeddable-body: Private ordinary functions
synthdef-equivalent-function: Private ordinary functions
synthdef-metadata: Public ordinary functions

T
t-ball.ar: Public ordinary functions
t-ball.kr: Public ordinary functions
t-beta-rand.ar: Public ordinary functions
t-beta-rand.kr: Public ordinary functions
t-brown-rand.ar: Public ordinary functions
t-brown-rand.kr: Public ordinary functions
t-choose.ar: Public ordinary functions
t-choose.kr: Public ordinary functions
t-delay.ar: Public ordinary functions
t-delay.kr: Public ordinary functions
t-duty.ar: Public ordinary functions
t-duty.kr: Public ordinary functions
t-exp-rand.ar: Public ordinary functions
t-exp-rand.kr: Public ordinary functions
t-gauss-rand.ar: Public ordinary functions
t-gauss-rand.kr: Public ordinary functions
t-rand.ar: Public ordinary functions
t-rand.kr: Public ordinary functions
t2a.ar: Public ordinary functions
t2k.kr: Public ordinary functions
tanh~: Private ordinary functions
tan~: Private ordinary functions
tap.ar: Private ordinary functions
tartini.kr: Public ordinary functions
tempo-clock: Private generic functions
tempo-clock: Private generic functions
tempo-clock-add: Private generic functions
tempo-clock-add: Private generic functions
tempo-clock-beats: Private generic functions
tempo-clock-beats: Private generic functions
tempo-clock-bpm: Private generic functions
tempo-clock-bpm: Private generic functions
tempo-clock-clear: Private generic functions
tempo-clock-clear: Private generic functions
tempo-clock-quant: Private generic functions
tempo-clock-quant: Private generic functions
tempo-clock-run: Private generic functions
tempo-clock-run: Private generic functions
tempo-clock-set-bpm: Private generic functions
tempo-clock-set-bpm: Private generic functions
tempo-clock-stop: Private generic functions
tempo-clock-stop: Private generic functions
terman-wang.ar: Public ordinary functions
tgrains.ar: Public ordinary functions
tgrains2.ar: Public ordinary functions
tgrains3.ar: Public ordinary functions
thread-wait: Private ordinary functions
thread-wait-with-timeout: Private ordinary functions
ti-rand.ar: Public ordinary functions
ti-rand.kr: Public ordinary functions
timer.ar: Public ordinary functions
timer.kr: Public ordinary functions
times: Private generic functions
times: Private generic functions
times-and-curves-as-list: Private ordinary functions
timestamp: Private generic functions
timestamp: Private generic functions
to: Private generic functions
to: Private generic functions
to-byte-array-synthdef-1: Private ordinary functions
to-byte-array-synthdef-2: Private ordinary functions
toggle-ff.ar: Public ordinary functions
toggle-ff.kr: Public ordinary functions
topo-logical-sort: Private ordinary functions
triangle: Public ordinary functions
trig-1.ar: Public ordinary functions
trig-1.kr: Public ordinary functions
trig.ar: Public ordinary functions
trig.kr: Public ordinary functions
trunc: Public ordinary functions
tw-choose.ar: Public ordinary functions
tw-choose.kr: Public ordinary functions
tw-index.ar: Public ordinary functions
tw-index.kr: Public ordinary functions
two-pole.ar: Public ordinary functions
two-pole.kr: Public ordinary functions
two-tube.ar: Public ordinary functions
two-zero.ar: Public ordinary functions
two-zero.kr: Public ordinary functions

U
ugen-new: Private ordinary functions
unbubble: Public generic functions
unbubble: Public generic functions
uninstall-reply-responder: Private generic functions
uninstall-reply-responder: Private generic functions
unipolar: Public ordinary functions
unix-time: Private ordinary functions
unpack-1-fft: Private ordinary functions
unpack-fft: Private ordinary functions

V
v-disk-in.ar: Public ordinary functions
v-osc.ar: Public ordinary functions
v-osc.kr: Public ordinary functions
var-lag-new: Private ordinary functions
var-lag.ar: Public ordinary functions
var-lag.kr: Public ordinary functions
var-saw.ar: Public ordinary functions
var-saw.kr: Public ordinary functions
vector-in-wavetable-format: Private ordinary functions
vibrato.ar: Public ordinary functions
vibrato.kr: Public ordinary functions
vm-scan2d.ar: Public ordinary functions

W
warp1.ar: Public ordinary functions
wave-terrain.ar: Public ordinary functions
weakly-nonlinear.ar: Public ordinary functions
weakly-nonlinear2.ar: Public ordinary functions
welch-interpolation: Private ordinary functions
when-audio-check-first-input: Private ordinary functions
white-noise.ar: Public ordinary functions
white-noise.kr: Public ordinary functions
width-first-antecedents: Private generic functions
width-first-antecedents: Private generic functions
width-first-ugens: Private generic functions
width-first-ugens: Private generic functions
with-controls: Public macros
with-node: Private macros
with-recursive-lock-held: Private macros
with-rendering: Public macros
with-sync-or-call-handle: Private macros
wrap: Public generic functions
wrap: Public generic functions
wrap-index.ar: Public ordinary functions
wrap-index.kr: Public ordinary functions
wrap.ar: Public ordinary functions
wrap.ir: Public ordinary functions
wrap.kr: Public ordinary functions
write-def-ugen-version1: Private generic functions
write-def-ugen-version1: Private generic functions
write-def-ugen-version2: Private generic functions
write-def-ugen-version2: Private generic functions
write-mono-fl32-wav: Private ordinary functions
write-synthdef-file: Private ordinary functions

X
x-fade2.ar: Public ordinary functions
x-fade2.kr: Public ordinary functions
x-line.ar: Public ordinary functions
x-line.kr: Public ordinary functions
x-out.ar: Public ordinary functions
x-out.kr: Public ordinary functions

Z
zero-crossing.ar: Public ordinary functions
zero-crossing.kr: Public ordinary functions


A.3 Variables

Jump to:   *   +  
A   B   C   D   F   G   H   I   J   L   M   N   O   P   R   S   T   U   V   W  
Index Entry  Section

*
*all-rt-servers*: Private special variables
*bundle-msg-container*: Private special variables
*bundle-synth-container*: Private special variables
*deprecated-function-style-warning-get-synthdef-metadata-notified-p*: Private special variables
*deprecated-function-style-warning-set-synthdef-metadata-notified-p*: Private special variables
*group-free-all-hooks*: Public special variables
*immediate-timetag*: Private special variables
*nrt-pad*: Private special variables
*run-level*: Private special variables
*s*: Public special variables
*sc-help-paths*: Private special variables
*sc-plugin-paths*: Public special variables
*sc-synth-program*: Public special variables
*sc-synthdefs-path*: Public special variables
*server-quit-hooks*: Public special variables
*stop-hooks*: Public special variables
*synth-definition-mode*: Public special variables
*synthdef*: Private special variables
*synthdef-function-table*: Private special variables
*synthdef-metadata*: Private special variables
*synthdef-version*: Private special variables
*temp-synth-name*: Private special variables

+
+2^32+: Private constants
+env-shape-table+: Private special variables
+inf+: Public constants
+type-id+: Private special variables

A
antecedents: Private classes
audio-buses: Private classes
available: Private classes

B
base-beats: Private classes
base-seconds: Private classes
beat-dur: Private classes
block-size: Public structures
boot-p: Private classes
bpm: Private classes
buffer-get-handlers: Private classes
buffers: Private classes
bufnum: Private classes
busnum: Private classes

C
chanls: Private classes
chanls: Private classes
channels: Private classes
check-fn: Private classes
children: Private classes
condition-var: Private classes
Constant, +2^32+: Private constants
Constant, +inf+: Public constants
constants: Private classes
control-buses: Private classes
control-get-handlers: Private classes
control-names: Private classes
control-ugen-count: Private classes
controls: Private classes
curve-number: Public classes
curve-value: Public classes

D
descendants: Private classes
device: Public structures

F
frames: Private classes
free: Private structures

G
group-id: Private classes

H
hardware-buffer-size: Public structures
hardware-samplerate: Public structures
host: Public classes
host: Private classes

I
id: Private classes
id: Private classes
in-queue: Private classes
inputs: Private classes

J
just-connect-p: Private classes

L
latency: Private classes
levels: Public classes
listening-thread: Public classes
load-synthdefs-p: Public structures
local-port: Public classes
lock: Private structures
loop-node: Public classes

M
max-local-bufs: Private classes
max-logins: Public structures
max-num-nodes: Public structures
max-num-synthdefs: Public structures
meta: Private classes
mutex: Private classes

N
name: Private classes
name: Private classes
name: Private classes
name: Private classes
name: Private classes
named-controls: Private classes
node-proxy-table: Private classes
node-watcher: Private classes
num-audio-bus: Public structures
num-control-bus: Public structures
num-input-bus: Public structures
num-output-bus: Public structures
num-random-seeds: Public structures
num-sample-buffers: Public structures
num-wire-buffers: Public structures

O
osc-device: Private classes
output-index: Private classes

P
path: Private classes
port: Public classes
port: Private classes
pos: Private classes
publish-to-rendezvous-p: Public structures

R
rate: Private classes
realtime-mem-size: Public structures
release-node: Public classes
reply-handle-table: Public classes
rewrite-in-progress: Private classes

S
sample-rate: Private classes
sc-thread: Private classes
sched-ahead: Private classes
sched-thread: Private classes
scheduler: Private classes
server: Private classes
server: Private classes
server: Private classes
server: Private classes
server-lock: Private classes
server-options: Private classes
server-time-stamp: Private classes
signal-range: Private classes
Slot, antecedents: Private classes
Slot, audio-buses: Private classes
Slot, available: Private classes
Slot, base-beats: Private classes
Slot, base-seconds: Private classes
Slot, beat-dur: Private classes
Slot, block-size: Public structures
Slot, boot-p: Private classes
Slot, bpm: Private classes
Slot, buffer-get-handlers: Private classes
Slot, buffers: Private classes
Slot, bufnum: Private classes
Slot, busnum: Private classes
Slot, chanls: Private classes
Slot, chanls: Private classes
Slot, channels: Private classes
Slot, check-fn: Private classes
Slot, children: Private classes
Slot, condition-var: Private classes
Slot, constants: Private classes
Slot, control-buses: Private classes
Slot, control-get-handlers: Private classes
Slot, control-names: Private classes
Slot, control-ugen-count: Private classes
Slot, controls: Private classes
Slot, curve-number: Public classes
Slot, curve-value: Public classes
Slot, descendants: Private classes
Slot, device: Public structures
Slot, frames: Private classes
Slot, free: Private structures
Slot, group-id: Private classes
Slot, hardware-buffer-size: Public structures
Slot, hardware-samplerate: Public structures
Slot, host: Public classes
Slot, host: Private classes
Slot, id: Private classes
Slot, id: Private classes
Slot, in-queue: Private classes
Slot, inputs: Private classes
Slot, just-connect-p: Private classes
Slot, latency: Private classes
Slot, levels: Public classes
Slot, listening-thread: Public classes
Slot, load-synthdefs-p: Public structures
Slot, local-port: Public classes
Slot, lock: Private structures
Slot, loop-node: Public classes
Slot, max-local-bufs: Private classes
Slot, max-logins: Public structures
Slot, max-num-nodes: Public structures
Slot, max-num-synthdefs: Public structures
Slot, meta: Private classes
Slot, mutex: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, name: Private classes
Slot, named-controls: Private classes
Slot, node-proxy-table: Private classes
Slot, node-watcher: Private classes
Slot, num-audio-bus: Public structures
Slot, num-control-bus: Public structures
Slot, num-input-bus: Public structures
Slot, num-output-bus: Public structures
Slot, num-random-seeds: Public structures
Slot, num-sample-buffers: Public structures
Slot, num-wire-buffers: Public structures
Slot, osc-device: Private classes
Slot, output-index: Private classes
Slot, path: Private classes
Slot, port: Public classes
Slot, port: Private classes
Slot, pos: Private classes
Slot, publish-to-rendezvous-p: Public structures
Slot, rate: Private classes
Slot, realtime-mem-size: Public structures
Slot, release-node: Public classes
Slot, reply-handle-table: Public classes
Slot, rewrite-in-progress: Private classes
Slot, sample-rate: Private classes
Slot, sc-thread: Private classes
Slot, sched-ahead: Private classes
Slot, sched-thread: Private classes
Slot, scheduler: Private classes
Slot, server: Private classes
Slot, server: Private classes
Slot, server: Private classes
Slot, server: Private classes
Slot, server-lock: Private classes
Slot, server-options: Private classes
Slot, server-time-stamp: Private classes
Slot, signal-range: Private classes
Slot, socket: Public classes
Slot, source: Private classes
Slot, special-index: Private classes
Slot, sr: Private classes
Slot, status: Public classes
Slot, status: Private classes
Slot, streams: Private classes
Slot, sync-id-map: Private classes
Slot, synth-index: Private classes
Slot, synthdef: Private classes
Slot, task: Private structures
Slot, tempo-clock: Private classes
Slot, times: Public classes
Slot, timestamp: Private structures
Slot, timestamp: Private classes
Slot, to: Private classes
Slot, type: Private classes
Slot, ugen-plugins-path: Public structures
Slot, vector: Private structures
Slot, verbosity: Public structures
Slot, width-first-antecedents: Private classes
Slot, width-first-ugens: Private classes
socket: Public classes
source: Private classes
Special Variable, *all-rt-servers*: Private special variables
Special Variable, *bundle-msg-container*: Private special variables
Special Variable, *bundle-synth-container*: Private special variables
Special Variable, *deprecated-function-style-warning-get-synthdef-metadata-notified-p*: Private special variables
Special Variable, *deprecated-function-style-warning-set-synthdef-metadata-notified-p*: Private special variables
Special Variable, *group-free-all-hooks*: Public special variables
Special Variable, *immediate-timetag*: Private special variables
Special Variable, *nrt-pad*: Private special variables
Special Variable, *run-level*: Private special variables
Special Variable, *s*: Public special variables
Special Variable, *sc-help-paths*: Private special variables
Special Variable, *sc-plugin-paths*: Public special variables
Special Variable, *sc-synth-program*: Public special variables
Special Variable, *sc-synthdefs-path*: Public special variables
Special Variable, *server-quit-hooks*: Public special variables
Special Variable, *stop-hooks*: Public special variables
Special Variable, *synth-definition-mode*: Public special variables
Special Variable, *synthdef*: Private special variables
Special Variable, *synthdef-function-table*: Private special variables
Special Variable, *synthdef-metadata*: Private special variables
Special Variable, *synthdef-version*: Private special variables
Special Variable, *temp-synth-name*: Private special variables
Special Variable, +env-shape-table+: Private special variables
Special Variable, +type-id+: Private special variables
special-index: Private classes
sr: Private classes
status: Public classes
status: Private classes
streams: Private classes
sync-id-map: Private classes
synth-index: Private classes
synthdef: Private classes

T
task: Private structures
tempo-clock: Private classes
times: Public classes
timestamp: Private structures
timestamp: Private classes
to: Private classes
type: Private classes

U
ugen-plugins-path: Public structures

V
vector: Private structures
verbosity: Public structures

W
width-first-antecedents: Private classes
width-first-ugens: Private classes


A.4 Data types

Jump to:   A   B   C   D   E   F   G   I   K   L   M   N   O   P   R   S   T   U   W  
Index Entry  Section

A
abstract-out: Private classes

B
binary-operator: Private classes
buffer: Private classes
buffer.lisp: The cl-collider/buffer․lisp file
bus: Private classes
bus.lisp: The cl-collider/bus․lisp file

C
cl-collider: The cl-collider system
cl-collider: The cl-collider package
cl-collider.asd: The cl-collider/cl-collider․asd file
Class, abstract-out: Private classes
Class, binary-operator: Private classes
Class, buffer: Private classes
Class, bus: Private classes
Class, control: Private classes
Class, dugen: Private classes
Class, dyn-klang: Private classes
Class, dyn-klank: Private classes
Class, env: Public classes
Class, external-server: Private classes
Class, group: Private classes
Class, klang: Private classes
Class, klank: Private classes
Class, lf-gauss: Private classes
Class, local-buf: Public classes
Class, muladd: Private classes
Class, multiout-ugen: Private classes
Class, node: Private classes
Class, nooutput-ugen: Private classes
Class, nrt-server: Private classes
Class, osc-device: Public classes
Class, poll-ugen: Private classes
Class, proxy-output: Private classes
Class, pure-ugen: Private classes
Class, pv-chain-ugen: Private classes
Class, rt-server: Private classes
Class, sched-param-tclass: Private classes
Class, scheduler: Private classes
Class, send-peak-rms: Private classes
Class, server: Private classes
Class, sum3: Private classes
Class, sum4: Private classes
Class, synthdef: Private classes
Class, tempo-clock: Private classes
Class, ugen: Private classes
Class, unary-operator: Private classes
Class, width-first-ugen: Private classes
control: Private classes

D
dugen: Private classes
dyn-klang: Private classes
dyn-klank: Private classes

E
env: Public classes
external-server: Private classes

F
File, buffer.lisp: The cl-collider/buffer․lisp file
File, bus.lisp: The cl-collider/bus․lisp file
File, cl-collider.asd: The cl-collider/cl-collider․asd file
File, id-map.lisp: The cl-collider/id-map․lisp file
File, operators.lisp: The cl-collider/operators․lisp file
File, osc.lisp: The sc-osc/osc․lisp file
File, package.lisp: The cl-collider/package․lisp file
File, package.lisp: The sc-osc/package․lisp file
File, sc-osc.asd: The sc-osc/sc-osc․asd file
File, scheduler.lisp: The cl-collider/scheduler․lisp file
File, server-options.lisp: The cl-collider/server-options․lisp file
File, server.lisp: The cl-collider/server․lisp file
File, synthdef.lisp: The cl-collider/synthdef․lisp file
File, transmit.lisp: The sc-osc/transmit․lisp file
File, ugen.lisp: The cl-collider/ugen․lisp file
File, ugens/beqsuite.lisp: The cl-collider/ugens/beqsuite․lisp file
File, ugens/bufio.lisp: The cl-collider/ugens/bufio․lisp file
File, ugens/chaos.lisp: The cl-collider/ugens/chaos․lisp file
File, ugens/compander.lisp: The cl-collider/ugens/compander․lisp file
File, ugens/delays.lisp: The cl-collider/ugens/delays․lisp file
File, ugens/demand.lisp: The cl-collider/ugens/demand․lisp file
File, ugens/diskio.lisp: The cl-collider/ugens/diskio․lisp file
File, ugens/envgen.lisp: The cl-collider/ugens/envgen․lisp file
File, ugens/fft.lisp: The cl-collider/ugens/fft․lisp file
File, ugens/fftunpacking.lisp: The cl-collider/ugens/fftunpacking․lisp file
File, ugens/filter.lisp: The cl-collider/ugens/filter․lisp file
File, ugens/freeverb.lisp: The cl-collider/ugens/freeverb․lisp file
File, ugens/fsinosc.lisp: The cl-collider/ugens/fsinosc․lisp file
File, ugens/gendyn.lisp: The cl-collider/ugens/gendyn․lisp file
File, ugens/grainugens.lisp: The cl-collider/ugens/grainugens․lisp file
File, ugens/gverb.lisp: The cl-collider/ugens/gverb․lisp file
File, ugens/hilbert.lisp: The cl-collider/ugens/hilbert․lisp file
File, ugens/ienvgen.lisp: The cl-collider/ugens/ienvgen․lisp file
File, ugens/infougens.lisp: The cl-collider/ugens/infougens․lisp file
File, ugens/inout.lisp: The cl-collider/ugens/inout․lisp file
File, ugens/line.lisp: The cl-collider/ugens/line․lisp file
File, ugens/machinelistening.lisp: The cl-collider/ugens/machinelistening․lisp file
File, ugens/macugens.lisp: The cl-collider/ugens/macugens․lisp file
File, ugens/moogff.lisp: The cl-collider/ugens/moogff․lisp file
File, ugens/noise.lisp: The cl-collider/ugens/noise․lisp file
File, ugens/osc.lisp: The cl-collider/ugens/osc․lisp file
File, ugens/pan.lisp: The cl-collider/ugens/pan․lisp file
File, ugens/physicalmodel.lisp: The cl-collider/ugens/physicalmodel․lisp file
File, ugens/pitchshift.lisp: The cl-collider/ugens/pitchshift․lisp file
File, ugens/pluck.lisp: The cl-collider/ugens/pluck․lisp file
File, ugens/poll.lisp: The cl-collider/ugens/poll․lisp file
File, ugens/psingrain.lisp: The cl-collider/ugens/psingrain․lisp file
File, ugens/quarks/miscellaneous_lib/wavefolding.lisp: The cl-collider/ugens/quarks/miscellaneous_lib/wavefolding․lisp file
File, ugens/sc3plugins/bhobugens.lisp: The cl-collider/ugens/sc3plugins/bhobugens․lisp file
File, ugens/sc3plugins/deindugens.lisp: The cl-collider/ugens/sc3plugins/deindugens․lisp file
File, ugens/sc3plugins/distortionplugins.lisp: The cl-collider/ugens/sc3plugins/distortionplugins․lisp file
File, ugens/sc3plugins/joshugens.lisp: The cl-collider/ugens/sc3plugins/joshugens․lisp file
File, ugens/sc3plugins/ladspaugen.lisp: The cl-collider/ugens/sc3plugins/ladspaugen․lisp file
File, ugens/sc3plugins/mcldugens.lisp: The cl-collider/ugens/sc3plugins/mcldugens․lisp file
File, ugens/sc3plugins/mdaugens.lisp: The cl-collider/ugens/sc3plugins/mdaugens․lisp file
File, ugens/sc3plugins/nhugens.lisp: The cl-collider/ugens/sc3plugins/nhugens․lisp file
File, ugens/sc3plugins/pitchdetection.lisp: The cl-collider/ugens/sc3plugins/pitchdetection․lisp file
File, ugens/sc3plugins/slugens.lisp: The cl-collider/ugens/sc3plugins/slugens․lisp file
File, ugens/sc3plugins/tjugens.lisp: The cl-collider/ugens/sc3plugins/tjugens․lisp file
File, ugens/soundin.lisp: The cl-collider/ugens/soundin․lisp file
File, ugens/splay.lisp: The cl-collider/ugens/splay․lisp file
File, ugens/testugens.lisp: The cl-collider/ugens/testugens․lisp file
File, ugens/trig.lisp: The cl-collider/ugens/trig․lisp file
File, util.lisp: The cl-collider/util․lisp file

G
group: Private classes

I
id-map: Private structures
id-map.lisp: The cl-collider/id-map․lisp file

K
klang: Private classes
klank: Private classes

L
lf-gauss: Private classes
local-buf: Public classes

M
muladd: Private classes
multiout-ugen: Private classes

N
node: Private classes
nooutput-ugen: Private classes
nrt-server: Private classes

O
operators.lisp: The cl-collider/operators․lisp file
osc-device: Public classes
osc.lisp: The sc-osc/osc․lisp file

P
Package, cl-collider: The cl-collider package
Package, sc-osc: The sc-osc package
Package, sc-user: The sc-user package
package.lisp: The cl-collider/package․lisp file
package.lisp: The sc-osc/package․lisp file
poll-ugen: Private classes
proxy-output: Private classes
pure-ugen: Private classes
pv-chain-ugen: Private classes

R
rt-server: Private classes

S
sc-osc: The sc-osc system
sc-osc: The sc-osc package
sc-osc.asd: The sc-osc/sc-osc․asd file
sc-user: The sc-user package
sched-event: Private structures
sched-param-tclass: Private classes
scheduler: Private classes
scheduler.lisp: The cl-collider/scheduler․lisp file
send-peak-rms: Private classes
server: Private classes
server-options: Public structures
server-options.lisp: The cl-collider/server-options․lisp file
server.lisp: The cl-collider/server․lisp file
Structure, id-map: Private structures
Structure, sched-event: Private structures
Structure, server-options: Public structures
sum3: Private classes
sum4: Private classes
synthdef: Private classes
synthdef.lisp: The cl-collider/synthdef․lisp file
System, cl-collider: The cl-collider system
System, sc-osc: The sc-osc system

T
tempo-clock: Private classes
transmit.lisp: The sc-osc/transmit․lisp file

U
ugen: Private classes
ugen.lisp: The cl-collider/ugen․lisp file
ugens/beqsuite.lisp: The cl-collider/ugens/beqsuite․lisp file
ugens/bufio.lisp: The cl-collider/ugens/bufio․lisp file
ugens/chaos.lisp: The cl-collider/ugens/chaos․lisp file
ugens/compander.lisp: The cl-collider/ugens/compander․lisp file
ugens/delays.lisp: The cl-collider/ugens/delays․lisp file
ugens/demand.lisp: The cl-collider/ugens/demand․lisp file
ugens/diskio.lisp: The cl-collider/ugens/diskio․lisp file
ugens/envgen.lisp: The cl-collider/ugens/envgen․lisp file
ugens/fft.lisp: The cl-collider/ugens/fft․lisp file
ugens/fftunpacking.lisp: The cl-collider/ugens/fftunpacking․lisp file
ugens/filter.lisp: The cl-collider/ugens/filter․lisp file
ugens/freeverb.lisp: The cl-collider/ugens/freeverb․lisp file
ugens/fsinosc.lisp: The cl-collider/ugens/fsinosc․lisp file
ugens/gendyn.lisp: The cl-collider/ugens/gendyn․lisp file
ugens/grainugens.lisp: The cl-collider/ugens/grainugens․lisp file
ugens/gverb.lisp: The cl-collider/ugens/gverb․lisp file
ugens/hilbert.lisp: The cl-collider/ugens/hilbert․lisp file
ugens/ienvgen.lisp: The cl-collider/ugens/ienvgen․lisp file
ugens/infougens.lisp: The cl-collider/ugens/infougens․lisp file
ugens/inout.lisp: The cl-collider/ugens/inout․lisp file
ugens/line.lisp: The cl-collider/ugens/line․lisp file
ugens/machinelistening.lisp: The cl-collider/ugens/machinelistening․lisp file
ugens/macugens.lisp: The cl-collider/ugens/macugens․lisp file
ugens/moogff.lisp: The cl-collider/ugens/moogff․lisp file
ugens/noise.lisp: The cl-collider/ugens/noise․lisp file
ugens/osc.lisp: The cl-collider/ugens/osc․lisp file
ugens/pan.lisp: The cl-collider/ugens/pan․lisp file
ugens/physicalmodel.lisp: The cl-collider/ugens/physicalmodel․lisp file
ugens/pitchshift.lisp: The cl-collider/ugens/pitchshift․lisp file
ugens/pluck.lisp: The cl-collider/ugens/pluck․lisp file
ugens/poll.lisp: The cl-collider/ugens/poll․lisp file
ugens/psingrain.lisp: The cl-collider/ugens/psingrain․lisp file
ugens/quarks/miscellaneous_lib/wavefolding.lisp: The cl-collider/ugens/quarks/miscellaneous_lib/wavefolding․lisp file
ugens/sc3plugins/bhobugens.lisp: The cl-collider/ugens/sc3plugins/bhobugens․lisp file
ugens/sc3plugins/deindugens.lisp: The cl-collider/ugens/sc3plugins/deindugens․lisp file
ugens/sc3plugins/distortionplugins.lisp: The cl-collider/ugens/sc3plugins/distortionplugins․lisp file
ugens/sc3plugins/joshugens.lisp: The cl-collider/ugens/sc3plugins/joshugens․lisp file
ugens/sc3plugins/ladspaugen.lisp: The cl-collider/ugens/sc3plugins/ladspaugen․lisp file
ugens/sc3plugins/mcldugens.lisp: The cl-collider/ugens/sc3plugins/mcldugens․lisp file
ugens/sc3plugins/mdaugens.lisp: The cl-collider/ugens/sc3plugins/mdaugens․lisp file
ugens/sc3plugins/nhugens.lisp: The cl-collider/ugens/sc3plugins/nhugens․lisp file
ugens/sc3plugins/pitchdetection.lisp: The cl-collider/ugens/sc3plugins/pitchdetection․lisp file
ugens/sc3plugins/slugens.lisp: The cl-collider/ugens/sc3plugins/slugens․lisp file
ugens/sc3plugins/tjugens.lisp: The cl-collider/ugens/sc3plugins/tjugens․lisp file
ugens/soundin.lisp: The cl-collider/ugens/soundin․lisp file
ugens/splay.lisp: The cl-collider/ugens/splay․lisp file
ugens/testugens.lisp: The cl-collider/ugens/testugens․lisp file
ugens/trig.lisp: The cl-collider/ugens/trig․lisp file
unary-operator: Private classes
util.lisp: The cl-collider/util․lisp file

W
width-first-ugen: Private classes