ADSRNode_sustainTime method

int ADSRNode_sustainTime(
  1. int nodeId
)
inherited

Implementation

int ADSRNode_sustainTime(
  int nodeId,
) {
  return _ADSRNode_sustainTime(
    nodeId,
  );
}