Search Results for

    Show / Hide Table of Contents

    Class SoundSetting

    音設定

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

    Properties

    MasterVolume

    マスターボリューム

    Declaration
    public double MasterVolume { get; set; }
    Property Value
    Type Description
    double

    Rhythm

    拍子。n / m

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

    RhythmStr

    拍子。n / m

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

    Tempo

    テンポ。

    Declaration
    public double Tempo { get; set; }
    Property Value
    Type Description
    double

    Implements

    IEquatable<T>
    In this article
    Back to top LibSasara