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

Method dssiui_program

distrho/src/DistrhoUIDSSI.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151
152#if DISTRHO_PLUGIN_WANT_PROGRAMS
153 void dssiui_program(ulong bank, ulong program)
154 {
155 fUI.programLoaded(bank * 128 + program);
156 }
157#endif
158
159 void dssiui_samplerate(const double sampleRate)

Callers 1

osc_program_handlerFunction · 0.80

Calls 1

programLoadedMethod · 0.80

Tested by

no test coverage detected