Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp284 VSTMainProc = NULL; in VSTPlugin()
317 (void**)&VSTMainProc) != B_OK) { in LoadModule()
322 fEffect = VSTMainProc(VHostCallback); in LoadModule()
H A DVSTHost.h156 VSTEntryProc VSTMainProc; variable