mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-24 05:57:17 -04:00
move samples to dedicated samples folder
This commit is contained in:
+2
-2
@@ -43,8 +43,8 @@ evalScope(
|
||||
);
|
||||
|
||||
loadWebDirt({
|
||||
sampleMapUrl: 'EmuSP12.json',
|
||||
sampleFolder: 'EmuSP12',
|
||||
sampleMapUrl: './samples/EmuSP12.json',
|
||||
sampleFolder: './samples/EmuSP12',
|
||||
});
|
||||
|
||||
prebake();
|
||||
|
||||
@@ -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/',
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user