suppoert existing wt_ api

This commit is contained in:
Jade (Rose) Rowland 2025-09-27 13:22:21 -04:00
parent 4bd103e612
commit a9957b45e5
3 changed files with 26 additions and 1 deletions

View file

@ -272,7 +272,7 @@ export const samples = async (sampleMap, baseUrl = sampleMap._base || '', option
processSampleMap(
sampleMap,
(key, bank) => {
registerSample(key, bank, { baseUrl, prebake, tag })
registerSampleSource(key, bank, { baseUrl, prebake, tag })
},
baseUrl,
);