aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/TODO
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-12 14:20:34 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-12 14:20:34 +0000
commitf6683a067d55086a64961fe5091de99184e32221 (patch)
tree2d3462a10059aaf9a76a5b3085b42ca8443fc5d8 /doc/tutorials/intro/TODO
parent72de58112953525a46ab57c0510a8e71bdf03fa7 (diff)
minor fixes, updates, and wording updates
svn path=/trunk/; revision=4884
Diffstat (limited to 'doc/tutorials/intro/TODO')
-rw-r--r--doc/tutorials/intro/TODO49
1 files changed, 49 insertions, 0 deletions
diff --git a/doc/tutorials/intro/TODO b/doc/tutorials/intro/TODO
index 6b8de636..72bd2e8a 100644
--- a/doc/tutorials/intro/TODO
+++ b/doc/tutorials/intro/TODO
@@ -9,3 +9,52 @@
- 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.)
+
+- make looping sequence
+
+File Order:
+
+- hello world
+- basic elements
+- getting help
+- edit mode
+- objects
+- connections
+- messages
+- make your first Pd patch
+- bang
+- hot and cold inlets
+- storage objects
+- atoms
+- atomic messages
+
+
+Unsorted topics
+
+- arguments
+
+- guis
+- gui objects
+
+- Example: its all just data
+- Example: parazit
+
+- right-to-left order
+- depth first
+
+- ordering messages
+
+
+- math objects
+- expr
+
+- subpatches
+- inlets and outlets
+- outlet order
+
+- loading libraries
+- namespaces
+- import
+
+- send messages to Pd
+- pure data files