Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getName
Method
getName
src/keyboard.cpp:118–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
std::string getName() override {
119
return deviceInfos[deviceId].name;
120
}
121
122
void onKeyPress(int key) {
123
// Do nothing if no ports are subscribed
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected