Instrument constructor

Instrument(
  1. String idOrPath,
  2. bool isAsset, {
  3. int presetIndex = DEFAULT_PATCH_NUMBER,
})

Implementation

Instrument(this.idOrPath, this.isAsset,
    {this.presetIndex = DEFAULT_PATCH_NUMBER});