Property | Type | Description | |
---|---|---|---|
ParameterNames | string[] | ||
Samplerate | double |
Method | Description | |
---|---|---|
CloseEditor ( ) : void | ||
DisposeDevice ( ) : void | ||
GetProgramData ( int index ) : Program | ||
HostChanged ( ) : void | ||
InitializeDevice ( ) : void | ||
MrFuzzModule ( ) : System | ||
OpenEditor ( |
||
ProcessSample ( |
||
ProcessSample ( double input, double output, uint bufferSize ) : void | ||
SendEvent ( |
||
SetCurrentProgram ( int program ) : void | ||
SetParam ( int param, double value ) : void | ||
SetProgramData ( Program program, int index ) : void | ||
SetSampleRate ( double samplerate ) : void | ||
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
UpdateAll ( ) : void |
public GetProgramData ( int index ) : Program | ||
index | int | |
return | Program |
public OpenEditor ( |
||
parentWindow | ||
return | void |
public ProcessSample ( |
||
input | ||
output | ||
inChannelCount | uint | |
outChannelCount | uint | |
bufferSize | uint | |
return | void |
public ProcessSample ( double input, double output, uint bufferSize ) : void | ||
input | double | |
output | double | |
bufferSize | uint | |
return | void |
public SendEvent ( |
||
ev | ||
return | bool |
public SetCurrentProgram ( int program ) : void | ||
program | int | |
return | void |
public SetParam ( int param, double value ) : void | ||
param | int | |
value | double | |
return | void |
public SetProgramData ( Program program, int index ) : void | ||
program | Program | |
index | int | |
return | void |
public SetSampleRate ( double samplerate ) : void | ||
samplerate | double | |
return | void |