Mercurial > hg > vamp-plugin-sdk
comparison rdf/generator/template-generator.cpp @ 159:64709b340651
* Update to newer audio features ontology
author | cannam |
---|---|
date | Mon, 30 Jun 2008 17:00:43 +0000 |
parents | 7c08ba8083b2 |
children | 006a775133b1 |
comparison
equal
deleted
inserted
replaced
158:7c08ba8083b2 | 159:64709b340651 |
---|---|
292 exit(1); | 292 exit(1); |
293 } | 293 } |
294 } | 294 } |
295 | 295 |
296 //There is no way to know this in advance, but we can use the km a bit for this. | 296 //There is no way to know this in advance, but we can use the km a bit for this. |
297 res+="# vamp:computes_feature_type <Place feature type URI here and uncomment> ;\n"; | 297 res+="# vamp:computes_event_type <Place event type URI here and uncomment> ;\n"; |
298 res+="# vamp:computes_event_type <Place event type URI here and uncomment> ;\n"; | 298 res+="# vamp:computes_feature <Place feature attribute URI here and uncomment> ;\n"; |
299 res+="# vamp:computes_signal_type <Place signal type URI here and uncomment> ;\n"; | |
299 res+=" .\n"; | 300 res+=" .\n"; |
300 | 301 |
301 return res; | 302 return res; |
302 } | 303 } |
303 | 304 |