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

Method setState

distrho/src/DistrhoUIDSSI.cpp:194–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 void setState(const char* const key, const char* const value)
195 {
196 if (fOscData.server == nullptr)
197 return;
198
199 fOscData.send_configure(key, value);
200 }
201
202#if DISTRHO_PLUGIN_WANT_MIDI_INPUT
203 void sendNote(const uint8_t channel, const uint8_t note, const uint8_t velocity)

Callers 1

setStateCallbackMethod · 0.45

Calls 1

send_configureMethod · 0.80

Tested by

no test coverage detected