OscillatorNode_type method

int OscillatorNode_type(
  1. int nodeId
)
inherited

Implementation

int OscillatorNode_type(
  int nodeId,
) {
  return _OscillatorNode_type(
    nodeId,
  );
}