FaustNote class

A single note event within a FaustSequencer sequence.

Contains the instrument ID, pitch, timing, velocity, articulation flag, and an optional parameter ID for extended control.

Constructors

FaustNote({required int instrumentId, required double pitch, required double beat, required double duration, required double velocity, required bool legato, int paramId = 0})

Properties

beat double
final
duration double
final
hashCode int
The hash code for this object.
no setterinherited
instrumentId int
final
legato bool
final
paramId int
final
pitch double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
velocity double
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