public class VstProcessReasoning
extends java.lang.Object
| Constructor and Description |
|---|
VstProcessReasoning() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessAudio(java.lang.String vstDll,
double[] dBuffer,
double[] dTransBuffer,
int nframes)
Process audio.
|
void |
ProcessFilter(double[] dBuffer,
double[] dTransBuffer,
int nframes,
VstConstants.FilterMode filterMode)
Process filter.
|
void |
waveshaper(double[] samples,
int count,
double amount)
Waveshaper.
|
public void ProcessAudio(java.lang.String vstDll,
double[] dBuffer,
double[] dTransBuffer,
int nframes)
throws VSTException
vstDll - the vst dlldBuffer - the d bufferdTransBuffer - the d trans buffernframes - the nframesVSTException - the vST exceptionpublic void ProcessFilter(double[] dBuffer,
double[] dTransBuffer,
int nframes,
VstConstants.FilterMode filterMode)
throws VSTException
dBuffer - the d bufferdTransBuffer - the d trans buffernframes - the nframesfilterMode - the filter modeVSTException - the vST exceptionpublic void waveshaper(double[] samples,
int count,
double amount)
samples - the samplescount - the countamount - the amount