A wrapper for the get
function in libopenmpt (see
API documentation)
openmpt_info(key = "library_version", ...)
A key character
string indicating which information to retrieve.
can be "library_version"
, "library_features"
and many others. See
API documentation)
for all possible values.
Ignored
Returns a character
string with the requested information.
openmpt_info("library_version")
#> [1] "0.6.1+r16764.pkg"
openmpt_info("library_features")
#> [1] "+ZLIB +MPG123 +VORBIS +PLUGINS"
openmpt_info("url")
#> [1] "https://lib.openmpt.org/"