Search Results for

    Show / Hide Table of Contents

    Class Note

    音符

    Inheritance
    object
    ClockObject
    ScoreObject
    Note
    Implements
    IEquatable<ClockObject>
    IEquatable<ScoreObject>
    IEquatable<Note>
    Inherited Members
    ClockObject.Clock
    Namespace: LibSasara.Model
    Assembly: LibSasara.dll
    Syntax
    public record Note : ScoreObject, IEquatable<ClockObject>, IEquatable<ScoreObject>, IEquatable<Note>

    Properties

    Accent

    アクセント

    Declaration
    public bool Accent { get; set; }
    Property Value
    Type Description
    bool

    Breath

    ブレス指定

    Declaration
    public bool Breath { get; set; }
    Property Value
    Type Description
    bool

    DoReMi

    ドレミ発音するかどうか

    Declaration
    public bool DoReMi { get; set; }
    Property Value
    Type Description
    bool

    Duration

    音符の長さ。単位はtick

    Declaration
    public int Duration { get; set; }
    Property Value
    Type Description
    int
    Remarks

    960 tick = 四分音符

    Lyric

    歌詞

    Declaration
    public string? Lyric { get; set; }
    Property Value
    Type Description
    string

    Phonetic

    置き換えた音素

    Declaration
    public string? Phonetic { get; set; }
    Property Value
    Type Description
    string

    PitchOctave

    音程のオクターブ。

    Declaration
    public int PitchOctave { get; set; }
    Property Value
    Type Description
    int
    Examples

    C4のノートなら「4」

    PitchStep

    音程の音階。

    Declaration
    public int PitchStep { get; set; }
    Property Value
    Type Description
    int

    SlurStart

    スラー開始

    Declaration
    public bool SlurStart { get; set; }
    Property Value
    Type Description
    bool

    SlurStop

    スラー終了

    Declaration
    public bool SlurStop { get; set; }
    Property Value
    Type Description
    bool

    Staccato

    スタッカート

    Declaration
    public bool Staccato { get; set; }
    Property Value
    Type Description
    bool

    Syllabic

    音節

    Declaration
    public Syllabic Syllabic { get; set; }
    Property Value
    Type Description
    Syllabic
    Remarks
    • Begin 1 = 音節開始
    • Middle 2 = 音節途中
    • End 3 = 音節終了
    English only?

    Implements

    IEquatable<T>
    IEquatable<T>
    IEquatable<T>
    In this article
    Back to top LibSasara