SfzRegion constructor

SfzRegion({
  1. String? sample,
  2. int? key,
  3. int? lokey,
  4. int? hikey,
  5. int? lovel,
  6. int? hivel,
  7. double? loopStart,
  8. double? loopEnd,
  9. Map<String, String>? otherOpcodes,
})

Implementation

SfzRegion({
  this.sample,
  this.key,
  this.lokey,
  this.hikey,
  this.lovel,
  this.hivel,
  this.loopStart,
  this.loopEnd,
  this.otherOpcodes,
});