ADDS: Continuation to Signals

This commit is contained in:
Bernhard Wagner 2023-02-16 15:11:28 +01:00
parent 8549d6ea8b
commit f50a6ce1ae

View File

@ -160,3 +160,5 @@ x(sine.range(0, 200)).y(cosine.range(0, 200));
/>
Note that these params will not do anything until you give them meaning in your custom output!
From modifying parameters we transition to the concept of [Signals](/learn/signals).