aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/TODO
blob: 72bd2e8a36a1dbe7362c2baaaa11a857884629c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60

- make object which outputs previous and next files

- make patch close itself, otherwise:
   - upon [loadbang], wait, then close previous patch

- in pure_data_files.pd, make the patch create [pd clone] dynamically,
  probably like how send_messages_to_pd.pd does it.

- 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