AudioParam constructor
AudioParam({
- required GraphObjectId paramId,
- required GraphObjectId nodeId,
- required GraphObjectId contextId,
- required ParamType paramType,
- required AutomationRate rate,
- required num defaultValue,
- required num minValue,
- required num maxValue,
Implementation
AudioParam(
{required this.paramId,
required this.nodeId,
required this.contextId,
required this.paramType,
required this.rate,
required this.defaultValue,
required this.minValue,
required this.maxValue});