changeset 227:c6aed932318d

Small comment
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 09 Jun 2017 16:47:58 +0100
parents c5cdc9e6a4bf
children 691b0daad1c6
files vamp-support/RdfTypes.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);