Property | Type | Description | |
---|---|---|---|
loaded | boolean | ||
path | String |
Property | Type | Description | |
---|---|---|---|
aEffect | |||
aEffectPointer | |||
audioMaster | audioMasterCallback | ||
blockSize | int | ||
dllHandle | |||
mainDelegate | PVSTMAIN | ||
memoryManager | |||
sampleRate | int | ||
ui | FormPluginUi |
Method | Description | |
---|---|---|
close ( ) : void | ||
getParameter ( int index ) : float | ||
getParameterDisplay ( int index ) : String | ||
getParameterLabel ( int index ) : String | ||
getParameterName ( int index ) : String | ||
getRendererKind ( ) : RendererKind |
このドライバが担当する、合成エンジンの種類を取得する
|
|
getSampleRate ( ) : int | ||
getUi ( System main_window ) : FormPluginUi | ||
open ( int block_size, int sample_rate ) : bool | ||
process ( double left, double right, int length ) : void | ||
resetAllParameters ( ) : void | ||
send ( MidiEvent events ) : void | ||
setParameter ( int index, float value ) : void | ||
setSampleRate ( int sample_rate ) : void |
Method | Description | |
---|---|---|
AudioMaster ( |
Method | Description | |
---|---|---|
createPluginUi ( ) : void | ||
enumChildProc ( |
||
getStringCore ( int opcode, int index, int str_capacity ) : String | ||
initBuffer ( ) : void | ||
releaseBuffer ( ) : void | ||
updatePluginUiRect ( ) : void |
protected AudioMaster ( |
||
effect | ||
opcode | VstInt32 | |
index | VstInt32 | |
value | VstIntPtr | |
ptr | ||
opt | float | |
return | VstIntPtr |
public getParameterDisplay ( int index ) : String | ||
index | int | |
return | String |
public getParameterLabel ( int index ) : String | ||
index | int | |
return | String |
public getParameterName ( int index ) : String | ||
index | int | |
return | String |
public abstract getRendererKind ( ) : RendererKind | ||
return | RendererKind |
public getUi ( System main_window ) : FormPluginUi | ||
main_window | System | |
return | FormPluginUi |
public open ( int block_size, int sample_rate ) : bool | ||
block_size | int | |
sample_rate | int | |
return | bool |
public process ( double left, double right, int length ) : void | ||
left | double | |
right | double | |
length | int | |
return | void |
public setParameter ( int index, float value ) : void | ||
index | int | |
value | float | |
return | void |
public setSampleRate ( int sample_rate ) : void | ||
sample_rate | int | |
return | void |
protected MemoryManager,cadencii memoryManager | ||
return |