loadSoundfont method

Future<Object?> loadSoundfont({
  1. required Uint8List sf2Data,
  2. required int instrumentIndex,
})

Implementation

Future<Object?> loadSoundfont({required Uint8List sf2Data, required int instrumentIndex}) async {
  throw UnimplementedError('loadSoundfont() has not been implemented.');
}