Home
last modified time | relevance | path

Searched refs:VST_GET_PARAM_STR (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp60 fEffect->dispatcher(fEffect, VST_GET_PARAM_STR, index, 0, temp, 0); in VSTParameter()
66 fEffect->dispatcher(fEffect, VST_GET_PARAM_STR, index, 0, temp, 0); in VSTParameter()
92 fEffect->dispatcher(fEffect, VST_GET_PARAM_STR, index, in VSTParameter()
H A DVSTHost.h50 #define VST_GET_PARAM_STR 0x07 macro