2014-05-15 19:04:42 +02:00
\hypertarget { lecture_ 8c} { \section { Référence du fichier sources/lecture/lecture.c}
\label { lecture_ 8c} \index { sources/lecture/lecture.\- c@{ sources/lecture/lecture.\- c} }
}
{ \ttfamily \# include \char `\" { } lecture.\- h\char `\" { } } \\ *
2014-05-20 13:17:26 +02:00
Graphe des dépendances par inclusion de lecture.\- c\- :
2014-05-15 19:04:42 +02:00
\subsection * { Fonctions}
\begin { DoxyCompactItemize}
\item
2014-05-22 00:12:25 +02:00
\hyperlink { fmod_ 8h_ a5e6281045c500b317fa3b60838542994} { void} \hyperlink { lecture_ 8c_ a39c4b94e2de975ad6760aaeb30f1562a} { lecture} (int nombre\- Chaines, int nombre\- Inst, int tempo, \hyperlink { instruments_ 8h_ a3ea24ed3c5f97006fe85fb5e0d168ebf} { Instrument} $ \ast $ \hyperlink { main_ 8c_ a51daa158cc3ad050d5aed7b500f18886} { inst} \mbox { [} $ \, $ \mbox { ]} , \hyperlink { motifs_ 8h_ a1ad48e14f9d1942401858dab039b3449} { Motif} $ \ast $ \hyperlink { main_ 8c_ a083d54258ee653fcb86365fce1e67bf3} { melodie} \mbox { [} $ \, $ \mbox { ]} )
2014-05-15 19:04:42 +02:00
\end { DoxyCompactItemize}
\subsection { Description détaillée}
Ce module impl<70> mente les fonctions du fichier \hyperlink { lecture_ 8h} { lecture.\- h}
\begin { DoxyVersion} { Version}
1
\end { DoxyVersion}
\begin { DoxyAuthor} { Auteur}
Quentin, Guy
\end { DoxyAuthor}
\begin { DoxyDate} { Date}
Mai 2014
\end { DoxyDate}
2014-05-20 13:17:26 +02:00
Définition dans le fichier \hyperlink { lecture_ 8c_ source} { lecture.\- c} .
2014-05-15 19:04:42 +02:00
\subsection { Documentation des fonctions}
2014-05-22 00:12:25 +02:00
\hypertarget { lecture_ 8c_ a39c4b94e2de975ad6760aaeb30f1562a} { \index { lecture.\- c@{ lecture.\- c} !lecture@{ lecture} }
2014-05-15 19:04:42 +02:00
\index { lecture@{ lecture} !lecture.c@{ lecture.\- c} }
2014-05-20 13:17:26 +02:00
\subsubsection [{lecture}] { \setlength { \rightskip } { 0pt plus 5cm} { \bf void} lecture (
2014-05-15 19:04:42 +02:00
\begin { DoxyParamCaption}
\item [{int}] { nbr\- Chaines, }
2014-05-22 00:12:25 +02:00
\item [{int}] { nombre\- Inst, }
2014-05-15 19:04:42 +02:00
\item [{int}] { tempo, }
2014-05-22 00:12:25 +02:00
\item [{{\bf Instrument} $\ast$}] { inst\mbox { [} $ \, $ \mbox { ]} , }
2014-05-15 19:04:42 +02:00
\item [{{\bf Motif} $\ast$}] { melodie\mbox { [} $ \, $ \mbox { ]} }
\end { DoxyParamCaption}
2014-05-22 00:12:25 +02:00
)} } \label { lecture_ 8c_ a39c4b94e2de975ad6760aaeb30f1562a}
2014-05-15 19:04:42 +02:00
Permet la lecture d'un motif
\begin { DoxyParams} [1]{ Paramètres}
\mbox { \tt in} & { \em nbr\- Chaines} & \- : nombre de chaines \\
\hline
\mbox { \tt in} & { \em tempo} & \- : vitesse de lecture \\
\hline
\mbox { \tt in} & { \em melodie\mbox { [} $ \, $ \mbox { ]} } & \- : tableau ordonné des motifs \\
\hline
\end { DoxyParams}
2014-05-20 13:17:26 +02:00
2014-05-22 00:12:25 +02:00
Définition à la ligne 46 du fichier lecture.\- c.
2014-05-20 13:17:26 +02:00