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

Method getName

src/engine/PortInfo.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9std::string PortInfo::getName() {
10 if (name == "")
11 return string::f("#%d", portId + 1);
12 return name;
13}
14
15
16std::string PortInfo::getFullName() {

Callers 7

appendMidiDriverMenuFunction · 0.45
stepMethod · 0.45
stepMethod · 0.45
stepMethod · 0.45
createContextMenuMethod · 0.45
appendAudioDriverMenuFunction · 0.45
stepMethod · 0.45

Calls 1

fFunction · 0.50

Tested by

no test coverage detected