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:
parent
38d389b838
commit
bf63b716af
19 changed files with 50 additions and 51 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<script type="module">
|
||||
import { initStrudel } from 'https://cdn.skypack.dev/@strudel/web@0.8.2';
|
||||
initStrudel({
|
||||
prebake: () => samples('github:tidalcycles/Dirt-Samples/master'),
|
||||
prebake: () => samples('github:tidalcycles/dirt-samples'),
|
||||
});
|
||||
const click = (id, action) => document.getElementById(id).addEventListener('click', action);
|
||||
click('a', () => evaluate(`s('bd,jvbass(3,8)').jux(rev)`));
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
});
|
||||
|
||||
function getTune() {
|
||||
return `await samples('github:tidalcycles/Dirt-Samples/master')
|
||||
return `samples('github:tidalcycles/dirt-samples')
|
||||
|
||||
stack(
|
||||
// amen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue