comparison 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
comparison
equal deleted inserted replaced
264:37760b5376b3 265:7ada63fe1084
40 #include <map> 40 #include <map>
41 #include <string> 41 #include <string>
42 42
43 namespace piper_vamp { 43 namespace piper_vamp {
44 44
45 /**
46 * Interface for an object that maps between a plugin's output id (a
47 * string) and output index (index of the output in the output list).
48 */
45 class PluginOutputIdMapper 49 class PluginOutputIdMapper
46 { 50 {
47 public: 51 public:
48 virtual ~PluginOutputIdMapper() { } 52 virtual ~PluginOutputIdMapper() { }
49 53