|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
VstEditorResized (
ByVal nPlayer as Integer,
ByVal nIdVst as Long,
ByVal nWidth as Integer,
ByVal nHeight as Integer
)
|
|
[C++]
void VstEditorResized (
short nPlayer,
long nIdVst,
short nWidth,
short nHeight
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the player that fired the event
|
|
nIdVst
|
Unique identifier of the VST effect
|
|
nWidth
|
New width, expressed in pixels, of the VST effect's editor
|
|
nHeight
|
New height, expressed in pixels, of the VST effect's editor
|