Liking cljdoc? Tell your friends :D

marram

Clojars Project

max-api bindings for Max visual programming language

Usage

marram exposes the Node for Max API via core.async

Call maram.core/init!, which accepts a core.async channel as an argument, and all events will be sent to that channel.

An event looks like:

{:handled? handled?
 :type     msg-type
 :args     args}

Can you improve this documentation?Edit on GitHub

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

× close