LMMS
Loading...
Searching...
No Matches
ivstplugview.h
Go to the documentation of this file.
1//------------------------------------------------------------------------
2// Project : VST SDK
3//
4// Category : Interfaces
5// Filename : pluginterfaces/vst/ivstplugview.h
6// Created by : Steinberg, 01/2009
7// Description : Plug-in User Interface Extension
8//
9//-----------------------------------------------------------------------------
10// This file is part of a Steinberg SDK. It is subject to the license terms
11// in the LICENSE file found in the top-level directory of this distribution
12// and at www.steinberg.net/sdklicenses.
13// No part of the SDK, including this file, may be copied, modified, propagated,
14// or distributed except according to the terms contained in the LICENSE file.
15//-----------------------------------------------------------------------------
16
17#pragma once
18
21
22//------------------------------------------------------------------------
24//------------------------------------------------------------------------
25
26//------------------------------------------------------------------------
27namespace Steinberg {
28namespace Vst {
29//------------------------------------------------------------------------
30// IParameterFinder Interface
31//------------------------------------------------------------------------
45{
46public:
47 //------------------------------------------------------------------------
49 virtual tresult PLUGIN_API findParameter (int32 xPos, int32 yPos, ParamID& resultTag /*out*/) = 0;
50 //------------------------------------------------------------------------
51 static const FUID iid;
52};
53
54DECLARE_CLASS_IID (IParameterFinder, 0x0F618302, 0x215D4587, 0xA512073C, 0x77B9D383)
55
56//------------------------------------------------------------------------
57} // namespace Vst
58} // namespace Steinberg
59
60//------------------------------------------------------------------------
62//------------------------------------------------------------------------
Definition funknown.h:233
Definition funknown.h:361
Definition ivstplugview.h:45
static const FUID iid
Definition ivstplugview.h:51
virtual tresult PLUGIN_API findParameter(int32 xPos, int32 yPos, ParamID &resultTag)=0
#define DECLARE_CLASS_IID(ClassName, l1, l2, l3, l4)
Definition funknown.h:74
Definition ivstattributes.h:28
uint32 ParamID
parameter identifier
Definition vsttypes.h:75
Definition baseiids.cpp:43
int int32
Definition ftypes.h:50
int32 tresult
Definition ftypes.h:76