-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathtoc.json
98 lines (98 loc) · 2.02 KB
/
toc.json
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
87
88
89
90
91
92
93
94
95
96
97
98
[
{
"chapter": 0,
"name": "Introduction",
"url_prefix": "/introduction",
"with_overview_page": false
},
{
"chapter": 1,
"name": "Getting Started",
"url_prefix": "/get-started",
"with_overview_page": true
},
{
"chapter": 2,
"name": "How to ...",
"url_prefix": "/how-to",
"with_overview_page": true
},
{
"chapter": 3,
"name": "Csound Language",
"url_prefix": "/csound-language",
"with_overview_page": true
},
{
"chapter": 4,
"name": "Sound Synthesis",
"url_prefix": "/sound-synthesis",
"with_overview_page": true
},
{
"chapter": 5,
"name": "Sound Modification",
"url_prefix": "/sound-modification",
"with_overview_page": true
},
{
"chapter": 6,
"name": "Samples",
"url_prefix": "/samples",
"with_overview_page": true
},
{
"chapter": 7,
"name": "Midi",
"url_prefix": "/midi",
"with_overview_page": true
},
{
"chapter": 8,
"name": "Other Communication",
"url_prefix": "/other-communication",
"with_overview_page": true
},
{
"chapter": 9,
"name": "Csound in other applications",
"url_prefix": "/csound-in-other-applications",
"with_overview_page": true
},
{
"chapter": 10,
"name": "Csound frontends",
"url_prefix": "/csound-frontends",
"with_overview_page": true
},
{
"chapter": 11,
"name": "Csound utilities",
"url_prefix": "/csound-utilities",
"with_overview_page": true
},
{
"chapter": 12,
"name": "Csound and other programming languages",
"url_prefix": "/csound-and-other-programming-languages",
"with_overview_page": true
},
{
"chapter": 13,
"name": "Extending Csound",
"url_prefix": "/extending-csound",
"with_overview_page": true
},
{
"chapter": 14,
"name": "Miscellanea",
"url_prefix": "/miscellanea",
"with_overview_page": true
},
{
"chapter": 15,
"name": "Appendix: Digital Audio Basics",
"url_prefix": "/basics",
"with_overview_page": true
}
]