VST2SDK
A recreation of the popular Steinberg VST 2.x SDK.
Loading...
Searching...
No Matches
Deprecated List
Global VST_EFFECT_FLAG_1ls4
(VST 2.4) Must be set in VST 2.4 and later or the host should fail to load the plug-in.
Global VST_EFFECT_OPCODE_09

: (VST 2.3+) Not used in VST 2.3 or later.

Global VST_EFFECT_OPCODE_10
(VST 2.4+) Likely deprecated in VST 2.4 and later.
Global VST_EFFECT_OPCODE_11
(VST 2.4+) Likely deprecated in VST 2.4 and later.
Global VST_EFFECT_OPCODE_12
(VST 2.4+) Likely deprecated in VST 2.4 and later.
Global VST_EFFECT_OPCODE_14
(VST 2.4+) Likely deprecated in VST 2.4 and later.
Global VST_EFFECT_OPCODE_15
(VST 2.4+) Likely deprecated in VST 2.4 and later.
Global VST_EFFECT_OPCODE_16
(VST 2.4+) Likely deprecated in VST 2.4 and later.
Global VST_EFFECT_OPCODE_2E
(VST 2.4+) Fairly sure this is deprecated in VST 2.4 and later.
Global VST_EFFECT_OPCODE_35
(VST 2.4+) As of VST 2.4 the default behavior is VST_EFFECT_OPCODE_PROCESS_BEGIN and VST_EFFECT_OPCODE_PROCESS_END which allows cleaner control flows.
Global VST_EFFECT_OPCODE_36

(VST 2.4) Invalid in all VST 2.4 and later hosts.

Global VST_EFFECT_OPCODE_37

(VST 2.4) Invalid in all VST 2.4 and later hosts.

Global VST_EFFECT_OPCODE_39

(VST 2.4) Invalid in all VST 2.4 and later hosts.

Global vst_effect_supports_t::conformsToWindowRules
(VST 2.4+) Deprecated from VST 2.4 onwards as the same check already exists on the host side.
Global vst_effect_t::process
(VST 2.4+) Deprecated and practically unsupported in all VST 2.4 compatible hosts and may treat it as just another vst_effect_t::process_float.
Global VST_HOST_OPCODE_14
(VST 2.4+) Non-functional from VST 2.4 onwards and unimplemented in many earlier hosts.
Global VST_HOST_OPCODE_15
(VST 2.4+) Non-functional from VST 2.4 onwards and unimplemented in many earlier hosts.
Global VST_HOST_OPCODE_1F
(VST 2.4+) Deprecated from VST 2.4 onwards.
Global VST_HOST_OPCODE_30
(VST 2.4+) Deprecated from VST 2.4 onwards.
Global VST_HOST_OPCODE_31
(VST 2.4+) Deprecated from VST 2.4 onwards.
Global vst_host_supports_t::startStopProcess
(VST 2.4) This behavior is the default in VST 2.4 and later.