Skip to content

Commit 8e0ea36

Browse files
committed
Moved XML file
1 parent 734122d commit 8e0ea36

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/main/meta/dyna_processor.cpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ namespace lsp
370370
clap_features_mono,
371371
E_INLINE_DISPLAY | E_DUMP_STATE,
372372
dyna_processor_mono_ports,
373-
"dynamics/processor/single/dyna_processor.xml",
373+
"dynamics/processor/single.xml",
374374
NULL,
375375
mono_plugin_port_groups,
376376
&dyna_processor_bundle
@@ -400,7 +400,7 @@ namespace lsp
400400
clap_features_stereo,
401401
E_INLINE_DISPLAY | E_DUMP_STATE,
402402
dyna_processor_stereo_ports,
403-
"dynamics/processor/single/dyna_processor.xml",
403+
"dynamics/processor/single.xml",
404404
NULL,
405405
stereo_plugin_port_groups,
406406
&dyna_processor_bundle
@@ -430,7 +430,7 @@ namespace lsp
430430
clap_features_stereo,
431431
E_INLINE_DISPLAY | E_DUMP_STATE,
432432
dyna_processor_lr_ports,
433-
"dynamics/processor/single/dyna_processor.xml",
433+
"dynamics/processor/single.xml",
434434
NULL,
435435
stereo_plugin_port_groups,
436436
&dyna_processor_bundle
@@ -460,7 +460,7 @@ namespace lsp
460460
clap_features_stereo,
461461
E_INLINE_DISPLAY | E_DUMP_STATE,
462462
dyna_processor_ms_ports,
463-
"dynamics/processor/single/dyna_processor.xml",
463+
"dynamics/processor/single.xml",
464464
NULL,
465465
stereo_plugin_port_groups,
466466
&dyna_processor_bundle
@@ -491,7 +491,7 @@ namespace lsp
491491
clap_features_mono,
492492
E_INLINE_DISPLAY | E_DUMP_STATE,
493493
sc_dyna_processor_mono_ports,
494-
"dynamics/processor/single/dyna_processor.xml",
494+
"dynamics/processor/single.xml",
495495
NULL,
496496
mono_plugin_sidechain_port_groups,
497497
&dyna_processor_bundle
@@ -521,7 +521,7 @@ namespace lsp
521521
clap_features_stereo,
522522
E_INLINE_DISPLAY | E_DUMP_STATE,
523523
sc_dyna_processor_stereo_ports,
524-
"dynamics/processor/single/dyna_processor.xml",
524+
"dynamics/processor/single.xml",
525525
NULL,
526526
stereo_plugin_sidechain_port_groups,
527527
&dyna_processor_bundle
@@ -551,7 +551,7 @@ namespace lsp
551551
clap_features_stereo,
552552
E_INLINE_DISPLAY | E_DUMP_STATE,
553553
sc_dyna_processor_lr_ports,
554-
"dynamics/processor/single/dyna_processor.xml",
554+
"dynamics/processor/single.xml",
555555
NULL,
556556
stereo_plugin_sidechain_port_groups,
557557
&dyna_processor_bundle
@@ -581,7 +581,7 @@ namespace lsp
581581
clap_features_stereo,
582582
E_INLINE_DISPLAY | E_DUMP_STATE,
583583
sc_dyna_processor_ms_ports,
584-
"dynamics/processor/single/dyna_processor.xml",
584+
"dynamics/processor/single.xml",
585585
NULL,
586586
stereo_plugin_sidechain_port_groups,
587587
&dyna_processor_bundle

0 commit comments

Comments
 (0)