Skip to content
Ulric Wilfred edited this page Jan 31, 2015 · 2 revisions
  • Model
    • model/new(Model)
    • node/add(Node)
    • node/remove(Node)
  • Node
    • node/turn-on()
    • node/ready()
    • node/process(Inlets, Outlets)
    • node/turn-off()
    • inlet/add(Inlet)
    • inlet/remove(Inlet)
    • outlet/add(Outlet)
    • outlet/remove(Outlet)
  • Outlet
    • outlet/update(Any)
    • outlet/connect(Link)
    • outlet/disconect(Link)
  • Inlet
    • inlet/update(Any)
  • Link
    • link/enable()
    • link/disable()
    • link/pass(Any)
    • link/adapt(Any, Any)
Clone this wiki locally