mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 21:58:31 +00:00
basic readmes
This commit is contained in:
parent
0a8397b3dc
commit
54d41410fb
3
packages/core/README.md
Normal file
3
packages/core/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# @strudel/core
|
||||
|
||||
This package contains the bare essence of strudel.
|
||||
@ -1,6 +1,7 @@
|
||||
# @strudel/eval
|
||||
|
||||
TBD
|
||||
This package contains the strudel code transformer and evaluator.
|
||||
It allows creating strudel patterns from input code that is optimized for minimal keystrokes and human readability.
|
||||
|
||||
## Dev Notes
|
||||
|
||||
|
||||
3
packages/midi/README.md
Normal file
3
packages/midi/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# @strudel/midi
|
||||
|
||||
This package adds midi functionality to strudel Patterns.
|
||||
3
packages/mini/README.md
Normal file
3
packages/mini/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# @strudel/mini
|
||||
|
||||
This package contains the mini notation parser and pattern generator.
|
||||
3
packages/tonal/README.md
Normal file
3
packages/tonal/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# @strudel/tonal
|
||||
|
||||
This package adds tonal / harmonic functions to strudel Patterns.
|
||||
@ -1,6 +1,6 @@
|
||||
# @strudel/tone
|
||||
|
||||
TBD
|
||||
This package adds Tone.js functions to strudel Patterns.
|
||||
|
||||
## Dev Notes
|
||||
|
||||
|
||||
3
packages/xen/README.md
Normal file
3
packages/xen/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# @strudel/xen
|
||||
|
||||
This package adds xenharmonic / microtonal functions to strudel Patterns.
|
||||
Loading…
x
Reference in New Issue
Block a user