Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getName
Method
getName
src/midiloopback.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
int id = -1;
16
17
std::string getName() override {
18
return string::f(
"Loopback %d"
, id + 1);
19
}
20
21
void sendMessage(const midi::Message& message) override {
22
onMessage(message);
Callers
1
getInputDeviceName
Method · 0.45
Calls
1
f
Function · 0.70
Tested by
no test coverage detected