# HG changeset patch # User Chris Cannam # Date 1497023278 -3600 # Node ID c6aed932318dd2d8dd1021f6037ff17167be4f34 # Parent c5cdc9e6a4bf3262bb7eaea2db6dd958e5363d92 Small comment diff -r c5cdc9e6a4bf -r c6aed932318d vamp-support/RdfTypes.h --- a/vamp-support/RdfTypes.h Fri Jun 09 16:41:31 2017 +0100 +++ b/vamp-support/RdfTypes.h Fri Jun 09 16:47:58 2017 +0100 @@ -143,6 +143,12 @@ // :output3 vamp:computes_signal_type :signal // and where pluginKey == libraryId + ":" + pluginId + // Although, since we know we just loaded an RDF file + // associated with one particular plugin library, we could in + // theory skip the library bits. We'd still have most of the + // rest though since each library can have multiple plugins + // with output names that could conflict + std::string libraryId, pluginId; decomposePluginKey(pluginKey, libraryId, pluginId);