Searched refs:VSTParameter (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp38 VSTParameter::VSTParameter(VSTPlugin* plugin, int index) function in class:VSTParameter
132 VSTParameter::~VSTParameter()
137 VSTParameter::ValidateValues(BString* string)
177 VSTParameter::ListCount(void)
183 VSTParameter::ListItemAt(int index)
193 VSTParameter::Value()
215 VSTParameter::SetValue(float value)
238 VSTParameter
[all...]
H A DVSTHost.h101 class VSTParameter { class
103 VSTParameter(VSTPlugin* plugin, int index);
104 ~VSTParameter();
149 VSTParameter* Parameter(int index);
H A DVSTNode.cpp130 VSTParameter *param = fPlugin->Parameter(idx);
537 VSTParameter *param = fPlugin->Parameter(idx);
640 VSTParameter* param = fPlugin->Parameter(i);
669 VSTParameter *param = fPlugin->Parameter(i);

Completed in 96 milliseconds