mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +00:00
* port Rohan Drape's Bjorklund implementation, add Toussaint's tests * fix euclidLegato, simplifying a bit now that bjork results should always begin with an 'on' * migrate euclid numbers in tunes - 3,4 +1 - 5,8 -1 - 6,8 +3 Co-authored-by: Felix Roos <flix91@gmail.com>
32 lines
738 B
JSON
32 lines
738 B
JSON
{
|
|
"name": "@strudel.cycles/core",
|
|
"version": "0.5.0",
|
|
"description": "Port of Tidal Cycles to JavaScript",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest run"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tidalcycles/strudel.git"
|
|
},
|
|
"keywords": [
|
|
"tidalcycles",
|
|
"strudel",
|
|
"pattern",
|
|
"livecoding",
|
|
"algorave"
|
|
],
|
|
"author": "Alex McLean <alex@slab.org> (https://slab.org)",
|
|
"license": "AGPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/tidalcycles/strudel/issues"
|
|
},
|
|
"homepage": "https://strudel.tidalcycles.org",
|
|
"dependencies": {
|
|
"fraction.js": "^4.2.0"
|
|
},
|
|
"gitHead": "0e26d4e741500f5bae35b023608f062a794905c2"
|
|
}
|