Class SynthInfo
Console synth info
Inheritance
object
SynthInfo
Namespace
Syntax
public class SynthInfo
Properties
Chapters
Beep synth chapters
Property Value
Chapter[]
Declaration
[JsonProperty("chapters")]
[JsonRequired]
public SynthInfo.Chapter[] Chapters { get; set; }
Name
Name of the console synth (usually a music name)
Property Value
string
Declaration
[JsonProperty("name")]
[JsonRequired]
public string Name { get; set; }