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 SourceName
Name of the chapter
Declaration
[JsonProperty("name")]
[JsonRequired]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Synths
List of synths in this format: <freq> <ms>
Declaration
[JsonProperty("synths")]
[JsonRequired]
public string[] Synths { get; set; }
Property Value
Type | Description |
---|---|
string[] |