VCV Rack API v2
Loading...
Searching...
No Matches
tag.hpp File Reference
#include <vector>
#include <common.hpp>
Include dependency graph for tag.hpp:

Go to the source code of this file.

Namespaces

namespace  rack
 Root namespace for the Rack API.
 
namespace  rack::tag
 Tags describing the function(s) of modules.
 

Functions

int rack::tag::findId (const std::string &tag)
 Searches for a tag ID.
 
std::string rack::tag::getTag (int tagId)
 Returns the main tag name by tag ID.
 

Variables

const std::vector< std::vector< std::string > > rack::tag::tagAliases
 List of tags and their aliases.