summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2017-07-14 13:25:44 +0200
committerDavid Runge <dave@sleepmap.de>2017-07-14 13:25:44 +0200
commitde16954c75de98eb46ec11affa7e1b6d2f0bb5ec (patch)
tree0676af2f71df82da32c7ac8290c28124440ea594
parent7dca133226614fe206474a67a27e4c9e45873348 (diff)
downloadmaster-thesis-de16954c75de98eb46ec11affa7e1b6d2f0bb5ec.tar.gz
master-thesis-de16954c75de98eb46ec11affa7e1b6d2f0bb5ec.tar.bz2
master-thesis-de16954c75de98eb46ec11affa7e1b6d2f0bb5ec.tar.xz
master-thesis-de16954c75de98eb46ec11affa7e1b6d2f0bb5ec.zip
thesis/thesis.tex: Line break fixes.
-rw-r--r--thesis/thesis.tex14
1 files changed, 8 insertions, 6 deletions
diff --git a/thesis/thesis.tex b/thesis/thesis.tex
index 821deb0..3350e54 100644
--- a/thesis/thesis.tex
+++ b/thesis/thesis.tex
@@ -906,8 +906,8 @@ parskip=never]{paper}
example, for systems that differentiate “symbols” from “strings”)\\
\texttt{c} & An \gls{ascii} character, sent as 32 bits\\
\texttt{r} & 32 bit RGBA color\\
- \texttt{m} & 4 byte \gls{midi} message. Bytes from MSB to LSB are: port
- id, status byte, data1, data2\\
+ \texttt{m} & 4 byte \gls{midi} message. Bytes from MSB to LSB are:
+ port id, status byte, data1, data2\\
\texttt{T} & True. No bytes are allocated in the argument data.\\
\texttt{F} & False. No bytes are allocated in the argument data.\\
\texttt{N} & Nil. No bytes are allocated in the argument data.\\
@@ -1318,8 +1318,8 @@ ssr-aap -N “server” -C “127.0.0.1:50002”
\textbf{Path} & \textbf{Types} & \textbf{Description} &
\textbf{Example}\\
\hline
- \texttt{/alive} & & Alive notification from client (in response to a /poll) &
- \texttt{[/alive]} \\
+ \texttt{/alive} & & Alive notification from client (in response to
+ a /poll) & \texttt{[/alive]} \\
\texttt{/message\_level} & i & Set message level of sender &
\texttt{[/message\_level, 1]} \\
\texttt{/message\_level} & ssi & Set message level of a specific
@@ -1668,7 +1668,8 @@ ssr-aap -N “server” -C “127.0.0.1:50002”
\begin{listing}[!htb]
\begin{mdframed}
\inputminted[numbers=left, firstline=3, lastline=29,
- fontsize=\footnotesize]{supercollider}{../../ssr/supercollider/workflows.scd}
+ fontsize=\footnotesize]{supercollider}
+ {../../ssr/supercollider/workflows.scd}
\end{mdframed}
\caption{supercollider/workflows.scd: \gls{sclang} as client
controlling a \gls{ssr} server instance}
@@ -1691,7 +1692,8 @@ ssr-aap -N “server” -C “127.0.0.1:50002”
\begin{listing}[!htb]
\begin{mdframed}
\inputminted[numbers=left, firstline=31, lastline=61,
- fontsize=\footnotesize]{supercollider}{../../ssr/supercollider/workflows.scd}
+ fontsize=\footnotesize]{supercollider}
+ {../../ssr/supercollider/workflows.scd}
\end{mdframed}
\caption{supercollider/workflows.scd: \gls{sclang} mimics server,
controlling a \gls{ssr} client instance}