MCPcopy Create free account
hub / github.com/VCVRack/Rack / getName

Method getName

include/audio.hpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 virtual ~Device() {}
80
81 virtual std::string getName() {
82 return "";
83 }
84 virtual int getNumInputs() {
85 return 0;
86 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected