C# Class cadencii.AquesTone2Driver

AquesTone2 用 VSTi ドライバ
Inheritance: AquesToneDriverBase
Afficher le fichier Open project: cadencii/cadencii Class Usage Examples

Méthodes publiques

Méthode Description
AquesTone2Driver ( String dllPath ) : System

AquesTone2 DLL のパスを指定してドライバを初期化する

createNoteOnEvent ( int note, int dynamics, String phrase ) : MidiEvent[]

Note On のための MIDI イベント列を作成する

getRendererKind ( ) : RendererKind

合成エンジンの種類を取得する

getSingerConfig ( int program_change ) : SingerConfig

プログラムチェンジの値から、該当する歌手設定を取得する

Méthodes protégées

Méthode Description
getConfigSectionKey ( ) : String
getKoeConfigKey ( ) : String
getKoeFileContents ( ) : String[]

Private Methods

Méthode Description
AquesTone2Driver ( ) : System
createSingerEvent ( int program ) : cadencii.ParameterEvent[]

歌手変更のためのイベントを作成する

Method Details

AquesTone2Driver() public méthode

AquesTone2 DLL のパスを指定してドライバを初期化する
public AquesTone2Driver ( String dllPath ) : System
dllPath String AquesTone2 VSTi DLL のパス
Résultat System

createNoteOnEvent() public méthode

Note On のための MIDI イベント列を作成する
public createNoteOnEvent ( int note, int dynamics, String phrase ) : MidiEvent[]
note int ノート番号
dynamics int Dynamics
phrase String 歌詞
Résultat MidiEvent[]

getConfigSectionKey() protected méthode

protected getConfigSectionKey ( ) : String
Résultat String

getKoeConfigKey() protected méthode

protected getKoeConfigKey ( ) : String
Résultat String

getKoeFileContents() protected méthode

protected getKoeFileContents ( ) : String[]
Résultat String[]

getRendererKind() public méthode

合成エンジンの種類を取得する
public getRendererKind ( ) : RendererKind
Résultat RendererKind

getSingerConfig() public static méthode

プログラムチェンジの値から、該当する歌手設定を取得する
public static getSingerConfig ( int program_change ) : SingerConfig
program_change int プログラムチェンジ
Résultat SingerConfig