Liking cljdoc? Tell your friends :D
ClojureScript only.

mathbox.primitives.operator.readback


Readbackcljs

Read data back to a binary JavaScript array

:active true (bool) - Updates continuously :channels 4 (number) - Readback channels (read only) :classes [] (string array) - Custom classes, e.g. [\"big\"] :data [] (data) - Readback data buffer (read only) :depth 1 (nullable number) - Readback depth (read only) :expr null (nullable function) - Readback consume expression, e.g. function (x, y, z, w, i, j, k, l) { ... } :height 1 (nullable number) - Readback height (read only) :id null (nullable string) - Unique ID, e.g. \"sampler\" :items 1 (nullable number) - Readback items (read only) :source \"<\" (select) - Input source :type \"float\" (float) - Readback data type (float, unsignedByte) :width 1 (nullable number) - Readback width (read only)

*Read data back to a binary JavaScript array*

:active `true` (bool) - Updates continuously
:channels `4` (number) - Readback channels (read only)
  :classes `[]` (string array) - Custom classes, e.g. `[\"big\"]`
  :data `[]` (data) - Readback data buffer (read only)
  :depth `1` (nullable number) - Readback depth (read only)
  :expr `null` (nullable function) - Readback consume expression, e.g. `function (x, y, z, w, i, j, k, l) { ... }`
   :height `1` (nullable number) - Readback height (read only)
   :id `null` (nullable string) - Unique ID, e.g. `\"sampler\"`
      :items `1` (nullable number) - Readback items (read only)
      :source `\"<\"` (select) - Input source
      :type `\"float\"` (float) - Readback data type (float, unsignedByte)
      :width `1` (nullable number) - Readback width (read only)
sourceraw docstring

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

× close