Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTHost.cpp314 return VST_ERR_NOT_LOADED; in LoadModule()
325 return VST_ERR_NOT_LOADED; in LoadModule()
365 return VST_ERR_NOT_LOADED; in UnLoadModule()
H A DVSTHost.h27 #define VST_ERR_NOT_LOADED -2 macro