Merge pull request #14 from tidalcycles/stateful-events

Stateful queries and events (WIP)
This commit is contained in:
Felix Roos 2022-02-27 20:52:51 +01:00 committed by GitHub
commit 190729df73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 383 additions and 249 deletions

View file

@ -1,6 +1,6 @@
{
"scripts": {
"start": "snowpack dev",
"start": "snowpack dev --polyfill-node",
"build": "snowpack build && cp ./public/.nojekyll ../docs && npm run build-tutorial",
"static": "npx serve ../docs",
"test": "web-test-runner \"src/**/*.test.tsx\"",
@ -12,6 +12,7 @@
},
"dependencies": {
"@tonaljs/tonal": "^4.6.5",
"@tonejs/piano": "^0.2.1",
"chord-voicings": "^0.0.1",
"codemirror": "^5.65.1",
"estraverse": "^5.3.0",