C# Class RenderAsUtau.Phon, cadencii

Afficher le fichier Open project: cadencii/cadencii

Méthodes publiques

Свойство Type Description
ClockLength int
FileName string
Lyric string
ModeR bool
Tempo float

Méthodes publiques

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

Method Details

Phon() public méthode

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
Résultat System

Property Details

ClockLength public_oe property

public int ClockLength
Résultat int

FileName public_oe property

public string FileName
Résultat string

Lyric public_oe property

public string Lyric
Résultat string

ModeR public_oe property

public bool ModeR
Résultat bool

Tempo public_oe property

public float Tempo
Résultat float