blob: bc89634ab91b3d545c4a6d32efc1018d29c46d02 (
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
61
62
63
64
65
66
67
68
|
- finish up 17.atomic_messages.pd
- make new exercise in 26.EXERCISE.hmmmm
- 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
- 20.inlets_and_outlets: explain the message building, prepend, add2, set,
etc. probalby, I should make a patch or two before that about message
buildling
---------------
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
- keywords
- number limitations
- more on timing
- building lists
- using lists (unpack, lists replacing inlets)
- writing objects in Pd (abstractions)
- loading libraries
- namespaces
- import
- multiple messages
- sends and receives
- sends in a message box
- Example: parazit
- send messages to Pd
- pure data files
data structures tutorial?
|