Search Results for

    Show / Hide Table of Contents

    Class Song

    ソング情報

    Inheritance
    object
    Song
    Implements
    IHasVersion
    IEquatable<Song>
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public record Song : IHasVersion, IEquatable<Song>

    Properties

    Beat

    Beat情報リスト

    Declaration
    public List<Time>? Beat { get; set; }
    Property Value
    Type Description
    List<Time>

    Parameter

    調声データ

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

    Score

    スコア情報リスト

    Declaration
    public List<ScoreObject>? Score { get; set; }
    Property Value
    Type Description
    List<ScoreObject>

    Tempo

    テンポ情報リスト

    Declaration
    public List<Sound>? Tempo { get; set; }
    Property Value
    Type Description
    List<Sound>

    Version

    バージョン

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

    Implements

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