MCPcopy Create free account
hub / github.com/DISTRHO/DPF / send_exiting

Method send_exiting

distrho/src/DistrhoUIDSSI.cpp:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 }
93
94 void send_exiting() const
95 {
96 char targetPath[std::strlen(path)+9];
97 std::strcpy(targetPath, path);
98 std::strcat(targetPath, "/exiting");
99 lo_send(addr, targetPath, "");
100 }
101};
102
103// -----------------------------------------------------------------------

Callers 1

~UIDssiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected