Merge branch 'fix-perf12' of https://codeberg.org/jeromew/strudel into fix-perf12

This commit is contained in:
jeromew 2025-12-08 17:32:47 +00:00
commit b889d19493
2 changed files with 0 additions and 42 deletions

View file

@ -243,12 +243,6 @@ export async function fetchSampleMap(url) {
* sd: '808sd/SD0010.WAV'
* }, 'https://raw.githubusercontent.com/tidalcycles/Dirt-Samples/master/');
* s("[bd ~]*2, [~ hh]*2, ~ sd")
* @example
* samples('shabda:noise,chimp:2')
* s("noise <chimp:0*2 chimp:1>")
* @example
* samples('shabda/speech/fr-FR/f:chocolat')
* s("chocolat*4")
*/
export const samples = async (sampleMap, baseUrl = sampleMap._base || '', options = {}) => {