/[svn]/linuxsampler/trunk/Documentation/Engines/gig/EGADSR.scd
ViewVC logotype

Annotation of /linuxsampler/trunk/Documentation/Engines/gig/EGADSR.scd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 239 - (hide annotations) (download)
Sun Sep 12 14:48:19 2004 UTC (19 years, 7 months ago) by schoenebeck
File size: 17300 byte(s)
* implemented key groups (a.k.a exclusive groups) which is important for
  drum patches and monphonic instruments
* src/engines/gig/Engine.cpp: bugfix in ProcessNoteOn() - did not always
  stick the note on event to the respective key's own event list although
  e.g. the EGADRS expects it to find there

1 schoenebeck 238 Storage
2     {
3     { Format 1.33 }
4     { GeneratedFrom TSCD-version-2.20 }
5     { WrittenBy cuse }
6     { WrittenOn "" }
7     }
8    
9     Document
10     {
11     { Type "Statechart Diagram" }
12 schoenebeck 239 { Name EGADSR.scd }
13 schoenebeck 238 { Author cuse }
14     { CreatedOn "" }
15     { Annotation "" }
16     { Hierarchy True }
17     }
18    
19     Page
20     {
21     { PageOrientation Portrait }
22     { PageSize A4 }
23     { ShowHeaders False }
24     { ShowFooters False }
25     { ShowNumbers False }
26     }
27    
28     Scale
29     {
30     { ScaleValue 1 }
31     }
32    
33     # GRAPH NODES
34    
35     SCDOrState 1
36     {
37     { Name "Attack\r\rdo: raise level lin.\rdo: count time" }
38     { Annotation "" }
39     { Parent 0 }
40     { Index "" }
41     }
42    
43     SCDOrState 2
44     {
45     { Name "Attack_Hold\r\rdo: hold level" }
46     { Annotation "" }
47     { Parent 0 }
48     { Index "" }
49     }
50    
51     SCDOrState 3
52     {
53     { Name "Decay_1\r\rdo: reduce level exp.\rdo: count time" }
54     { Annotation "" }
55     { Parent 0 }
56     { Index "" }
57     }
58    
59     SCDOrState 4
60     {
61     { Name "Decay_2\r\rdo: reduce level exp." }
62     { Annotation "" }
63     { Parent 0 }
64     { Index "" }
65     }
66    
67     SCDOrState 5
68     {
69     { Name "Sustain\r\rdo: hold level" }
70     { Annotation "" }
71     { Parent 0 }
72     { Index "" }
73     }
74    
75     SCDOrState 6
76     {
77     { Name "Release\r\rdo: reduce level exp." }
78     { Annotation "" }
79     { Parent 0 }
80     { Index "" }
81     }
82    
83     SCDFinalState 7
84     {
85     { Name "" }
86     { Annotation "" }
87     { Parent 0 }
88     { Index "" }
89     }
90    
91     SDCDefaultState 8
92     {
93     { Name "" }
94     { Annotation "" }
95     { Parent 0 }
96     { Index "" }
97     }
98    
99     Comment 40
100     {
101 schoenebeck 239 { Name "gig::Engine\rADSR Envelope Generator (EG1 = Amplitude EG, EG2 = Filter Cutoff Freq. EG)" }
102 schoenebeck 238 { Annotation "" }
103     { Parent 0 }
104     { Index "" }
105     }
106    
107 schoenebeck 239 SCDFinalState 48
108     {
109     { Name "" }
110     { Annotation "" }
111     { Parent 0 }
112     { Index "" }
113     }
114    
115     SCDFinalState 49
116     {
117     { Name "" }
118     { Annotation "" }
119     { Parent 0 }
120     { Index "" }
121     }
122    
123     SCDFinalState 50
124     {
125     { Name "" }
126     { Annotation "" }
127     { Parent 0 }
128     { Index "" }
129     }
130    
131     SCDFinalState 51
132     {
133     { Name "" }
134     { Annotation "" }
135     { Parent 0 }
136     { Index "" }
137     }
138    
139 schoenebeck 238 # GRAPH EDGES
140    
141     SCDTransitionEdge 9
142     {
143     { Name "Voice triggered\r/ set level = PreAttack" }
144     { Annotation "" }
145     { Parent 0 }
146     { Subject1 8 }
147     { Subject2 1 }
148     }
149    
150     SCDTransitionEdge 10
151     {
152     { Name "Attack time reached\r[AttackHold flag set]" }
153     { Annotation "" }
154     { Parent 0 }
155     { Subject1 1 }
156     { Subject2 2 }
157     }
158    
159     SCDTransitionEdge 11
160     {
161     { Name "Attack time reached\r[AttackHold flag not set]" }
162     { Annotation "" }
163     { Parent 0 }
164     { Subject1 1 }
165     { Subject2 3 }
166     }
167    
168     SCDTransitionEdge 12
169     {
170     { Name "Playback reached Loop start" }
171     { Annotation "" }
172     { Parent 0 }
173     { Subject1 2 }
174     { Subject2 3 }
175     }
176    
177     SCDTransitionEdge 13
178     {
179     { Name "Decay_1 time reached\r[InfiniteSustain flag not set]" }
180     { Annotation "" }
181     { Parent 0 }
182     { Subject1 3 }
183     { Subject2 4 }
184     }
185    
186     SCDTransitionEdge 14
187     {
188     { Name "Decay_1 time reached\r[InfiniteSustain flag set]" }
189     { Annotation "" }
190     { Parent 0 }
191     { Subject1 3 }
192     { Subject2 5 }
193     }
194    
195     SCDTransitionEdge 15
196     {
197     { Name "Voice released" }
198     { Annotation "" }
199     { Parent 0 }
200     { Subject1 5 }
201     { Subject2 6 }
202     }
203    
204     SCDTransitionEdge 16
205     {
206     { Name "Voice released" }
207     { Annotation "" }
208     { Parent 0 }
209     { Subject1 4 }
210     { Subject2 6 }
211     }
212    
213     SCDTransitionEdge 17
214     {
215     { Name "level < min. level" }
216     { Annotation "" }
217     { Parent 0 }
218     { Subject1 6 }
219     { Subject2 7 }
220     }
221    
222     SCDTransitionEdge 36
223     {
224     { Name "Release cancelled\r[InfiniteSustain flag set]" }
225     { Annotation "" }
226     { Parent 0 }
227     { Subject1 6 }
228     { Subject2 5 }
229     }
230    
231     SCDTransitionEdge 37
232     {
233     { Name "Release cancelled\r[InfiniteSustain flag not set]" }
234     { Annotation "" }
235     { Parent 0 }
236     { Subject1 6 }
237     { Subject2 4 }
238     }
239    
240     SCDTransitionEdge 42
241     {
242     { Name "level < min. level" }
243     { Annotation "" }
244     { Parent 0 }
245     { Subject1 4 }
246     { Subject2 7 }
247     }
248    
249     SCDTransitionEdge 44
250     {
251     { Name "Voice released" }
252     { Annotation "" }
253     { Parent 0 }
254     { Subject1 2 }
255     { Subject2 6 }
256     }
257    
258     SCDTransitionEdge 45
259     {
260     { Name "Voice released" }
261     { Annotation "" }
262     { Parent 0 }
263     { Subject1 3 }
264     { Subject2 6 }
265     }
266    
267 schoenebeck 239 SCDTransitionEdge 52
268     {
269     { Name "Killed" }
270     { Annotation "" }
271     { Parent 0 }
272     { Subject1 1 }
273     { Subject2 48 }
274     }
275    
276     SCDTransitionEdge 53
277     {
278     { Name "Killed" }
279     { Annotation "" }
280     { Parent 0 }
281     { Subject1 3 }
282     { Subject2 48 }
283     }
284    
285     SCDTransitionEdge 54
286     {
287     { Name "Killed" }
288     { Annotation "" }
289     { Parent 0 }
290     { Subject1 2 }
291     { Subject2 49 }
292     }
293    
294     SCDTransitionEdge 55
295     {
296     { Name "Killed" }
297     { Annotation "" }
298     { Parent 0 }
299     { Subject1 5 }
300     { Subject2 50 }
301     }
302    
303     SCDTransitionEdge 56
304     {
305     { Name "Killed" }
306     { Annotation "" }
307     { Parent 0 }
308     { Subject1 6 }
309     { Subject2 50 }
310     }
311    
312     SCDTransitionEdge 57
313     {
314     { Name "Killed" }
315     { Annotation "" }
316     { Parent 0 }
317     { Subject1 4 }
318     { Subject2 51 }
319     }
320    
321 schoenebeck 238 # VIEWS AND GRAPHICAL SHAPES
322    
323     View 18
324     {
325     { Index "0" }
326     { Parent 0 }
327     }
328    
329     RoundedBox 19
330     {
331     { View 18 }
332     { Subject 1 }
333     { Position 230 190 }
334 schoenebeck 239 { Size 193 76 }
335 schoenebeck 238 { Color "black" }
336     { LineWidth 1 }
337     { LineStyle Solid }
338     { FillStyle Unfilled }
339     { FillColor "white" }
340     { FixedName False }
341 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
342 schoenebeck 238 { TextAlignment Center }
343     { TextColor "black" }
344     { NameUnderlined False }
345     }
346    
347     RoundedBox 20
348     {
349     { View 18 }
350     { Subject 2 }
351     { Position 580 190 }
352 schoenebeck 239 { Size 130 58 }
353 schoenebeck 238 { Color "black" }
354     { LineWidth 1 }
355     { LineStyle Solid }
356     { FillStyle Unfilled }
357     { FillColor "white" }
358     { FixedName False }
359 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
360 schoenebeck 238 { TextAlignment Center }
361     { TextColor "black" }
362     { NameUnderlined False }
363     }
364    
365     RoundedBox 21
366     {
367     { View 18 }
368     { Subject 3 }
369     { Position 230 330 }
370 schoenebeck 239 { Size 202 76 }
371 schoenebeck 238 { Color "black" }
372     { LineWidth 1 }
373     { LineStyle Solid }
374     { FillStyle Unfilled }
375     { FillColor "white" }
376     { FixedName False }
377 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
378 schoenebeck 238 { TextAlignment Center }
379     { TextColor "black" }
380     { NameUnderlined False }
381     }
382    
383     RoundedBox 22
384     {
385     { View 18 }
386     { Subject 4 }
387     { Position 530 460 }
388 schoenebeck 239 { Size 193 58 }
389 schoenebeck 238 { Color "black" }
390     { LineWidth 1 }
391     { LineStyle Solid }
392     { FillStyle Unfilled }
393     { FillColor "white" }
394     { FixedName False }
395 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
396 schoenebeck 238 { TextAlignment Center }
397     { TextColor "black" }
398     { NameUnderlined False }
399     }
400    
401     RoundedBox 23
402     {
403     { View 18 }
404     { Subject 5 }
405     { Position 90 460 }
406 schoenebeck 239 { Size 130 58 }
407 schoenebeck 238 { Color "black" }
408     { LineWidth 1 }
409     { LineStyle Solid }
410     { FillStyle Unfilled }
411     { FillColor "white" }
412     { FixedName False }
413 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
414 schoenebeck 238 { TextAlignment Center }
415     { TextColor "black" }
416     { NameUnderlined False }
417     }
418    
419     RoundedBox 24
420     {
421     { View 18 }
422     { Subject 6 }
423     { Position 310 620 }
424 schoenebeck 239 { Size 193 58 }
425 schoenebeck 238 { Color "black" }
426     { LineWidth 1 }
427     { LineStyle Solid }
428     { FillStyle Unfilled }
429     { FillColor "white" }
430     { FixedName False }
431 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
432 schoenebeck 238 { TextAlignment Center }
433     { TextColor "black" }
434     { NameUnderlined False }
435     }
436    
437     BullsEye 25
438     {
439     { View 18 }
440     { Subject 7 }
441     { Position 310 710 }
442     { Size 20 20 }
443     { Color "black" }
444     { LineWidth 1 }
445     { LineStyle Solid }
446     { FillStyle Unfilled }
447     { FillColor "white" }
448     { FixedName True }
449 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
450 schoenebeck 238 { TextAlignment Center }
451     { TextColor "black" }
452     { NameUnderlined False }
453     }
454    
455     BlackDot 26
456     {
457     { View 18 }
458     { Subject 8 }
459     { Position 230 90 }
460     { Size 8 8 }
461     { Color "black" }
462     { LineWidth 1 }
463     { LineStyle Solid }
464     { FillStyle Unfilled }
465     { FillColor "white" }
466     { FixedName True }
467 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
468 schoenebeck 238 { TextAlignment Center }
469     { TextColor "black" }
470     { NameUnderlined False }
471     }
472    
473     Line 27
474     {
475     { View 18 }
476     { Subject 9 }
477     { FromShape 26 }
478     { ToShape 19 }
479     { Curved False }
480     { End1 Empty }
481     { End2 FilledArrow }
482     { Points 2 }
483     { Point 230 94 }
484 schoenebeck 239 { Point 230 152 }
485     { NamePosition 216 123 }
486 schoenebeck 238 { Color "black" }
487     { LineWidth 1 }
488     { LineStyle Solid }
489     { FixedName False }
490 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
491 schoenebeck 238 { TextAlignment Center }
492     { TextColor "black" }
493     { NameUnderlined False }
494     }
495    
496     Line 28
497     {
498     { View 18 }
499     { Subject 10 }
500     { FromShape 19 }
501     { ToShape 20 }
502     { Curved False }
503     { End1 Empty }
504     { End2 FilledArrow }
505     { Points 2 }
506 schoenebeck 239 { Point 326 190 }
507     { Point 515 190 }
508     { NamePosition 424 190 }
509 schoenebeck 238 { Color "black" }
510     { LineWidth 1 }
511     { LineStyle Solid }
512     { FixedName False }
513 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
514 schoenebeck 238 { TextAlignment Center }
515     { TextColor "black" }
516     { NameUnderlined False }
517     }
518    
519     Line 29
520     {
521     { View 18 }
522     { Subject 11 }
523     { FromShape 19 }
524     { ToShape 21 }
525     { Curved False }
526     { End1 Empty }
527     { End2 FilledArrow }
528     { Points 2 }
529 schoenebeck 239 { Point 230 228 }
530     { Point 230 292 }
531     { NamePosition 216 260 }
532 schoenebeck 238 { Color "black" }
533     { LineWidth 1 }
534     { LineStyle Solid }
535     { FixedName False }
536 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
537 schoenebeck 238 { TextAlignment Center }
538     { TextColor "black" }
539     { NameUnderlined False }
540     }
541    
542     Line 30
543     {
544     { View 18 }
545     { Subject 12 }
546     { FromShape 20 }
547     { ToShape 21 }
548     { Curved True }
549     { End1 Empty }
550     { End2 FilledArrow }
551     { Points 4 }
552 schoenebeck 239 { Point 550 219 }
553 schoenebeck 238 { Point 550 280 }
554     { Point 460 300 }
555 schoenebeck 239 { Point 331 317 }
556     { NamePosition 479 285 }
557 schoenebeck 238 { Color "black" }
558     { LineWidth 1 }
559     { LineStyle Solid }
560     { FixedName False }
561 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
562 schoenebeck 238 { TextAlignment Center }
563     { TextColor "black" }
564     { NameUnderlined False }
565     }
566    
567     Line 31
568     {
569     { View 18 }
570     { Subject 13 }
571     { FromShape 21 }
572     { ToShape 22 }
573     { Curved True }
574     { End1 Empty }
575     { End2 FilledArrow }
576     { Points 4 }
577 schoenebeck 239 { Point 331 340 }
578 schoenebeck 238 { Point 450 340 }
579     { Point 520 380 }
580 schoenebeck 239 { Point 520 431 }
581     { NamePosition 465 371 }
582 schoenebeck 238 { Color "black" }
583     { LineWidth 1 }
584     { LineStyle Solid }
585     { FixedName False }
586 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
587 schoenebeck 238 { TextAlignment Center }
588     { TextColor "black" }
589     { NameUnderlined False }
590     }
591    
592     Line 32
593     {
594     { View 18 }
595     { Subject 14 }
596     { FromShape 21 }
597     { ToShape 23 }
598     { Curved True }
599     { End1 Empty }
600     { End2 FilledArrow }
601     { Points 4 }
602 schoenebeck 239 { Point 129 340 }
603 schoenebeck 238 { Point 100 340 }
604     { Point 70 390 }
605 schoenebeck 239 { Point 70 431 }
606     { NamePosition 118 385 }
607 schoenebeck 238 { Color "black" }
608     { LineWidth 1 }
609     { LineStyle Solid }
610     { FixedName False }
611 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
612 schoenebeck 238 { TextAlignment Center }
613     { TextColor "black" }
614     { NameUnderlined False }
615     }
616    
617     Line 33
618     {
619     { View 18 }
620     { Subject 15 }
621     { FromShape 23 }
622     { ToShape 24 }
623     { Curved True }
624     { End1 Empty }
625     { End2 FilledArrow }
626     { Points 4 }
627 schoenebeck 239 { Point 60 489 }
628 schoenebeck 238 { Point 60 560 }
629     { Point 120 630 }
630 schoenebeck 239 { Point 214 630 }
631     { NamePosition 116 588 }
632 schoenebeck 238 { Color "black" }
633     { LineWidth 1 }
634     { LineStyle Solid }
635     { FixedName False }
636 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
637 schoenebeck 238 { TextAlignment Center }
638     { TextColor "black" }
639     { NameUnderlined False }
640     }
641    
642     Line 34
643     {
644     { View 18 }
645     { Subject 16 }
646     { FromShape 22 }
647     { ToShape 24 }
648     { Curved True }
649     { End1 Empty }
650     { End2 FilledArrow }
651     { Points 4 }
652 schoenebeck 239 { Point 540 489 }
653 schoenebeck 238 { Point 540 550 }
654     { Point 480 610 }
655 schoenebeck 239 { Point 407 610 }
656     { NamePosition 497 581 }
657 schoenebeck 238 { Color "black" }
658     { LineWidth 1 }
659     { LineStyle Solid }
660     { FixedName False }
661 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
662 schoenebeck 238 { TextAlignment Center }
663     { TextColor "black" }
664     { NameUnderlined False }
665     }
666    
667     Line 35
668     {
669     { View 18 }
670     { Subject 17 }
671     { FromShape 24 }
672     { ToShape 25 }
673     { Curved False }
674     { End1 Empty }
675     { End2 FilledArrow }
676     { Points 2 }
677 schoenebeck 239 { Point 310 649 }
678 schoenebeck 238 { Point 310 700 }
679 schoenebeck 239 { NamePosition 329 676 }
680 schoenebeck 238 { Color "black" }
681     { LineWidth 1 }
682     { LineStyle Solid }
683     { FixedName False }
684 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
685 schoenebeck 238 { TextAlignment Center }
686     { TextColor "black" }
687     { NameUnderlined False }
688     }
689    
690     Line 38
691     {
692     { View 18 }
693     { Subject 36 }
694     { FromShape 24 }
695     { ToShape 23 }
696     { Curved True }
697     { End1 Empty }
698     { End2 FilledArrow }
699     { Points 4 }
700 schoenebeck 239 { Point 270 591 }
701 schoenebeck 238 { Point 270 550 }
702     { Point 220 470 }
703 schoenebeck 239 { Point 155 470 }
704     { NamePosition 197 507 }
705 schoenebeck 238 { Color "black" }
706     { LineWidth 1 }
707     { LineStyle Solid }
708     { FixedName False }
709 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
710 schoenebeck 238 { TextAlignment Center }
711     { TextColor "black" }
712     { NameUnderlined False }
713     }
714    
715     Line 39
716     {
717     { View 18 }
718     { Subject 37 }
719     { FromShape 24 }
720     { ToShape 22 }
721     { Curved True }
722     { End1 Empty }
723     { End2 FilledArrow }
724     { Points 4 }
725 schoenebeck 239 { Point 360 591 }
726 schoenebeck 238 { Point 360 540 }
727     { Point 390 480 }
728 schoenebeck 239 { Point 434 474 }
729     { NamePosition 404 533 }
730 schoenebeck 238 { Color "black" }
731     { LineWidth 1 }
732     { LineStyle Solid }
733     { FixedName False }
734 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
735 schoenebeck 238 { TextAlignment Center }
736     { TextColor "black" }
737     { NameUnderlined False }
738     }
739    
740     TextBox 41
741     {
742     { View 18 }
743     { Subject 40 }
744 schoenebeck 239 { Position 300 40 }
745 schoenebeck 238 { Size 20 20 }
746     { Color "black" }
747     { LineWidth 1 }
748     { LineStyle Solid }
749     { FillStyle Unfilled }
750     { FillColor "white" }
751     { FixedName False }
752 schoenebeck 239 { Font "-*-courier-bold-r-normal--8*" }
753 schoenebeck 238 { TextAlignment Left }
754     { TextColor "black" }
755     { NameUnderlined False }
756     }
757    
758     Line 43
759     {
760     { View 18 }
761     { Subject 42 }
762     { FromShape 22 }
763     { ToShape 25 }
764     { Curved True }
765     { End1 Empty }
766     { End2 FilledArrow }
767     { Points 4 }
768 schoenebeck 239 { Point 580 489 }
769 schoenebeck 238 { Point 580 630 }
770     { Point 430 700 }
771     { Point 320 709 }
772 schoenebeck 239 { NamePosition 485 661 }
773 schoenebeck 238 { Color "black" }
774     { LineWidth 1 }
775     { LineStyle Solid }
776     { FixedName False }
777 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
778 schoenebeck 238 { TextAlignment Center }
779     { TextColor "black" }
780     { NameUnderlined False }
781     }
782    
783     Line 46
784     {
785     { View 18 }
786     { Subject 44 }
787     { FromShape 20 }
788     { ToShape 24 }
789     { Curved True }
790     { End1 Empty }
791     { End2 FilledArrow }
792     { Points 4 }
793 schoenebeck 239 { Point 586 219 }
794     { Point 830 820 }
795 schoenebeck 238 { Point 190 820 }
796 schoenebeck 239 { Point 293 649 }
797     { NamePosition 584 630 }
798 schoenebeck 238 { Color "black" }
799     { LineWidth 1 }
800     { LineStyle Solid }
801     { FixedName False }
802 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
803 schoenebeck 238 { TextAlignment Center }
804     { TextColor "black" }
805     { NameUnderlined False }
806     }
807    
808     Line 47
809     {
810     { View 18 }
811     { Subject 45 }
812     { FromShape 21 }
813     { ToShape 24 }
814     { Curved True }
815     { End1 Empty }
816     { End2 FilledArrow }
817     { Points 4 }
818 schoenebeck 239 { Point 290 368 }
819 schoenebeck 238 { Point 290 410 }
820     { Point 310 480 }
821 schoenebeck 239 { Point 310 591 }
822     { NamePosition 301 462 }
823 schoenebeck 238 { Color "black" }
824     { LineWidth 1 }
825     { LineStyle Solid }
826     { FixedName False }
827 schoenebeck 239 { Font "-*-courier-medium-r-normal--8*" }
828 schoenebeck 238 { TextAlignment Center }
829     { TextColor "black" }
830     { NameUnderlined False }
831     }
832    
833 schoenebeck 239 BullsEye 58
834     {
835     { View 18 }
836     { Subject 48 }
837     { Position 30 230 }
838     { Size 20 20 }
839     { Color "black" }
840     { LineWidth 1 }
841     { LineStyle Solid }
842     { FillStyle Unfilled }
843     { FillColor "white" }
844     { FixedName True }
845     { Font "-*-courier-medium-r-normal--8*" }
846     { TextAlignment Center }
847     { TextColor "black" }
848     { NameUnderlined False }
849     }
850    
851     Line 59
852     {
853     { View 18 }
854     { Subject 52 }
855     { FromShape 19 }
856     { ToShape 58 }
857     { Curved True }
858     { End1 Empty }
859     { End2 FilledArrow }
860     { Points 4 }
861     { Point 134 170 }
862     { Point 90 170 }
863     { Point 50 180 }
864     { Point 34 221 }
865     { NamePosition 57 173 }
866     { Color "black" }
867     { LineWidth 1 }
868     { LineStyle Solid }
869     { FixedName False }
870     { Font "-*-courier-medium-r-normal--8*" }
871     { TextAlignment Center }
872     { TextColor "black" }
873     { NameUnderlined False }
874     }
875    
876     Line 60
877     {
878     { View 18 }
879     { Subject 53 }
880     { FromShape 21 }
881     { ToShape 58 }
882     { Curved True }
883     { End1 Empty }
884     { End2 FilledArrow }
885     { Points 4 }
886     { Point 129 310 }
887     { Point 70 310 }
888     { Point 30 280 }
889     { Point 30 240 }
890     { NamePosition 49 301 }
891     { Color "black" }
892     { LineWidth 1 }
893     { LineStyle Solid }
894     { FixedName False }
895     { Font "-*-courier-medium-r-normal--8*" }
896     { TextAlignment Center }
897     { TextColor "black" }
898     { NameUnderlined False }
899     }
900    
901     BullsEye 61
902     {
903     { View 18 }
904     { Subject 49 }
905     { Position 580 90 }
906     { Size 20 20 }
907     { Color "black" }
908     { LineWidth 1 }
909     { LineStyle Solid }
910     { FillStyle Unfilled }
911     { FillColor "white" }
912     { FixedName True }
913     { Font "-*-courier-medium-r-normal--8*" }
914     { TextAlignment Center }
915     { TextColor "black" }
916     { NameUnderlined False }
917     }
918    
919     Line 62
920     {
921     { View 18 }
922     { Subject 54 }
923     { FromShape 20 }
924     { ToShape 61 }
925     { Curved False }
926     { End1 Empty }
927     { End2 FilledArrow }
928     { Points 2 }
929     { Point 580 161 }
930     { Point 580 100 }
931     { NamePosition 579 132 }
932     { Color "black" }
933     { LineWidth 1 }
934     { LineStyle Solid }
935     { FixedName False }
936     { Font "-*-courier-medium-r-normal--8*" }
937     { TextAlignment Center }
938     { TextColor "black" }
939     { NameUnderlined False }
940     }
941    
942     BullsEye 63
943     {
944     { View 18 }
945     { Subject 50 }
946     { Position 80 690 }
947     { Size 20 20 }
948     { Color "black" }
949     { LineWidth 1 }
950     { LineStyle Solid }
951     { FillStyle Unfilled }
952     { FillColor "white" }
953     { FixedName True }
954     { Font "-*-courier-medium-r-normal--8*" }
955     { TextAlignment Center }
956     { TextColor "black" }
957     { NameUnderlined False }
958     }
959    
960     Line 64
961     {
962     { View 18 }
963     { Subject 55 }
964     { FromShape 23 }
965     { ToShape 63 }
966     { Curved True }
967     { End1 Empty }
968     { End2 FilledArrow }
969     { Points 4 }
970     { Point 42 489 }
971     { Point 30 550 }
972     { Point 30 610 }
973     { Point 75 682 }
974     { NamePosition 36 572 }
975     { Color "black" }
976     { LineWidth 1 }
977     { LineStyle Solid }
978     { FixedName False }
979     { Font "-*-courier-medium-r-normal--8*" }
980     { TextAlignment Center }
981     { TextColor "black" }
982     { NameUnderlined False }
983     }
984    
985     Line 65
986     {
987     { View 18 }
988     { Subject 56 }
989     { FromShape 24 }
990     { ToShape 63 }
991     { Curved True }
992     { End1 Empty }
993     { End2 FilledArrow }
994     { Points 4 }
995     { Point 242 649 }
996     { Point 220 680 }
997     { Point 140 700 }
998     { Point 90 690 }
999     { NamePosition 159 679 }
1000     { Color "black" }
1001     { LineWidth 1 }
1002     { LineStyle Solid }
1003     { FixedName False }
1004     { Font "-*-courier-medium-r-normal--8*" }
1005     { TextAlignment Center }
1006     { TextColor "black" }
1007     { NameUnderlined False }
1008     }
1009    
1010     BullsEye 66
1011     {
1012     { View 18 }
1013     { Subject 51 }
1014     { Position 380 400 }
1015     { Size 20 20 }
1016     { Color "black" }
1017     { LineWidth 1 }
1018     { LineStyle Solid }
1019     { FillStyle Unfilled }
1020     { FillColor "white" }
1021     { FixedName True }
1022     { Font "-*-courier-medium-r-normal--8*" }
1023     { TextAlignment Center }
1024     { TextColor "black" }
1025     { NameUnderlined False }
1026     }
1027    
1028     Line 67
1029     {
1030     { View 18 }
1031     { Subject 57 }
1032     { FromShape 22 }
1033     { ToShape 66 }
1034     { Curved True }
1035     { End1 Empty }
1036     { End2 FilledArrow }
1037     { Points 4 }
1038     { Point 434 444 }
1039     { Point 410 440 }
1040     { Point 390 430 }
1041     { Point 383 409 }
1042     { NamePosition 419 421 }
1043     { Color "black" }
1044     { LineWidth 1 }
1045     { LineStyle Solid }
1046     { FixedName False }
1047     { Font "-*-courier-medium-r-normal--8*" }
1048     { TextAlignment Center }
1049     { TextColor "black" }
1050     { NameUnderlined False }
1051     }
1052    

  ViewVC Help
Powered by ViewVC