SoundFontInfo class
The information of a SoundFont.
Constructors
- SoundFontInfo({required SoundFontVersion version, required String targetSoundEngine, required String bankName, required String romName, required SoundFontVersion romVersion, required String creationDate, required String author, required String targetProduct, required String copyright, required String comments, required String tools})
- SoundFontInfo.fromReader(BinaryReader reader)
-
factory
Properties
-
final
- bankName → String
-
final
- comments → String
-
final
- copyright → String
-
final
- creationDate → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- romName → String
-
final
- romVersion → SoundFontVersion
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetProduct → String
-
final
- targetSoundEngine → String
-
final
- tools → String
-
final
- version → SoundFontVersion
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Gets the name of the SoundFont.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited