Skip to content

Commit 3faa923

Browse files
committed
Moved resources
1 parent 3b13b30 commit 3faa923

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

File renamed without changes.
File renamed without changes.

src/main/meta/sampler.cpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ namespace lsp
832832
clap_features_mono,
833833
E_DUMP_STATE | E_FILE_PREVIEW,
834834
sampler_mono_ports,
835-
"sampling/single/mono.xml",
835+
"plugins/sampling/single/mono.xml",
836836
NULL,
837837
mono_plugin_port_groups,
838838
&sampler_bundle
@@ -863,7 +863,7 @@ namespace lsp
863863
clap_features_stereo,
864864
E_DUMP_STATE | E_FILE_PREVIEW,
865865
sampler_stereo_ports,
866-
"sampling/single/stereo.xml",
866+
"plugins/sampling/single/stereo.xml",
867867
NULL,
868868
stereo_plugin_port_groups,
869869
&sampler_bundle
@@ -894,7 +894,7 @@ namespace lsp
894894
clap_features_stereo,
895895
E_DUMP_STATE | E_KVT_SYNC | E_FILE_PREVIEW,
896896
sampler_x12_ports,
897-
"sampling/multiple.xml",
897+
"plugins/sampling/multiple.xml",
898898
NULL,
899899
stereo_plugin_port_groups,
900900
&multisampler_bundle
@@ -925,7 +925,7 @@ namespace lsp
925925
clap_features_stereo,
926926
E_DUMP_STATE | E_KVT_SYNC | E_FILE_PREVIEW,
927927
sampler_x24_ports,
928-
"sampling/multiple.xml",
928+
"plugins/sampling/multiple.xml",
929929
NULL,
930930
stereo_plugin_port_groups,
931931
&multisampler_bundle
@@ -956,7 +956,7 @@ namespace lsp
956956
clap_features_stereo,
957957
E_DUMP_STATE | E_KVT_SYNC | E_FILE_PREVIEW,
958958
sampler_x48_ports,
959-
"sampling/multiple.xml",
959+
"plugins/sampling/multiple.xml",
960960
NULL,
961961
stereo_plugin_port_groups,
962962
&multisampler_bundle
@@ -987,7 +987,7 @@ namespace lsp
987987
clap_features_stereo,
988988
E_DUMP_STATE | E_KVT_SYNC | E_FILE_PREVIEW,
989989
sampler_x12_do_ports,
990-
"sampling/multiple.xml",
990+
"plugins/sampling/multiple.xml",
991991
NULL,
992992
sampler_x12_port_groups,
993993
&multisampler_bundle
@@ -1018,7 +1018,7 @@ namespace lsp
10181018
clap_features_stereo,
10191019
E_DUMP_STATE | E_KVT_SYNC | E_FILE_PREVIEW,
10201020
sampler_x24_do_ports,
1021-
"sampling/multiple.xml",
1021+
"plugins/sampling/multiple.xml",
10221022
NULL,
10231023
sampler_x24_port_groups,
10241024
&multisampler_bundle
@@ -1049,7 +1049,7 @@ namespace lsp
10491049
clap_features_stereo,
10501050
E_DUMP_STATE | E_KVT_SYNC | E_FILE_PREVIEW,
10511051
sampler_x48_do_ports,
1052-
"sampling/multiple.xml",
1052+
"plugins/sampling/multiple.xml",
10531053
NULL,
10541054
sampler_x48_port_groups,
10551055
&multisampler_bundle

0 commit comments

Comments
 (0)