MCPcopy Create free account
hub / github.com/amsynth/amsynth / osc_program_handler

Function osc_program_handler

src/plugins/dssi/dssiui.cpp:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114static int osc_program_handler(const char *path, const char *types, lo_arg **argv, int argc, lo_message data, void *user_data)
115{
116 assert(types[0] == 'i');
117 assert(types[1] == 'i');
118 return 0;
119}
120
121static int osc_show_handler(const char *path, const char *types, lo_arg **argv, int argc, lo_message data, void *user_data)
122{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected