| 2659 | } |
| 2660 | |
| 2661 | static void initStatic__LifeFormModular() |
| 2662 | { |
| 2663 | Plugin* const p = new Plugin; |
| 2664 | pluginInstance__LifeFormModular= p; |
| 2665 | |
| 2666 | const StaticPluginLoader spl(p, "LifeFormModular"); |
| 2667 | if (spl.ok()) |
| 2668 | { |
| 2669 | p->addModel(modelTimeDiktat); |
| 2670 | p->addModel(modelSequenceModeler); |
| 2671 | p->addModel(modelPitchDiktat); |
| 2672 | p->addModel(modelPitchIntegrator); |
| 2673 | p->addModel(modelBurstIntegrator); |
| 2674 | p->addModel(modelQuadModulator); |
| 2675 | p->addModel(modelImpulseControl); |
| 2676 | p->addModel(modelQuadSteppedOffset); |
| 2677 | p->addModel(modelPercussiveVibration); |
| 2678 | p->addModel(modelQuadUtility); |
| 2679 | p->addModel(modelAdditiveVibration); |
| 2680 | p->addModel(modelComplexOsc); |
| 2681 | p->addModel(modelDriftgen); |
| 2682 | } |
| 2683 | } |
| 2684 | |
| 2685 | static void initStatic__LilacLoop() |
| 2686 | { |