Skip to content

Commit 53632b4

Browse files
committed
Moved resources
1 parent 842e39e commit 53632b4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

File renamed without changes.
File renamed without changes.

src/main/meta/trigger.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ namespace lsp
261261
clap_features_mono,
262262
E_INLINE_DISPLAY | E_DUMP_STATE | E_FILE_PREVIEW,
263263
trigger_mono_ports,
264-
"trigger/single/mono.xml",
264+
"plugins/trigger/single/mono.xml",
265265
NULL,
266266
mono_plugin_port_groups,
267267
&trigger_bundle
@@ -292,7 +292,7 @@ namespace lsp
292292
clap_features_stereo,
293293
E_INLINE_DISPLAY | E_DUMP_STATE | E_FILE_PREVIEW,
294294
trigger_stereo_ports,
295-
"trigger/single/stereo.xml",
295+
"plugins/trigger/single/stereo.xml",
296296
NULL,
297297
stereo_plugin_port_groups,
298298
&trigger_bundle
@@ -323,7 +323,7 @@ namespace lsp
323323
clap_features_mono,
324324
E_INLINE_DISPLAY | E_DUMP_STATE | E_FILE_PREVIEW,
325325
trigger_mono_midi_ports,
326-
"trigger/single/mono.xml",
326+
"plugins/trigger/single/mono.xml",
327327
NULL,
328328
mono_plugin_port_groups,
329329
&trigger_bundle
@@ -354,7 +354,7 @@ namespace lsp
354354
clap_features_stereo,
355355
E_INLINE_DISPLAY | E_DUMP_STATE | E_FILE_PREVIEW,
356356
trigger_stereo_midi_ports,
357-
"trigger/single/stereo.xml",
357+
"plugins/trigger/single/stereo.xml",
358358
NULL,
359359
stereo_plugin_port_groups,
360360
&trigger_bundle

0 commit comments

Comments
 (0)