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

Method unsubscribeOutput

src/midiloopback.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 return outputDevice;
77 }
78 void unsubscribeOutput(int deviceId, midi::Output* output) override {
79 midi::OutputDevice* outputDevice = getDevice(deviceId);
80 if (!outputDevice)
81 return;
82 outputDevice->unsubscribe(output);
83 }
84
85 // Custom methods
86 Device* getDevice(int deviceId) {

Callers 1

setDeviceIdMethod · 0.45

Calls 1

unsubscribeMethod · 0.45

Tested by

no test coverage detected