Merge branch 'main' into more-functions

This commit is contained in:
alex 2022-04-16 10:10:00 +01:00
commit b4adbcd6cb
16 changed files with 91 additions and 91 deletions

View file

@ -11,7 +11,7 @@ npm i @strudel.cycles/core --save
## Example
```js
import { sequence, State, TimeSpan } from '@strudel.cycles/core';
import { sequence } from '@strudel.cycles/core';
const pattern = sequence('a', ['b', 'c']);