Ajout d'une fenêtre et de précisions quant à cette fenêtre

This commit is contained in:
Raspbeguy 2014-03-09 16:34:49 +01:00
parent f166c0e862
commit 70fb32b9c6
5 changed files with 2380 additions and 795 deletions

View File

@ -128,16 +128,35 @@ Voici dons la liste des fonctionnalités :
\section{Spécification fonctionnelle}
L'utilisateur se confrontera à une fenêtre principale, qui permettra l'accès à la plupart des fonctions via des boutons ou via une liste de menus en haut de la fenêtre. Elle contiendra les contrôles de lecture du module ouvert ainsi que la matrice d'édition des motifs, et elle permettra également d'ouvrir les autres fenêtres pour les contrôles spécifiques.
L'utilisateur se confrontera à une fenêtre principale, qui permettra l'accès à la plupart des fonctions via des boutons ou via une liste de menus en haut de la fenêtre.\\
En haut à gauche, la première rangée de bouton permet d'enregistrer un fichier, d'ouvrir un fichier, d'annuler et de rétablir la dernière action. La deuxième rangée de boutons donne accès au contrôles de lecture du module ouvert ainsi que la matrice d'édition des motifs, c'est à dire passer au motif précédent, mettre en lecture, stopper la lecture et passer au motif suivant.\\
En haut au centre, dans le cadre noir, on aura accès au statistiques générales de lecture, avec affichage des numéros en écriture hexadécimale du motif, du temps et du \textit{tick} en cours de lecture, de la durée depuis le début du module, et d'un VU-mètre par canal stéréo.\\
À droite, on trouve les boutons pour ouvrir les trois fenêtres de contrôles spécifiques des samples, des instruments et des motifs, un autre bouton en deux partie définissant le mode d'édition de la matrice (entrer des notes ou des effets), et enfin des champs éditables pour le tempo (BPM) et de nombre de \textit{ticks} par temps.\\
Enfin, dans toute la partie basse de la fenêtre, on trouve la matrice d'édition du motif en cours, l'axe des temps étant vertical et descendant, et le tout organisé en plusieurs canaux de lecture afin de pouvoir jouer plusieurs instruments en même temps. Le plus souvent, on réserve un canal par instrument, mais cette distinction est facultative.\\
\begin{figure}[!h]
\includegraphics[width=\textwidth]{interface/mainwindow.eps}
\caption{Fenêtre principale}
\end{figure}
L'une de ces fenêtres auxiliaires permettra l'importation/édition des samples. Elle disposera d'un visualiseur d'onde permettant d'ajuster le resampling.\\
La fenêtres d'édition des samples permettra l'importation/édition des samples. Le premier bouton en haut à droite permet d'ajouter un sample à la liste juste en bas, et ouvre en même temps une fenêtre de navigation dans le système de fichiers de l'utilisateur. Le deuxième bouton supprime un élément. Les deux autre boutons démarrent et arrêtent la prévisualisation du sample. Le menu déroulant permet de choisir plusieurs modes de lecture du sample :
\begin{itemize}
\item \textit{Pas de boucle} : le sample sera lu une seule fois, sans tenir compte des poignées de sélection définies par l'utilisateur, visibles sur le visualiser de forme d'onde en bas.
\item \textit{En boucle} : le sample sera lu en continu et en boucle entre les deux poignées de sélections.
\item \textit{En rafale} : similaire à la lecture en boucle, sauf que le sample sera lu à partir du début, puis en boucle entre les deux poignées.
\item \textit{En aller-retour} : le sample sera lu en boucle entre les deux poignées alternativement à l'endroit et à l'envers.
\end{itemize}
\textit{Visuel à placer ici.}\\
\begin{figure}[!h]
\begin{center}
\includegraphics{interface/samplewindow.eps}
\end{center}
\caption{Fenêtre d'édition des samples}
\end{figure}
L'autre fenêtre auxiliaire permettra la création/édition des instruments par l'utilisateur. Elle présentera la liste des instruments en vis-à-vis d'un cadre d'édition ou il sera possible notamment de choisir un sample, d'éditer l'enveloppe sonore et de modifier les réglages propres à l'instrument comme le volume et la balance de base.\\
@ -147,7 +166,10 @@ On implémentera éventuellement une fenêtre de préférences, permettant notam
\section{Conception préliminaire}
\begin{figure}[!h]
\includegraphics[width=\textwidth]{Schema_tracker.eps}
\caption{Plan d'organisation des pôles de développements}
\end{figure}
\chapter{Tests unitaires}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,797 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.10.2 (http://cairographics.org)
%%CreationDate: Sun Mar 9 15:59:41 2014
%%Pages: 1
%%BoundingBox: 0 -1 329 176
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
11 dict begin
/FontType 42 def
/FontName /ArialMT def
/PaintType 0 def
/FontMatrix [ 1 0 0 1 0 0 ] def
/FontBBox [ 0 0 0 0 ] def
/Encoding 256 array def
0 1 255 { Encoding exch /.notdef put } for
Encoding 1 /uni0045 put
Encoding 2 /uni006E put
Encoding 3 /uni0020 put
Encoding 4 /uni0062 put
Encoding 5 /uni006F put
Encoding 6 /uni0075 put
Encoding 7 /uni0063 put
Encoding 8 /uni006C put
Encoding 9 /uni0065 put
Encoding 10 /uni0043 put
Encoding 11 /uni0072 put
Encoding 12 /uni0073 put
Encoding 13 /uni0070 put
Encoding 14 /uni0064 put
Encoding 15 /uni00E0 put
Encoding 16 /uni003A put
Encoding 17 /uni0061 put
Encoding 18 /uni0074 put
Encoding 19 /uni004C put
Encoding 20 /uni0033 put
Encoding 21 /uni0066 put
Encoding 22 /uni00E9 put
Encoding 23 /uni0071 put
Encoding 24 /uni0034 put
Encoding 25 /uni0030 put
Encoding 26 /uni0048 put
Encoding 27 /uni007A put
Encoding 28 /uni006D put
Encoding 29 /uni0069 put
/CharStrings 30 dict dup begin
/.notdef 0 def
/uni0045 1 def
/uni006E 2 def
/uni0020 3 def
/uni0062 4 def
/uni006F 5 def
/uni0075 6 def
/uni0063 7 def
/uni006C 8 def
/uni0065 9 def
/uni0043 10 def
/uni0072 11 def
/uni0073 12 def
/uni0070 13 def
/uni0064 14 def
/uni00E0 15 def
/uni003A 16 def
/uni0061 17 def
/uni0074 18 def
/uni004C 19 def
/uni0033 20 def
/uni0066 21 def
/uni00E9 22 def
/uni0071 23 def
/uni0034 24 def
/uni0030 25 def
/uni0048 26 def
/uni007A 27 def
/uni006D 28 def
/uni0069 29 def
end readonly def
/sfnts [
<00010000000a008000030020636d61700132f1c800002ac40000007e63767420a11cd7eb0000
2b44000006546670676dc83d982f00003198000005ee676c7966d6bdd9fc000000ac00002a18
68656164d7c8e4bb000037880000003668686561123308e9000037c000000024686d747880bb
0d0f000037e4000000806c6f63610002ba1000003864000000846d617870053705df000038e8
000000207072657025d64dbf0000390800000bbe000201000000050005000003000700002111
21112521112101000400fc2003c0fc400500fb002004c0000000000100a2000004e805ba000b
0095401506051e080807070003041e0201020a091e0b000807b8ffc0401d1012340754034a20
0a200d020a1a0d0409200120000100201010025500b8fff6b40f0f025500b8fff6b40d0d0255
00b8fffab40c0c025500b8fffab40c0c065500b8fff0400a0d0d0655005d0c3b5b182b4e10f4
2b2b2b2b2b2b5d3c4dfd3c4e10f65d4df4e42b003f3cfd3c3f3cfd3c12392f3c10fd3c313033
1121152111211521112115a20424fc9e032bfcd5038405baadfe3facfe0dad00000100870000
03e6043e0016017d40130503061302a810b810e303e713f003f6130604b8fff0403c0b0d3479
10019810d018e018ff18042008140e1416121c05070106160d0a0d0e0c0e2418401010025518
400b0b02550b28101002550b140e0e02550bb8ffec40110d0d02550b040c0c02550b220b0b02
550bb8fff4400b0b0b06550b14101006550bb8fff9400b0d0d06550b0a0f0f06550bb8fff640
120c0c06550b40333634ff0b01ff0b010b4e18b8ffc0401a343634b018f018027018a018b018
c01804180302331516250100b8fff6b41111025500b8fffab41010025500b8fffa40170e0e02
5500040c0c0255000a0b0b025500040b0b065500b8fffa40110f0f065500020c0c065500040d
0d065500b8ffc04012333634f0000100002000d000e00004004e1710f65d712b2b2b2b2b2b2b
2b2b2b3cfd3cf43c105d712bf65d712b2b2b2b2b2b2b2b2b2b2b2b2bed3c103c003f3c3f3fed
11390112393130437940160611090a080a070a0306102611060e1b010f0a121b01002b012b2b
2a81015d71002b5d71331133153633321616171615112311342626232206151187a275dd60a1
50100ab42a6b4873a7042697af45704d327dfd7302866e6d4192ccfdbc00000000020086ffe8
041f05ba0010001d0180409b01050c0f240535054505053f1fb01f021f1f221c331c421c701f
901f063a133c163c1a4c164c1a5d085d0d580f5d165e1a6a086c0d680f6e166e1ac01fd90cda
17da19e213ec17ec19e31de01fff1f1920052f0f2f1430053f0f40054c0f50056605da1df504
fa100c10150e040602001b1c0607010a151c0e0b1824d00b01100b400b600b800b041f400d0d
02550b0c0f0f02550b180d0d02550bb8fff6b40c0c02550bb8fff0b40b0b06550bb8fff4b40f
0f06550bb8ffe0b40c0c06550bb8fff4402f0d0d06550b7401113300040c0c025500040d0d06
55003303250202c001019001a001b001f001041f013f014f010301b8fffeb41010025501b8ff
fc401d0e0e0255010c0d0d025501100c0c025501120b0b0255010c0b0b065501b8fff8b41010
065501b8fffc40160f0f065501180c0c065501140d0d065501191e4737182b4e10f42b2b2b2b
2b2b2b2b2b2b5d71723c4d10fdf42b2be410fd2b2b2b2b2b2b2b2b5d71ed003fed3f3fed3f11
391112393130005d015d7172007121231133113633321e021510002322270314171633323635
3426232206012da7b472b162af7140fef2bdbc6b0234559176aca57576ac05bafdf58f4f8fca
73feeffed69d0196bf558bcdcbd0c6cd000000020044ffe80427043e000d0019016bb615180d
0d065513b8ffe8b40d0d06550fb8ffe840730d0d065519180d0d065512070a190c4706480856
065908670669080834103a123a16351845104b124b1645185c055c0952105d125d1652186d05
6d0964106d126d1664187701150906050d5b035405540a5b0c6c036505650a6c0c0a171c0407
111c0b0b14241b400d0d02551b400b0b025507b8ffea40110f0f025507180d0d025507100b0b
025507b8fff0b40b0b065507b8fff0b40d0d065507b8fff0b40f0f065507b8fff0b40c0c0655
07b8ffc04013242534300701000710072007030731df1b011bb8ffc040491e2334301b011b0e
24000c0e0f025500120d0d0255000c0c0c0255001c0b0b0255000e0b0b0655000e0d0d065500
0c1010065500160c0c065500402425341f003f000200311a3437182b10f65d2b2b2b2b2b2b2b
2b2bed10712b5df65d5d2b2b2b2b2b2b2b2b2b2bed003fed3fed313001715d0071435c584009
530553096205620904015d59002b2b2b2b131037363332001514060623220013141633323635
342623220644a489c5db01167beb8bdffeedb9b28786b2b38587b2021301278e76fee1fdcdeb
82011e010dcccbccd1c5cbca000000010083ffe803e004260018014fb9001affc04009151734
02201316340fb8fff040331214342b1301240813160c0113160b06000a111c030b0033162518
17403336341a401010025517281010025517120e0e025517b8ffec400b0d0d025517040c0c02
5517b8fff4400b0b0b065517141010065517b8fff8400b0d0d0655170c0f0f065517b8fff640
0d0c0c0655ff1701c01701174e1ab8ffc04015343634b01af01a02701aa01ab01aff1a041a0c
2509b8ffc04010333634f0090100092009d009e0090409b8fff8b41010025509b8fff840110e
0e025509040c0c0255090a0b0b065509b8fff640160f0f065509020c0c065509020d0d065509
4e194750182b10f62b2b2b2b2b2b2b5d712bed105d712bf65d712b2b2b2b2b2b2b2b2b2b2b3c
fde4003fed3f3f3c39390111123931304379401a04100e0d0f0d020607080608050803061004
0c1b000d08111b00002b012b2a2a81005d012b2b2b2135062322262627263511331114171616
3332363635113311033f7cd55ea34f100bb40b116e51518e3bb49cb4486d4f35730292fdb38d
314751538f880239fbda000000010050ffe803ed043e001a015ab1020243545840340e7f0f01
0f0b01400050007000030004121c0b07181c040b010e1507080e0e0255070c0d0d0255070c0c
0c025507100b0b0255072f2b2b2b2bcdd4c6003fed3fed10c45d3210c45d3231301b4047090c
011f1c4313431753135317601360179b029b039a0da410a41a0c080d190a6a0269036a05750c
700d800da60cb509b60ab50c0c160c860ce302030e225f0f6f0f7f0f030f01b802aa40793000
40005000600070009000a000e000f00009000f0f0b000004121c0b07181c040b1c0f010f240e
080d0d06550e221b000100240b2b1f010100010101400b0b065501401010065501480c0c0655
011a0d0d065501491c1524cf07011f073f0702070e0b0b0655070a1010065507120c0c065507
311b34c4182b10f62b2b2b5d71ed10f62b2b2b2b5d724b53234b515a58b90001ffc03859ed72
f42bed72003fed3fed12392f11392f105de4105de43130005d71015d71590117060623220011
34123633321617072626232206151416333236033cb11defaedafef772e989addc1faf197f5a
88aaa4846a8e018517b7cf011d010aac010281afa11b6b6cc3d3d6c282000001008300000137
05ba000300e3b605360b0b025505b8ffc0b337383405b8ffc0b334353405b8ffc0b330313405
b8ffc0b322253405b8ffc040251517340f051f059f05df05044f05df05f005031f0570058005
ff05040100000a0203250100b8ffc0b337383400b8ffc040153335349f0001c000f000020000
2000d000e0000400b8fff8b41010025500b8fffa401d0e0e025500040c0c0255000a0b0b0255
00140b0b065500081010065500b8fffeb40d0d065500b8ffffb40c0c065500b8fffc400a0c0c
0655004e044750182b10f62b2b2b2b2b2b2b2b2b5d71722b2b3cfd3c003f3f3130015d71722b
2b2b2b2b2b3311331183b405bafa46000002004bffe8041e043e0015001d015340171f001c15
0255035d055d09550b65036b056f09650b0815b8ffe4b40d0d065511b8ffe440520d0d06551d
1c0d0d06552712d905fa14f61a0431123a19311c41124d1a411c51125c19521c61126d1a611c
78067815f602f618100016010f0d171750166016701603161c0f9010a010021010041b1c0a07
00ba02aa0001ffc0b41010025501b8ffc04010101006551001010195131c040b17400db8ffdc
b40d0d02550db8ffeeb40d0d06550db8ffeab40c0c06550db8ffc04009272a34b00d010d1a1f
b8ffc0b32526341fb8ffc040411e2334301f011f163310240740242a341f073f074f07030720
0b0b025507180c0c0255071c0d0d0255070e0b0b0655071c0c0c065507160d0d065507191e34
37182b4e10f42b2b2b2b2b2b5d2b4dfde44e10712b2bf6712b2b2b2b4ded003fedfd5d2b2be4
3fed12392f5d3cfd713c011112393912393130015d005d2b2b2b017172011706062322001110
003332001114072116163332360121262726232206035eba2ceeb9e9feef0114dcd5010e01fc
e80ab285638cfdda02510c3856897ca9015617a3b4011f0103010c0128fedefef91020afba68
0195864368a6000000010066ffe7057605d3001d00d3b563026a1d0201b8ffe8b40b0b065500
b8ffe8405f0b0b06552000320d63007000741d8000841d90009a05ab03a50db903b40dc70dd0
00e41df31d110e121d111d1d032a0628112a1c201f470d56145715561968056b1d7b128b129a
03990e9a1ca801a402a811d50e130014001a1014101a0402b8ffdeb2283901b8ffc0402d2839
100f0001041b131e0c031b1e040910260f4a0026200101011a1f1726200801080c0b0b065508
191e635c182b4e10f42b5d4ded4e10f65d4dedf4ed003fed3fed1117393130012b2b5d5d7100
5d2b2b017201170604232224023534122433320417072626232206021514121633323604b4c2
3dfec3e5edfed79baf0143c2dc012c3bbf33c293a9e35c6de686a3e2020231effbc1016ed2e5
0155b1e0cb2da092a2feef91bbfee98abc00000000010085000002c6043e001100c9403b2f13
01100401230434044304530466047404060911080908090d1311090d000308010b1c06070106
000a0928900801082220130113022211250100b8ffc04010333634f0000100002000d000e000
0400b8fff8b41010025500b8fff840110e0e025500040c0c025500060b0b025500b8fffcb410
10065500b8fff440160f0f065500060c0c065500080d0d0655004e1247c4182b10f62b2b2b2b
2b2b2b2b5d712b3cfde4105df472e4003f3f3fed11393911393901111239390010c9870e7dc4
3130005d72015d33113315363633321707262322060706151185a23e693f5b5e3e42423b5e14
1e0426a171483aa727473f6072fdd40000000001003fffe803b1043e00300317407b04221422
3a094a094424562265227c098e098424a613ab2cc2030d09171a1817304b2cd617051b025502
021032010a185c085c095c0a5c0b5c0c5c0d6a086a096a0a6a0b6a0c6a0db426b4270f272624
27242936245a0a590b64266428742374248024930a9c0c9228972c9530a40aa90ca327a428b3
26c5261628b8fff4b40d0d065522b8fff4b40d0d065523b8fff4b40d0d065524b8fff4b40d0d
065528b8fff4b40c0c065522b8fff4b40c0c065523b8fff4b40c0c065524b8fff4b40c0c0655
1db8ffde40121e395a0827250c0a041a202615040b2e1d1ab802aa4022192c0b0b02551f193f
194f195f19af19cf19060f191f196f19df19041f198f190219bd02550015000002aa0001ffc0
40140b0b025510014001021001d00102000110010201b8ffc0b314163401b8ffc040100e1134
01012e5c1d6c1d021d1c150704b8fff4b40b0b025504b8ffe6b41010065504b8ffe640130f0f
0655041c2e0b1f1a011a24194013183432b8ffc0402f0f0f025519180f0f025519180d0d0255
19160c0c025519201010065519200f0f065519100c0c065519160d0d065519b8025bb207242a
b8ffc0b51c39d02a012ab8ffe6b40c0c02552ab8ffe8b40f0f02552ab8ffe8b40c0c06552ab8
ffeab60d0d06552a1a32b8ffc04021272a346032c032023f3280320232100101012400180d0d
025500100d0d06550020b8fff4b40d0d025520b8fff4b41010065520b8fff440190f0f065520
240f100b0b02550f160c0c02550f200d0d02550fb8fffa40200f0f02550f0e0c0c06550f0c0d
0d06550f22df00013f004f00020019313437182b4e10f45d714df42b2b2b2b2b2bed2b2b2b10
2b2bed724e105d712bf62b2b2b2b712b4dedf42b2b2b2b2b2b2b2b2bed72003fed2b2b2b3fed
7112392f2b2b5d71722be410fd5d71722be41112391112390111121739313043794040272d1e
2305142c261110121013100306220d201b000928071b01052d071b011e14201b00210e231b00
22230d0c08290a1b012827090a062b041b001f101d1b01002b2b103c103c2b103c103c2b012b
2b2b2b2a2b818181002b2b2b2b2b2b2b2b2b5d71015d72715d1337161633323635342726272e
023534363736363332161617072626232206151417161716171e02151406062322263fb20f89
7b7c78352593c6994f41382a91537dbd5a11b00c73697c6a16162f1b84bf975669c67dcfd901
3d1c6b7265443d2318253249814e4779281f2b487b6718525c5237231c1d130a2433417c5c5a
9f57ac0000020087fe690421043e0012001e0162408e0c102d103d104b10043f20b020021f20
290c231d3215321d421d70209020083a173a1b4a174a1b59085b0c5c175c1b6a086b0c69106d
176b1bc020d314dd18dd1ad31ee414e41ee020ff201623042b102b1535043a1046044a105a10
e50beb1dfe100b110e03161c1c06070106161c0e0b000e1924d00a01100a400a600a800a0420
400b0b025520400d0d02550ab8ffe6400b0f0f02550a180d0d02550ab8fffab40c0c02550ab8
ffeeb40b0b06550ab8fff4b40f0f06550ab8ffe840230c0c06550a74011333023312250000c0
01019001a001b001f001041f013f014f010301b8fffc401d0e0e025501100d0d025501100c0c
025501100b0b0255010c0b0b065501b8fff6b41010065501b8fffc40160f0f0655010c0c0c06
5501120d0d065501191f473718012b4e10f42b2b2b2b2b2b2b2b2b5d71723c4d10fdf4e410fd
2b2b2b2b2b2b2b2b5d71ed003f3fed3f3fed113912393130005d015d71720071131133153636
3332161615140206232226271103141633323635342623220687a43a926888d06a75df7b5a8f
2e11a67678aba77473b1fe6905bd8a51518cff98a3fefb8b4c3afdfb03a4cdc4cbd5cbcad700
00020046ffe803df05ba0011001d015540a40a02040d250d340d440d053514351c5702540a52
14531c6702640565096314601cc01fd405d513dd19e513e514ef17eb19e51de01fff1f161f1f
2b1a3c163c1a4b1a701f901f072e02240d2e163a02350d4b02450d4614491c570a560d670de5
06e716fa01f40e100115030e0b100f001b1c0b0711000a151c030b1833010025110f251010d0
11011011401160118011041f400b0b02551f400d0d025511121010025511b8fff440110f0f02
5511060e0e025511180d0d025511b8fff2400b0b0b0655110e1010065511b8ffeeb40c0c0655
11b8fff840420d0d065511741224bf07cf07df07ff07041f073f074f0703071e0b0b02550718
0c0c0255071e0d0d0255070c0b0b0655070c0d0d0655071a0c0c065507191e3450182b4e10f4
2b2b2b2b2b2b5d714dedfd2b2b2b2b2b2b2b2b2b2b5d713c10ed10fd3ce4003fed3f3c3fed3f
3c11391112393130005d01715d00712135062322262635341236333216171133110114163332
36353426232206033865c47fd5756ad48360962fb3fd20ac7576a5a87b78a1869e8cfba39f01
038a5141020efa460212cccac1c6daccc400ffff004affe8041c05c20226001100000107001e
00fa0000001b400e029f39ef3902391c0a482b020139b902220029002b012b5d350000000002
00b9000001860426000300070038402004050006070902063c04033c0106040a023c2f003f00
0220000100a108a198182b10f45d71ed003f3fed10ed01111239391239393130133533150335
3315b9cdcdcd0359cdcdfca7cdcd0002004affe8041c043e00280037022d402c090d092a190d
1a2a290d2a2a390d3615371b3a2a492a5d0d5d2a6a0d692a60308a0d86299a169b1aa90d1528
b8ffe8b40b0b065527b8ffe840190b0b0655a619aa28b619bb28c419cf28d215dd2808441601
1eb8fff440110c0c065512120c0c0655050c0c0c065535b8ffe040550c0c06551f171f182b2c
2a343904392c4904482c5608592b6608692b760c870cc90cf90df92b1137340e0104102f2434
17322114185f296f2902291c2f0e3f0e8f0e9f0eff0e059f0eaf0eef0e030e0c0f0f02550eb8
ffeab4101002550eb8fff44015101006550e0c0d0d06550e060f0f06550e0e1c0317b802aab6
1895141c1c0700b8fff4401a0c0c06550045270a321c030b2961106100060d0d025500252124
b8ffecb41010025524b8ffec400b0d0d025524040c0c025524b8ffe4b40b0b025524b8fff4b4
0b0b065524b8ffdc400b1010065524060f0f065524b8fffcb40c0c065524b8025b400e274000
26102620263026af260539b8ffc0b40e0e025526b8ffd6b60e0e0255263139b8ffc0400d1e23
343039c03902a039013917b8fff4404110100655172518222f24bf06cf06021f063f0602060e
0f0f0255060c0d0d025506180c0c0255060c0b0b0255060c0b0b0655060e0d0d065506100c0c
065506313810f62b2b2b2b2b2b2b5d71edf4ed2b105d712bf62b2b5dedf42b2b2b2b2b2b2b2b
3cfd2be5e5003fed3fe42b3fedfde41112392f2b2b2b2b2b5d71ed7111123911123939011112
17393130005d2b2b2b2b01715d2b2b0071250606232226353436363736373637363534272623
220607273e02333216161716151514161723260306070e02151416333236373635033c64b96a
afbc477348356bda67013345887f791db0186ed08988aa5010091722bc1c1762c46f5c326d69
68a2261d835546ab854e814e140e0d1a24250a6e2d3d597118718b4b40614a2e78f0fb853d38
01dd281c10284d2f48605b4f3d77000000010024fff2022a0599001700d8b9000affc0b32326
3409b8ffc0404123263480190100010c0d0a0103001610092b0f0a06161c030b0f1022002201
0d12250c01ff070845094560077007800790070400072007a007b007c007d0070607b8ffeeb4
1010025507b8fff4b40f0f025507b8fff2b40e0e025507b8fff8b40d0d025507b8fff8b40c0c
025507b8fffab41010065507b8fff0400b0f0f065507060c0c065507b8ffe8b40d0d065507ba
026a00180136b166182b10f62b2b2b2b2b2b2b2b2b5d71f4e410ed3cfd3c10e4f43c003fed3f
3cfd3c1139123911333310c93130015d2b2b2517062322262635112335331137113315231114
1616333202101a4c3c626c2c8484b3b5b5132b281ea19f103e65a202638c01076cfe8d8cfd93
4d2c1a00000100960000042a05ba0005006d400c010204031e05000820040104b802a7400f07
0203200120000100201010025500b8fff6b40f0f025500b8fff6b40d0d025500b8fffab40c0c
025500b8fff6b40c0c065500b8fff8400a0d0d0655005d063b5c182b10f62b2b2b2b2b2b5d3c
fd3c10e65d003f3cfd3c3f313033113311211596c202d205bafaf3ad000000010056ffe60416
05c0002b0159b10202435458400b1918400d0d0255181c0001b8ffc0402b0c0d02550129230a
0d0f0c0f1e0a0a29151e1c041e291c05290d230d0c181901001220100c0c0255200726b8ffe8
b40c0d0255262f2bcd2f2bcd2fcd2fcd2f0012393f3f10ed10ed12392fedc610c6123910c42b
3210c42b3231301b4028050d160d450d860d0445115711761b0352166c106a146416750d7914
860d8a14891ba50d0a052003b8ffe0400b0b0c0d0e040701230d0c01b802a4b340000100bb01
180029000d0135b40c0c150418ba02a4001902684027151e1c05041e290d12735f206f200220
180d0d0655208007732640212334302601002610260226b8fff4b70d0d065526902d18b80138
b219d301ba01380000ffc0400b212334200040000200902cb80192b18b182b10f65d2bedf4ed
10f62b5d712bedf42b5ded003fed3fedfde41112392fed10fd5de41112390111121739313001
3838015d005d0171591337161633323635342623220737163332363534262322060727363633
32161615140607161615140023222656b41f956b7fafa27d334c14120b73b8866a698c14b421
eaae78ca6b66648290fee8d6c1ff0183189987b0827ca1149e02787d6382848420b5c767b264
5f9c2e1ebd8ec0fef5e60000000100130000028005d30017010d401e1409010f192f19301940
1970199b0c9c0da90d081a0d280db019c0190419b8ffc040281a1f341d080d030c0f1c0a0115
022b1413040306000a9f140114ff13400417250400030292010100b8ffc0b331383400b8ffc0
402b1c1f3490000119400f0f025519400d0e025500141010025500280f0f025500220e0e0255
002c0d0d025500b8fff2400b0c0c025500140b0b065500b8ffeab41010065500b8ffe6b40f0f
065500b8fffab70c0c065500a31819bc01ba002100f6010a00182b2bf62b2b2b2b2b2b2b2b2b
2b2b5d2b2b3c10f43c103ced10eded5d003f3f3c3c3cfd3c3fed391139313043794014101106
090706080602061009121b0011060f1b012b012b2a8181012b715d0072331123353335343736
363332170726232206151533152311b29f9f131a83764c5c1b38325244cfcf039a8c716b3446
57129d0a4660628cfc66ffff004bffe8041e05c20226000900000107001f00f30000001b400e
02e021f02102210a00482b020121b902220029002b012b5d3500000000020048fe6903e0043e
0010001c0136408e0b022b022a183b024b02790c063f153f194b19901ea01e053413341b3f1e
4413441b5313531b6313631b601e801ed406d512e606e90cea18102902220c2b153902350c49
02460c5a026902d90cdb18e316e919e61bfc020f01040d141a1c0b070e06141c040b000e170e
3300251010d00f01100f400f600f800f041e400b0c02551e400d0d02550f12101002550fb8ff
f440110f0f02550f060e0e02550f160d0d02550fb8fffe400b0c0c02550f16101006550fb8ff
e8b40c0c06550fb8fff4403f0d0d06550f741124bf07cf07df07ff07041f073f074f07030724
0b0b0255071a0c0c025507220d0d025507160c0c0655071a0d0d065507191d1e74213450182b
2b4ef42b2b2b2b2b5d714dedfd2b2b2b2b2b2b2b2b2b2b5d713c10fdf43c003f3fed3f3fed11
3912393130005d015d7100710111060623220011343636333217353311011416333236353426
232206032c2a9755bdfeef6fd37ec571a2fd21ac7873a6af7675a3fe6902083b4e012e0107a0
fe83a68efa4303adcdcdc3c7d4d6c70000000002001a0000041005ba000a000d012640361258
0c680c9a0ca90cc90c054c034c0d94040312010208000c060307050a0b0307000c0c0d0dca03
0414030304030d00020c0d040703bb02bb0008000201a0400a000404000c0c00ca0a04b80266
b705050a401d1f340ab8ffe0b4101002550ab8ffe6b40d0d02550ab8ffeeb40d0d06550ab801
37400d07402223340780213507900f02b8ffc0400b0d14340002100220020302b8ffe0b40d0d
025502b8ffe4b60d0d065502b50eb8018cb18b182b10ec2b2b5d2b10f62b2bf42b2b2b2b3c10
e610fd3c003f3f10f43cf63c1139390111123939872e2b047d10c40f0f0f313001435c58b900
0dffdeb212390db8ffd4400b333903222d3903041d1d3c2b2b2b2b595d005d435c5840140c40
0b390c8050390c4026390c221c390c402d392b2b2b2b2b592111213501331133152311031101
0296fd84029d93c6c6b4fe35015fa503b6fc4aa5fea102040295fd6b00020055ffe7041105c0
0010001d0155b10202435458400a1a1e0405141e0d0d1709b8ffe8b40f0f025509b8ffe84019
0d0d02550911000c0f0f025500160c0c0255000c0d0d0255002f2b2b2bcd2f2b2bcd003fed3f
ed31301bb10602435458400a1a1e0405141e0d0d1709b8fff4b40f0f065509b8ffe6b40d0d06
5509b8ffee40190b0b0655091100100d0d065500100c0c065500100b0b0655002f2b2b2bcd2f
2b2b2bcd003fed3fed31301bb4062019101cb8fff0b202200bbeffe00016ffe00012ffe0000f
ffe0406204068702880b880fc90e0509070b180245134c154a19431b54135c155c19521b6b07
6b0b63136c156b19601b79027706760b7a0f870698079610c918da02d606d60bdb0f1a1a1e04
05141e0d0d17730940212334300901000910090209901f117300b8ffc0400e21233420004000
0200901ec78b182b10f65d2bed10f65d712bed003fed3fed3130015d71005d00383838383801
3838385959131012363332161612151002062322272613101633323611102623220706556bd3
a076b274426ad3a1d47991b9a97c7ca9a97e7c4a5d02d30104013dac5fb3feffdafefefec3ad
98b7019dfe97eff00168016aee698600000100a40000052205ba000b00d8b9000dffc0401a13
153404031e090aa00ad00a020a0502020b0808050820070706b8ffeeb40f0f025506b8fff240
0b0d0d025506100c0c025506b8ffe040180b0b065506010c0c0655065d800d010d020b200120
000100b8ffc0400a13153400201010025500b8fff6b40f0f025500b8fff6b40d0d025500b8ff
fa400b0c0c025500080b0b065500b8fff7b40c0c065500b8fff840160d0d0655005d0c200d01
200d500d600d700d043b59182b5d7110f62b2b2b2b2b2b2b2b5d3cfd3c105df62b2b2b2b2b3c
10fd3c003f3c3f3c395d2f3cfd3c3130012b331133112111331123112111a4c202fac2c2fd06
05bafda6025afa4602b3fd4d000000010028000003d40426000e01af400d12b802c908021201
3212173408b8ffce4009121734013e1e213408b8ffc2404a1e2134290228092f103901390a49
014602460849094f105c01540254085a0950106c01630263086a097b0174087b098b01850889
09f901f4021b1908260129082b093908a508d7010710b8ffc0b7101534022c123909b8ffd440
23123901023a090a02080a0a25010214010102010d0e08060261052b0706060a610d000db8ff
f440090b0b06550d2b0e0a02b8010fb40808070506bb025b00000007fff440160b0b06550722
0da00e01000e400e600e800ef00e050eb8fff440240b0b06550e74000a7e0101af00014f006f
00ff000300180b0b065500190f1074217cc4182b2b4ef42b5d713c4d10ed10fd2b5d713ce42b
10f43c103c10fd003fed2b3c10e53f3cfde5113911123987052e2b877dc4100ec42b3130012b
2b2b715d002b2b2b2b435c58b5290126080201b8ffce4009121734083212173401b8ffc2b71e
2134083e1e2134002b2b2b2b017159015d435c58b90008ffdeb20f3909b8ffdeb20f3909b8ff
e8b71b390908161b3d09b8fff0b2173909b8fff8400a163902141639021a16392b2b2b2b2b2b
2b2b593335010623213521150107363321152802a47358fe4f0364fdc16f796a01eb92030806
9277fd5e7b099b000001008700000626043e002301c7b9000dfff4b40d0d065508b8fff4b40d
0d065509b8ffd8404d0b0d342504e404e409e117e52005d505f620021708202309181b200903
03231e1c06151c0b0b06070106231a19100ad025019025a025022517171a0e25901101110410
10025511180f0f025511b8ffec400b0e0e025511140c0c025511b8ffe840170b0b025511020b
0b0655110c1010065511060f0f065511b8fffab40c0c065511b8fff8b40d0d065511b8015d40
0c1825901b011b180f0f02551bb8ffec400b0e0e02551b140c0c02551bb8ffee40110b0b0255
1b040b0b06551b0a101006551bb8fffe400b0d0d06551b0c0f0f06551bb8fffcb40c0c06551b
b8015d4016000233232501d000019000a000021f003f004f000300b8fffe401d0e0e02550010
0d0d025500100c0c0255000c0b0b025500160b0b065500b8fffcb41010065500b8fff440140f
0f0655000a0c0c0655000e0d0d065500192425b80178b3214750182b2b4ef42b2b2b2b2b2b2b
2b2b5d71723c4dfde410f42b2b2b2b2b2b2b2b2b5dedf42b2b2b2b2b2b2b2b2b2b5dfd4e4565
44e67172003f3c3c3c3f3f3c4d10ed10ed11173901111239123931304379400e0c141326140c
111b01120d151b01002b012b2b81015d005d2b2b2b3311331536363332161736333216151123
1134262623220615112311342623220606151187a132a66a76971f7eca9eaab3235c3e7094b4
58644c813a0426954e5f6258baafb6fd27029d6c5f3a95a4fd9702b27878509a91fdd9000002
00880000013c05ba0003000700cd405e09360b0b02554f099009a009b009c009df09f0090700
091f09700980099f09b009c009df09e009ff090a1f09010001070402030906037e0100060506
040a0607250500049f04a004b004c004e00406c004f0040200042004d004e0040404b8fff8b4
1010025504b8fffa40170e0e025504040c0c0255040a0b0b025504140b0b065504b8ffeab410
10065504b8fffeb40d0d065504b8fffc400a0c0c0655044e084750182b10f62b2b2b2b2b2b2b
2b5d71723cfd3c003f3f3c3fed0111123939111239393130015d72712b133533150311331188
b4b4b404ebcfcffb150426fbda000001005904aa01d105c200030060400b033817193402400f
113400b8ffc0b317193403b8ffc0401a16193450015003024003500002030200000110010201
87020000b80253b2018603b80260b302190471b9012f00182b4e10f44dedf4ed003ffd5d3c10
3c3130015d5d2b2b2b2b0123033301d191e7f104aa011800000100de04aa024f05c200030065
b90001ffc8b317193402b8ffc0b317193403b8ffc040261719347f018002df01036f037f007f
03036f006f01024f015002020000031003020387010401b80260b2028603b80253b5001904d9
a7182b4e10f44dfdf4fd003ffd5d3c3130015d5d5d5d2b2b2b13133303de85ecdc04aa0118fe
e800000000000002000300000000001400010000000000340004002000000004000400010000
f01fffff0000f000ffff10000001000000000006004a00000000002000000001000200030004
00050006000700080009000a000b000c000d000e000f00100011001200130014001500160017
00180019001a001b001c001d001e001f000005ba001905ba001a05a70019042600180000ffe7
0000ffe80000ffe7fe69ffe805ba0019fe69ffe802ea000000b8000000b80000000000a800ad
016900ad00bf00c201f0001800af00b900b400c800170044009c007c009400870006005a00c8
0089005200520005004400940119ffb4002f00a1000300a100cd00170057007e00ba00160118
ffe9007f008503d300870085000d002200410050006f008d014cff75005c00df04830037004c
006e00700180ff58ff8eff92ffa400a500b903c8fffd000b001a0063006300cdffee05d8ffdc
002d005c0095009900df019209b500400057008000b9039d0072009a035d0401ff67fffa0003
0021007700cd0004004d00cd01c0022b004c006500e70118017c034305d8ffa3ffb0ffc40003
001c005d0068009a00ba013501470221055cff4dffcd0016002d00780080009900b200b600b6
00b800bd00da010c05f0ffa4fff00019002c0049007f00b400ce01c003fefd81fe3f00000005
0018002900390049006f00be00c700d0012301c1026f050c05320540057affd4001400310055
005700a700b400e601f7027e027e027f03c60446ff42000e0085009100bf00c200c500e1011a
012f014f01560229026f029e03720008002c00310031006400690089009800c700de012b01b6
020c02cf03a304ab04fb061dfee0ff0e00060026009b009d00c1010d011801200173018201d6
01e30243025f029b02e2039404a904d20761001c005e006d008d00ab00f7011201380151015b
0168017c01870191019901cd01d001e802410254026b02ef0368037103bd0442044204530473
04830586058b06e8fe58fec4fed1fef7ff32ff860051007c008100910095009e00b400b900cf
00d900d900df00e20105010b010e010e012001210155017b017b017e018d01a201a801a901b4
01d001d001e201e901f201f501fb020002000206021b0221022202220223027202770294029c
02cf02cf02d002ec02f903170322032b0335033c0359036f037103870390039003b503e1041a
04cf04ff053205320596059f05a805ab05c205f0060c0782080008ccfca3fd2afddefe00fe88
fe96feb2feb4ffe100150019001a001c001f003c005100610061006a0078009600a500af00d3
010c0118011a012a013e014c0151015f016a0171017801820184019a01a501a801a901ae01bc
01cd01d701ef0200020d021c02210222022e02350242024f024f025e026502710290029202b4
02d602fa0307030b030f0315032a0347035d036503740379039603b003cc03dd03e203f603fc
03fc03ff040a041f04220426042b0447045f0475049e04e704e7055c05cb05e5060a066d0686
06b806f10736073e07500751075d078f07b607d4086000b600c300b500b70000000000000000
0000000001e00381034503b5008e0233041902ce02ce002d005f0064034d023f000002a80188
027d01b402240578063b023b014e00f00426029402c6029f02f6023b034d014b0153006a0231
000000000000061404aa0000003c04c300ed04bc026502ce03b50078060c017e02ef060c00b2
01000239000001c50330042b03cb00da03df010704a100db040a011701ed02a70350010b01bd
043e05580021039c00ae0371017d00b5024500000afb088c012b014e01aa00870054013201f8
03ff0003024e00b4003703e30083006b02d800ed00770088009701640467008e0033017c00e7
00a6029e0329056e062a061501c90269048a021301b4000204a9000002390124010305140084
015d039a06ef02d9007500cf040a00de03ac04bc02cf02ae034d04f005520168006d007d0086
0071ff810079055804d2016700030156002504e00094007c033204210094007f0072005c002f
00b6001800ba00b80041034d00720018001f004c016a01550099009a009a009800b200040078
006900140057006e00ce00b4065402b80067050e016500e7000004cbfe52005affa60099ff67
006eff92002dffd40087ff7c00b800a800e5008f00a80185fe7b0070001e00d900de014c0546
02cf0546ff2d028a02d90253029600b700000000000000000000000000000125011800ea00ea
00ae0000003e05bb008a04d70053003fff8cffd500150028002200990062004a00e4006d00ee
00e5004803c00033fe4e02b1ff460370007905df0051ffa7ff1f010a0068ff6c004f00bc00a5
07050061072b00ed04b001d200b6007b00650252ff740365fe690094008f005c004000860075
008900894043555441403f3e3d3c3b3a3938373534333231302f2e2d2c2b2a29282726252423
2221201f1e1d1c1b1a191817161514131211100f0e0d0c0b0a090807060504030201002c4523
466020b02660b004262348482d2c452346236120b02661b004262348482d2c45234660b02061
20b04660b004262348482d2c4523462361b0206020b02661b02061b004262348482d2c452346
60b0406120b06660b004262348482d2c4523462361b0406020b02661b04061b004262348482d
2c0110203c003c2d2c20452320b0cd442320b8015a51582320b08d44235920b0ed51582320b0
4d44235920b09051582320b00d44235921212d2c20204518684420b001602045b04676688a45
60442d2c01b10b0a432343650a2d2c00b10a0b4323430b2d2c00b0172370b101173e01b01723
70b10217453ab10200080d2d2c45b01a234445b01923442d2c2045b00325456164b050515845
441b2121592d2cb00143632362b0002342b00f2b2d2c2045b0004360442d2c01b00643b00743
650a2d2c2069b04061b0008b20b12cc08a8cb8100062602b0c642364615c58b00361592d2c45
b0112bb0172344b0177ae4182d2c45b0112bb01723442d2cb01243588745b0112bb0172344b0
177ae41b038a45186920b01723448a8a8720b0a05158b0112bb0172344b0177ae41b21b0177a
e45959182d2c2d2cb0022546608a46b040618c482d2c4b53205c58b002855958b00185592d2c
20b0032545b019234445b01a23444565234520b00325606a20b009234223688a6a606120b01a
8ab000527921b21a1a40b9ffe0001a45208a54582321b03f1b235961441cb114008a5279b319
40201945208a54582321b03f1b235961442d2cb110114323430b2d2cb10e0f4323430b2d2cb1
0c0d4323430b2d2cb10c0d432343650b2d2cb10e0f432343650b2d2cb11011432343650b2d2c
4b525845441b2121592d2c0120b003252349b04060b0206320b000525823b002253823b00225
6538008a63381b212121212159012d2c4bb06451584569b00943608a103a1b212121592d2c01
b005251023208af500b0016023edec2d2c01b005251023208af500b0016123edec2d2c01b006
2510f500edec2d2c20b001600110203c003c2d2c20b001610110203c003c2d2cb02b2bb02a2a
2d2c00b00743b006430b2d2c3eb02a2a2d2c352d2c76b8022323701020b802234520b0005058
b00161593a2f182d2c21210c6423648bb84000622d2c21b08051580c6423648bb82000621bb2
00402f2b59b002602d2c21b0c051580c6423648bb81555621bb200802f2b59b002602d2c0c64
23648bb84000626023212d2cb4000100000015b00826b00826b00826b008260f10161345683a
b001162d2cb4000100000015b00826b00826b00826b008260f1016134568653ab001162d2c4b
53234b515a5820458a60441b2121592d2c4b545820458a60441b2121592d2c4b53234b515a58
381b2121592d2c4b5458381b2121592d2cb0134358031b02592d2cb0134358021b03592d2c4b
54b012435c5a58381b2121592d2cb012435c580cb00425b00425060c6423646164b807085158
b00425b00425012046b01060482046b0106048590a21211b2121592d2cb012435c580cb00425
b00425060c6423646164b807085158b00425b00425012046b8fff060482046b8fff06048590a
21211b2121592d2c4b53234b515a58b03a2b1b2121592d2c4b53234b515a58b03b2b1b212159
2d2c4b53234b515ab012435c5a58381b2121592d2c0c8a034b54b00426024b545a8a8a0ab012
435c5a58381b2121592d2c4b5258b00425b0042549b00425b00425496120b0005458212043b0
005558b00325b00325b8ffc038b8ffc038591bb04054582043b0005458b00225b8ffc038591b
2043b0005458b00325b00325b8ffc038b8ffc0381bb00325b8ffc03859595959212121212d2c
462346608a8a462320468a608a61b8ff8062232010238ab902c202c28a70456020b0005058b0
0161b8ffba8b1bb0468c59b0106068013a2d2cb1020042b123018851b1400188535a58b91000
0020885458b202010243604259592d2cb0024354584b53234b515a58381b2121591b21212121
592d0000000100000005028feb3cd5db5f0f3cf5081b080000000000a2e3272a00000000c304
7090faaffd671000080c00000009000100010000000000010000073efe4e00431000faaffa7a
100000010000000000000000000000000000002006000100055600a204730087023900000473
008604730044047300830400005001c700830473004b05c7006602aa00850400003f04730087
047300460473004a023900b90473004a023900240473009604730056023900130473004b0473
00480473001a0473005505c700a40400002806aa008701c7008802aa005902aa00de00000000
0000002c000000f0000002b8000002b8000004980000065c000007fc000009b000000aac0000
0c6c00000da800000eb0000012580000141c000015d000001608000016640000193800001a5c
00001ae800001cc400001e1800001e5000001fe800002148000023040000240c000025f40000
2824000029180000299400002a1800010000002000f2003c009d000700020010002f00560000
0468041d00050002b900540328b326181fd0bc032900e0032900020329b22b1d1fb90327031d
b23b1f40b80323b31215320f412d03200001002f0320000100200320006f032000af032000bf
03200004005f031e00010010031e007f031e0080031e00af031e00bf031e00d0031e00060000
031e0010031e0020031e006f031e009f031e00e0031e0006031d031cb2201f1041270319007f
03190002000f031700ef031700ff03170003001f0317002f0317004f0317005f0317008f0317
009f03170006000f0317005f0317006f0317007f031700bf031700f00317000600400317b292
3340b80317b28b3340b80317b36a6c3240b80317b2613340b80317b35c5d3240b80317b35759
3240b80317b34d513240b80317b344493240b80317b23a3340b80317b331343240b80317b32e
423240b80317b3272c3240b80317b312253280b80317b30a0d32c04116031600d00316000200
700316000102c4000f0101001f00a0031500b0031500020306000f0101001f00400312b32426
329fbf03040001030203010064001fffc00301b20d1132410a02ff02ef0012001f02ee02ed00
64001fffc002edb30e11329f414a02e200af02e200bf02e2000302e202e202e102e1007f02e0
0001001002e0003f02e0009f02e000bf02e000cf02e000ef02e0000602e002e002df02df02de
02de000f02dd002f02dd003f02dd005f02dd009f02dd00bf02dd00ef02dd000702dd02dd0010
02dc0001000002dc0001001002dc003f02dc000202dc02dc001002db000102db02db000f02da
000102da02daffc002d3b2373932b9ffc002d3b22b2f32b9ffc002d3b21f2532b9ffc002d3b2
171b32b9ffc002d3b2121632b802d2b2f9291fb90326031cb23b1f40bb0322003e00330322b2
25311fb80318b23c691fb802e3b3202b1fa0413002d400b002d40002000002d4001002d40020
02d4005002d4006002d4007002d40006006002d6007002d6008002d6009002d600a002d600b0
02d60006000002d6001002d6002002ca002002cc002002d6003002d6004002d6005002d60008
02d0b2202b1fb802cfb226421f411602ce02c70017001f02cd02c80017001f02cc02c6001700
1f02cb02c50017001f02c902c5001e001f02ca02c6b21e1f00410b02c6000002c7001002c600
1002c7002f02c5000502c1b324121fff411102bf0001001f02bf002f02bf003f02bf004f02bf
005f02bf008f02bf000602bf0222b2641f12410b02bb00ca0800001f02b200e90800001f02a6
00a20800406a1f4026434932402043493240263a3d3240203a3d329f209f2602402696993240
2096993240268e923240208e92324026848c324020848c3240267a813240207a813240266c76
3240206c76324026646a324020646a3240265a5f3240205a5f3240264f543240204f5432b802
9eb724271f374f6b0120410f0277003002770040027700500277000402770277027700f90400
001f029bb22a2a1fb8029a402b292a1f80ba0180bc0180520180a201806501807e0180810180
3c01805e01802b01801c01801e0180400180bb0138000100800140b40180400180bb01380001
0080013940180180ca0180ad018073018026018025018024018020013740b80221b2493340b8
0221b2453340b80221b341423240b80221b33d3e320f410f0221003f0221007f0221000300bf
022100cf022100ff0221000300400221b320223240b80221b3191e3240b80222b32a3f3240b8
0221b32e3a326f414802c3007f02c3008f02c300df02c30004002f02c3006002c300cf02c300
03000f02c3003f02c3005f02c300c002c300ef02c300ff02c3000600df02220001008f022200
01000f0222002f0222003f0222005f0222007f022200ef0222000600bf022100ef0221000200
6f0221007f022100af02210003002f0221003f0221004f0221000302c302c302220222022102
21401d101c102b1048038f1c010f1e014f1eff1e023700161600000012110811b8010db6f70d
f8f70d00094109028e028f001d001f0290028f001d001f028fb2f91d1fb80198b226bb1f4115
0197001e0401001f013900260125001f013800730401001f0135001c0801001f0134001c02ab
001f0132b21c561fb8010fb2262c1fba010e001e0401b61ff91ce41fe91cb80201b61fe81cbb
1fd720b80401b21fd51cb802abb61fd41c891fc92fb80801b21fbc26b80101b21fba20b80201
b61fb91c381fadcab80401b21f8126b8019ab21f7e26b8019ab61f7d1c471f6b1cb80401b21f
6526b8019ab21f5e73b80401400f1f52265a1f481c891f441c621f4073b80801b61f3f1c5e1f
3c26b8019ab21f351cb80401b61f301cbb1f2b1cb80401b61f2a1c561f291cb80101b21f231e
b80401b21f5537b80168402c07960758074f07360732072c0721071f071d071b071408120810
080e080c080a080808060804080208000814b8ffe0402b000001001406100000010006040000
01000410000001001002000001000200000001000002010802004a00b013034b024b5342014b
b0c063004b6220b0f65323b8010a515ab005234201b0124b004b5442b0382b4bb807ff52b037
2b4bb007505b58b101018e59b0382bb00288b801005458b801ffb101018e851bb0124358b900
010111858d1bb900010128858d5959001816763f183f123e113946443e113946443e11394644
3e113946443e11394660443e11394660442b2b2b2b2b2b2b2b2b2b2b182b2b2b2b2b2b2b2b2b
2b2b182b1db0964b5358b0aa1d59b0324b5358b0ff1d594bb09353205c58b901f201f04544b9
01f101f045445958b9033e01f2455258b901f2033e4459594bb8015653205c58b9002001f145
44b9002601f145445958b9081e0020455258b90020081e4459594bb8019a53205c58b9002501
f24544b9002401f245445958b909090025455258b9002509094459594bb8040153205c58b173
244544b1242445445958b917200073455258b9007317204459594bb8040153205c58b1ca2545
44b1252545445958b9168000ca455258b900ca16804459594bb03e53205c58b11c1c4544b11e
1c45445958b9011a001c455258b9001c011a4459594bb05653205c58b11c1c4544b12f1c4544
5958b90189001c455258b9001c01894459594bb8030153205c58b11c1c4544b11c1c45445958
b90de0001c455258b9001c0de04459592b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b
2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b65422b2b01b33b59635c456523456023456560
234560b08b766818b080622020b163594565234520b003266062636820b003266165b0592365
44b063234420b13b5c4565234520b003266062636820b003266165b05c236544b03b2344b100
5c455458b15c406544b23b403b4523614459b347503437456523456023456560234560b08976
6818b080622020b134504565234520b003266062636820b003266165b050236544b034234420
b147374565234520b003266062636820b003266165b037236544b0472344b10037455458b137
406544b24740474523614459004b5342014b5058b108004259435c58b108004259b3020b0a12
4358601b2159421610703eb0124358b93b21187e1bba040001a8000b2b59b00c2342b00d2342
b0124358b92d412d411bba04000400000b2b59b00e2342b00f2342b0124358b9187e3b211bba
01a80400000b2b59b0102342b0112342002b7475737500184569444569444569447373737374
757374752b2b2b2b74752b2b2b2b2b7373737373737373737373737373737373737373737373
73732b2b2b45b0406144737400004bb02a534bb03f515a58b1070745b040604459004bb03a53
4bb03f515a58b10b0b45b8ffc0604459004bb02e534bb03a515a58b1030345b040604459004b
b02e534bb03c515a58b1090945b8ffc06044592b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b75
2b2b2b2b2b2b2b435c58b9008002bbb301401e017400735903b01e4b5402b0124b545ab01243
5c5a58ba009f02220001007359002b7473012b01732b2b2b2b2b2b2b2b737373732b2b2b2b2b
002b2b2b2b2b2b00456944734569447345694473747545694473456944456944456944737445
6944456944732b2b2b2b2b732b002b732b74752b2b2b2b2b2b2b2b2b2b2b2b2b2b737475732b
7374757374752b2b2b742b2b000000>
] def
/f-0-0 currentdict end definefont pop
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 -1 329 176
%%EndPageSetup
q 0 -1 329 177 rectclip q
0 175.325 329 -176 re W n
0 g
0.8 w
0 J
0 j
[] 0.0 d
4 M q 1 0 0 -1 0 175.324997 cm
4.406 0.391 m 323.93 0.391 l 326.145 0.391 327.93 2.176 327.93 4.391 c
327.93 170.922 l 327.93 173.141 326.145 174.922 323.93 174.922 c 4.406
174.922 l 2.191 174.922 0.406 173.141 0.406 170.922 c 0.406 4.391 l
0.406 2.176 2.191 0.391 4.406 0.391 c h
4.406 0.391 m S Q
q 1 0 0 -1 0 175.324997 cm
0.621 8.309 m 327.715 8.309 l S Q
q 1 0 0 -1 0 175.324997 cm
4.977 40.656 93.504 128.719 re S Q
q 1 0 0 -1 0 175.324997 cm
5.023 160.656 m 98.438 160.656 l S Q
q 1 0 0 -1 0 175.324997 cm
5.023 152.656 m 98.438 152.656 l S Q
q 1 0 0 -1 0 175.324997 cm
5.023 144.656 m 98.438 144.656 l S Q
q 1 0 0 -1 0 175.324997 cm
5.023 136.656 m 98.438 136.656 l S Q
q 1 0 0 -1 0 175.324997 cm
5.023 128.656 m 98.438 128.656 l S Q
q 1 0 0 -1 0 175.324997 cm
5.023 120.656 m 98.438 120.656 l S Q
q 1 0 0 -1 0 175.324997 cm
5.023 112.656 m 98.438 112.656 l S Q
q 1 0 0 -1 0 175.324997 cm
5.023 104.656 m 98.438 104.656 l S Q
q 1 0 0 -1 0 175.324997 cm
5.023 96.656 m 98.438 96.656 l S Q
q 1 0 0 -1 0 175.324997 cm
5.023 88.656 m 98.438 88.656 l S Q
q 1 0 0 -1 0 175.324997 cm
5.023 80.656 m 98.438 80.656 l S Q
q 1 0 0 -1 0 175.324997 cm
5.023 72.656 m 98.438 72.656 l S Q
q 1 0 0 -1 0 175.324997 cm
5.023 64.656 m 98.438 64.656 l S Q
q 1 0 0 -1 0 175.324997 cm
5.023 56.656 m 98.438 56.656 l S Q
q 1 0 0 -1 0 175.324997 cm
5.023 48.656 m 98.438 48.656 l S Q
58.914 158.384 m 58.914 142.384 l 69.77 150.384 l h
58.914 158.384 m f
q 1 0 0 -1 0 175.324997 cm
55.641 13.801 m 71.461 13.801 l 73.25 13.801 74.691 15.242 74.691
17.031 c 74.691 32.852 l 74.691 34.645 73.25 36.086 71.461 36.086 c
55.641 36.086 l 53.848 36.086 52.406 34.645 52.406 32.852 c 52.406
17.031 l 52.406 15.242 53.848 13.801 55.641 13.801 c h
55.641 13.801 m S Q
q 1 0 0 -1 0 175.324997 cm
79.641 13.801 m 95.461 13.801 l 97.25 13.801 98.691 15.242 98.691
17.031 c 98.691 32.852 l 98.691 34.645 97.25 36.086 95.461 36.086 c
79.641 36.086 l 77.848 36.086 76.406 34.645 76.406 32.852 c 76.406
17.031 l 76.406 15.242 77.848 13.801 79.641 13.801 c h
79.641 13.801 m S Q
81.184 156.747 12.73 -12.727 re f
q -1 0 0 -1 0 175.324997 cm
-23.461 13.801 m -7.641 13.801 l -5.848 13.801 -4.406 15.242 -4.406
17.031 c -4.406 32.852 l -4.406 34.645 -5.848 36.086 -7.641 36.086 c
-23.461 36.086 l -25.25 36.086 -26.691 34.645 -26.691 32.852 c -26.691
17.031 l -26.691 15.242 -25.25 13.801 -23.461 13.801 c h
-23.461 13.801 m S Q
13.578 158.161 3.941 -15.555 re f
7.77 148.411 m 7.77 152.352 l 23.328 152.352 l 23.328 148.411 l h
7.77 148.411 m f
q 1 0 0 1 0 175.324997 cm
31.637 -36.086 m 47.461 -36.086 l 49.25 -36.086 50.691 -34.645 50.691
-32.852 c 50.691 -17.031 l 50.691 -15.242 49.25 -13.801 47.461 -13.801
c 31.637 -13.801 l 29.848 -13.801 28.406 -15.242 28.406 -17.031 c
28.406 -32.852 l 28.406 -34.645 29.848 -36.086 31.637 -36.086 c h
31.637 -36.086 m S Q
31.77 148.411 m 31.77 152.352 l 47.328 152.352 l 47.328 148.411 l h
31.77 148.411 m f
102.637 111.735 220.617 -106.078 re f
1 g
1.116923 w
q 0.513019 0 0 -1 0 175.324997 cm
199.493 116.629 m 630.68 116.629 l S Q
q 0.513019 0 0 -1 0 175.324997 cm
198.343 122.398 m 222.244 98.496 242.856 73.262 270.26 73.262 c 310.288
73.262 343.951 159.996 394.981 159.996 c 446.019 159.996 475.806 73.262
519.71 73.262 c 563.614 73.262 599.096 141.066 632.02 156.777 c S Q
[ 2.233846 1.116923] 0 d
q 0.513019 0 0 -1 0 175.324997 cm
269.445 60.703 m 269.445 172.57 l S Q
135.527 111.762 m 135.527 104.454 l 138.074 108.11 l h
135.527 111.762 m f
[ 2.233846 1.116923] 0 d
q -0.513019 0 0 -1 0 175.324997 cm
-520.761 60.988 m -520.761 171.145 l S Q
269.863 111.762 m 269.863 104.454 l 267.32 108.11 l h
269.863 111.762 m f
0 g
0.8 w
[] 0.0 d
q 1 0 0 -1 0 175.324997 cm
104.953 15.328 m 157.895 15.328 l 158.957 15.328 159.809 16.18 159.809
17.242 c 159.809 23.465 l 159.809 24.523 158.957 25.375 157.895 25.375
c 104.953 25.375 l 103.891 25.375 103.039 24.523 103.039 23.465 c
103.039 17.242 l 103.039 16.18 103.891 15.328 104.953 15.328 c h
104.953 15.328 m S Q
q 1 0 0 -1 0 175.324997 cm
152.535 15.504 m 152.535 25.199 l S Q
153.949 156.11 m 156.07 158.637 l 158.191 156.11 l h
153.949 156.11 m f
153.949 153.837 m 156.07 151.309 l 158.191 153.837 l h
153.949 153.837 m f
BT
8 0 0 8 106.00614 152.15665 Tm
/f-0-0 1 Tf
[<01>-1<02030405>-1<060708>-1<09>]TJ
ET
BT
8 0 0 8 167.484363 152.855868 Tm
/f-0-0 1 Tf
[<0a05>-1<0b>-1<0b>-1<090c0d>-1<0502>-1<0e030f0310>]TJ
ET
q 1 0 0 -1 0 175.324997 cm
235.383 20.352 m 235.383 22.875 233.336 24.922 230.812 24.922 c 228.285
24.922 226.238 22.875 226.238 20.352 c 226.238 17.828 228.285 15.781
230.812 15.781 c 233.336 15.781 235.383 17.828 235.383 20.352 c h
235.383 20.352 m S Q
232.812 154.973 m 232.812 153.868 231.914 152.973 230.812 152.973 c
229.707 152.973 228.812 153.868 228.812 154.973 c 228.812 156.079
229.707 156.973 230.812 156.973 c 231.914 156.973 232.812 156.079
232.812 154.973 c h
232.812 154.973 m f
BT
8 0 0 8 241.01095 152.15665 Tm
/f-0-0 1 Tf
[<0811>-1<03>1<02>-1<051209>]TJ
ET
q 1 0 0 -1 0 175.324997 cm
271.152 15.328 m 293.809 15.328 l 294.871 15.328 295.723 16.18 295.723
17.242 c 295.723 23.465 l 295.723 24.523 294.871 25.375 293.809 25.375
c 271.152 25.375 l 270.09 25.375 269.238 24.523 269.238 23.465 c
269.238 17.242 l 269.238 16.18 270.09 15.328 271.152 15.328 c h
271.152 15.328 m S Q
q 1 0 0 -1 0 175.324997 cm
288.449 15.504 m 288.449 25.199 l S Q
289.863 156.11 m 291.984 158.637 l 294.105 156.11 l h
289.863 156.11 m f
289.863 153.837 m 291.984 151.309 l 294.105 153.837 l h
289.863 153.837 m f
BT
8 0 0 8 270.720428 152.15665 Tm
/f-0-0 1 Tf
<131114>Tj
ET
q 1 0 0 -1 0 175.324997 cm
235.383 35.652 m 235.383 38.176 233.336 40.223 230.812 40.223 c 228.285
40.223 226.238 38.176 226.238 35.652 c 226.238 33.129 228.285 31.082
230.812 31.082 c 233.336 31.082 235.383 33.129 235.383 35.652 c h
235.383 35.652 m S Q
BT
8 0 0 8 241.01095 136.855767 Tm
/f-0-0 1 Tf
[<0811>-1<03>1<150b>-1<1617>-1<0609>-1<020709>]TJ
ET
q 1 0 0 -1 0 175.324997 cm
288.867 31.328 23.055 10.047 re S Q
BT
8 0 0 8 297.632147 136.156549 Tm
/f-0-0 1 Tf
<181819>Tj
ET
BT
8 0 0 8 313.210925 136.109673 Tm
/f-0-0 1 Tf
<1a1b>Tj
ET
q 1 0 0 -1 0 175.324997 cm
235.383 51.207 m 235.383 53.73 233.336 55.777 230.812 55.777 c 228.285
55.777 226.238 53.73 226.238 51.207 c 226.238 48.68 228.285 46.633
230.812 46.633 c 233.336 46.633 235.383 48.68 235.383 51.207 c h
235.383 51.207 m S Q
BT
8 0 0 8 241.01095 121.30327 Tm
/f-0-0 1 Tf
[<1106>-1<12>1<05>-1<1c>-3<11121d17>-1<0609>]TJ
ET
Q Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF

View File

@ -0,0 +1,662 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="512.42853"
height="335.33032"
id="svg2"
version="1.1"
inkscape:version="0.48.2 r9819"
sodipodi:docname="samplewindow.eps">
<defs
id="defs4">
<marker
inkscape:stockid="Arrow2Send"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow2Send"
style="overflow:visible;">
<path
id="path4004"
style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
transform="scale(0.3) rotate(180) translate(-2.3,0)" />
</marker>
<marker
inkscape:stockid="Arrow2Mend"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow2Mend"
style="overflow:visible;">
<path
id="path3998"
style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
transform="scale(0.6) rotate(180) translate(0,0)" />
</marker>
<marker
inkscape:stockid="Arrow2Lend"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow2Lend"
style="overflow:visible;">
<path
id="path3992"
style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
transform="scale(1.1) rotate(180) translate(1,0)" />
</marker>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="2.8"
inkscape:cx="231.34686"
inkscape:cy="166.97637"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1440"
inkscape:window-height="852"
inkscape:window-x="35"
inkscape:window-y="0"
inkscape:window-maximized="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-105.21429,-52.531864)">
<rect
style="fill:none;stroke:#000000;stroke-opacity:1"
id="rect2985"
width="409.40314"
height="218.16278"
x="156.72699"
y="111.11563"
ry="5" />
<path
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 156.99483,121.00939 408.86744,0"
id="path3759"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<text
sodipodi:linespacing="125%"
id="text3948"
y="37.158882"
x="-45.456863"
style="font-size:40px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
xml:space="preserve"><tspan
y="37.158882"
x="-45.456863"
id="tspan3950"
sodipodi:role="line" /></text>
<g
id="g4406"
transform="translate(51.012695,30.083771)">
<rect
y="131.36217"
x="111.42855"
height="160.89999"
width="116.88036"
id="rect3755"
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
<path
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 111.4846,281.36218 116.76827,0"
id="path3897"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3899"
d="m 111.4846,271.36218 116.76827,0"
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 111.4846,261.36218 116.76827,0"
id="path3901"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3903"
d="m 111.4846,251.36218 116.76827,0"
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 111.4846,241.36218 116.76827,0"
id="path3905"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3907"
d="m 111.4846,231.36218 116.76827,0"
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 111.4846,221.36218 116.76827,0"
id="path3909"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3911"
d="m 111.4846,211.36218 116.76827,0"
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 111.4846,201.36218 116.76827,0"
id="path3913"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3915"
d="m 111.4846,191.36218 116.76827,0"
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 111.4846,181.36218 116.76827,0"
id="path3917"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3919"
d="m 111.4846,171.36218 116.76827,0"
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 111.4846,161.36218 116.76827,0"
id="path3921"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path3923"
d="m 111.4846,151.36218 116.76827,0"
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
d="m 111.4846,141.36218 116.76827,0"
id="path3925"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
<g
id="g6554"
transform="translate(51.012695,30.798057)">
<g
transform="translate(59.999713,-45.285714)"
id="g3772">
<path
style="fill:#000000;fill-opacity:1;stroke:none"
d="m 118.84698,146.29075 0,20.00001 13.57143,-10.00001 z"
id="path3763"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
inkscape:transform-center-x="-6.785715"
inkscape:transform-center-y="10.000005" />
<g
id="g3769">
<rect
ry="4.0406103"
y="142.36218"
x="110.71429"
height="27.857143"
width="27.857"
id="rect3767"
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
</g>
</g>
<g
id="g3777"
transform="translate(89.999713,-45.285857)">
<g
id="g3787">
<g
id="g3781">
<rect
ry="4.0406103"
y="142.36218"
x="110.71429"
height="27.857143"
width="27.857143"
id="rect3783"
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
</g>
<rect
style="fill:#000000;fill-opacity:1;stroke:none"
id="rect3785"
width="15.909899"
height="15.909904"
x="116.68791"
y="148.3358" />
</g>
</g>
<g
id="g4063">
<g
transform="matrix(-1,0,0,1,309.28514,-45.285714)"
id="g3858">
<g
id="g3860"
transform="translate(59.999713,-1.434021e-4)">
<g
id="g3862">
<g
id="g3864">
<rect
ry="4.0406103"
y="142.36218"
x="110.71429"
height="27.857143"
width="27.857143"
id="rect3866"
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
</g>
</g>
</g>
<g
id="g3868"
transform="translate(1.1622965,0.43881592)" />
</g>
<g
transform="translate(-0.33284387,0.13371734)"
id="g4059">
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="rect4055"
width="4.9244938"
height="19.445438"
x="122.51315"
y="101.14846" />
<rect
transform="matrix(0,-1,1,0,0,0)"
y="115.25269"
x="-113.33343"
height="19.445438"
width="4.9244938"
id="rect4057"
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
</g>
</g>
<g
id="g4092">
<g
id="g3849"
transform="translate(-60.000272,-45.285714)">
<g
transform="matrix(1,0,0,-1,89.999713,312.58137)"
id="g3807">
<g
id="g3809">
<g
id="g3811">
<rect
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="rect3813"
width="27.857143"
height="27.857143"
x="110.71429"
y="142.36218"
ry="4.0406103" />
</g>
</g>
</g>
<g
transform="translate(1.1622965,0.43881592)"
id="g3845" />
</g>
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="rect4057-6"
width="4.9244938"
height="19.445438"
x="-113.46715"
y="144.91959"
transform="matrix(0,-1,1,0,0,0)" />
</g>
</g>
<rect
style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="rect4101"
width="275.77167"
height="132.59488"
x="284.51636"
y="190.11459" />
<g
style="stroke-width:0.98386455;stroke-miterlimit:4;stroke-dasharray:none"
id="g4145"
clip-path="none"
transform="matrix(0.72800001,0,0,1.419051,114.52569,-19.835366)">
<path
inkscape:connector-curvature="0"
id="path4103"
d="m 232.99859,194.67052 379.81735,0"
style="fill:none;stroke:#ffffff;stroke-width:0.98386455;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
sodipodi:nodetypes="cszzc"
inkscape:connector-curvature="0"
id="path4115"
d="m 231.98843,199.75134 c 21.05419,-21.05419 39.21013,-43.28076 63.34331,-43.28076 35.25938,0 64.91383,76.39988 109.86868,76.39988 44.95484,0 71.19561,-76.39988 109.86867,-76.39988 38.67306,0 69.92532,59.72561 98.92823,73.56423"
style="fill:none;stroke:#ffffff;stroke-width:0.98386455;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
</g>
<g
style="stroke-width:0.98386455;stroke-miterlimit:4;stroke-dasharray:none"
id="g4175"
clip-path="none"
transform="matrix(0.72800001,0,0,1.419051,114.52569,-19.835366)">
<path
sodipodi:nodetypes="cc"
transform="translate(105.21429,52.531864)"
inkscape:connector-curvature="0"
id="path4155"
d="m 189.4036,92.874774 0,98.541516"
style="fill:none;stroke:#ffffff;stroke-width:0.98386455;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.96772907, 0.98386453;stroke-dashoffset:0" />
<path
inkscape:transform-center-y="3.218025"
inkscape:transform-center-x="-2.18366"
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
id="path3763-2"
d="m 289.97875,147.9262 0,6.43605 4.36732,-3.21803 z"
style="fill:#ffffff;fill-opacity:1;stroke:none" />
</g>
<g
style="stroke-width:0.98386455;stroke-miterlimit:4;stroke-dasharray:none"
id="g4179"
transform="matrix(-0.72800001,0,0,1.419051,704.65115,-19.835366)"
clip-path="none">
<path
style="fill:none;stroke:#ffffff;stroke-width:0.98386455;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:1.96772907, 0.98386453;stroke-dashoffset:0"
d="m 189.4036,93.126451 0,97.031459"
id="path4181"
inkscape:connector-curvature="0"
transform="translate(105.21429,52.531864)"
sodipodi:nodetypes="cc" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:none"
d="m 289.97875,147.9262 0,6.43605 4.36732,-3.21803 z"
id="path4183"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc"
inkscape:transform-center-x="-2.18366"
inkscape:transform-center-y="3.218025" />
</g>
<g
id="g4445"
transform="translate(44.946701,-126.25325)">
<g
id="g4243">
<rect
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="rect4225"
width="70.963829"
height="12.561753"
x="240.06966"
y="256.03729"
ry="2.3914425" />
<path
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 301.9415,256.25725 0,12.12183"
id="path4229"
inkscape:connector-curvature="0" />
<g
id="g4235"
transform="translate(0,0.43983712)">
<path
sodipodi:nodetypes="cccc"
transform="translate(105.21429,52.531864)"
inkscape:connector-curvature="0"
id="path4231"
d="m 198.49497,207.92483 2.65165,-3.15672 2.65165,3.15672 z"
style="fill:#000000;fill-opacity:1;stroke:none" />
<path
style="fill:#000000;fill-opacity:1;stroke:none"
d="m 303.70926,263.29997 2.65165,3.15672 2.65165,-3.15672 z"
id="path4233"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
</g>
<text
xml:space="preserve"
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
x="243.77972"
y="265.83868"
id="text4239"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4241"
x="243.77972"
y="265.83868">En boucle</tspan></text>
</g>
<g
transform="translate(-30,0)"
id="g4372">
<text
xml:space="preserve"
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
x="350.6275"
y="264.96466"
id="text4252"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4254"
x="350.6275"
y="264.96466">Correspond à :</tspan></text>
<g
id="g4321">
<g
transform="translate(-14,0.88456361)"
id="g4260">
<path
sodipodi:type="arc"
style="fill:none;stroke:#000000;stroke-opacity:1"
id="path4256"
sodipodi:cx="338.57141"
sodipodi:cy="208.90175"
sodipodi:rx="5.7142859"
sodipodi:ry="5.7142859"
d="m 344.2857,208.90175 c 0,3.15591 -2.55838,5.71428 -5.71429,5.71428 -3.15591,0 -5.71428,-2.55837 -5.71428,-5.71428 0,-3.15591 2.55837,-5.71429 5.71428,-5.71429 3.15591,0 5.71429,2.55838 5.71429,5.71429 z"
transform="translate(105.21429,52.531864)" />
<path
sodipodi:type="arc"
style="fill:#000000;fill-opacity:1;stroke:none"
id="path4258"
sodipodi:cx="368.21429"
sodipodi:cy="205.68747"
sodipodi:rx="2.5"
sodipodi:ry="2.5"
d="m 370.71429,205.68747 c 0,1.38071 -1.11928,2.5 -2.5,2.5 -1.38071,0 -2.5,-1.11929 -2.5,-2.5 0,-1.38071 1.11929,-2.5 2.5,-2.5 1.38072,0 2.5,1.11929 2.5,2.5 z"
transform="translate(75.571407,55.746143)" />
</g>
<text
xml:space="preserve"
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
x="442.53574"
y="265.83868"
id="text4270"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4272"
x="442.53574"
y="265.83868">la note</tspan></text>
<g
transform="translate(199.89286,0)"
id="g4277">
<rect
ry="2.3914425"
y="256.03729"
x="277.92679"
height="12.561768"
width="33.106647"
id="rect4279"
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
<path
inkscape:connector-curvature="0"
id="path4281"
d="m 301.9415,256.25725 0,12.12183"
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<g
transform="translate(0,0.43983712)"
id="g4283">
<path
style="fill:#000000;fill-opacity:1;stroke:none"
d="m 198.49497,207.92483 2.65165,-3.15672 2.65165,3.15672 z"
id="path4285"
inkscape:connector-curvature="0"
transform="translate(105.21429,52.531864)"
sodipodi:nodetypes="cccc" />
<path
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
id="path4287"
d="m 303.70926,263.29997 2.65165,3.15672 2.65165,-3.15672 z"
style="fill:#000000;fill-opacity:1;stroke:none" />
</g>
<text
sodipodi:linespacing="125%"
id="text4289"
y="265.83868"
x="279.77972"
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
xml:space="preserve"><tspan
y="265.83868"
x="279.77972"
id="tspan4291"
sodipodi:role="line">La3</tspan></text>
</g>
</g>
<g
id="g4336"
transform="translate(0,1.1261032)">
<path
sodipodi:type="arc"
style="fill:none;stroke:#000000;stroke-opacity:1"
id="path4266"
sodipodi:cx="338.57141"
sodipodi:cy="208.90175"
sodipodi:rx="5.7142859"
sodipodi:ry="5.7142859"
d="m 344.2857,208.90175 c 0,3.15591 -2.55838,5.71428 -5.71429,5.71428 -3.15591,0 -5.71428,-2.55837 -5.71428,-5.71428 0,-3.15591 2.55837,-5.71429 5.71428,-5.71429 3.15591,0 5.71429,2.55838 5.71429,5.71429 z"
transform="translate(91.21429,71.416428)" />
<text
sodipodi:linespacing="125%"
id="text4293"
y="283.83868"
x="442.53574"
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
xml:space="preserve"><tspan
y="283.83868"
x="442.53574"
id="tspan4295"
sodipodi:role="line">la fréquence</tspan></text>
<g
id="g4299"
transform="translate(220.14286,18.874023)">
<rect
style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
id="rect4301"
width="28.820944"
height="12.561768"
x="282.21249"
y="256.03729" />
<text
xml:space="preserve"
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:end;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:end;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
x="309.86859"
y="265.83868"
id="text4311"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4313"
x="309.86859"
y="265.83868">440</tspan></text>
</g>
<text
xml:space="preserve"
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
x="532.78571"
y="284.7713"
id="text4317"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan4319"
x="532.78571"
y="284.7713">Hz</tspan></text>
</g>
<g
id="g4347"
transform="translate(0,20.566724)">
<g
id="g4367">
<path
sodipodi:type="arc"
style="fill:none;stroke:#000000;stroke-opacity:1"
id="path4349"
sodipodi:cx="338.57141"
sodipodi:cy="208.90175"
sodipodi:rx="5.7142859"
sodipodi:ry="5.7142859"
d="m 344.2857,208.90175 c 0,3.15591 -2.55838,5.71428 -5.71429,5.71428 -3.15591,0 -5.71428,-2.55837 -5.71428,-5.71428 0,-3.15591 2.55837,-5.71429 5.71428,-5.71429 3.15591,0 5.71429,2.55838 5.71429,5.71429 z"
transform="translate(91.21429,71.416428)" />
<text
sodipodi:linespacing="125%"
id="text4351"
y="283.83868"
x="442.53574"
style="font-size:10px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial;-inkscape-font-specification:Arial"
xml:space="preserve"><tspan
y="283.83868"
x="442.53574"
id="tspan4353"
sodipodi:role="line">automatique</tspan></text>
</g>
<g
transform="translate(220.14286,18.874023)"
id="g4355" />
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 28 KiB