Property | Type | Description | |
---|---|---|---|
ClockLength | int | ||
FileName | string | ||
Lyric | string | ||
ModeR | bool | ||
Tempo | float |
Method | Description | |
---|---|---|
Phon ( string lyric, string file_name, int clock_length, float tempo, bool mode_r ) : System |
public Phon ( string lyric, string file_name, int clock_length, float tempo, bool mode_r ) : System | ||
lyric | string | |
file_name | string | |
clock_length | int | |
tempo | float | |
mode_r | bool | |
return | System |