BASS.NET API for the Un4seen BASS Audio Library

BASSVSTAction Enumeration

BASS.NET API for the Un4seen BASS Audio Library
VST action parameters as used within the VSTPROC callback.

See also BASS_VST_SetCallback(Int32, VSTPROC, IntPtr).

Namespace:  Un4seen.Bass.AddOn.Vst
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public enum BASSVSTAction
Members

  Member nameValueDescription
BASS_VST_PARAM_CHANGED1 Some parameters are changed by the editor opened by BASS_VST_EmbedEditor(Int32, IntPtr), NOT called if you call BASS_VST_SetParam(Int32, Int32, Single).
BASS_VST_EDITOR_RESIZED2 The embedded editor window should be resized, the new width/height can be found in param1/param2 and in BASS_VST_GetInfo(Int32, BASS_VST_INFO).
BASS_VST_AUDIO_MASTER3 Can be used to subclass the audioMaster callback (see the VST SDK), param1 is a pointer to a instance of the BASS_VST_AUDIO_MASTER_PARAM class.
See Also

Reference