blob: 3f6d01419b5a9bb2718e80f8ddc193fc0c9be774 (
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
- 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
- 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
---------------
- trigger conversions
- symbol conversion
- arguments
- keywords
- init to 0
- math
- expr
- 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?
|