Class SynthInfo.Chapter
Chapter synthesis class
Inheritance
object
SynthInfo.Chapter
Namespace
Syntax
public class SynthInfo.Chapter
Properties
Name
Name of the chapter
Property Value
string
Declaration
[JsonProperty("name")]
[JsonRequired]
public string Name { get; set; }
Synths
List of synths in this format: <freq> <ms>
Property Value
string[]
Declaration
[JsonProperty("synths")]
[JsonRequired]
public string[] Synths { get; set; }