Skip to content
Ulric Wilfred edited this page Apr 11, 2016 · 1 revision

Network:

  • network/add-patch (patch)

Patch:

  • patch/is-ready
  • patch/open ([parent])
  • patch/close
  • patch/add-node (node)
  • patch/remove-node (node)
  • patch/move-canvas (position)
  • patch/resize-canvas (size)
  • patch/set-inputs (inputs)
  • patch/set-outputs (outputs)
  • patch/project (node, target)
  • patch/refer (node, target)

Node:

  • node/turn-on
  • node/turn-off
  • node/is-ready
  • node/add-inlet (inlet)
  • node/remove-inlet (inlet)
  • node/add-outlet (outlet)
  • node/remove-outlet (outlet)
  • node/process (inlets, outlets)
  • node/move (position)

Inlet

  • inlet/update (value)

Outlet

  • outlet/update (value)
  • outlet/connect (link, inlet)
  • outlet/disconnect (link)

Link

  • link/enable
  • link/disable
  • link/pass (value)
Clone this wiki locally