annotate ext/serd/README @ 287:09753ad777db

Add support for ProgramParameters. In theory this means we can select a program and then re-query the plugin's parameters and get the right values back, just as would happen if we were working with the remote extractor directly as a local Vamp plugin.
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 07 Apr 2020 15:56:02 +0100
parents c5cdc9e6a4bf
children
rev   line source
cannam@226 1 Serd
cannam@226 2 ====
cannam@226 3
cannam@226 4 Serd is a lightweight C library for RDF syntax which supports reading and
cannam@226 5 writing Turtle, NTriples, TriG, and NQuads.
cannam@226 6 For more information, see <http://drobilla.net/software/serd>.
cannam@226 7
cannam@226 8 -- David Robillard <d@drobilla.net>
cannam@226 9