aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorials/intro/TODO')
-rw-r--r--doc/tutorials/intro/TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/tutorials/intro/TODO b/doc/tutorials/intro/TODO
index 3dbf1ad0..6b8de636 100644
--- a/doc/tutorials/intro/TODO
+++ b/doc/tutorials/intro/TODO
@@ -1,6 +1,11 @@
-
- make object which outputs previous and next files
- make patch close itself, otherwise:
- upon [loadbang], wait, then close previous patch
+
+- in pure_data_files.pd, make the patch create [pd clone] dynamically,
+ probably like how send_messages_to_pd.pd does it.
+
+- in pure_data_files.pd, make the patch reset itself once it finishes the
+ clone. (remember that [pd clone] has to be the last object.)