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 SourceChapters
Beep synth chapters
Declaration
[JsonProperty("chapters")]
[JsonRequired]
public SynthInfo.Chapter[] Chapters { get; set; }
Property Value
Type | Description |
---|---|
Chapter[] |
Name
Name of the console synth (usually a music name)
Declaration
[JsonProperty("name")]
[JsonRequired]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |