Enum BassVstAction
VST action parameters as used within the VstProcedure callback.
See also SetCallback(Int32, VstProcedure, IntPtr).
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Vst.dll
Syntax
public enum BassVstAction : int
AudioMaster
Can be used to subclass the audioMaster callback (see the VST SDK), param1 is a pointer to a instance of the BassVstAudioMasterParam class.
EditorResized
The embedded editor window should be resized, the new width/height can be found in param1/param2 and in GetInfo(Int32, out BassVstInfo).
ParametersChanged
Some parameters are changed by the editor opened by EmbedEditor(Int32, IntPtr), NOT called if you call SetParam(Int32, Int32, Single).