SfzInstrument class

Describes an instrument in SFZ format. The SFZ will be played by sfizz. path should point to an SFZ file. Paths in the SFZ file should be relative to the parent directory of path. To use an alternate tuning, set tuningPath to the path to a Scala tuning file.

Inheritance

Constructors

SfzInstrument({required String path, required bool isAsset, String? tuningPath})

Properties

displayName String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
idOrPath String
finalinherited
isAsset bool
finalinherited
presetIndex int
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tuningPath String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited