| 637 | */ |
| 638 | |
| 639 | void initStaticPlugins() |
| 640 | { |
| 641 | initStatic__Cardinal(); |
| 642 | initStatic__Fundamental(); |
| 643 | initStatic__Aria(); |
| 644 | initStatic__AudibleInstruments(); |
| 645 | initStatic__BogaudioModules(); |
| 646 | initStatic__MockbaModular(); |
| 647 | initStatic__surgext(); |
| 648 | /* |
| 649 | initStatic__ValleyAudio(); |
| 650 | */ |
| 651 | } |
| 652 | |
| 653 | void destroyStaticPlugins() |
| 654 | { |
nothing calls this directly
no test coverage detected