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

Method send_update

distrho/src/DistrhoUIDSSI.cpp:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 void send_update(const char* const url) const
87 {
88 char targetPath[std::strlen(path)+8];
89 std::strcpy(targetPath, path);
90 std::strcat(targetPath, "/update");
91 lo_send(addr, targetPath, "s", url);
92 }
93
94 void send_exiting() const
95 {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected