Sfz class

Used to build an SFZ. Note that if lokey or hikey are not set on a given region, they will be set automatically.

Constructors

Sfz({required List<SfzGroup> groups, List<SfzControl> controls = const [], List<SfzEffect> effects = const [], List<SfzCurve> curves = const [], SfzGlobal? global})

Properties

controls List<SfzControl>
final
curves List<SfzCurve>
final
effects List<SfzEffect>
final
global SfzGlobal?
final
groups List<SfzGroup>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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