comparison 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
comparison
equal deleted inserted replaced
226:c5cdc9e6a4bf 227:c6aed932318d
141 // :output1 vamp:computes_event_type :event 141 // :output1 vamp:computes_event_type :event
142 // :output2 vamp:computes_feature :feature 142 // :output2 vamp:computes_feature :feature
143 // :output3 vamp:computes_signal_type :signal 143 // :output3 vamp:computes_signal_type :signal
144 // and where pluginKey == libraryId + ":" + pluginId 144 // and where pluginKey == libraryId + ":" + pluginId
145 145
146 // Although, since we know we just loaded an RDF file
147 // associated with one particular plugin library, we could in
148 // theory skip the library bits. We'd still have most of the
149 // rest though since each library can have multiple plugins
150 // with output names that could conflict
151
146 std::string libraryId, pluginId; 152 std::string libraryId, pluginId;
147 decomposePluginKey(pluginKey, libraryId, pluginId); 153 decomposePluginKey(pluginKey, libraryId, pluginId);
148 154
149 //!!! 155 //!!!
150 } 156 }