Method function ALVSTHost.TALVSTHost.PlugInDispatch(Integer;Integer;Integer;pointer;double) : Integer

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TALVSTHost

Contents

Syntax

Delphi:

function PlugInDispatch( opCode : Integer, Index : Integer, value : Integer, pntr : pointer, opt : double ) : Integer;

C++ Builder:

int __fastcall PlugInDispatch( int opCode, int Index, int value, pointer pntr, double opt );

Visual C++ (MFC):

int PlugInDispatch( int opCode, int Index, int value, pointer pntr, double opt );

Summary

allows issuing direct low level VST PlugIn commands.

Description

Call this method to issue direct low level VST commands to the VST PlugIn.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox