SfzCurve constructor

SfzCurve({
  1. Map<String, String>? opcodes,
})

Implementation

SfzCurve({
  this.opcodes,
});