FaustNote constructor
FaustNote({})
Implementation
FaustNote({
required this.instrumentId,
required this.pitch,
required this.beat,
required this.duration,
required this.velocity,
required this.legato,
this.paramId = 0,
});