Search Results for

    Show / Hide Table of Contents

    Class SynthInfo.Chapter

    Chapter synthesis class

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

    Properties

    | Edit this page View Source

    Name

    Name of the chapter

    Declaration
    [JsonProperty("name")]
    [JsonRequired]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Synths

    List of synths in this format: <freq> <ms>

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