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

Method dssiui_control

distrho/src/DistrhoUIDSSI.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145#endif
146
147 void dssiui_control(ulong index, float value)
148 {
149 fUI.parameterChanged(index, value);
150 }
151
152#if DISTRHO_PLUGIN_WANT_PROGRAMS
153 void dssiui_program(ulong bank, ulong program)

Callers 1

osc_control_handlerFunction · 0.80

Calls 1

parameterChangedMethod · 0.45

Tested by

no test coverage detected