pNode property

Pointer<Void> pNode
getter/setter pair

The node that owns this output bus. The input node. Will be null for dummy head and tail nodes.

Implementation

external ffi.Pointer<ma_node> pNode;