Method | Description | |
---|---|---|
AudioProcessor ( |
Constructs a new instance.
|
|
Process ( VstAudioBuffer inChannels, VstAudioBuffer outChannels ) : void | This method is used to push midi inputEvents to the host. |
public AudioProcessor ( |
||
plugin | Must not be null. | |
return | Jacobi.Vst.Core |
public Process ( VstAudioBuffer inChannels, VstAudioBuffer outChannels ) : void | ||
inChannels | VstAudioBuffer | |
outChannels | VstAudioBuffer | |
return | void |