diff options
Diffstat (limited to 'doc/tutorials/intro/TODO')
-rw-r--r-- | doc/tutorials/intro/TODO | 49 |
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 |