Root namespace for the Rack API.
Definition AudioDisplay.hpp:9
DSP processor instance for your module.
Definition Module.hpp:29
Definition PortInfo.hpp:13
std::string name
The name of the port, using sentence capitalization.
Definition PortInfo.hpp:24
virtual ~PortInfo()
Definition PortInfo.hpp:29
std::string description
An optional one-sentence description of the parameter.
Definition PortInfo.hpp:27
virtual std::string getDescription()
std::string getFullName()
Returns name with "input" or "output" appended.
virtual std::string getName()
Port::Type type
Definition PortInfo.hpp:15
int portId
Definition PortInfo.hpp:16
Type
Definition Port.hpp:37
@ INPUT
Definition Port.hpp:38