| 1293 | } |
| 1294 | |
| 1295 | static void initStatic__AaronStatic() |
| 1296 | { |
| 1297 | Plugin* const p = new Plugin; |
| 1298 | pluginInstance__AaronStatic = p; |
| 1299 | |
| 1300 | const StaticPluginLoader spl(p, "AaronStatic"); |
| 1301 | if (spl.ok()) |
| 1302 | { |
| 1303 | p->addModel(modelChordCV); |
| 1304 | p->addModel(modelScaleCV); |
| 1305 | p->addModel(modelRandomNoteCV); |
| 1306 | p->addModel(modelDiatonicCV); |
| 1307 | } |
| 1308 | } |
| 1309 | |
| 1310 | static void initStatic__admiral() |
| 1311 | { |