Mercurial > hg > piper-cpp
annotate 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 |
rev | line source |
---|---|
cannam@248 | 1 // Include all Serd and Sord source files into a single file. |
cannam@248 | 2 // This is not part of the original libraries. |
cannam@248 | 3 |
cannam@248 | 4 #include "../serd/src/byte_source.c" |
cannam@248 | 5 #include "../serd/src/env.c" |
cannam@248 | 6 #include "../serd/src/node.c" |
cannam@248 | 7 #include "../serd/src/reader.c" |
cannam@248 | 8 #include "../serd/src/string.c" |
cannam@248 | 9 #include "../serd/src/uri.c" |
cannam@248 | 10 #include "../serd/src/writer.c" |
cannam@248 | 11 |
cannam@248 | 12 #include "src/sord.c" |
cannam@248 | 13 #include "src/syntax.c" |
cannam@248 | 14 |