Skip to contents

Returns the list of directories where ReVAMP searches for Vamp plugins. The search paths are determined by the Vamp Host SDK and typically include system-wide plugin directories and user-specific directories.

Usage

vampPaths()

Value

A character vector of directory paths

Examples

if (FALSE) { # \dontrun{
# List plugin search paths
vampPaths()
} # }