C# 클래스 cadencii.utau.Oto

Represents oto.ini information.
파일 보기 프로젝트 열기: cadencii/cadencii 1 사용 예제들

공개 메소드들

메소드 설명
Oto ( string oto_ini_file_path, string db_root_directory ) : System

コンストラクタ.

attachFileNameFromLyric ( string lyric ) : OtoArgs

指定した歌詞に合致する、エイリアスを考慮した原音設定を取得します

비공개 메소드들

메소드 설명
parseOrDefault ( string @string ) : float
readOtoIni ( string oto_ini, string encoding_name, string db_root_directory ) : void

原音設定ファイルを読み込みます.

메소드 상세

Oto() 공개 메소드

コンストラクタ.
public Oto ( string oto_ini_file_path, string db_root_directory ) : System
oto_ini_file_path string
db_root_directory string
리턴 System

attachFileNameFromLyric() 공개 메소드

指定した歌詞に合致する、エイリアスを考慮した原音設定を取得します
public attachFileNameFromLyric ( string lyric ) : OtoArgs
lyric string
리턴 OtoArgs