C# 클래스 cadencii.AquesTone2Driver

AquesTone2 用 VSTi ドライバ
상속: AquesToneDriverBase
파일 보기 프로젝트 열기: cadencii/cadencii 1 사용 예제들

공개 메소드들

메소드 설명
AquesTone2Driver ( String dllPath ) : System

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

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

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

getRendererKind ( ) : RendererKind

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

getSingerConfig ( int program_change ) : SingerConfig

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

보호된 메소드들

메소드 설명
getConfigSectionKey ( ) : String
getKoeConfigKey ( ) : String
getKoeFileContents ( ) : String[]

비공개 메소드들

메소드 설명
AquesTone2Driver ( ) : System
createSingerEvent ( int program ) : cadencii.ParameterEvent[]

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

메소드 상세

AquesTone2Driver() 공개 메소드

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

createNoteOnEvent() 공개 메소드

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

getConfigSectionKey() 보호된 메소드

protected getConfigSectionKey ( ) : String
리턴 String

getKoeConfigKey() 보호된 메소드

protected getKoeConfigKey ( ) : String
리턴 String

getKoeFileContents() 보호된 메소드

protected getKoeFileContents ( ) : String[]
리턴 String[]

getRendererKind() 공개 메소드

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

getSingerConfig() 공개 정적인 메소드

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