Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.h51 #define VST_GET_PARAM_NAME 0x08 macro
H A DVSTHost.cpp47 fEffect->dispatcher(fEffect, VST_GET_PARAM_NAME, index, 0, temp, 0); in VSTParameter()