refactor: remove await before samples calls in docs etc..

+ remove /master from dirt-samples calls (there is now a main branch)
+ remove /main endings from some places
This commit is contained in:
Felix Roos 2024-02-21 10:17:45 +01:00
parent 38d389b838
commit bf63b716af
19 changed files with 50 additions and 51 deletions

View file

@ -115,13 +115,12 @@ export async function prebake() {
'numbers/8.wav',
],
},
'github:tidalcycles/Dirt-Samples/master/',
'github:tidalcycles/dirt-samples',
{
prebake: true,
},
),
]);
// await samples('github:tidalcycles/Dirt-Samples/master');
}
const maxPan = noteToMidi('C8');