FIXES: table

This commit is contained in:
Bernhard Wagner 2023-11-07 18:55:35 +01:00
parent df277d6b7b
commit 4a16cd891f

View File

@ -175,7 +175,7 @@ In der Notation `x=>x.`, ist `x` das Pattern, das wir bearbeiten.
/>
| Name | Beschreibung | Beispiel |
| ---- | ----------------------------------- | ---------------------------------------------------------------------------------------------- |
| ---- | --------------------------------- | ---------------------------------------------------------------------------------------------- |
| rev | rückwärts | <MiniRepl hideHeader client:visible tune={`n("0 2 4 6").scale("C:minor").rev()`} /> |
| jux | einen Stereo-Kanal modifizieren | <MiniRepl hideHeader client:visible tune={`n("0 2 4 6").scale("C:minor").jux(rev)`} /> |
| add | addiert Zahlen oder Noten | <MiniRepl hideHeader client:visible tune={`n("0 2 4 6".add("<0 1 2 1>")).scale("C:minor")`} /> |