view ext/sord/sord-single.c @ 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 cb51adadccd5
children
line wrap: on
line source
// Include all Serd and Sord source files into a single file.
// This is not part of the original libraries.

#include "../serd/src/byte_source.c"
#include "../serd/src/env.c"
#include "../serd/src/node.c"
#include "../serd/src/reader.c"
#include "../serd/src/string.c"
#include "../serd/src/uri.c"
#include "../serd/src/writer.c"

#include "src/sord.c"
#include "src/syntax.c"