diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-13 05:04:52 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-13 05:04:52 +0000 |
commit | 54d61372a2c35f43df7ac398da1a5d7bd37da857 (patch) | |
tree | cb49a92d817603f0f26f290a9cbcc613ae7dbbf3 /doc/tutorials/intro/TODO | |
parent | fbc1e03da8fa727349833e4ebb475dc2b7e06ade (diff) |
got the start of a good intro tutorial, but its lacking some good, simple exercises
svn path=/trunk/; revision=4897
Diffstat (limited to 'doc/tutorials/intro/TODO')
-rw-r--r-- | doc/tutorials/intro/TODO | 58 |
1 files changed, 42 insertions, 16 deletions
diff --git a/doc/tutorials/intro/TODO b/doc/tutorials/intro/TODO index 72bd2e8a..3f6d0141 100644 --- a/doc/tutorials/intro/TODO +++ b/doc/tutorials/intro/TODO @@ -12,7 +12,9 @@ - make looping sequence -File Order: +---------- +File Order +---------- - hello world - basic elements @@ -21,40 +23,64 @@ File Order: - objects - connections - messages -- make your first Pd patch +- EXERCISE: make your first Pd patch - bang +- event driven processing +- counters - hot and cold inlets +- right-to-left order +- ordering messages +- depth first - storage objects - atoms - atomic messages +- selectors +- subpatches +- inlets and outlets +- outlet order +- Example: its all just data +- guis +- gui objects +- nervous guis -Unsorted topics - -- arguments +- EXERCISE -- guis -- gui objects -- Example: its all just data -- Example: parazit +--------------- +Unsorted topics +--------------- -- right-to-left order -- depth first +- trigger conversions +- symbol conversion -- ordering messages +- arguments +- keywords -- math objects +- init to 0 +- math - expr -- subpatches -- inlets and outlets -- outlet order +- number limitations + +- timing/metro + +- writing objects in Pd (abstractions) - loading libraries - namespaces - import +- selectors +- multiple messages +- sends and receives +- sends in a message box + +- Example: parazit - send messages to Pd - pure data files + + + +data structures tutorial? |