C# Class cadencii.AquesTone2Driver

AquesTone2 用 VSTi ドライバ
Inheritance: AquesToneDriverBase
Exibir arquivo Open project: cadencii/cadencii Class Usage Examples

Public Methods

Method 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

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

Protected Methods

Method Description
getConfigSectionKey ( ) : String
getKoeConfigKey ( ) : String
getKoeFileContents ( ) : String[]

Private Methods

Method Description
AquesTone2Driver ( ) : System
createSingerEvent ( int program ) : cadencii.ParameterEvent[]

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

Method Details

AquesTone2Driver() public method

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

createNoteOnEvent() public method

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

getConfigSectionKey() protected method

protected getConfigSectionKey ( ) : String
return String

getKoeConfigKey() protected method

protected getKoeConfigKey ( ) : String
return String

getKoeFileContents() protected method

protected getKoeFileContents ( ) : String[]
return String[]

getRendererKind() public method

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

getSingerConfig() public static method

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