diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-13 23:48:34 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-13 23:48:34 +0000 |
commit | 2389091c6bf73e52fd19551f366034a15fdf7d95 (patch) | |
tree | c522cfcaf1c2313835b2aff67027c2b47d0eb141 /doc/tutorials/intro/TODO | |
parent | be7f7b94b6e3dd82ac0caa4f05e8be5b94b3b717 (diff) |
integrated lots of ideas and content from ggkarman's Tutoriales pd
svn path=/trunk/; revision=4906
Diffstat (limited to 'doc/tutorials/intro/TODO')
-rw-r--r-- | doc/tutorials/intro/TODO | 62 |
1 files changed, 21 insertions, 41 deletions
diff --git a/doc/tutorials/intro/TODO b/doc/tutorials/intro/TODO index 3f6d0141..009a7d69 100644 --- a/doc/tutorials/intro/TODO +++ b/doc/tutorials/intro/TODO @@ -12,59 +12,40 @@ - make looping sequence ----------- -File Order ----------- - -- hello world -- basic elements -- getting help -- edit mode -- objects -- connections -- messages -- 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 - - -- EXERCISE + --------------- Unsorted topics --------------- +- math +- init to 0 +- comparing numbers +- expr +- creation arguments + + +- selecting events ([select]) +- sorting_messages_by_selectors ([route]) +- sorting_messages_by_atom ([route]) + +- storing a number globally ([value]) + +- building lists (pack and unpack, arguments) +- list2symbol + - trigger conversions - symbol conversion -- arguments - - keywords -- init to 0 -- math -- expr - - number limitations -- timing/metro +- more on timing + +- building lists +- using lists (unpack, lists replacing inlets) - writing objects in Pd (abstractions) @@ -72,7 +53,6 @@ Unsorted topics - namespaces - import -- selectors - multiple messages - sends and receives - sends in a message box |