ma_notch_node_reinit function

ma_result ma_notch_node_reinit(
  1. Pointer<ma_notch2_config> pConfig,
  2. Pointer<ma_notch_node> pNode
)

Implementation

ma_result ma_notch_node_reinit(
  ffi.Pointer<ma_notch_config> pConfig,
  ffi.Pointer<ma_notch_node> pNode,
) => ma_result.fromValue(_ma_notch_node_reinit(pConfig, pNode));