From 54d61372a2c35f43df7ac398da1a5d7bd37da857 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 13 Apr 2006 05:04:52 +0000 Subject: got the start of a good intro tutorial, but its lacking some good, simple exercises svn path=/trunk/; revision=4897 --- doc/tutorials/intro/TODO | 58 +++++++++++++++++++++++++++++++++++------------- 1 file changed, 42 insertions(+), 16 deletions(-) (limited to 'doc/tutorials/intro/TODO') 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? -- cgit v1.2.1