diff options
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? |