From de16954c75de98eb46ec11affa7e1b6d2f0bb5ec Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 14 Jul 2017 13:25:44 +0200 Subject: thesis/thesis.tex: Line break fixes. --- thesis/thesis.tex | 14 ++++++++------ 1 file 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} -- cgit v1.2.3-54-g00ecf