OpenSheetMusicDisplay
    Preparing search index...

    Enumeration AccidentalEnum

    Describes Accidental types. Do not use the number values of these enum members directly for calculation anymore. To use these for pitch calculation, use pitch.AccidentalHalfTones() or Pitch.HalfTonesFromAccidental(accidentalEnum).

    Index

    Enumeration Members

    DOUBLEFLAT: 5
    DOUBLESHARP: 4
    DOUBLESLASHFLAT: 15
    FLAT: 1
    KORON: 17
    NATURAL: 3
    NONE: 2
    QUARTERTONEFLAT: 9
    QUARTERTONESHARP: 8
    SHARP: 0
    SLASHFLAT: 10
    SLASHQUARTERSHARP: 13
    SLASHSHARP: 14
    SORI: 16
    THREEQUARTERSFLAT: 12
    THREEQUARTERSSHARP: 11
    TRIPLEFLAT: 7
    TRIPLESHARP: 6