move samples to dedicated samples folder

This commit is contained in:
Felix Roos
2022-07-01 10:40:33 +02:00
parent 1d6e74fc77
commit 6b3687357e
102 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ evalScope(
);
loadWebDirt({
sampleMapUrl: 'EmuSP12.json',
sampleFolder: 'EmuSP12',
sampleMapUrl: './samples/EmuSP12.json',
sampleFolder: './samples/EmuSP12',
});
prebake();
+1 -1
View File
@@ -39,7 +39,7 @@ export function prebake() {
},
// https://archive.org/details/SalamanderGrandPianoV3
// License: CC-by http://creativecommons.org/licenses/by/3.0/ Author: Alexander Holm
'./piano/',
'./samples/piano/',
);
}