Liking cljdoc? Tell your friends :D

midi-data.messages

Provide's functions for quickly creating MIDI messages of various types.

Provide's functions for quickly creating MIDI messages of various types.
raw docstring

controlclj/s

(control number value & [channel])

Construct's a control (sometimes called cc) message.

Construct's a control (sometimes called cc) message.
sourceraw docstring

note-offclj/s

(note-off note velocity & [channel])

Construct's a note off message.

Construct's a note off message.
sourceraw docstring

note-onclj/s

(note-on note velocity & [channel])

Construct's a note on message.

Construct's a note on message.
sourceraw docstring

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

× close