menu
dart_melty_soundfont package
documentation
instrument_info.dart
InstrumentInfo
InstrumentInfo constructor
InstrumentInfo constructor
dark_mode
light_mode
InstrumentInfo
constructor
InstrumentInfo
(
{
required
String
name
,
required
int
zoneStartIndex
,
required
int
zoneEndIndex
,
})
Implementation
InstrumentInfo({required this.name, required this.zoneStartIndex, required this.zoneEndIndex});
dart_melty_soundfont package
documentation
instrument_info
InstrumentInfo
InstrumentInfo constructor
InstrumentInfo class