C# 클래스 cadencii.utau.PrefixMap

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

공개 메소드들

메소드 설명
PrefixMap ( string prefixmap_file_path ) : System
getMappedLyric ( string lyric, int note_number ) : string

메소드 상세

PrefixMap() 공개 메소드

public PrefixMap ( string prefixmap_file_path ) : System
prefixmap_file_path string
리턴 System

getMappedLyric() 공개 메소드

public getMappedLyric ( string lyric, int note_number ) : string
lyric string
note_number int
리턴 string