Liking cljdoc? Tell your friends :D

jax.patcher


->nodesclj/s

(->nodes objs)

Recursively walks over a collection of nodes (objects or object-sets), and flattens them into a collection of objects

Recursively walks over a collection of nodes (objects or object-sets), and flattens them into a collection of objects
raw docstring

event-channelclj/s

(event-channel event-type)

genidclj/s

(genid)

instrumentclj/s

(instrument obj-set)

Creates an instrument from an object set. The leftmost outlet of the object set will be the inlet for plugout.

Creates an instrument from an object set.
The leftmost outlet of the object set will be the inlet for plugout.
raw docstring

namesclj/s

(names x)

node-by-idclj/s

(node-by-id x id)

nodes-by-nameclj/s

(nodes-by-name x name)

obj-lookupclj/s


objectclj/s

(object & {:keys [object id args inlets outlets name]})

Creates an object map from its arguments

Creates an object map from its arguments
raw docstring

object-connectionclj/smultimethod


object-nameclj/s

(object-name {:keys [object]})

object-setclj/s

(object-set & objects)

Creates an object-set from its arguments The first arg will be treated as the inlet, and the last arg will be treated as the outlet

Creates an object-set from its arguments
The first arg will be treated as the inlet, and the last arg will be treated as the outlet
raw docstring

patchclj/s

(patch & objects)

Concisely defines an object-set

Concisely defines an object-set
raw docstring

refclj/s

(ref obj idx)

rgetclj/s

(rget m k)

routeclj/s

(route match)
(route match init)

unpack-argclj/s

(unpack-arg arg)

unpack-argsclj/s

(unpack-args args)

update-argsclj/s

(update-args x id f)

update-objectclj/s

(update-object x id f)

update-outletsclj/s

(update-outlets x id f)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close