Interface StopCalculationData

Represents a single fingering, either stopping or touching the string with one finger.

interface StopCalculationData {
    stopIndex: number;
    stringIndex: number;
}

Hierarchy (view full)

  • StopCalculationData

Properties

stopIndex: number

The stepIndex (number of semitones over the open string)

stringIndex: number

The string index in the instrument (0 = first string, etc.)