diff vamp-support/PluginOutputIdMapper.h @ 265:7ada63fe1084

Some neatening
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 12 Oct 2018 22:18:37 +0100
parents 427c4c725085
children
line wrap: on
line diff
--- a/vamp-support/PluginOutputIdMapper.h	Fri Oct 12 11:12:25 2018 +0100
+++ b/vamp-support/PluginOutputIdMapper.h	Fri Oct 12 22:18:37 2018 +0100
@@ -42,6 +42,10 @@
 
 namespace piper_vamp {
 
+/**
+ * Interface for an object that maps between a plugin's output id (a
+ * string) and output index (index of the output in the output list).
+ */
 class PluginOutputIdMapper
 {
 public: