RuntimeSfzInstrument constructor
RuntimeSfzInstrument({})
Implementation
RuntimeSfzInstrument(
{required String id,
required bool isAsset,
required this.sampleRoot,
required this.sfz,
this.tuningString})
: super(id, isAsset);