From 45f77f73cec3f8dd34be8e3beeffdc21467033ae Mon Sep 17 00:00:00 2001 From: sejo Date: Tue, 12 Oct 2021 20:49:41 -0500 Subject: [PATCH] links to day 7 --- src/uxn_tutorial.gmo | 4 ++++ src/uxn_tutorial_day_6.gmo | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/uxn_tutorial.gmo b/src/uxn_tutorial.gmo index cd24a40..3686e4f 100644 --- a/src/uxn_tutorial.gmo +++ b/src/uxn_tutorial.gmo @@ -70,6 +70,10 @@ besides using previous strategies and snippets of code, we cover strategies for # day 7 +here we talk about the devices in the varvara computer that we haven't covered yet: audio, file, and datetime. + +this should be a light and calm end of our journey, as it has to do less with programming logic and more with the input and output conventions in these devices. + => ./uxn_tutorial_day_7.gmi {uxn tutorial day 7} # appendix a diff --git a/src/uxn_tutorial_day_6.gmo b/src/uxn_tutorial_day_6.gmo index 0af22a2..c6b267f 100644 --- a/src/uxn_tutorial_day_6.gmo +++ b/src/uxn_tutorial_day_6.gmo @@ -1687,15 +1687,15 @@ here are some extra possibilities for you to practice and try to implement: share what you create based on all this! :) -# coming soon: day 7 +# day 7 -that's it for now! +in {uxn tutorial day 7} we talk about the devices in the varvara computer that we haven't covered yet: audio, file, and datetime. -the following day of the {uxn tutorial} will consist in discussing all the remaining devices in the varvara computer. +this should be a light and calm end of our journey, as it has to do less with programming logic and more with the input and output conventions in these devices. -meanwhile, i invite you to keep exploring, to share your findings, and to also take a break! +first, i invite you to take a break! -stay tuned! +then, keep exploring, and share your findings! # support