fix examples
This commit is contained in:
parent
664a19a5c4
commit
abe25be05e
2 changed files with 3 additions and 2 deletions
|
|
@ -16,6 +16,7 @@
|
|||
</div>
|
||||
<div id="output"></div>
|
||||
<script type="module">
|
||||
// TODO: refactor to use newer version without controls import
|
||||
import { controls, repl, evalScope } from 'https://cdn.skypack.dev/@strudel/core@0.11.0';
|
||||
import { mini } from 'https://cdn.skypack.dev/@strudel/mini@0.11.0';
|
||||
import { transpiler } from 'https://cdn.skypack.dev/@strudel/transpiler@0.11.0';
|
||||
|
|
@ -53,7 +54,7 @@
|
|||
|
||||
function getTune() {
|
||||
return `samples('github:tidalcycles/dirt-samples')
|
||||
|
||||
setcps(1);
|
||||
stack(
|
||||
// amen
|
||||
n("0 1 2 3 4 5 6 7")
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
export default `samples('github:tidalcycles/dirt-samples')
|
||||
|
||||
setcps(1)
|
||||
stack(
|
||||
// amen
|
||||
n("0 1 2 3 4 5 6 7")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue