SfzRegion class

Constructors

SfzRegion({String? sample, int? key, int? lokey, int? hikey, int? lovel, int? hivel, double? loopStart, double? loopEnd, Map<String, String>? otherOpcodes})

Properties

hashCode int
The hash code for this object.
no setterinherited
hikey int?
getter/setter pair
hivel int?
getter/setter pair
key int?
getter/setter pair
lokey int?
getter/setter pair
loopEnd double?
getter/setter pair
loopStart double?
getter/setter pair
lovel int?
getter/setter pair
otherOpcodes Map<String, String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sample String?
getter/setter pair

Methods

buildString() String
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