Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getName
Method
getName
include/midi.hpp:159–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
struct Device {
158
virtual ~Device() {}
159
virtual std::string getName() {
160
return
""
;
161
}
162
};
163
164
struct InputDevice : Device {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected