Skip to content

Commit 0dc4aa0

Browse files
committed
Added numbering of plugins for the launcher.
1 parent 53632b4 commit 0dc4aa0

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

src/main/meta/trigger.cpp

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ namespace lsp
264264
"plugins/trigger/single/mono.xml",
265265
NULL,
266266
mono_plugin_port_groups,
267-
&trigger_bundle
267+
&trigger_bundle,
268+
3
268269
};
269270
LSP_REGISTER_METADATA(trigger_mono);
270271

@@ -295,7 +296,8 @@ namespace lsp
295296
"plugins/trigger/single/stereo.xml",
296297
NULL,
297298
stereo_plugin_port_groups,
298-
&trigger_bundle
299+
&trigger_bundle,
300+
1
299301
};
300302
LSP_REGISTER_METADATA(trigger_stereo);
301303

@@ -326,7 +328,8 @@ namespace lsp
326328
"plugins/trigger/single/mono.xml",
327329
NULL,
328330
mono_plugin_port_groups,
329-
&trigger_bundle
331+
&trigger_bundle,
332+
4
330333
};
331334
LSP_REGISTER_METADATA(trigger_midi_mono);
332335

@@ -357,10 +360,10 @@ namespace lsp
357360
"plugins/trigger/single/stereo.xml",
358361
NULL,
359362
stereo_plugin_port_groups,
360-
&trigger_bundle
363+
&trigger_bundle,
364+
2
361365
};
362366
LSP_REGISTER_METADATA(trigger_midi_stereo);
363367

364368
} /* namespace meta */
365369
} /* namespace lsp */
366-

0 commit comments

Comments
 (0)