summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-02-22 16:54:32 +0100
committerNao Pross <naopross@thearcway.org>2018-02-22 16:54:32 +0100
commit0cfa0458d0d604d2a288b8875c5e96b5da70219c (patch)
treef2be44d0b1e8b543fb667662cd40153afa1738e9
parentFinalize Steps Hardware (diff)
downloadXilofono-0cfa0458d0d604d2a288b8875c5e96b5da70219c.tar.gz
Xilofono-0cfa0458d0d604d2a288b8875c5e96b5da70219c.zip
Add recepit and minor correction
-rw-r--r--doc/RECEIPT_1236102222018035124.pdfbin0 -> 46724 bytes
-rw-r--r--doc/xilofono.tex5
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/RECEIPT_1236102222018035124.pdf b/doc/RECEIPT_1236102222018035124.pdf
new file mode 100644
index 0000000..ecbfca9
--- /dev/null
+++ b/doc/RECEIPT_1236102222018035124.pdf
Binary files differ
diff --git a/doc/xilofono.tex b/doc/xilofono.tex
index 0ad9ddc..e50ecbf 100644
--- a/doc/xilofono.tex
+++ b/doc/xilofono.tex
@@ -49,8 +49,8 @@ Il sensore piezoelettrico quando colpito genera una tensione oscillante come mos
\begin{figure}[H] \centering
\begin{tikzpicture}
\begin{axis}[
- ylabel={Tensione $u_x(t)$},
- xlabel={Tempo $t$},
+ ylabel={Tensione $u_x(t)$ [V]},
+ xlabel={Tempo $t$ [s]},
xmin=-0.05, xmax=0.4,
grid=major,
grid style=dotted
@@ -215,6 +215,7 @@ typedef struct {
\end{minipage}
Lo svantaggio di questa interfaccia \`e che non rende possibile mandare direttamente i pacchetti MIDI come un qualsiasi buffer. \`E necessario infatti implementare una funzione specifica per ogni piattaforma.
+A seguire un esempio abbastanza generico per le piattaforme che implementano la funzione \texttt{putch}.
\begin{minipage}{\linewidth}
\begin{verbatim}