Skip to content

GuitarPrometheus::SongStructure::BendCurve

GuitarPrometheus::SongStructure::BendCurve

A bend curve attached to a single Engraving. More…

#include <SongStructure.h>

Public Attributes

Name
std::vector< BendPoint >points

Detailed Description

struct GuitarPrometheus::SongStructure::BendCurve;

A bend curve attached to a single Engraving.

Two or more points describe the pitch trajectory over the note’s duration. Empty / single-point curves are degenerate and should be treated as “static bend by the single point’s cents” by emitters.

Wired by the Phase 22 parser pass; the MIDI writer currently routes bends through the Technique::Bend keyswitch and ignores the curve. A future export pass will emit Pitch Bend control events derived from the curve points.

Public Attributes Documentation

variable points

std::vector< BendPoint > points;

Updated on 2026-05-29 at 07:39:52 +0000