C# Class cadencii.utau.PrefixMap

Represents prefix.map information.
Mostra file Open project: cadencii/cadencii Class Usage Examples

Public Methods

Method Description
PrefixMap ( string prefixmap_file_path ) : System
getMappedLyric ( string lyric, int note_number ) : string

Method Details

PrefixMap() public method

public PrefixMap ( string prefixmap_file_path ) : System
prefixmap_file_path string
return System

getMappedLyric() public method

public getMappedLyric ( string lyric, int note_number ) : string
lyric string
note_number int
return string