diff options
author | Nao Pross <naopross@thearcway.org> | 2018-02-22 16:54:32 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-02-22 16:54:32 +0100 |
commit | 0cfa0458d0d604d2a288b8875c5e96b5da70219c (patch) | |
tree | f2be44d0b1e8b543fb667662cd40153afa1738e9 /doc | |
parent | Finalize Steps Hardware (diff) | |
download | Xilofono-0cfa0458d0d604d2a288b8875c5e96b5da70219c.tar.gz Xilofono-0cfa0458d0d604d2a288b8875c5e96b5da70219c.zip |
Add recepit and minor correction
Diffstat (limited to 'doc')
-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} |