diff options
-rw-r--r-- | doc/RECEIPT_1236102222018035124.pdf | bin | 0 -> 46724 bytes | |||
-rw-r--r-- | doc/xilofono.tex | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/RECEIPT_1236102222018035124.pdf b/doc/RECEIPT_1236102222018035124.pdf Binary files differnew file mode 100644 index 0000000..ecbfca9 --- /dev/null +++ b/doc/RECEIPT_1236102222018035124.pdf 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} |