menu
soundfont_kit package
documentation
soundfont_kit.dart
MemorySource
MemorySource.new constructor
MemorySource.new constructor
dark_mode
light_mode
MemorySource
constructor
MemorySource
(
Uint8List
bytes
, {
String
?
basePath
,
})
Implementation
MemorySource(Uint8List bytes, {this.basePath}) : _bytes = bytes;
soundfont_kit package
documentation
soundfont_kit
MemorySource
MemorySource.new constructor
MemorySource class