mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
fix: lint
This commit is contained in:
parent
eba7dec1a5
commit
29598d1744
@ -21,4 +21,5 @@ vite.config.js
|
||||
/src-tauri/target/**/*
|
||||
reverbGen.mjs
|
||||
hydra.mjs
|
||||
jsdoc-synonyms.js
|
||||
jsdoc-synonyms.js
|
||||
packages/tidal/hs2js.mjs
|
||||
@ -26,7 +26,6 @@ function runInfix(left, symbol, right, ops) {
|
||||
case '$':
|
||||
return left(right);
|
||||
case '&':
|
||||
console.log('right', right);
|
||||
return right(left);
|
||||
case '.':
|
||||
return (x) => left(right(x));
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
import { run } from './hs2js.mjs';
|
||||
import { renderGraph } from './graph.mjs';
|
||||
import { parse } from './parser.mjs';
|
||||
import { initStrudel, reify, late } from '@strudel/web';
|
||||
import { initStrudel, reify, late, samples, stack } from '@strudel/web';
|
||||
initStrudel({
|
||||
prebake: () => samples('github:tidalcycles/dirt-samples'),
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user