MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / initStatic__AudibleInstruments

Function initStatic__AudibleInstruments

plugins/plugins-mini.cpp:314–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314static void initStatic__AudibleInstruments()
315{
316 Plugin* const p = new Plugin;
317 pluginInstance__AudibleInstruments = p;
318
319 const StaticPluginLoader spl(p, "AudibleInstruments");
320 if (spl.ok())
321 {
322 p->addModel(modelPlaits);
323
324 spl.removeModule("Blinds");
325 spl.removeModule("Braids");
326 spl.removeModule("Branches");
327 spl.removeModule("Clouds");
328 spl.removeModule("Elements");
329 spl.removeModule("Frames");
330 spl.removeModule("Kinks");
331 spl.removeModule("Links");
332 spl.removeModule("Marbles");
333 spl.removeModule("Rings");
334 spl.removeModule("Ripples");
335 spl.removeModule("Shades");
336 spl.removeModule("Shelves");
337 spl.removeModule("Stages");
338 spl.removeModule("Streams");
339 spl.removeModule("Tides");
340 spl.removeModule("Tides2");
341 spl.removeModule("Veils");
342 spl.removeModule("Warps");
343 }
344}
345
346static void initStatic__BogaudioModules()
347{

Callers 1

initStaticPluginsFunction · 0.70

Calls 2

okMethod · 0.45
removeModuleMethod · 0.45

Tested by

no test coverage detected