71
71
72
72
\begin {document }
73
73
74
- {\Large {\textbf {Overtone Cheat Sheet (Overtone 0.3 .0) }}}
74
+ {\Large {\textbf {Overtone Cheat Sheet (Overtone 0.4 .0) }}}
75
75
76
76
\colouredbox {pink}{
77
77
\section {REPL helpers }
78
78
\begin {tabularx }{\hsize }{lX}
79
- Documentation&\cmd {ug-doc find-ug find-ug-doc}\\
80
- Examples& \cmd {example examples get-example}
79
+ Documentation&\cmd {odoc ug-doc find-ug find-ug-doc}\\
80
+ Examples& \cmd {examples example get-example}\\
81
+ Shell& \cmd {ls grep}\\
81
82
\end {tabularx }
82
83
}
83
84
@@ -91,6 +92,18 @@ \section{Synths}
91
92
\end {tabularx }
92
93
}
93
94
95
+ \colouredbox {grey}{
96
+ \section {Server }
97
+ \begin {tabularx }{\hsize }{lX}
98
+ Startup&\cmd {boot-server boot-external-server connect-external-server}\\
99
+ Shutdown&\cmd {kill-server}\\
100
+ Control& \cmd {stopl}\\
101
+ OSC Communication& \cmd {snd recv clear-msg-queue}\\
102
+ Diagnostic& \cmd {status connected? disconnected? server-status}\\
103
+ Debug& \cmd {sc-osc-log-on sc-osc-log-off sc-osc-log sc-debug-on sc-debug-off external-server-log}\\
104
+ \end {tabularx }
105
+ }
106
+
94
107
\colouredbox {yellow}{
95
108
\section {Event Handling }
96
109
\begin {tabularx }{\hsize }{lX}
@@ -150,14 +163,9 @@ \subsection{Trig}
150
163
\begin {tabularx }{\hsize }{lX}
151
164
Scaled& \cmd {cosr sinr tanr}\\
152
165
\end {tabularx }
153
-
154
- \subsection {Audio }
155
- \begin {tabularx }{\hsize }{lX}
156
- Positino& \cmd {splay-pan}\\
157
- \end {tabularx }
158
166
}
159
167
160
- \colouredbox {grey }{
168
+ \colouredbox {purple }{
161
169
\section {Music }
162
170
\subsection {Pitch }
163
171
\begin {tabularx }{\hsize }{lX}
@@ -210,6 +218,18 @@ \section{CGens}
210
218
\end {tabularx }
211
219
}
212
220
221
+
222
+ \colouredbox {blue}{
223
+ \section {UGen Helper Constants }
224
+ \begin {tabularx }{\hsize }{lX}
225
+ Done Actions& \cmd {NO-ACTION PAUSE FREE FREE-AND-BEFORE FREE-AND-AFTER FREE-AND-GROUP-BEFORE FREE-AND-GROUP-AFTER FREE-UPTO-THIS FREE-FROM-THIS-ON FREE-PAUSE-BEFORE FREE-PAUSE-AFTER FREE-AND-GROUP-BEFORE-DEEP FREE-AND-GROUP-AFTER-DEEP FREE-CHILDREN FREE-GROUP}\\
226
+ FFT Windows& \cmd {SINE HANN RECT}\\
227
+ Lines& \cmd {LINEAR LIN EXPONENTIAL EXP}\\
228
+ Onset Analysis& \cmd {POWER MAGSUM COMPLEX RCOMPLEX PHASE WPHASE MKL}\\
229
+ Infinity& \cmd {INFINITE INF}\\
230
+ \end {tabularx }
231
+ }
232
+
213
233
\colouredbox {blue}{
214
234
\section {Unary UGens }
215
235
\begin {tabularx }{\hsize }{lX}
@@ -413,7 +433,7 @@ \section{Trig UGens}
413
433
\begin {flushright }
414
434
\footnotesize
415
435
\rule {0.7\linewidth }{0.25pt}
416
- \verb !$Revision: 0.3 .0.1 , $Date: 13th September, 2011 !\\
436
+ \verb !$Revision: 0.4 .0.0 , $Date: 25th September, 2011 !\\
417
437
\verb !Sam Aaron (sam.aaron gmail com) !
418
438
\end {flushright }
419
439
0 commit comments