diff vamp-support/RdfTypes.h @ 227:c6aed932318d

Small comment
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 09 Jun 2017 16:47:58 +0100
parents 025b3e2f7c17
children d54dab075247
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);