blob: 009a7d69915d129143bf57fc6ad2de6b5530a0c7 (
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
|
- 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
---------------
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?
|