void*_pHeap;/* A heap allocation for internal use only. pInputBuses and/or pOutputBuses will point to this if the bus count exceeds MA_MAX_NODE_LOCAL_BUS_COUNT. */
void*_pHeap;/* A heap allocation for internal use only. pInputBuses and/or pOutputBuses will point to this if the bus count exceeds MA_MAX_NODE_LOCAL_BUS_COUNT. */
ma_bool32_ownsHeap;/* If set to true, the node owns the heap allocation and _pHeap will be freed in ma_node_uninit(). */