📄️ Jungle Node
The JungleNode class represents the base class for all nodes in the Jungle Sequencer.
📄️ Branch Node<T>
The Branch Node takes a single input of any type, and outputs to any number of outputs that all can output any types.
📄️ IO Node<T>
The IO Node is a simpler version of the Branch Node.
📄️ Identity Node
The Identity Node takes a single input of any type, and outputs the inputted value without changing or mutating it.
📄️ Event Node
The Event Node has zero inputs and outputs to any number of outputs that all can output any types.