Skip to content
Ulric Wilfred edited this page Feb 1, 2015 · 3 revisions

Nodes

  • core/empty — node which is restricted to have any inlets
  • core/custom — node which is able to have dynamically attached inlets and outlets
  • core/sum-of-three — node to sum up three values
    • Inlets
      • a : core/number — first value
      • b : core/number — second value
      • c : core/number — third value
    • Outlets
      • sum : core/number — sum of three values
  • core/sum-of-three — another node to sum up three values
    • Inlets
      • a : core/number — first value
      • b : core/number — second value
      • c : core/number — (hidden) third value
    • Outlets
      • sum : core/number — sum of three values
  • core/hot-and-cold — node to demonstrate hot and cold inlets
    • Inlets
      • hot : core/number — first value, hot inlet
      • cold : core/number — second value, cold inlet
    • Outlets
      • value: core/any — joined values

Channels

  • core/any — send any values
  • core/number — send numbers
  • core/boolean — send boolean values

Link types

  • core/pass — just pass a value, default link type
Clone this wiki locally