| 2712 | } |
| 2713 | |
| 2714 | static void initStatic__Lomas() |
| 2715 | { |
| 2716 | Plugin* const p = new Plugin; |
| 2717 | pluginInstance__Lomas = p; |
| 2718 | |
| 2719 | const StaticPluginLoader spl(p, "LomasModules"); |
| 2720 | if (spl.ok()) |
| 2721 | { |
| 2722 | p->addModel(modelAdvancedSampler); |
| 2723 | p->addModel(modelGateSequencer); |
| 2724 | } |
| 2725 | } |
| 2726 | |
| 2727 | static void initStatic__Lyrae() |
| 2728 | { |