Search Results for

    Show / Hide Table of Contents

    Class SynthInfo

    Console synth info

    Inheritance
    object
    SynthInfo
    Namespace: Terminaux.Base.Extensions.Data
    Assembly: Terminaux.dll
    Syntax
    public class SynthInfo

    Properties

    | Edit this page View Source

    Chapters

    Beep synth chapters

    Declaration
    [JsonProperty("chapters")]
    [JsonRequired]
    public SynthInfo.Chapter[] Chapters { get; set; }
    Property Value
    Type Description
    Chapter[]
    | Edit this page View Source

    Name

    Name of the console synth (usually a music name)

    Declaration
    [JsonProperty("name")]
    [JsonRequired]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX