Skip to content

Commit 00dba44

Browse files
committed
update cheatsheet
1 parent 314311e commit 00dba44

File tree

2 files changed

+30
-10
lines changed

2 files changed

+30
-10
lines changed
4.87 KB
Binary file not shown.

docs/cheatsheet/overtone-cheat-sheet-a4.tex

+30-10
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,14 @@
7171

7272
\begin{document}
7373

74-
{\Large{\textbf{Overtone Cheat Sheet (Overtone 0.3.0)}}}
74+
{\Large{\textbf{Overtone Cheat Sheet (Overtone 0.4.0)}}}
7575

7676
\colouredbox{pink}{
7777
\section{REPL helpers}
7878
\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}\\
8182
\end{tabularx}
8283
}
8384

@@ -91,6 +92,18 @@ \section{Synths}
9192
\end{tabularx}
9293
}
9394

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+
94107
\colouredbox{yellow}{
95108
\section{Event Handling}
96109
\begin{tabularx}{\hsize}{lX}
@@ -150,14 +163,9 @@ \subsection{Trig}
150163
\begin{tabularx}{\hsize}{lX}
151164
Scaled& \cmd{cosr sinr tanr}\\
152165
\end{tabularx}
153-
154-
\subsection{Audio}
155-
\begin{tabularx}{\hsize}{lX}
156-
Positino& \cmd{splay-pan}\\
157-
\end{tabularx}
158166
}
159167

160-
\colouredbox{grey}{
168+
\colouredbox{purple}{
161169
\section{Music}
162170
\subsection{Pitch}
163171
\begin{tabularx}{\hsize}{lX}
@@ -210,6 +218,18 @@ \section{CGens}
210218
\end{tabularx}
211219
}
212220

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+
213233
\colouredbox{blue}{
214234
\section{Unary UGens}
215235
\begin{tabularx}{\hsize}{lX}
@@ -413,7 +433,7 @@ \section{Trig UGens}
413433
\begin{flushright}
414434
\footnotesize
415435
\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!\\
417437
\verb!Sam Aaron (sam.aaron gmail com)!
418438
\end{flushright}
419439

0 commit comments

Comments
 (0)