BASS.NET API for the Un4seen BASS Audio Library

BASSVSTAEffectFlags Enumeration

BASS.NET API for the Un4seen BASS Audio Library
BASS_VST_AEFFECT bit flags.

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

public enum BASSVSTAEffectFlags
Members

  Member nameValueDescription
effFlagsHasEditor1 If set, is expected to react to editor messages.
effFlagsHasClip2 Return > 1. in getVu() if clipped.
effFlagsHasVu4 Return vu value in getVu(); > 1. means clipped.
effFlagsCanMono8 If numInputs == 2, makes sense to be used for mono in.
effFlagsCanReplacing16 Supports in place output (processReplacing() exsists).
effFlagsProgramChunks32 Program data are handled in formatless chunks.
effFlagsIsSynth256 Plug-in is a synth (VSTi), Host may assign mixer channels for its outputs.
effFlagsNoSoundInStop512 Plug-in does not produce sound when input is all silence.
effFlagsExtIsAsync1024 Plug-in is asynchronious.
effFlagsExtHasBuffer2048 Plug-in has a buffer.
effFlagsCanDoubleReplacing4096 Plug-in supports double precision processing.
See Also

Reference