C# Class cadencii.RendererKindUtil

歌声合成システムの種類
Afficher le fichier Open project: cadencii/cadencii

Méthodes publiques

Méthode Description
fromString ( String value ) : RendererKind

画面表記から、合成システム種類を取得する

getPianorollBackground ( this kind ) : Color

ピアノロールの背景色を取得する

getPianorollBar ( this kind ) : Color

ピアノロールの小節の区切り線の色を取得する

getPianorollBeat ( this kind ) : Color

ピアノロールの拍の区切り線の色を取得する

getPianorollDarkBackground ( this kind ) : Color

ピアノロールの黒鍵部分の背景色を取得する

getString ( this value ) : string

画面にだす合成システム名を取得する

getVersionString ( this kind ) : String

指定した音声合成システムを識別する文字列(DSB301, DSB202等)を取得します

Method Details

fromString() public static méthode

画面表記から、合成システム種類を取得する
public static fromString ( String value ) : RendererKind
value String 画面表記
Résultat RendererKind

getPianorollBackground() public static méthode

ピアノロールの背景色を取得する
public static getPianorollBackground ( this kind ) : Color
kind this 歌声合成システムの種類
Résultat Color

getPianorollBar() public static méthode

ピアノロールの小節の区切り線の色を取得する
public static getPianorollBar ( this kind ) : Color
kind this 歌声合成システムの種類
Résultat Color

getPianorollBeat() public static méthode

ピアノロールの拍の区切り線の色を取得する
public static getPianorollBeat ( this kind ) : Color
kind this 歌声合成システムの種類
Résultat Color

getPianorollDarkBackground() public static méthode

ピアノロールの黒鍵部分の背景色を取得する
public static getPianorollDarkBackground ( this kind ) : Color
kind this 歌声合成システムの種類
Résultat Color

getString() public static méthode

画面にだす合成システム名を取得する
public static getString ( this value ) : string
value this 合成システム
Résultat string

getVersionString() public static méthode

指定した音声合成システムを識別する文字列(DSB301, DSB202等)を取得します
public static getVersionString ( this kind ) : String
kind this 歌声合成システムの種類
Résultat String