Home
last modified time | relevance | path

Searched refs:VST_PARAM_DROPLIST (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp117 fType = VST_PARAM_DROPLIST; in VSTParameter()
196 if (fType == VST_PARAM_DROPLIST) { in Value()
220 if (fType == VST_PARAM_DROPLIST) { in SetValue()
H A DVSTHost.h33 #define VST_PARAM_DROPLIST 3 macro
H A DVSTNode.cpp642 param->Type() == VST_PARAM_DROPLIST) { in InitParameterWeb()
681 case VST_PARAM_DROPLIST: in InitParameterWeb()