From 4704c03d48807032f8976858cdfecc8e1ddc35cd Mon Sep 17 00:00:00 2001 From: Bernhard Wagner Date: Thu, 16 Feb 2023 15:21:25 +0100 Subject: [PATCH] ADDS: Continuation to Strudel vs Tidal --- website/src/pages/technical-manual/alignment.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/pages/technical-manual/alignment.mdx b/website/src/pages/technical-manual/alignment.mdx index 2c2a1d15..f9ac68e4 100644 --- a/website/src/pages/technical-manual/alignment.mdx +++ b/website/src/pages/technical-manual/alignment.mdx @@ -45,3 +45,5 @@ This makes way for other ways to align the pattern, and several are already defi - `trigzero` is similar to `trig`, but the pattern is 'triggered' from its very first cycle, rather than from the current cycle. `trig` and `trigzero` therefore only give different results where the leftmost pattern differs from one cycle to the next. We will save going deeper into the background, design and practicalities of these alignment functions for future publications. However in the next section, we take them as a case study for looking at the different design affordances offered by Haskell to Tidal, and JavaScript to Strudel. + +Ok, so how do Strudel and Tidal [compare](/learn/strudel-vs-tidal)?