loadSoundfont method
Load a soundfont file from the given path Supports SF2, SF3, and other compatible formats
Implementation
@override
Future<bool> loadSoundfont(String path) async {
debugPrint('Web platform: Soundfont loading not yet implemented');
debugPrint('Consider using WebAudioFont or sf2-synth-audio-context');
return false;
}