basic readmes

This commit is contained in:
Felix Roos
2022-03-25 22:53:16 +01:00
parent 0a8397b3dc
commit 54d41410fb
7 changed files with 18 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
# @strudel/core
This package contains the bare essence of strudel.
+2 -1
View File
@@ -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
View File
@@ -0,0 +1,3 @@
# @strudel/midi
This package adds midi functionality to strudel Patterns.
+3
View File
@@ -0,0 +1,3 @@
# @strudel/mini
This package contains the mini notation parser and pattern generator.
+3
View File
@@ -0,0 +1,3 @@
# @strudel/tonal
This package adds tonal / harmonic functions to strudel Patterns.
+1 -1
View File
@@ -1,6 +1,6 @@
# @strudel/tone
TBD
This package adds Tone.js functions to strudel Patterns.
## Dev Notes
+3
View File
@@ -0,0 +1,3 @@
# @strudel/xen
This package adds xenharmonic / microtonal functions to strudel Patterns.