C# Class RenderAsUtau.Phon, cadencii

Show file Open project: cadencii/cadencii

Public Properties

Property Type Description
ClockLength int
FileName string
Lyric string
ModeR bool
Tempo float

Public Methods

Method Description
Phon ( string lyric, string file_name, int clock_length, float tempo, bool mode_r ) : System

Method Details

Phon() public method

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

Property Details

ClockLength public property

public int ClockLength
return int

FileName public property

public string FileName
return string

Lyric public property

public string Lyric
return string

ModeR public property

public bool ModeR
return bool

Tempo public property

public float Tempo
return float