Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ unsubscribeInput
Method
unsubscribeInput
src/gamepad.cpp:127–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
void unsubscribeInput(int deviceId, midi::Input* input) override {
128
if (!(0 <= deviceId && deviceId < 16))
129
return;
130
131
devices[deviceId].unsubscribe(input);
132
}
133
};
134
135
Callers
1
setDeviceId
Method · 0.45
Calls
1
unsubscribe
Method · 0.45
Tested by
no test coverage detected