Update featurelist.md

tick some boxes
This commit is contained in:
Felix Roos 2022-04-09 22:10:27 +02:00 committed by GitHub
parent 80393bf765
commit 0c61bb0063
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
- [ ] setcps - [ ] setcps
- [ ] naming patterns? block based evaluation? - [ ] naming patterns? block based evaluation?
- [ ] once - [ ] once
- [ ] silence - [x] silence
- [x] hush - [x] hush
- [ ] panic - [ ] panic
@ -30,22 +30,23 @@ https://tidalcycles.org/docs/patternlib/tour/concatenation
- [ ] overlay => like stack? "The overlay function is similar to cat" => wrong? - [ ] overlay => like stack? "The overlay function is similar to cat" => wrong?
- [ ] `<>` operator (=== overlay) - [ ] `<>` operator (=== overlay)
- [x] stack - [x] stack
- [x] superimpose => strudel supports multiple args => is this layer? - [x] superimpose
- [ ] layer => is this like superimpose but with multiple args? - [x] layer
- [ ] steps ? - [ ] steps ?
- [ ] iter, iter' - [x] iter
- [x] iter' = iterBack
## Alteration ## Alteration
- [ ] range, rangex - [ ] range, rangex
- [ ] quantise - [ ] quantise
- [ ] ply - [ ] ply
- [ ] stutter - [x] stutter = echo
- [ ] stripe, slowstripe - [ ] stripe, slowstripe
- [ ] palindrome = every(2, rev) - [ ] palindrome = every(2, rev)
- [ ] trunc - [ ] trunc
- [ ] linger - [ ] linger
- [ ] chunk, chunk' - [x] chunk, chunk'
- [ ] shuffle - [ ] shuffle
- [ ] scramble - [ ] scramble
- [ ] rot - [ ] rot
@ -68,7 +69,8 @@ https://tidalcycles.org/docs/patternlib/tour/concatenation
- [ ] select, selectF - [ ] select, selectF
- [ ] pickF - [ ] pickF
- [ ] squeeze - [ ] squeeze
- [ ] euclid, euclidInv, euclidFull - [x] euclid, euclidLegato
- [ ] euclidInv, euclidFull
- [ ] ifp - [ ] ifp
## Time ## Time
@ -83,7 +85,8 @@ https://tidalcycles.org/docs/patternlib/tour/concatenation
- [x] off - [x] off
- [ ] rotL / rotR - [ ] rotL / rotR
- [x] rev - [x] rev
- [ ] jux / juxBy - [x] jux
- [ ] juxBy
- [ ] swingBy / swing - [ ] swingBy / swing
- [ ] ghost - [ ] ghost
- [ ] inside / outside - [ ] inside / outside
@ -114,7 +117,7 @@ https://tidalcycles.org/docs/patternlib/tour/concatenation
- [ ] chop - [ ] chop
- [ ] striate / striateBy - [ ] striate / striateBy
- [ ] loopAt - [ ] loopAt
- [ ] segment - [x] segment
- [ ] discretise - [ ] discretise
## Randomness ## Randomness