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

build-connectionclj/s

(build-connection {:keys [router-id]} routetable type id idx connections)

build-connectionsclj/s

(build-connections env routetable nodes)

build-event-channelsclj/s

(build-event-channels {:keys [handler-id]} nodes)

build-node-connectionsclj/s

(build-node-connections env routetable {:keys [inlets outlets id]})

build-objectsclj/s

(build-objects nodes)

build-routerclj/s

(build-router {:keys [router-id]} nodes)

compileclj/smultimethod

Compiles a jax object into a collection of instructions to be sent to a thispatcher obj

Compiles a jax object into a collection of instructions to be sent to a thispatcher obj
raw docstring

default-envclj/s

(default-env inst)

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

obj-lookupclj/s


objectclj/s

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

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)

serialize-message-argsclj/s

(serialize-message-args args)

unpack-argclj/s

(unpack-arg arg)

unpack-argsclj/s

(unpack-args args)

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

× close