-
Notifications
You must be signed in to change notification settings - Fork 48
Toolkit:Core
Ulric Wilfred edited this page Feb 1, 2015
·
3 revisions
-
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
-
- Inlets
-
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
-
- Inlets
-
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
-
- Inlets
-
core/any
— send any values -
core/number
— send numbers -
core/boolean
— send boolean values
-
core/pass
— just pass a value, default link type