1<CsoundSynthesizer>
2<CsOptions>
3-odac1 -d
4</CsOptions>
5<CsLicense>
6
7======== STRIA Rel. 3.00  Written by Eugenio Giordani 22/12/ 2018 ====================
8
9List of changes
10> Added a function display for Mixture Play plus a control slider
11> Added a Chopper/Granulator on Grid OScillator stream with parameter included in morphing process (not compatible with old banks)
12
13List of changes
14======== STRIA Rel. 2.90  Written by Eugenio Giordani 25/11/ 2018 ====================
15> Added two switches (msw1/msw2) to allow automatic switch on/off of the sound when mouse is over the pads. Uses instr 7 and instr 8
16
17======== STRIA Rel. 2.80  Written by Eugenio Giordani 17/11/ 2018 ====================
18
19>Fix bug of wrong working of "slide grid" (check box)
20>Added Drunk (read randomic continuous sequence)
21
22------------------
23>Added 2 further cc MIDI controls and MIDI table doubled (from 16 to 32 values)
24>Minor bugs fixed
25>Added Factory Preset
26>MIDI cc led manager (cc association monitoring)
27>MIDI cc code totally rewritten
28>Added a progress bar during Timeline running
29>Bug fixing Sequencer/ Put element
30>Bug fixing of Sequencer
31>Added random parameters extractor with exclusion/inclusion check boxes
32>!!!! Revised by Michael Gogins !!!!!
33>Added metronome control to Sequencer
34>Added 3 control flag for secure start (giGEOMETRIC, giHARMONIC, giFIBO)
35>Add meter linear for morph and percent output
36>Range for Im1/2 : 4
37>Range for Freq. Spread: 0.001  to 100
38
39
40
41
42</CsLicense>
43<CsInstruments>
44prints "Finished parsing and compiling, now running."
45
46;!!!! Tested with  Core Audio Mac OSX -  Output device: Uscita Integrata Buffer Size (-b) and Hardware Size (-B) unchecked in Configure/Run Panel
47;!!!! Tested with  Core Audio MAc OSX -  Output device: Firewire M-Audio 410       "                "                 "           "           "
48
49sr = 44100;48000
50ksmps = 1024;1000
51nchnls = 2
52
53#define		EPSILON #int(sr/ksmps)#
54#define		MAXFSPREAD #100#				; the same maxvalue of widget "band"
55#define		MAXIMOD #4#					; the same maxvalue of widget "indx1"
56#define 	DEFAULT # 0 #
57#define 	SCALEFACTOR1 # 5000 #
58#define 	SCALEFACTOR2 # 5000 #
59
60massign 0,0									; Disable MIDI instr. triggering
61gkMORPH_FLAG		init 0
62gifreq				init 1
63gipitchspace		init 2048	;frequency lookup table (pitchspace)
64gispace				init 128
65gind 				init 0		;table index (pitchspace)
66girecompile_G  	init 0
67giSEQ 				init 0
68giPrn 				init 1
69giTtran				init 0
70giMode				init 0
71gimaxindex			init 0
72gitot_TIME        	init 0
73
74
75giDEBUG_01         init 0.001
76giDEBUG_02         init 0.002
77
78gksw1 			init 0
79gksw2			init 0
80gksw3			init 0
81gksw4			init 0
82gksw5 			init 0
83gksw6			init 0
84gksw7			init 0
85gksw8			init 0
86
87gkfauto1		init 0
88gkfauto2		init 0
89gkfauto3		init 0
90gkfauto4		init 0
91
92
93gaFFT 			init 0
94gaMETER_L 		init 0
95gaMETER_R 		init 0
96gaREVL			init 0
97gaREVR			init 0
98gkATK1 			init 1
99gkREL1 			init 1
100gkenvp     		init 0
101gaWRITE_L		init 0
102gaWRITE_R		init 0
103
104
105gaREVREC_L		init 0
106gaREVREC_R		init 0
107gaCONV_L		init 0
108gaCONV_R		init 0
109
110gaGRAN_L		init 0
111gaGRAN_R		init 0
112
113
114gkval_1_old 	init 0
115gkval_2_old 	init 0
116gkval_3_old 	init 0
117gkval_4_old 	init 0
118gkval_5_old 	init 0
119gkval_6_old 	init 0
120gkval_7_old 	init 0
121gkval_8_old 	init 0
122
123
124gkval_11_old 	init 0
125gkval_12_old 	init 0
126gkval_13_old 	init 0
127gkval_14_old 	init 0
128
129gkMIDIVAR_1 	init 0
130gkMIDIVAR_2 	init 0
131gkMIDIVAR_3 	init 0
132gkMIDIVAR_4 	init 0
133gkMIDIVAR_5 	init 0
134gkMIDIVAR_6 	init 0
135gkMIDIVAR_7 	init 0
136gkMIDIVAR_8		init 0
137gkMIDIVAR_9		init 0
138gkMIDIVAR_10	init 0
139
140gkinv_1		init 0
141gkinv_2		init 0
142gkinv_3		init 0
143gkinv_4		init 0
144gkinv_5		init 0
145gkinv_6		init 0
146gkinv_7		init 0
147gkinv_8		init 0
148gkinv_9		init 0
149gkinv_10	init 0
150
151gkcc1_lev	init 1
152gkcc2_lev	init 1
153gkcc3_lev	init 1
154gkcc4_lev	init 1
155gkcc5_lev	init 1
156gkcc6_lev	init 1
157gkcc7_lev	init 1
158gkcc8_lev	init 1
159gkcc9_lev	init 1
160gkcc10_lev	init 1
161
162
163giGEOMETRIC		init 0
164giHARMONIC		init 0
165giFIBO			init 0
166
167gkstop 			init 0
168
169
170giONOFF			init 0
171
172
173giPC_flag		init 0
174giPC_start		init 0
175
176giGRID			init 0
177
178
179gaPAD1_CTRL 	init 0
180gaPAD2_CTRL 	init 0
181
182
183gamixgran init 1
184gkchop_dur init 0.05
185
186
187
188;#define DEFAULT # 0 #
189;#define SCALEFACTOR1 # 5000 #
190;#define SCALEFACTOR2 # 5000 #
191
192; 48 tables allocation containing 48 snapshots
193gisna0 	ftgen 200, 0, gispace, -2, $DEFAULT		;1st table containing snapshot parameters (Snap01 ->   Get = 0 )
194gisna1 	ftgen 201, 0, gispace, -2, $DEFAULT		;2nd  "
195gisna2 	ftgen 202, 0, gispace, -2, $DEFAULT		; etc...
196gisna3 	ftgen 203, 0, gispace, -2, $DEFAULT
197gisna4 	ftgen 204, 0, gispace, -2, $DEFAULT
198gisna5 	ftgen 205, 0, gispace, -2, $DEFAULT
199gisna6 	ftgen 206, 0, gispace, -2, $DEFAULT
200gisna7 	ftgen 207, 0, gispace, -2, $DEFAULT
201gisna8 	ftgen 208, 0, gispace, -2, $DEFAULT
202gisna9 	ftgen 209, 0, gispace, -2, $DEFAULT
203gisna10 	ftgen 210, 0, gispace, -2, $DEFAULT
204gisna11 	ftgen 211, 0, gispace, -2, $DEFAULT
205gisna12 	ftgen 212, 0, gispace, -2, $DEFAULT
206gisna13 	ftgen 213, 0, gispace, -2, $DEFAULT
207gisna14 	ftgen 214, 0, gispace, -2, $DEFAULT
208gisna15 	ftgen 215, 0, gispace, -2, $DEFAULT
209gisna16 	ftgen 216, 0, gispace, -2, $DEFAULT
210gisna17 	ftgen 217, 0, gispace, -2, $DEFAULT
211gisna18 	ftgen 218, 0, gispace, -2, $DEFAULT
212gisna19 	ftgen 219, 0, gispace, -2, $DEFAULT
213gisna20 	ftgen 220, 0, gispace, -2, $DEFAULT
214gisna21 	ftgen 221, 0, gispace, -2, $DEFAULT
215gisna22 	ftgen 222, 0, gispace, -2, $DEFAULT
216gisna23 	ftgen 223, 0, gispace, -2, $DEFAULT
217gisna24 	ftgen 224, 0, gispace, -2, $DEFAULT
218gisna25 	ftgen 225, 0, gispace, -2, $DEFAULT
219gisna26 	ftgen 226, 0, gispace, -2, $DEFAULT
220gisna27 	ftgen 227, 0, gispace, -2, $DEFAULT
221gisna28 	ftgen 228, 0, gispace, -2, $DEFAULT
222gisna29 	ftgen 229, 0, gispace, -2, $DEFAULT
223gisna30 	ftgen 230, 0, gispace, -2, $DEFAULT
224gisna31 	ftgen 231, 0, gispace, -2, $DEFAULT
225gisna32 	ftgen 232, 0, gispace, -2, $DEFAULT
226gisna33 	ftgen 233, 0, gispace, -2, $DEFAULT
227gisna34 	ftgen 234, 0, gispace, -2, $DEFAULT
228gisna35 	ftgen 235, 0, gispace, -2, $DEFAULT
229gisna36 	ftgen 236, 0, gispace, -2, $DEFAULT
230gisna37 	ftgen 237, 0, gispace, -2, $DEFAULT
231gisna38 	ftgen 238, 0, gispace, -2, $DEFAULT
232gisna39 	ftgen 239, 0, gispace, -2, $DEFAULT
233gisna40 	ftgen 240, 0, gispace, -2, $DEFAULT
234gisna41 	ftgen 241, 0, gispace, -2, $DEFAULT
235gisna42 	ftgen 242, 0, gispace, -2, $DEFAULT
236gisna43 	ftgen 243, 0, gispace, -2, $DEFAULT
237gisna44 	ftgen 244, 0, gispace, -2, $DEFAULT
238gisna45 	ftgen 245, 0, gispace, -2, $DEFAULT
239gisna46 	ftgen 246, 0, gispace, -2, $DEFAULT
240gisna47 	ftgen 247, 0, gispace, -2, $DEFAULT
241
242
243;AMPLITUDE RAMP SHAPER FUNCTION
244gifn20		ftgen   20, 0 , 8192, 20 , 2,  1
245
246
247;BASIC AUDIO WAVEFORMS
248
249gifn8	ftgen	8,0,16384,10,1,0,0,0.125,0.25, 0.7, 1, 0.7, 0.25,  0, 0, 0, 0, 0.2, 0.5, 0.7, 0.5, 0.1
250gifn7	ftgen	7,0,16384,10,1,0,0,0,0,0,0,0,0.1,0.2,0,0,0,0,1,1,0,0,0,0,0.1,0,0.05
251gifn6	ftgen	6,0,16384,10,1,0,0.1,0,0,0,0,0,0,0,1,0,0,0,0.1,0,0,0,0,0,0.1
252gifn5	ftgen	5,0,16384,10,1,0,0,0.125,0.25, 0.7, 1, 0.7, 0.25,  0, 0, 0, 0, 0.2, 0.5, 0.7, 0.5, 0.1
253gifn4	ftgen	4,0,16384,10,1,0,0,0,0,0,0,0,0.1,0.2,0,0,0,0,0.3,0.31,0,0,0,0,0.1,0,0.05
254gifn3	ftgen	3,0,16384,10,1,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0.1,0,0,0,0,0,0.1
255gifn2	ftgen	2,0,16384,10,1,0,0,0.01,0,0.03,0.02,0,0,0,0,0,0,0,0.01
256gifn1	ftgen	1,0,16384,10,1,0
257
258;SPECTRAL SHAPE TABLES
259
260gifn501 ftgen	501,0,8,16, 1,   8,  0, 1    			; flat equiamp spectrum
261gifn502 ftgen	502,0,8,16, 1,   8,  0, 0.1  			; linear ramp (1 - 0.1)
262gifn503 ftgen	503,0,8,16, 0.1, 8,  0, 1    			; linear ramp (0.1 - 1)
263gifn504 ftgen	504,0,8,16, 1,   8,  2, 0.1  			; log up (1 - 0.1)
264gifn505 ftgen	505,0,8,16, 0.1, 8, -2, 1    			; log dwn (0.1 - 1)
265gifn506 ftgen	506,0,8,16, 1,   8, -2, 0.1  			; exp up (1 - 0.1)
266gifn507 ftgen	507,0,8,16, 0.1, 8,  2, 1    			; exp dwn (0.1 - 1)
267gifn508 ftgen	508,0,8,16, 1,   4,  0, 0.1, 4, 0, 1  ; V-shaped ramp (1 - 0.1 - 1)
268gifn509 ftgen	509,0,8,16, 0.1, 4,  0, 1, 4, 0, 0.1  ; TRI-shaped ramp (1 - 0.1 - 1)
269
270
271;giLiveBufL	ftgen		600, 0, 2^18, 2, 0	; LEFT buffer for writing and reading live input (future expansion)
272;giLiveBufR	ftgen		601, 0, 2^18, 2, 0	; RIGHT buffer for writing and reading live input (future expansion)
273;
274;giGRAIN_ENV1	ftgen		602,0,1025 , 20, 2			; Gaussian Grain/Chop Envelope
275;giGRAIN_ENV2	ftgen 		603,0,1025, 7, 0, 44, 1, 182, 0.5, 209, 0.27, 205, 0.08, 203, 0, 182, 0
276
277
278giMIXGRAN ftgen 0,0,1025, 7, 0.000000, 50, 0.290909, 80, 0.566667, 142, 0.787879, 214, 0.927273, 285, 0.984848, 253, 1.000000
279
280
281
282
283;====================== INPUT VIRTUAL SURFACE CONTROL PARAMETERS ==========
284instr 1 ;------> INPUT WIDGETS
285
286
287ktrig	metro	7	; widgets scan timing (10 scans/seconds)
288
289	if ktrig == 1 then
290		gkxfade_0		invalue "XFADE"
291		gkxfade 		port gkxfade_0, 0.1
292
293outvalue "disp_G1LEV", 1 - gkxfade
294outvalue "disp_G2LEV", gkxfade
295
296gk_outf 		invalue "outf"
297gk_ratio 		invalue "ratio"
298gk_num			invalue "num"
299gk_den			invalue "den"
300gkmode_in		invalue "mode_in"
301
302gk_G_fund		invalue "G_fund"
303gk_G_oct		invalue "G_oct"
304gk_G_key		invalue "G_key"
305
306gk_H_fund		invalue "H_fund"
307gk_H_oct		invalue "H_oct"
308gk_H_key		invalue "H_key"
309
310gk_ffund		invalue "ffund"
311gk_exp			invalue "exp"
312gk_maxharm		invalue "maxharm"
313
314gkFIB_Start		invalue "FIB_Start"
315gkFIB_Fund		invalue "FIB_Fund"
316
317
318gkover_0		invalue "over"
319
320gk_CAR_min		invalue "CAR_min"
321gk_CAR_max		invalue "CAR_max"
322gk_MOD_min		invalue "MOD_min"
323gk_MOD_max		invalue "MOD_max"
324gk_cm			invalue "cm"
325gk_ADSYN		invalue "ADSYN"
326
327gkpad_Y1		invalue "pad_Y1"
328gkpad_X1		invalue "pad_X1"
329gkran1_amp		invalue "ran1amp"
330gkran1_vel		invalue "ran1vel"
331gkfun1			invalue "Fun_1"
332gkATK1			invalue "AT1"
333gkREL1			invalue "RE1"
334gkREVSEND1		invalue "REVSEND1"
335
336gkstep			invalue "knob154"
337gklev_1			invalue "Lev_1"
338gkindx1			invalue "indx1"
339gkSHAPE_0		invalue "SHAPE"
340gkvoi			invalue "vox"
341
342gkpad_Y2		invalue "pad_Y2"
343gkpad_X2		invalue "pad_X2"
344gkran2_amp		invalue "ran2amp"
345gkran2_vel		invalue "ran2vel"
346gkfun2			invalue "Fun_2"
347gkATK2			invalue "AT2"
348gkREL2			invalue "RE2"
349gkREVSEND2		invalue "REVSEND2"
350gklev_2			invalue "Lev_2"
351gkindx2			invalue "indx2"
352
353gkband			invalue "band"
354gkdur			invalue "dur"
355gkrate			invalue "rate"
356
357gkREVLEV		invalue "REVLEV"
358gkROOM			invalue "ROOM"
359gkHF			invalue "HF"
360
361gkmute1			invalue "MUTE1"
362gkmute2			invalue "MUTE2"
363
364gkran1_mute		invalue "RAN1MUTE"
365gkran2_mute		invalue "RAN2MUTE"
366
367
368gknum_fib		invalue "NUMFIB"
369
370gkGet			invalue "Get"
371
372gkTYPE			invalue "TYPE"
373gkTrans			invalue "read_snap"
374gkTIME			invalue "TIME"
375
376gkBYSTTIME		invalue "BYSTTIME"
377
378gkgrid_morph 	invalue "grid_morph"
379
380gkkeyb_SW		invalue "keyb_SW"
381
382
383gkrectime		invalue "rectime"
384
385
386gkin_index		invalue "in_index"
387gkin_readend	invalue "in_readend"
388gkin_readton	invalue "in_readton"
389gkin_readsnap	invalue "in_readsnap"
390gkin_readtran	invalue "in_readtran"
391gkin_readtype	invalue "in_readtype"
392
393gkmetronome		invalue "metronome"
394
395gkdirection		invalue "direction"
396gkstartcont		invalue "startcont"
397
398gkmidi_1		invalue "midi_1"
399gkmidi_2		invalue "midi_2"
400gkmidi_3		invalue "midi_3"
401gkmidi_4		invalue "midi_4"
402gkmidi_5		invalue "midi_5"
403gkmidi_6		invalue "midi_6"
404gkmidi_7		invalue "midi_7"
405gkmidi_8		invalue "midi_8"
406gkmidi_9		invalue "midi_9"
407gkmidi_10		invalue "midi_10"
408
409
410gkcc_A			invalue "cc_A"
411gkcc_B			invalue "cc_B"
412gkcc_C			invalue "cc_C"
413gkcc_D			invalue "cc_D"
414gkcc_E			invalue "cc_E"
415
416gkcc_F			invalue "cc_F"
417gkcc_G			invalue "cc_G"
418gkcc_H			invalue "cc_H"
419gkcc_I			invalue "cc_I"
420gkcc_L			invalue "cc_L"
421
422
423
424gkmaxSNAP		invalue "maxSNAP"
425gkminSNAP		invalue "minSNAP"
426
427gkMSC1			invalue "MSC1"
428gkMSC2			invalue "MSC2"
429
430
431gkdens			invalue "dens"
432
433
434
435gkREVSEND3		invalue "REVSEND3"
436
437
438gkrand_dens_amt	invalue "rand_dens_amt"
439gkchop_dur  		invalue "chop_dur"
440
441gkchop_dens 		invalue "chop_dens"
442gkfmod_range 		invalue "fmod_range"
443
444gkgeo_grid_cont	invalue "geo_grid_cont"
445endif
446gkmixgran 		invalue "MIXGRAN"
447
448
449
450gkpad_Y1L 	limit gkpad_Y1, 0,1
451gkpad_X1L 	limit gkpad_X1, 0.0,1.0		;gkpad_X1L 	limit gkpad_X1, 0.001,1
452
453gkover 		port gkover_0, 1
454gkvoi_i  = 	int(gkvoi)
455gkpad_Y2L 	limit gkpad_Y2, 0,1
456gkpad_X2L 	limit gkpad_X2, 0,1
457gkSHAPE    =  gkSHAPE_0 + 1
458
459gknum_den = gk_num/gk_den
460
461outvalue "disp_numdem", gknum_den
462outvalue "disppad_Y1", gkpad_Y1L
463outvalue "disppad_X1", gkpad_X1L
464outvalue "metervoi", gkvoi_i/8
465
466outvalue "led_ADSYN", gk_ADSYN
467outvalue "led_FM", 1 - gk_ADSYN
468
469outvalue "led_INT", 1 - gk_cm
470outvalue "led_FLOAT", gk_cm
471
472
473
474;SHOW ACTIVE INSTR
475kactive active 151					;shows active intr
476outvalue "active", kactive
477
478
479ktrig2 metro 0.2
480if ktrig2 == 1 then
481outvalue "ABOUT", 0
482endif
483
484
485ktrig_metronome changed gkmetronome
486
487if ktrig_metronome == 1 then
488schedkwhen ktrig_metronome,0,1,6,0,0.1
489
490endif
491
492
493
494endin
495
496
497
498instr 6;----------> Update Sequencer timeline duration
499schedule 974, 0, 3600
500schedule 977, 0, 1
501turnoff2 978, 0, 0
502turnoff
503endin
504
505;=============   BUTTONS STATE MANAGER   ===============
506
507
508
509
510
511
512
513
514
515
516instr 2;----> Main Buttons State Manager (Old but stable)
517
518
519if p4 == 1 then											; TEST on p4 param. (Button On/Off 1)
520
521  if giGEOMETRIC != 0 || giHARMONIC !=0 || giFIBO !=0 then   	; Check if some grid is created
522	gksw1 = 1 - gksw1												; if yes, toggle the gksw1 variable and call instr 101
523
524	schedule 101,0,36000											; yes call scheduler 1 (instr 101)
525	else
526	turnoff															; else turnoff instr 2
527	endif
528
529elseif p4 == 2 then 										; TEST on p4 (Button On/Off 2)
530	gksw2 = 1 - gksw2
531	schedule 102,0,36000									; if yes call  scheduler 2 (instr 102)
532
533;elseif p4 == 3 then										; TEST on p4 (button Random 1)
534;	gksw3 = 1 - gksw3
535;	schedule 21,0,36000									; if yes switch on random gen. 1 (instr 21)
536
537;elseif p4 == 4 then										; TEST on p4 button Random 2
538;	gksw4 = 1 - gksw4
539;	schedule 22,0,36000									; if yes switch on generator random 2 (instr 22)
540
541;elseif p4 == 5 then										; TEST on p4  button Timer
542;	gksw5 = 1 - gksw5
543;	schedule 950,0,36000									; if yes switch on Timer (instr 950)
544
545
546endif
547turnoff
548
549endin
550
551;=======================================
552instr 3  ;----> Random Shot
553
554;Random parameter extraction (only 7 for now as an exmple)
555;In progress.....
556
557ktrig	metro	7	; widgets scan timing (10 scans/seconds)
558
559	if ktrig == 1 then
560kf1_sw 	   	invalue "F1_SW"
561kf2_sw     invalue "F2_SW"
562klev1_sw	invalue "LEV1_SW"
563klev2_sw	invalue "LEV2_SW"
564kim1_sw	   	invalue "IM1_SW"
565kim2_sw    	invalue "IM2_SW"
566
567kx1_sw		invalue "X1_SW"
568kx2_sw		invalue "X2_SW"
569kvoi_sw  	invalue "VOI_SW"
570kstep_sw	invalue "STEP_SW"
571kshape_sw	invalue "SHAPE_SW"
572krate_sw	invalue "RATE_SW"
573kdur_sw	   	invalue "DUR_SW"
574kband_sw	invalue "BAND_SW"
575
576kat1_sw	   	invalue "AT1_SW"
577kat2_sw	   	invalue "AT2_SW"
578krel1_sw	invalue "REL1_SW"
579krel2_sw	invalue "REL2_SW"
580krev1_sw	invalue "REV1_SW"
581krev2_sw	invalue "REV2_SW"
582
583kcarmin_sw  invalue "CARMIN_SW"
584kcarmax_sw  invalue "CARMAX_SW"
585kmodmin_sw  invalue "MODMIN_SW"
586kmodmax_sw  invalue "MODMAX_SW"
587
588kfade_sw	invalue "FADE_SW"
589
590krevlev_sw	invalue "REVLEV_SW"
591khf_sw		invalue "HF_SW"
592kroom_sw	invalue "ROOM_SW"
593
594endif
595
596
597if1_sw		= i(kf1_sw)
598if2_sw		= i(kf2_sw)
599ilev1_sw	= i(klev1_sw)
600ilev2_sw	= i(klev2_sw)
601iim1_sw	   	= i(kim1_sw)
602iim2_sw	   	= i(kim2_sw)
603ix1_sw		= i(kx1_sw)
604ix2_sw		= i(kx2_sw)
605ivoi_sw   	= i(kvoi_sw)
606istep_sw	= i(kstep_sw)
607ishape_sw	= i(kshape_sw)
608irate_sw	= i(krate_sw)
609idur_sw	   	= i(kdur_sw)
610iband_sw	= i(kband_sw)
611
612iat1_sw    	= i(kat1_sw)
613iat2_sw	   	= i(kat2_sw)
614irel1_sw	= i(krel1_sw)
615irel2_sw	= i(krel2_sw)
616irev1_sw	= i(krev1_sw)
617irev2_sw	= i(krev2_sw)
618
619
620icarmin_sw = i(kcarmin_sw)
621icarmax_sw = i(kcarmax_sw)
622imodmin_sw = i(kmodmin_sw)
623imodmax_sw = i(kmodmax_sw)
624
625ifade_sw = i(kfade_sw)
626
627irevlev_sw = i(krevlev_sw)
628ihf_sw		= i(khf_sw)
629iroom_sw	= i(kroom_sw)
630
631
632
633
634
635if (iband_sw == 0) then
636	ival1 gauss $MAXFSPREAD              ;100
637	outvalue "band", abs(ival1)
638endif
639
640if (ix1_sw == 0) then
641	ival2 random 0,1
642	outvalue "pad_X1",ival2
643endif
644
645if (if1_sw == 0) then
646	ival3 random 1,8
647	outvalue "Fun_1", ival3
648endif
649
650
651if (istep_sw == 0) then
652	ival4 random 1,9
653	outvalue "knob154", abs(ival4)
654endif
655
656if (ix2_sw == 0) then
657	ival5 random 0,1
658	outvalue "pad_X2", abs(ival5)
659endif
660if (ivoi_sw == 0) then
661	ival6 random 1,8
662	outvalue "vox", ival6
663endif
664
665if (ishape_sw == 0) then
666	ival7 random 0,8
667	outvalue "SHAPE", ival7
668endif
669
670if (irate_sw == 0) then
671	ival8 random 0.172,0.5
672	outvalue "rate", ival8
673endif
674
675if (iim1_sw == 0) then
676	ival9 random 0, 4
677	outvalue "indx1", ival9
678endif
679
680if (idur_sw == 0) then
681	ival10 random 0.2, 3
682	outvalue "dur", ival10
683endif
684
685if (ilev1_sw == 0) then
686	ival11 random 0, 1
687	outvalue "Lev_1", ival11
688endif
689
690
691if (iat1_sw == 0) then
692	ival12 random 0.05, 0.9
693	outvalue "AT1", ival12
694endif
695
696if (iat2_sw == 0) then
697	ival13 random 0.05, 0.9
698	outvalue "AT2", ival13
699endif
700
701if (irel1_sw == 0) then
702	ival14 random 0.05, 0.9
703	outvalue "RE1", ival14
704endif
705
706if (irel2_sw == 0) then
707	ival15 random 0.05, 0.9
708	outvalue "RE2", ival15
709endif
710
711if (irev1_sw == 0) then
712	ival16 random 0, 1
713	outvalue "REVSEND1", ival16
714endif
715
716if (irev2_sw == 0) then
717	ival17 random 0, 1
718	outvalue "REVSEND2", ival17
719endif
720
721if (if2_sw == 0) then
722	ival18 random 1,8
723	outvalue "Fun_2", ival18
724endif
725
726
727if (ilev2_sw == 0) then
728	ival19 random 0, 1
729	outvalue "Lev_2", ival19
730endif
731
732if (iim2_sw == 0) then
733	ival20 random 0, 4
734	outvalue "indx2", ival20
735endif
736
737
738if (icarmin_sw == 0 ) then
739	ival21 random  0, 14
740	outvalue "CAR_min", ival21
741endif
742
743if (icarmax_sw == 0 ) then
744	ival22 random  0, 14
745	outvalue "CAR_max", ival22
746endif
747
748if (imodmin_sw == 0 ) then
749	ival23 random  0, 13
750	outvalue "MOD_min", ival23
751endif
752
753if (icarmin_sw == 0 ) then
754	ival24 random  0, 14
755	outvalue "MOD_max", ival24
756endif
757
758if (ifade_sw == 0 ) then
759	ival25 random  0, 1
760	outvalue "FADE_SW", ival25
761endif
762
763
764
765if (irevlev_sw == 0) then
766	ival26 random 0, 1
767	outvalue "REVLEV", ival26
768endif
769
770if (ihf_sw == 0) then
771	ival27 random 0, 1
772	outvalue "HF", ival27
773endif
774
775if (iroom_sw == 0) then
776	ival28 random 0, 0.99
777	outvalue "ROOM", ival28
778endif
779
780
781;turnoff
782
783endin
784
785;==========================================
786
787instr 5;----> Clear MIDI Association
788outvalue "MIDIVAR_1", 0
789outvalue "MIDIVAR_2", 0
790outvalue "MIDIVAR_3", 0
791outvalue "MIDIVAR_4", 0
792outvalue "MIDIVAR_5", 0
793outvalue "MIDIVAR_6", 0
794outvalue "MIDIVAR_7", 0
795outvalue "MIDIVAR_8", 0
796outvalue "MIDIVAR_9", 0
797outvalue "MIDIVAR_10", 0
798turnoff
799endin
800
801
802;==================== MIDI PATCHER ================
803
804
805instr 4;---> MIDI PATCHER
806
807
808
809ktrig	metro	7	; widgets scanning at 10 per sec
810
811	if ktrig == 1 then
812
813
814gkMIDIVAR_1		invalue "MIDIVAR_1"
815gkMIDIVAR_2		invalue "MIDIVAR_2"
816gkMIDIVAR_3		invalue "MIDIVAR_3"
817gkMIDIVAR_4		invalue "MIDIVAR_4"
818gkMIDIVAR_5		invalue "MIDIVAR_5"
819gkMIDIVAR_6		invalue "MIDIVAR_6"
820gkMIDIVAR_7		invalue "MIDIVAR_7"
821gkMIDIVAR_8		invalue "MIDIVAR_8"
822gkMIDIVAR_9		invalue "MIDIVAR_9"
823gkMIDIVAR_10	invalue "MIDIVAR_10"
824
825
826gkcc1_lev		invalue "cc1_lev"
827gkcc2_lev		invalue "cc2_lev"
828gkcc3_lev		invalue "cc3_lev"
829gkcc4_lev		invalue "cc4_lev"
830gkcc5_lev		invalue "cc5_lev"
831gkcc6_lev		invalue "cc6_lev"
832gkcc7_lev		invalue "cc7_lev"
833gkcc8_lev		invalue "cc8_lev"
834gkcc9_lev		invalue "cc9_lev"
835gkcc10_lev		invalue "cc10_lev"
836
837
838
839gkinv_1		invalue "inv1"
840gkinv_2		invalue "inv2"
841gkinv_3		invalue "inv3"
842gkinv_4		invalue "inv4"
843gkinv_5		invalue "inv5"
844gkinv_6		invalue "inv6"
845gkinv_7		invalue "inv7"
846gkinv_8		invalue "inv8"
847gkinv_9		invalue "inv9"
848gkinv_10	invalue "inv10"
849
850endif
851
852
853
854
855gkMIDIsave	invalue "MIDIsave"
856
857gkstatus, gkchan, gkdata1, gkdata2 midiin  ; read MIDI informations
858
859
860
861
862outvalue "status", gkstatus
863outvalue "chan", gkchan
864outvalue "data1", gkdata1
865outvalue "data2", gkdata2
866
867
868gkGet		invalue "Get"	; Read the snaphot pointer
869
870
871endin
872
873
874
875
876instr 7 ; -------> Pad Mouse Control On/Off init switches (instrument is momentary on after 0.1 s)
877
878outvalue "MSC1",0
879outvalue "MSC2",0
880
881endin
882
883instr 8  ; -------> Pad Mouse Control On/Off
884
885kres,kkeydown sensekey
886
887ktrig changed  kres, kkeydown
888
889
890
891kXM invalue "_MouseRelX"	;get mouse Left X
892kYM invalue "_MouseRelY"	;get mouse Left Y
893
894
895
896if   (int(kXM)>=13 && int(kXM) < 143)  && (int(kYM) >550  && int(kYM) <683)     then   ; if mouse is inside PAD 1
897
898
899kPAD1_CTRL = 1																				; set this variable to 1
900else
901kPAD1_CTRL = 0																				; else = 0
902endif
903
904if gkMSC1 == 0 then																		; if the msw1 is on (= 1)
905kPAD1_CTRL = 1																				; force PAD1_CTRL = 1
906endif
907
908if   (int(kXM)>=242 && int(kXM) < 372) && (int(kYM) >550  && int(kYM) <683)   then	;the same for PAD 2
909
910
911kPAD2_CTRL = 1
912else
913kPAD2_CTRL = 0
914endif
915
916if gkMSC2 == 0 then
917kPAD2_CTRL = 1
918endif
919
920if kres == 97 || kres ==  65 then						; if letter "a" (or "A") is pressed on keyboard
921outvalue "MSC1",1										; set msw1 = 1 (PAD 1 is controlled by entry the mouse over it)
922elseif kres == 115 || kres == 83 then					; if letter "s" (or "S") is pressed on keyboard
923outvalue "MSC1",0										; set msw1 = 0 (PAD 1 is always on)
924endif
925
926
927if kres = 122 || kres == 90 then						;The same for PAD 2
928outvalue "MSC2",1
929elseif kres = 120 || kres == 88 then
930outvalue "MSC2",0
931endif
932
933
934;printk2 kPAD1_CTRL
935gaPAD1_CTRL interp kPAD1_CTRL							;cast k to a
936gaPAD2_CTRL interp kPAD2_CTRL
937
938endin
939
940
941;============== RANDOM GENERATORS ==================
942
943
944instr 21;----> Random Gen. 1
945
946;	if gksw3 == 1 goto on
947;	outvalue "led3",0
948;	gkfauto1 = 0
949;	turnoff
950;	on:
951;	outvalue "led3",1
952
953	;kran1rate jspline 0.5, 1,10*gkran1_vel
954
955	gkfauto1 randh (1-gkran1_mute) * gkpad_X1L * gkran1_amp*25000, gkran1_vel
956	;gkfauto1 randh (1-gkran1_mute) * gkpad_X1L * gkran1_amp*25000, 0.5+kran1rate
957
958	outvalue "disp_rand1", gkfauto1
959
960endin
961
962instr 22;----> Random Gen. 2
963;	if gksw4 == 1 goto on
964;	outvalue "led4",0
965;	gkfauto2 = 0
966;	turnoff
967;	on:
968;	outvalue "led4",1
969
970	gkfauto2 randh (1-gkran2_mute)*gkpad_X2L * gkran2_amp*25000, gkran2_vel
971	outvalue "disp_rand2", gkfauto2
972endin
973
974
975
976;==================  Switch off Leds at start
977instr 9; ----> All LEDS OFF
978;ftload "/Users/eg/Documents/QuteCSEX/data.txt", 1, gisna50
979
980outvalue "_RAND1",0
981outvalue "_RAND2",0
982
983
984outvalue "geo_grid_cont",0
985outvalue "harm_grid_cont",0
986outvalue "fibo_grid_cont",0
987
988outvalue "led_TIMER1", 0
989outvalue "led_TIMER2", 0
990
991outvalue "L01",0
992outvalue "L02",0
993outvalue "L03",0
994outvalue "L04",0
995outvalue "L05",0
996outvalue "L06",0
997outvalue "L07",0
998outvalue "L08",0
999outvalue "L09",0
1000outvalue "L10",0
1001outvalue "L11",0
1002outvalue "L12",0
1003outvalue "L13",0
1004outvalue "L14",0
1005outvalue "L15",0
1006outvalue "L16",0
1007outvalue "L17",0
1008outvalue "L18",0
1009outvalue "L19",0
1010outvalue "L20",0
1011outvalue "L21",0
1012outvalue "L22",0
1013outvalue "L23",0
1014outvalue "L24",0
1015outvalue "L25",0
1016outvalue "L26",0
1017outvalue "L27",0
1018outvalue "L28",0
1019outvalue "L29",0
1020outvalue "L30",0
1021outvalue "L31",0
1022outvalue "L32",0
1023outvalue "L33",0
1024outvalue "L34",0
1025outvalue "L35",0
1026outvalue "L36",0
1027outvalue "L37",0
1028outvalue "L38",0
1029outvalue "L39",0
1030outvalue "L40",0
1031outvalue "L41",0
1032outvalue "L42",0
1033outvalue "L43",0
1034outvalue "L44",0
1035outvalue "L45",0
1036outvalue "L46",0
1037outvalue "L47",0
1038outvalue "L48",0
1039
1040outvalue "led1", 0
1041outvalue "led2", 0
1042outvalue "led3", 0
1043outvalue "led4", 0
1044outvalue "led_G", 0
1045outvalue "led_H", 0
1046outvalue "led_F", 0
1047
1048outvalue "progress", 0
1049outvalue "progress_lin", 0
1050outvalue "mins", 0
1051outvalue "secs", 0
1052
1053outvalue "warn", ""
1054outvalue "LED_WRITE", 0
1055outvalue "rectimedisp",0
1056
1057outvalue "ledseq", 0
1058outvalue "ledton", 0
1059outvalue "fftONOFF", 0
1060outvalue "seqblink",0
1061outvalue "mpercent", 0
1062
1063outvalue "timeline", 0
1064outvalue "seq_tot_time", 0
1065outvalue "timelaps", 0
1066
1067outvalue "seq",0
1068outvalue "seqran",0
1069
1070
1071outvalue "over", 0.5
1072outvalue "Lev_1",0.25
1073outvalue "Lev_2",0.25
1074
1075
1076outvalue "midi_1", 0
1077outvalue "midi_2", 0
1078outvalue "midi_3", 0
1079outvalue "midi_4", 0
1080outvalue "midi_5", 0
1081outvalue "midi_6", 0
1082outvalue "midi_7", 0
1083outvalue "midi_8", 0
1084
1085
1086turnoff
1087endin
1088
1089;=======================  GEOM. SPECTRA GENERATOR ==================
1090instr 10;----> CREATE GEOMETRIC
1091
1092giGEOMETRIC init 1
1093ind init 0
1094iG_fund = i(gk_G_fund)
1095
1096if iG_fund == 1 then
1097	i_int_note = i(gk_G_oct) + 4
1098	i_decimal_note = i(gk_G_key) * 0.01
1099	inote = i_int_note + i_decimal_note
1100	ifreq = cpspch(inote)
1101
1102else
1103
1104ifreq init i(gk_outf)
1105endif
1106
1107imode_in = i(gkmode_in)
1108
1109ifreq0 = ifreq
1110
1111inum = i(gk_num)
1112iden = i(gk_den)
1113iratio = inum/iden
1114
1115
1116if imode_in == 1 then
1117
1118else
1119iratio = i(gk_ratio)
1120endif
1121
1122
1123
1124if ifreq <= 0 igoto stop
1125if iratio < 1 igoto stop
1126
1127do:
1128ifreq = ifreq0 * iratio^ind		; Geometric Formula
1129if ifreq > sr/2 goto stop
1130
1131tabw_i	ifreq, ind, 300
1132tabw_i	ifreq, ind, 301
1133
1134
1135gifreq = ifreq
1136ind = ind + 1
1137gind = ind	; copia il valore massimo dell'indice in gind
1138
1139igoto do
1140
1141stop:
1142;ifreq = ifreq_old
1143
1144outvalue "max_index", ind + 1
1145outvalue "last_freq", ifreq
1146outvalue "G_fre", ifreq0
1147outvalue "led_G", 1
1148outvalue "led_H", 0
1149outvalue "led_F", 0
1150gisw_G = 1
1151gisw_H = 0
1152gisw_F = 0
1153
1154;ftsave "/Users/eg/Documents/QuteCSEX/debug.txt", 1, 300
1155turnoff
1156
1157
1158endin
1159
1160
1161;=============== HARMONIC SPECTRA GENERATOR ======================
1162
1163instr 12;----> CREATE HARMONIC
1164
1165giHARMONIC init 1
1166ind init 0
1167
1168
1169iH_fund = i(gk_H_fund)
1170
1171if iH_fund == 1 then
1172	i_int_note = i(gk_H_oct) + 4
1173	i_decimal_note = i(gk_H_key) * 0.01
1174	inote = i_int_note + i_decimal_note
1175
1176ifund = cpspch(inote)
1177ifreq0 = ifund
1178
1179else
1180ifreq0 = 0
1181ifund = i(gk_ffund)
1182endif
1183
1184
1185
1186iexp = i(gk_exp)
1187imaxharm = i(gk_maxharm)
1188icurfreq = ifund
1189
1190do:
1191
1192if ind > (imaxharm - 1) igoto stop
1193gifreq = icurfreq
1194ind = ind + 1
1195iexpval pow ind, (1+iexp)	;   Harmonic Formula
1196icurfreq = ifund * iexpval
1197tabw_i	icurfreq, ind - 1, 300
1198tabw_i	icurfreq, ind - 1, 301
1199gind = ind
1200gifreq = icurfreq
1201igoto do
1202
1203stop:
1204
1205outvalue "H_fre", ifreq0
1206outvalue "led_G", 0
1207outvalue "led_H", 1
1208outvalue "led_F", 0
1209gisw_G = 0
1210gisw_H = 1
1211gisw_F = 0
1212
1213turnoff
1214
1215endin
1216
1217;============= FIBONACCI
1218
1219
1220instr 13; ----> CREATE FIBONACCI
1221giFIBO init 1
1222index init 0
1223iPHI init (1 + sqrt(5))/2
1224
1225istart  	= 	i(gkFIB_Start)
1226ifund   	= 	i(gkFIB_Fund)
1227;print ifund
1228
1229ifreq = ifund
1230
1231do:
1232
1233ifreq_old = ifreq
1234
1235
1236ifreq = ifund * ((iPHI ^(index + istart) - (1 - iPHI)^(index + istart))/ sqrt(5))
1237if ifreq > sr/2 goto stop
1238tabw_i	ifreq, index, 300
1239tabw_i	ifreq, index, 301
1240;print index , ifreq
1241gifreq = ifreq
1242index = index + 1
1243gind = index	; make a copy of index into gind
1244
1245
1246igoto do
1247
1248stop:
1249outvalue "led_G", 0
1250outvalue "led_H", 0
1251outvalue "led_F", 1
1252outvalue "max_index_FI",index
1253gisw_G = 0
1254gisw_H = 0
1255gisw_F = 1
1256
1257turnoff
1258
1259endin
1260
1261
1262
1263
1264;=========== WRITE MIDI CC MAP & MIDIVAR ON TABLE 11 =======
1265instr 14; Write Midi cc Map e Midivar on Tab 11
1266
1267icc_A = i(gkcc_A)
1268icc_B = i(gkcc_B)
1269icc_C = i(gkcc_C)
1270icc_D = i(gkcc_D)
1271icc_E = i(gkcc_E)
1272icc_F = i(gkcc_F)
1273icc_G = i(gkcc_G)
1274icc_H = i(gkcc_H)
1275icc_I = i(gkcc_I)
1276icc_L = i(gkcc_L)
1277
1278
1279ipar1 = i(gkMIDIVAR_1)
1280ipar2 = i(gkMIDIVAR_2)
1281ipar3 = i(gkMIDIVAR_3)
1282ipar4 = i(gkMIDIVAR_4)
1283ipar5 = i(gkMIDIVAR_5)
1284ipar6 = i(gkMIDIVAR_6)
1285ipar7 = i(gkMIDIVAR_7)
1286ipar8 = i(gkMIDIVAR_8)
1287ipar9 = i(gkMIDIVAR_9)
1288ipar10 = i(gkMIDIVAR_10)
1289
1290tabw_i icc_A,  0, 11
1291tabw_i icc_B,  1, 11
1292tabw_i icc_C,  2, 11
1293tabw_i icc_D,  3, 11
1294tabw_i icc_E,  4, 11
1295tabw_i icc_F,  5, 11
1296tabw_i icc_G,  6, 11
1297tabw_i icc_H,  7, 11
1298tabw_i icc_I,  8, 11
1299tabw_i icc_L,  9, 11
1300;
1301;
1302tabw_i ipar1,10, 11
1303tabw_i ipar2,11, 11
1304tabw_i ipar3,12, 11
1305tabw_i ipar4,13, 11
1306tabw_i ipar5,14, 11
1307tabw_i ipar6,15, 11
1308tabw_i ipar7,16, 11
1309tabw_i ipar8,17, 11
1310tabw_i ipar9,18, 11
1311tabw_i ipar10,19, 11
1312
1313
1314endin
1315
1316
1317instr 15 ; -------> GEOM Sense Continuous Grid Change
1318ktrigGEOM	changed gk_ratio,gk_outf,gk_num,gk_den,gk_G_oct,gk_G_key
1319schedkwhen ktrigGEOM,0,1, 10, 0, 0.1
1320endin
1321
1322instr 16  ; -------> HARM Sense Continuous Grid Change
1323ktrigHARM	changed gk_ffund,gk_exp, gk_H_oct, gk_H_key
1324schedkwhen ktrigHARM,0,1, 12, 0, 0.1
1325endin
1326
1327instr 17	; -------> FIBO Sense Continuous Grid Change
1328ktrigFIBO	changed gkFIB_Start,gkFIB_Fund
1329schedkwhen ktrigFIBO,0,1, 13, 0, 0.1
1330endin
1331
1332;================== WAVEFORM MORPHING AND SINE LED CONTROL ===================
1333
1334instr 60;----> Basic wave morph
1335
1336kindex port gkfun1 - 1, 0.2
1337ftmorf  kindex, 9,10
1338if gkfun1 <= 1  then
1339outvalue "sine", 1
1340else
1341outvalue "sine", 0
1342endif
1343
1344
1345if gkfun2 <= 1  then
1346outvalue "sine2", 1
1347else
1348outvalue "sine2", 0
1349endif
1350
1351
1352
1353endin
1354
1355instr 61
1356
1357ktrig changed gkSHAPE_0
1358
1359if ktrig !=0 then
1360schedkwhen ktrig, 0,1,62,0,0.1
1361endif
1362endin
1363
1364instr 62
1365outvalue "dispSHAPE",501+gkSHAPE_0
1366endin
1367
1368
1369
1370
1371;=========================== SWITCH ON SNAPSHOT LED =========
1372instr 70  ;  Switch on the corrisponding write led
1373inum = i(gkGet) + 1
1374
1375
1376if inum == 1 then
1377	outvalue "L01", 1
1378elseif inum == 2 then
1379	outvalue "L02", 1
1380elseif inum == 3 then
1381	outvalue "L03", 1
1382elseif inum == 4 then
1383	outvalue "L04", 1
1384elseif inum == 5 then
1385	outvalue "L05", 1
1386elseif inum == 6 then
1387	outvalue "L06", 1
1388elseif inum == 7 then
1389	outvalue "L07", 1
1390elseif inum == 8 then
1391	outvalue "L08", 1
1392elseif inum == 9 then
1393	outvalue "L09", 1
1394elseif inum == 10 then
1395	outvalue "L10", 1
1396elseif inum == 11 then
1397	outvalue "L11", 1
1398elseif inum == 12 then
1399	outvalue "L12", 1
1400elseif inum == 13 then
1401	outvalue "L13", 1
1402elseif inum == 14 then
1403	outvalue "L14", 1
1404elseif inum == 15 then
1405	outvalue "L15", 1
1406elseif inum == 16 then
1407	outvalue "L16", 1
1408elseif inum == 17 then
1409	outvalue "L17", 1
1410elseif inum == 18 then
1411	outvalue "L18", 1
1412elseif inum == 19 then
1413	outvalue "L19", 1
1414elseif inum == 20 then
1415	outvalue "L20", 1
1416elseif inum == 21 then
1417	outvalue "L21", 1
1418elseif inum == 22 then
1419	outvalue "L22", 1
1420elseif inum == 23 then
1421	outvalue "L23", 1
1422elseif inum == 24 then
1423	outvalue "L24", 1
1424elseif inum == 25 then
1425	outvalue "L25", 1
1426elseif inum == 26 then
1427	outvalue "L26", 1
1428elseif inum == 27 then
1429	outvalue "L27", 1
1430elseif inum == 28 then
1431	outvalue "L28", 1
1432elseif inum == 29 then
1433	outvalue "L29", 1
1434elseif inum == 30 then
1435	outvalue "L30", 1
1436elseif inum == 31 then
1437	outvalue "L31", 1
1438elseif inum == 32 then
1439	outvalue "L32", 1
1440elseif inum == 33 then
1441	outvalue "L33", 1
1442elseif inum == 34 then
1443	outvalue "L34", 1
1444elseif inum == 35 then
1445	outvalue "L35", 1
1446elseif inum == 36 then
1447	outvalue "L36", 1
1448elseif inum == 37 then
1449	outvalue "L37", 1
1450elseif inum == 38 then
1451	outvalue "L38", 1
1452elseif inum == 39 then
1453	outvalue "L39", 1
1454elseif inum == 40 then
1455	outvalue "L40", 1
1456elseif inum == 41 then
1457	outvalue "L41", 1
1458elseif inum == 42 then
1459	outvalue "L42", 1
1460elseif inum == 43 then
1461	outvalue "L43", 1
1462elseif inum == 44 then
1463	outvalue "L44", 1
1464elseif inum == 45 then
1465	outvalue "L45", 1
1466elseif inum == 46 then
1467	outvalue "L46", 1
1468elseif inum == 47 then
1469	outvalue "L47", 1
1470elseif inum == 48 then
1471	outvalue "L48", 1
1472endif
1473
1474turnoff
1475
1476
1477endin
1478
1479
1480instr 71;--------> SWITCH OFF SNAPSHOT LED AND CLEAR 1st VALUE
1481inum = i(gkGet) + 1		; Get the snapshop pointer value
1482
1483if     inum == 1 then
1484	outvalue "L01", 0
1485	vtabwi	0, 200, 0
1486elseif inum == 2 then
1487	outvalue "L02", 0
1488	vtabwi	0, 201, 0
1489elseif inum == 3 then
1490	outvalue "L03", 0
1491	vtabwi	0, 202, 0
1492elseif inum == 4 then
1493	outvalue "L04", 0
1494	vtabwi	0, 203, 0
1495elseif inum == 5 then
1496	outvalue "L05", 0
1497	vtabwi	0, 204, 0
1498elseif inum == 6 then
1499	outvalue "L06", 0
1500	vtabwi	0, 205, 0
1501elseif inum == 7 then
1502	outvalue "L07", 0
1503	vtabwi	0, 206, 0
1504elseif inum == 8 then
1505	outvalue "L08", 0
1506	vtabwi	0, 207, 0
1507elseif inum == 9 then
1508	outvalue "L09", 0
1509	vtabwi	0, 208, 0
1510elseif inum == 10 then
1511	outvalue "L10", 0
1512	vtabwi	0, 209, 0
1513elseif inum == 11 then
1514	outvalue "L11", 0
1515	vtabwi	0, 210, 0
1516elseif inum == 12 then
1517	outvalue "L12", 0
1518	vtabwi	0, 211, 0
1519elseif inum == 13 then
1520	outvalue "L13", 0
1521	vtabwi	0, 212, 0
1522elseif inum == 14 then
1523	outvalue "L14", 0
1524	vtabwi	0, 213, 0
1525elseif inum == 15 then
1526	outvalue "L15", 0
1527	vtabwi	0, 214, 0
1528elseif inum == 16 then
1529	outvalue "L16", 0
1530	vtabwi	0, 215, 0
1531elseif inum == 17 then
1532	outvalue "L17", 0
1533	vtabwi	0, 216, 0
1534elseif inum == 18 then
1535	outvalue "L18", 0
1536	vtabwi	0, 217, 0
1537elseif inum == 19 then
1538	outvalue "L19", 0
1539	vtabwi	0, 218, 0
1540elseif inum == 20 then
1541	outvalue "L20", 0
1542	vtabwi	0, 219, 0
1543elseif inum == 21 then
1544	outvalue "L21", 0
1545	vtabwi	0, 220, 0
1546elseif inum == 22 then
1547	outvalue "L22", 0
1548	vtabwi	0, 221, 0
1549elseif inum == 23 then
1550	outvalue "L23", 0
1551	vtabwi	0, 222, 0
1552elseif inum == 24 then
1553	outvalue "L24", 0
1554	vtabwi	0, 223, 0
1555elseif inum == 25 then
1556	outvalue "L25", 0
1557	vtabwi	0, 224, 0
1558elseif inum == 26 then
1559	outvalue "L26", 0
1560	vtabwi	0, 225, 0
1561elseif inum == 27 then
1562	outvalue "L27", 0
1563	vtabwi	0, 226, 0
1564elseif inum == 28 then
1565	outvalue "L28", 0
1566	vtabwi	0, 227, 0
1567elseif inum == 29 then
1568	outvalue "L29", 0
1569	vtabwi	0, 228, 0
1570elseif inum == 30 then
1571	outvalue "L30", 0
1572	vtabwi	0, 229, 0
1573elseif inum == 31 then
1574	outvalue "L31", 0
1575	vtabwi	0, 230, 0
1576elseif inum == 32 then
1577	outvalue "L32", 0
1578	vtabwi	0, 231, 0
1579elseif inum == 33 then
1580	outvalue "L33", 0
1581	vtabwi	0, 232, 0
1582elseif inum == 34 then
1583	outvalue "L34", 0
1584	vtabwi	0, 200, 0
1585elseif inum == 33 then
1586	outvalue "L35", 0
1587	vtabwi	0, 234, 0
1588elseif inum == 36 then
1589	outvalue "L36", 0
1590	vtabwi	0, 235, 0
1591elseif inum == 37 then
1592	outvalue "L37", 0
1593	vtabwi	0, 236, 0
1594elseif inum == 38 then
1595	outvalue "L38", 0
1596	vtabwi	0, 237, 0
1597elseif inum == 39 then
1598	outvalue "L39", 0
1599	vtabwi	0, 238, 0
1600elseif inum == 40 then
1601	outvalue "L40", 0
1602	vtabwi	0, 239, 0
1603elseif inum == 41 then
1604	outvalue "L41", 0
1605	vtabwi	0, 240, 0
1606elseif inum == 42 then
1607	outvalue "L42", 0
1608	vtabwi	0, 241, 0
1609elseif inum == 43 then
1610	outvalue "L43", 0
1611	vtabwi	0, 242, 0
1612elseif inum == 44 then
1613	outvalue "L44", 0
1614	vtabwi	0, 243, 0
1615elseif inum == 45 then
1616	outvalue "L45", 0
1617	vtabwi	0, 244, 0
1618elseif inum == 46 then
1619	outvalue "L46", 0
1620	vtabwi	0, 245, 0
1621elseif inum == 47 then
1622	outvalue "L47", 0
1623	vtabwi	0, 246, 0
1624elseif inum == 48 then
1625	outvalue "L48", 0
1626	vtabwi	0, 247, 0
1627
1628
1629endif
1630
1631turnoff
1632
1633
1634endin
1635
1636
1637
1638;======================== SWITCH OFF ALL SNAPSHOT LEDS AND CLEAR 1st VALUE =================
1639
1640instr 72;----> Clear Snap Leds and first value (table 200)
1641
1642
1643outvalue "L01", 0
1644vtabwi	0, 200, 0
1645outvalue "L02", 0
1646vtabwi	0, 201, 0
1647outvalue "L03", 0
1648vtabwi	0, 202, 0
1649outvalue "L04", 0
1650vtabwi	0, 203, 0
1651outvalue "L05", 0
1652vtabwi	0, 204, 0
1653outvalue "L06", 0
1654vtabwi	0, 205, 0
1655outvalue "L07", 0
1656vtabwi	0, 206, 0
1657outvalue "L08", 0
1658vtabwi	0, 207, 0
1659outvalue "L09", 0
1660vtabwi	0, 208, 0
1661outvalue "L10", 0
1662vtabwi	0, 209, 0
1663outvalue "L11", 0
1664vtabwi	0, 200, 0
1665outvalue "L12", 0
1666vtabwi	0, 211, 0
1667outvalue "L13", 0
1668vtabwi	0, 212, 0
1669outvalue "L14", 0
1670vtabwi	0, 213, 0
1671outvalue "L15", 0
1672vtabwi	0, 214, 0
1673outvalue "L16", 0
1674vtabwi	0, 215, 0
1675outvalue "L17", 0
1676vtabwi	0, 216, 0
1677outvalue "L18", 0
1678vtabwi	0, 217, 0
1679outvalue "L19", 0
1680vtabwi	0, 218, 0
1681outvalue "L20", 0
1682vtabwi	0, 219, 0
1683outvalue "L21", 0
1684vtabwi	0, 220, 0
1685outvalue "L22", 0
1686vtabwi	0, 221, 0
1687outvalue "L23", 0
1688vtabwi	0, 222, 0
1689outvalue "L24", 0
1690vtabwi	0, 223, 0
1691outvalue "L25", 0
1692vtabwi	0, 224, 0
1693outvalue "L26", 0
1694vtabwi	0, 235, 0
1695outvalue "L27", 0
1696vtabwi	0, 246, 0
1697outvalue "L28", 0
1698vtabwi	0, 227, 0
1699outvalue "L29", 0
1700vtabwi	0, 228, 0
1701outvalue "L30", 0
1702vtabwi	0, 229, 0
1703outvalue "L31", 0
1704vtabwi	0, 230, 0
1705outvalue "L32", 0
1706vtabwi	0, 231, 0
1707outvalue "L33", 0
1708vtabwi	0, 232, 0
1709outvalue "L34", 0
1710vtabwi	0, 233, 0
1711outvalue "L35", 0
1712vtabwi	0, 234, 0
1713outvalue "L36", 0
1714vtabwi	0, 235, 0
1715outvalue "L37", 0
1716vtabwi	0, 236, 0
1717outvalue "L38", 0
1718vtabwi	0, 237, 0
1719outvalue "L39", 0
1720vtabwi	0, 238, 0
1721outvalue "L40", 0
1722vtabwi	0, 239, 0
1723outvalue "L41", 0
1724vtabwi	0, 240, 0
1725outvalue "L42", 0
1726vtabwi	0, 241, 0
1727outvalue "L43", 0
1728vtabwi	0, 242, 0
1729outvalue "L44", 0
1730vtabwi	0, 243, 0
1731outvalue "L45", 0
1732vtabwi	0, 244, 0
1733outvalue "L46", 0
1734vtabwi	0, 245, 0
1735outvalue "L47", 0
1736vtabwi	0, 246, 0
1737outvalue "L48", 0
1738vtabwi	0, 247, 0
1739
1740turnoff
1741
1742endin
1743
1744
1745;==================== PREPARE TWO TABLES FOR SNAP TRANSITION
1746
1747instr 91 ; READ SNAP	&  MORPH
1748;print giPC_flag
1749; Freeze in table 703 the current values of the parameters
1750
1751if i(gkMORPH_FLAG) == 1 igoto NOSCHED
1752
1753vtabwi 0,703,\
1754i(gkband),i(gkrate),i(gkdur),\
1755i(gk_CAR_min),i(gk_CAR_max), i(gk_MOD_min), i(gk_MOD_max),\
1756i(gkindx1),i(gkindx2),\
1757i(gklev_1),i(gklev_2),\
1758i(gkran1_amp),i(gkran2_amp),\
1759i(gkran1_vel),i(gkran2_vel),\
1760i(gkvoi),i(gkstep),\
1761i(gkfun1),i(gkfun2),\
1762i(gkpad_X1),i(gkpad_Y1),\
1763i(gkpad_X2),i(gkpad_Y2), \
1764i(gkover_0),\
1765i(gkREVLEV),i(gkROOM),i(gkHF), \
1766i(gkATK1), i(gkATK2), \
1767i(gkREL1), i(gkREL2), \
1768i(gkREVSEND1), i(gkREVSEND2), \
1769i(gkxfade_0), \
1770i(gkSHAPE_0), \
1771i(gkchop_dens),i(gkrand_dens_amt),i(gkchop_dur),i(gkfmod_range),i(gkREVSEND3),i(gkmixgran),\
1772i(gkTIME), i(gkTYPE),\   ; index 35, 36
1773i(gkmute1),i(gkmute2),i(gk_cm),i(gk_ADSYN), \ ; index = 37, 38, 39, 40
1774gisw_G, gisw_H, gisw_F, \							;index = 41, 42, 43
1775i(gk_ratio), i(gk_num), i(gk_den), i(gkmode_in), i(gk_outf),i(gk_G_fund),i(gk_G_oct), i(gk_G_key),\
1776i(gk_ffund), i(gk_exp), i(gk_maxharm), i(gk_H_fund), i(gk_H_oct), i(gk_H_key), \
1777i(gkFIB_Start), i(gkFIB_Fund),\
1778i(gkran1_mute), i(gkran2_mute)
1779
1780
1781
1782;print giSEQ
1783if giSEQ == 0 then	; test if SEQUENCER is  active  (0 : inactive  / !=0 : active)
1784
1785isnap = i(gkGet) ;if yes snapshot got from combobox
1786
1787else
1788
1789isnap = giPrn-1   ; if not snapshot got from sequencer descriptor
1790
1791endif
1792
1793;isnap = (p4 != 0? p4-1 : isnap)
1794;print isnap, p4
1795
1796tableicopy	704, 200 + isnap   ; Make a copy of all the parameters of the current snapshot in table 704
1797
1798
1799schedule 92, 0,3600,isnap  ; call the transition instrument
1800NOSCHED:
1801
1802
1803
1804
1805
1806endin
1807
1808;========================= LOAD SNAP WITH  NO And WITH TRANSITION
1809
1810instr 92  ;++++>LOAD SNAP - called by instr 91 (readsnap)
1811
1812
1813ioff init 6
1814
1815gkstop init 0
1816kTr init 0
1817gkMORPH_FLAG = 1
1818
1819iBYSTTIME = i(gkBYSTTIME)
1820
1821
1822if giSEQ == 0 then
1823iSNAP = i(gkGet)
1824iTIME = i(gkTIME)+ 0.01
1825iTYPE = i(gkTYPE)
1826else
1827iSNAP = giPrn-1
1828iTIME = giTtran
1829iTYPE = giMode
1830endif
1831
1832
1833iSNAP = (giPC_flag!=0? p4 : iSNAP)
1834
1835
1836ifirst_value 	table 0, 200 + iSNAP ; read first value of table 200
1837
1838if ifirst_value != 0 goto proceed
1839
1840SEmptySnap sprintf "WARNING ! Snap %d is empty", iSNAP + 1
1841
1842outvalue	"warn", SEmptySnap
1843gkMORPH_FLAG = 0
1844turnoff
1845
1846proceed:
1847outvalue "warn", ""
1848
1849SLoadingSnap	sprintf	"Loading Snap %d .... ", iSNAP + 1
1850
1851outvalue "warn",SLoadingSnap
1852
1853
1854if iBYSTTIME == 1 goto bypass				; IF iBYSTTIE == 1 DON'T USES THE MORPH TIME FROM SNAPSHOT
1855			iTIME table 35+ioff, 200 + iSNAP
1856 			outvalue "TIME", iTIME
1857			iTYPE table 36+ioff, 200 + iSNAP
1858 			outvalue "TYPE", iTYPE
1859
1860bypass:
1861			imute1 table 37+ioff, 200 + iSNAP
1862			outvalue "MUTE1", imute1
1863			imute2 table 38+ioff, 200 + iSNAP
1864 			outvalue "MUTE2", imute2
1865			icm 	table 39+ioff, 200 + iSNAP
1866 			outvalue "cm", icm
1867			iADSYN table 40+ioff, 200 + iSNAP
1868 			outvalue "ADSYN", iADSYN
1869
1870
1871
1872			iGEO 	table 41+ioff, 200 + iSNAP
1873			iHARM 	table 42+ioff, 200 + iSNAP
1874			iFIB 	table 43+ioff, 200 + iSNAP
1875
1876;i(gk_ratio), i(gk_num), i(gk_den), i(gkmode_in), i(gk_outf),i(gk_G_fund),i(gk_G_oct), i(gk_G_key)
1877;iRATIO		iNUM			iDEN		iMODE_IN		iOUTF			iG_FUND		iG_OCT			iG_KEY
1878
1879			iRATIO		table 44+ioff, 200 + iSNAP
1880			iNUM		table 45+ioff, 200 + iSNAP
1881			iDEN		table 46+ioff, 200 + iSNAP
1882			iMODE_IN	table 47+ioff, 200 + iSNAP
1883			iOUTF		table 48+ioff, 200 + iSNAP
1884			iG_FUND		table 49+ioff, 200 + iSNAP
1885			iG_OCT		table 50+ioff, 200 + iSNAP
1886			iG_KEY		table 51+ioff, 200 + iSNAP
1887
1888;i(gk_ffund), i(gk_exp), i(gk_maxharm), i(gk_H_fund), i(gk_H_oct), i(gk_H_key)
1889;iFFUND			iEXP		iMAXHARM		iHFUND				iHOCT			iHKEY
1890
1891			iFFUND		table 52+ioff, 200 + iSNAP
1892			iEXP		table 53+ioff, 200 + iSNAP
1893			iMAXHARM	table 54+ioff, 200 + iSNAP
1894			iHFUND		table 55+ioff, 200 + iSNAP
1895			iHOCT		table 56+ioff, 200 + iSNAP
1896			iHKEY		table 57+ioff, 200 + iSNAP
1897
1898
1899
1900			iFIBSTART	table 58+ioff, 200 + iSNAP
1901			iFIBFUND	table 59+ioff, 200 + iSNAP
1902
1903			iRAN1MUTE 	table 60+ioff, 200 + iSNAP
1904			iRAN2MUTE 	table 61+ioff, 200 + iSNAP
1905
1906			outvalue 	"RAN1MUTE", iRAN1MUTE
1907			outvalue 	"RAN2MUTE", iRAN2MUTE
1908
1909if iGEO == 1 then
1910
1911	schedule 200, 0, 3600, iRATIO, iNUM, iDEN, iMODE_IN, iOUTF, iG_FUND, iG_OCT, iG_KEY
1912
1913elseif  iHARM == 1  then
1914
1915	schedule 202, 0, 3600, iFFUND,iEXP,iMAXHARM,iHFUND,iHOCT,iHKEY
1916elseif iFIB == 1  then
1917
1918	schedule 203, 0, 3600, iFIBSTART, iFIBFUND
1919endif
1920
1921
1922
1923tableicopy 301,300
1924
1925
1926gkstop invalue "STOP"					; CHECK TRANSITION MANUAL STOP
1927kTr_LIN line 0,iTIME, 1
1928kTr 	transeg 0, iTIME, iTYPE, 1
1929
1930if gkgrid_morph == 1 then				;CHECK IF GRID MORPH IS ACTIVE
1931ftmorf kTr, 303, 300   ; 303,300
1932
1933else
1934tablecopy 300,302
1935endif
1936ftmorf kTr, 701, 702					; EXECUTING MORPHING BETWEEN TWO SNAPSHOTS
1937
1938
1939; READ ALL PARAMETERS
1940vtabk 0,702,\
1941gkband,gkrate,gkdur,\
1942gk_CAR_min,gk_CAR_max,gk_MOD_min,gk_MOD_max,\
1943gkindx1,gkindx2,\
1944gklev_1,gklev_2,\
1945gkran1_amp,gkran2_amp,\
1946gkran1_vel,gkran2_vel,\
1947gkvoi, gkstep,\
1948gkfun1,gkfun2,\
1949gkpad_X1,gkpad_Y1,\
1950gkpad_X2,gkpad_Y2,\
1951gkover_0, \
1952gkREVLEV,gkROOM,gkHF ,\
1953gkATK1, gkATK2, \
1954gkREL1, gkREL2, \
1955gkREVSEND1, gkREVSEND2, \
1956gkxfade_0,\
1957gkSHAPE_0,\
1958gkchop_dens,gkrand_dens_amt,gkchop_dur,gkfmod_range,gkREVSEND3,gkmixgran
1959
1960
1961; UPDATE PARAMETERS AND WIDGETS
1962outvalue "progress", kTr
1963outvalue "progress_lin", kTr_LIN
1964outvalue "transtime", kTr_LIN * (iTIME - 0.01)
1965
1966kmorph_percent = kTr * 100
1967outvalue "mpercent", kmorph_percent
1968
1969;printk2 kTr
1970
1971outvalue "band", gkband
1972
1973outvalue "dur", gkdur
1974outvalue "rate",gkrate
1975
1976
1977outvalue "vox", gkvoi
1978outvalue "knob154",gkstep
1979
1980outvalue	"Lev_1", gklev_1
1981outvalue  "pad_X1", gkpad_X1
1982outvalue  "pad_Y1", gkpad_Y1
1983outvalue  "Fun_1", gkfun1
1984outvalue 	"indx1", gkindx1
1985
1986outvalue	"Lev_2", gklev_2
1987outvalue  "pad_X2", gkpad_X2
1988outvalue  "pad_Y2", gkpad_Y2
1989outvalue  "Fun_2", gkfun2
1990outvalue 	"indx2", gkindx2
1991
1992outvalue 	"ran1amp", gkran1_amp
1993outvalue 	"ran1vel", gkran1_vel
1994outvalue 	"ran2amp", gkran2_amp
1995outvalue 	"ran2vel", gkran2_vel
1996
1997outvalue 	"REVSEND1", gkREVSEND1
1998outvalue 	"REVSEND2", gkREVSEND2
1999outvalue 	"REVSEND3", gkREVSEND3
2000
2001outvalue	"REVLEV", gkREVLEV
2002outvalue	"ROOM", gkROOM
2003outvalue	"HF", gkHF
2004
2005outvalue	"AT1", gkATK1
2006outvalue	"AT2", gkATK2
2007outvalue	"RE1", gkREL1
2008outvalue	"RE2", gkREL2
2009
2010outvalue 	"CAR_min", gk_CAR_min
2011outvalue 	"CAR_max", gk_CAR_max
2012outvalue 	"MOD_min", gk_MOD_min
2013outvalue 	"MOD_max", gk_MOD_max
2014
2015outvalue 	"XFADE", gkxfade_0
2016
2017outvalue 	"SHAPE", gkSHAPE_0
2018
2019outvalue   "over", gkover_0
2020
2021outvalue "chop_dens", gkchop_dens
2022outvalue "rand_dens_amt", gkrand_dens_amt
2023outvalue "chop_dur", gkchop_dur
2024outvalue "fmod_range", gkfmod_range
2025outvalue "MIXGRAN",gkmixgran
2026
2027if kTr < 1 goto go
2028 outvalue "progress",0
2029 outvalue "progress_lin",0
2030 SLoadedSnap	sprintf	"Snap %d Loaded ! ", iSNAP + 1
2031 outvalue "warn", SLoadedSnap
2032 gkMORPH_FLAG = 0
2033 turnoff
2034go:
2035  if gkstop == 1  then
2036
2037   gkstop = 0
2038   gkMORPH_FLAG = 0
2039   turnoff
2040   endif
2041
2042
2043giPC_flag = 0
2044endin
2045
2046
2047
2048
2049;==============================   SAVE PARAMETERS  SNAP USED WITH TRANSITION
2050instr 100 ;++++> WRITE SNAP (schedule i70 and copy all 60 parameters into table 200)
2051
2052schedule 70, 0, 3600
2053;print i(gkGet)
2054
2055;saves all parameters into the table of the current snap
2056vtabwi 0,200 + i(gkGet),\
2057i(gkband),i(gkrate),i(gkdur),\
2058i(gk_CAR_min),i(gk_CAR_max), i(gk_MOD_min), i(gk_MOD_max),\
2059i(gkindx1),i(gkindx2),\
2060i(gklev_1),i(gklev_2),\
2061i(gkran1_amp),i(gkran2_amp),\
2062i(gkran1_vel),i(gkran2_vel),\
2063i(gkvoi),i(gkstep),\
2064i(gkfun1),i(gkfun2),\
2065i(gkpad_X1),i(gkpad_Y1),\
2066i(gkpad_X2),i(gkpad_Y2), \
2067i(gkover_0), \
2068i(gkREVLEV),i(gkROOM),i(gkHF),\
2069i(gkATK1), i(gkATK2), \
2070i(gkREL1), i(gkREL2), \
2071i(gkREVSEND1), i(gkREVSEND2),\
2072i(gkxfade_0),\
2073i(gkSHAPE_0),\
2074i(gkchop_dens),i(gkrand_dens_amt),i(gkchop_dur),i(gkfmod_range),i(gkREVSEND3),i(gkmixgran),\
2075i(gkTIME), i(gkTYPE),\   ; index 41, 42
2076i(gkmute1),i(gkmute2),i(gk_cm),i(gk_ADSYN), \ ; index = 43, 44 45, 46
2077gisw_G, gisw_H, gisw_F, \							;index = 47, 48, 49
2078i(gk_ratio), i(gk_num), i(gk_den), i(gkmode_in), i(gk_outf),i(gk_G_fund),i(gk_G_oct), i(gk_G_key), \;index= 50,...57
2079i(gk_ffund), i(gk_exp), i(gk_maxharm), i(gk_H_fund), i(gk_H_oct), i(gk_H_key), \ ; index = 58,59,60,61,62,63
2080i(gkFIB_Start), i(gkFIB_Fund), \ ; index 64, 65
2081i(gkran1_mute), i(gkran2_mute)   ; index 66, 67
2082
2083
2084
2085turnoff
2086endin
2087
2088
2089;=====================
2090
2091instr 101;-=-=-> CALLING INSTRUMENT 1
2092print 99999
2093
2094reset:
2095
2096itime	= 	i(gkrate)		;reads and freeze grain rate
2097gidur	= 	i(gkdur)		;reads and freeze duration
2098iatk	= 	i(gkATK1)		;reads and freeze attack time
2099irel	= 	i(gkREL1)		;reads and freeze release time
2100
2101istep_0		= i(gkstep)		;reads step value
2102istep		= int(istep_0)	;cast to integer
2103ifauto1		= i(gkfauto1)
2104
2105kpad_X1L = gkpad_X1L*gind
2106
2107if gkkeyb_SW == 0 goto nxt	;check if MIDI keyboard is selected
2108
2109if1gr = gind *(i(gkdata1)-12)/96	; Maps the MIDI keyboard
2110iXKB = if1gr / gind
2111;print if1gr,gind,iXKB
2112;outvalue "pad_X1", iXKB
2113goto nxt
2114
2115;nokeyb:
2116;if1gr = abs(int(i(kpad_X1L))); scale X PAD1 on variable gind
2117
2118nxt:
2119if1gr = i(kpad_X1L)	; sscale X PAD1 on variable gind
2120if1gr_int = int(if1gr)
2121
2122
2123
2124outvalue "grid_index", if1gr
2125gif1 tab_i		if1gr,300			; reads 1st partial freq.
2126outvalue "grid_XFREQ", gif1
2127gif2 tab_i		if1gr_int +        istep, 300	;reads 2nst
2128gif3 tab_i		if1gr_int +    2 * istep, 300	;..
2129gif4 tab_i		if1gr_int +    3 * istep, 300	;..
2130gif5 tab_i		if1gr_int +    4 * istep, 300	;..
2131gif6 tab_i		if1gr_int +    5 * istep ,300	;..
2132gif7 tab_i		if1gr_int +    6 * istep, 300	;..
2133gif8 tab_i		if1gr_int +    7 * istep, 300	;legge il valore di frequenza della 8va parziale
2134
2135gifreq_ref1 = gif1 + ifauto1	;add random 1 to 1st partial
2136gifreq_ref2 = gif2 + ifauto1	;add random 1 to 2nd partial
2137gifreq_ref3 = gif3 + ifauto1 ;..
2138gifreq_ref4 = gif4 + ifauto1
2139gifreq_ref5 = gif5 + ifauto1
2140gifreq_ref6 = gif6 + ifauto1
2141gifreq_ref7 = gif7 + ifauto1
2142gifreq_ref8 = gif8 + ifauto1
2143
2144irand_dev1 = i(gkpad_Y1L)		;reads  Y PAD1  and set frequency deviation
2145ilev_1 tab_i 	i(gklev_1)*0.5,20,1 ; set Lev1 to non linear
2146
2147
2148timout 0,itime,cont	;START TIME scheduler of each grain
2149reinit reset
2150
2151cont:
2152if gksw1 == 1 goto go
2153outvalue "led1", 0
2154turnoff
2155go:
2156outvalue "led1", 1
2157
2158
2159schedule 151, 0, (4.1-gidur), gifreq_ref1, irand_dev1,ilev_1, gifreq_ref2, gifreq_ref3, gifreq_ref4,\
2160                   gifreq_ref5, gifreq_ref6, gifreq_ref7, gifreq_ref8,iatk,irel
2161
2162
2163endin
2164
2165;==============================
2166
2167instr 102;-=-=-> CALLING INSTRUMENT 2
2168
2169reset:
2170itime = 	i(gkrate)		;reads and freeze grain rate
2171gidur = 	i(gkdur)		;reads and freeze duration
2172iatk2 = 	i(gkATK2)		;reads and freeze attack time
2173irel2 = 	i(gkREL2)		;reads and freeze release time
2174ifun2 =		i(gkfun2)
2175
2176;print ifun2
2177
2178
2179kpad_X2L 		= gkpad_X2L* 2500
2180ifreq_ref2 		= i(kpad_X2L)+ i(gkfauto2)
2181irand_dev2 		= i(gkpad_Y2L)
2182ilev_2 tab_i i(gklev_2)*0.5,20,1
2183
2184
2185timout 0,itime,cont		;START TIME schedulator
2186reinit reset
2187
2188
2189cont:
2190
2191
2192if gksw2 = 1 goto go
2193outvalue "led2", 0
2194turnoff
2195go:
2196outvalue "led2", 1
2197schedule  152, 0, (4.1-gidur),ifreq_ref2,irand_dev2,ilev_2,iatk2,irel2,ifun2
2198
2199
2200endin
2201
2202
2203;===================================
2204
2205instr   151;====> CALLED INSTRUMENT 1 (GRID)
2206
2207
2208ilev = p6
2209
2210irandfreq   = birnd(p5)			;extracts random number for freq. dev.
2211
2212ichan = birnd(1)					;extracts random number for stereo distrib.
2213ileft = (ichan <= 0 ? 1 : 0)
2214iright = (ichan > 0 ? 1 : 0)
2215
2216icar  random	i(gk_CAR_min), i(gk_CAR_max);extracts random number for	car_min
2217imod  random i(gk_MOD_min), i(gk_MOD_max) ;extracts random number for car_max
2218
2219
2220icar = (i(gk_cm) = 0 ?  int(icar) : icar)	;select if use integer or float values
2221imod = (i(gk_cm) = 0 ?  int(imod) : imod)
2222
2223iindex random 0,i(gkindx1)					;extracts random number for modulation index
2224
2225
2226iampH1 tab_i 0, 500+i(gkSHAPE)		;shape in amplitude 1st voice
2227iampH2 tab_i 1, 500+i(gkSHAPE)		;shape in amplitude 2nd voice
2228iampH3 tab_i 2, 500+i(gkSHAPE)
2229iampH4 tab_i 3, 500+i(gkSHAPE)
2230iampH5 tab_i 4, 500+i(gkSHAPE)
2231iampH6 tab_i 5, 500+i(gkSHAPE)
2232iampH7 tab_i 6, 500+i(gkSHAPE)
2233iampH8 tab_i 7, 500+i(gkSHAPE)
2234iat  = p3 * p14						;set attack time
2235irel = p3 * p15						;set release
2236ion  = p3 - (iat+irel)					;set duration
2237invoices  = i(gkvoi_i)					;set number of simultaneous voices
2238
2239
2240								;k1	linen ilev, iat,p3,irel
2241								;kindex  linseg 0,p3/2,iindex,p3/2,0
2242
2243kindex  cosseg 0,p3/2,iindex,p3/2,0		;FM modulation index envelope
2244;ak1	  linen ilev, iat,p3,irel			;amplitude envelope
2245
2246
2247
2248
2249;ak1	transeg 0,p3/2,2,ilev, p3/2,2,0   ;  amplitude envelope (as in AFM8)
2250ak1	cosseg 0,p3/2,ilev, p3/2,0
2251if i(gk_ADSYN)  == 1 goto ADSYN
2252
2253FM:
2254
2255if invoices == 1 goto FMvoices1
2256if invoices == 2 goto FMvoices2
2257if invoices == 3 goto FMvoices3
2258if invoices == 4 goto FMvoices4
2259if invoices == 5 goto FMvoices5
2260if invoices == 6 goto FMvoices6
2261if invoices == 7 goto FMvoices7
2262
2263
2264FMvoice8:
2265
2266a1	foscili iampH1*ak1,p4+irandfreq*gkband, icar,imod, kindex, 10
2267a2	foscili iampH2*ak1,p7+irandfreq*gkband, icar,imod, kindex, 10
2268a3	foscili iampH3*ak1,p8+irandfreq*gkband, icar,imod, kindex, 10
2269a4	foscili iampH4*ak1,p9+irandfreq*gkband, icar,imod, kindex, 10
2270a5	foscili iampH5*ak1,p10+irandfreq*gkband, icar,imod, kindex, 10
2271a6	foscili iampH6*ak1,p11+irandfreq*gkband, icar,imod, kindex, 10
2272a7	foscili iampH7*ak1,p12+irandfreq*gkband, icar,imod, kindex, 10
2273a8	foscili iampH8*ak1,p13+irandfreq*gkband, icar,imod, kindex, 10
2274outvalue "F1", gif1
2275outvalue "F2", gif2
2276outvalue "F3", gif3
2277outvalue "F4", gif4
2278outvalue "F5", gif5
2279outvalue "F6", gif6
2280outvalue "F7", gif7
2281outvalue "F8", gif8
2282
2283
2284aout sum a1,a2,a3,a4,a5,a6,a7,a8
2285goto outsum
2286
2287FMvoices7:
2288
2289a1	foscili iampH1*ak1,p4+irandfreq*gkband, icar,imod, kindex, 10
2290a2	foscili iampH2*ak1,p7+irandfreq*gkband, icar,imod, kindex, 10
2291a3	foscili iampH3*ak1,p8+irandfreq*gkband, icar,imod, kindex, 10
2292a4	foscili iampH4*ak1,p9+irandfreq*gkband, icar,imod, kindex, 10
2293a5	foscili iampH5*ak1,p10+irandfreq*gkband, icar,imod, kindex, 10
2294a6	foscili iampH6*ak1,p11+irandfreq*gkband, icar,imod, kindex, 10
2295a7	foscili iampH7*ak1,p12+irandfreq*gkband, icar,imod, kindex, 10
2296outvalue "F1", gif1
2297outvalue "F2", gif2
2298outvalue "F3", gif3
2299outvalue "F4", gif4
2300outvalue "F5", gif5
2301outvalue "F6", gif6
2302outvalue "F7", gif7
2303
2304aout sum a1,a2,a3,a4,a5,a6,a7
2305goto outsum
2306
2307FMvoices6:
2308
2309a1	foscili iampH1*ak1,p4+irandfreq*gkband, icar,imod, kindex, 10
2310a2	foscili iampH2*ak1,p7+irandfreq*gkband, icar,imod, kindex, 10
2311a3	foscili iampH3*ak1,p8+irandfreq*gkband, icar,imod, kindex, 10
2312a4	foscili iampH4*ak1,p9+irandfreq*gkband, icar,imod, kindex, 10
2313a5	foscili iampH5*ak1,p10+irandfreq*gkband, icar,imod, kindex, 10
2314a6	foscili iampH6*ak1,p11+irandfreq*gkband, icar,imod, kindex, 10
2315outvalue "F1", gif1
2316outvalue "F2", gif2
2317outvalue "F3", gif3
2318outvalue "F4", gif4
2319outvalue "F5", gif5
2320outvalue "F6", gif6
2321
2322aout sum a1,a2,a3,a4,a5,a6
2323goto outsum
2324
2325FMvoices5:
2326
2327a1	foscili iampH1*ak1,p4+irandfreq*gkband, icar,imod, kindex, 10
2328a2	foscili iampH2*ak1,p7+irandfreq*gkband, icar,imod, kindex, 10
2329a3	foscili iampH3*ak1,p8+irandfreq*gkband, icar,imod, kindex, 10
2330a4	foscili iampH4*ak1,p9+irandfreq*gkband, icar,imod, kindex, 10
2331a5	foscili iampH5*ak1,p10+irandfreq*gkband, icar,imod, kindex, 10
2332outvalue "F1", gif1
2333outvalue "F2", gif2
2334outvalue "F3", gif3
2335outvalue "F4", gif4
2336outvalue "F5", gif5
2337
2338aout sum a1,a2,a3,a4,a5
2339goto outsum
2340
2341FMvoices4:
2342
2343a1	foscili iampH1*ak1,p4+irandfreq*gkband, icar,imod, kindex, 10
2344a2	foscili iampH2*ak1,p7+irandfreq*gkband, icar,imod, kindex, 10
2345a3	foscili iampH3*ak1,p8+irandfreq*gkband, icar,imod, kindex, 10
2346a4	foscili iampH4*ak1,p9+irandfreq*gkband, icar,imod, kindex, 10
2347outvalue "F1", gif1
2348outvalue "F2", gif2
2349outvalue "F3", gif3
2350outvalue "F4", gif4
2351
2352aout sum a1,a2,a3,a4
2353goto outsum
2354
2355FMvoices3:
2356
2357a1	foscili iampH1*ak1,p4+irandfreq*gkband, icar,imod, kindex, 10
2358a2	foscili iampH2*ak1,p7+irandfreq*gkband, icar,imod, kindex, 10
2359a3	foscili iampH3*ak1,p8+irandfreq*gkband, icar,imod, kindex, 10
2360outvalue "F1", gif1
2361outvalue "F2", gif2
2362outvalue "F3", gif3
2363
2364aout sum a1,a2,a3
2365goto outsum
2366
2367FMvoices2:
2368
2369a1	foscili iampH1*ak1,p4+irandfreq*gkband, icar,imod, kindex, 10
2370a2	foscili iampH2*ak1,p7+irandfreq*gkband, icar,imod, kindex, 10
2371outvalue "F1", gif1
2372outvalue "F2", gif2
2373
2374aout sum a1,a2
2375goto outsum
2376
2377FMvoices1:
2378
2379a1	foscili iampH1*ak1,p4+irandfreq*gkband, icar,imod, kindex, 10
2380outvalue "F1", gif1
2381
2382aout sum a1
2383goto outsum
2384
2385ADSYN:
2386
2387
2388if invoices == 1 goto ADvoices1
2389if invoices == 2 goto ADvoices2
2390if invoices == 3 goto ADvoices3
2391if invoices == 4 goto ADvoices4
2392if invoices == 5 goto ADvoices5
2393if invoices == 6 goto ADvoices6
2394if invoices == 7 goto ADvoices7
2395
2396ADvoices8:
2397
2398a1	oscil iampH1*ak1,p4+irandfreq*gkband, 10
2399a2	oscil iampH2*ak1,p7+irandfreq*gkband, 10
2400a3	oscil iampH3*ak1,p8+irandfreq*gkband, 10
2401a4	oscil iampH4*ak1,p9+irandfreq*gkband, 10
2402a5	oscil iampH5*ak1,p10+irandfreq*gkband, 10
2403a6	oscil iampH6*ak1,p11+irandfreq*gkband, 10
2404a7	oscil iampH7*ak1,p12+irandfreq*gkband, 10
2405a8	oscil iampH8*ak1,p13+irandfreq*gkband, 10
2406outvalue "F1", gif1
2407outvalue "F2", gif2
2408outvalue "F3", gif3
2409outvalue "F4", gif4
2410outvalue "F5", gif5
2411outvalue "F6", gif6
2412outvalue "F7", gif7
2413outvalue "F8", gif8
2414
2415
2416aout sum a1,a2,a3,a4,a5,a6,a7,a8
2417goto outsum
2418
2419ADvoices7:
2420
2421a1	oscil iampH1*ak1,p4+irandfreq*gkband, 10
2422a2	oscil iampH2*ak1,p7+irandfreq*gkband, 10
2423a3	oscil iampH3*ak1,p8+irandfreq*gkband, 10
2424a4	oscil iampH4*ak1,p9+irandfreq*gkband, 10
2425a5	oscil iampH5*ak1,p10+irandfreq*gkband, 10
2426a6	oscil iampH6*ak1,p11+irandfreq*gkband, 10
2427a7	oscil iampH7*ak1,p12+irandfreq*gkband, 10
2428outvalue "F1", gif1
2429outvalue "F2", gif2
2430outvalue "F3", gif3
2431outvalue "F4", gif4
2432outvalue "F5", gif5
2433outvalue "F6", gif6
2434outvalue "F7", gif7
2435
2436aout sum a1,a2,a3,a4,a5,a6,a7
2437goto outsum
2438
2439
2440ADvoices6:
2441
2442a1	oscil iampH1*ak1,p4+irandfreq*gkband, 10
2443a2	oscil iampH2*ak1,p7+irandfreq*gkband, 10
2444a3	oscil iampH3*ak1,p8+irandfreq*gkband, 10
2445a4	oscil iampH4*ak1,p9+irandfreq*gkband, 10
2446a5	oscil iampH5*ak1,p10+irandfreq*gkband, 10
2447a6	oscil iampH6*ak1,p11+irandfreq*gkband, 10
2448outvalue "F1", gif1
2449outvalue "F2", gif2
2450outvalue "F3", gif3
2451outvalue "F4", gif4
2452outvalue "F5", gif5
2453outvalue "F6", gif6
2454
2455aout sum a1,a2,a3,a4,a5,a6
2456goto outsum
2457
2458
2459ADvoices5:
2460
2461a1	oscil iampH1*ak1,p4+irandfreq*gkband, 10
2462a2	oscil iampH2*ak1,p7+irandfreq*gkband, 10
2463a3	oscil iampH3*ak1,p8+irandfreq*gkband, 10
2464a4	oscil iampH4*ak1,p9+irandfreq*gkband, 10
2465a5	oscil iampH5*ak1,p10+irandfreq*gkband, 10
2466outvalue "F1", gif1
2467outvalue "F2", gif2
2468outvalue "F3", gif3
2469outvalue "F4", gif4
2470outvalue "F5", gif5
2471
2472aout sum a1,a2,a3,a4,a5
2473goto outsum
2474
2475ADvoices4:
2476
2477a1	oscil iampH1*ak1,p4+irandfreq*gkband, 10
2478a2	oscil iampH2*ak1,p7+irandfreq*gkband, 10
2479a3	oscil iampH3*ak1,p8+irandfreq*gkband, 10
2480a4	oscil iampH4*ak1,p9+irandfreq*gkband, 10
2481outvalue "F1", gif1
2482outvalue "F2", gif2
2483outvalue "F3", gif3
2484outvalue "F4", gif4
2485
2486aout sum a1,a2,a3,a4
2487goto outsum
2488
2489ADvoices3:
2490
2491a1	oscil iampH1*ak1,p4+irandfreq*gkband, 10
2492a2	oscil iampH2*ak1,p7+irandfreq*gkband, 10
2493a3	oscil iampH3*ak1,p8+irandfreq*gkband, 10
2494outvalue "F1", gif1
2495outvalue "F2", gif2
2496outvalue "F3", gif3
2497
2498aout sum a1,a2,a3
2499goto outsum
2500
2501ADvoices2:
2502
2503a1	oscil iampH1*ak1,p4+irandfreq*gkband, 10
2504a2	oscil iampH2*ak1,p7+irandfreq*gkband, 10
2505outvalue "F1", gif1
2506outvalue "F2", gif2
2507
2508aout sum a1,a2
2509goto outsum
2510
2511ADvoices1:
2512
2513a1	oscil iampH1*ak1,p4+irandfreq*gkband, 10
2514outvalue "F1", gif1
2515
2516aout sum a1
2517
2518
2519outsum:
2520
2521
2522aL = (1-gkmute1) * gkover * aout * $SCALEFACTOR1 * ileft * (1 - gkxfade)*gaPAD1_CTRL
2523aR = (1-gkmute1) * gkover * aout * $SCALEFACTOR1 * iright * (1 - gkxfade)*gaPAD1_CTRL
2524aL dcblock aL
2525aR dcblock aR
2526
2527amixgran interp gkmixgran	;balance between stria main stream and its granuled version
2528
2529aLPAD_1 = aL*(1-amixgran)
2530aRPAD_1 = aR*(1-amixgran)
2531
2532	outs	aLPAD_1, aLPAD_1   ;  Audio to DAC -  outs PAD N. 1
2533
2534gaFFT = gaFFT + aLPAD_1
2535gaREVL= gaREVL + aLPAD_1 * gkREVSEND1
2536gaREVR=gaREVR + aRPAD_1 * gkREVSEND1
2537
2538gaMETER_L = gaMETER_L + aLPAD_1
2539gaMETER_R = gaMETER_R + aRPAD_1
2540
2541gaWRITE_L = gaWRITE_L + aLPAD_1
2542gaWRITE_R = gaWRITE_R + aRPAD_1
2543
2544
2545gaGRAN_L = gaGRAN_L + aL
2546gaGRAN_R = gaGRAN_R + aR
2547
2548	endin
2549
2550;==========================================
2551
2552instr   152 ;====> CALLED INSTRUMENT 2 (NO GRID)
2553
2554ilev = p6
2555ifun = p9
2556
2557irandfreq   = birnd(p5)
2558ichan = birnd(1)
2559ileft = (ichan <= 0 ? 1 : 0)
2560iright = (ichan > 0 ? 1 : 0)
2561
2562icar  random	i(gk_CAR_min), i(gk_CAR_max)			;6,14
2563imod  random  	i(gk_MOD_min), i(gk_MOD_max)		 ;5,13
2564
2565
2566icar = (i(gk_cm) = 0 ?  int(icar) : icar)
2567imod = (i(gk_cm) = 0 ?  int(imod) : imod)
2568
2569iindex random 0,i(gkindx2)
2570
2571
2572iat = p3 * p7
2573irel = p3 * p8
2574ion = p3 - (iat+irel)
2575
2576ak1		linen ilev, iat,p3,irel
2577kindex	linseg 0,p3/2,iindex,p3/2,0
2578
2579
2580
2581a1	foscil ak1,p4+irandfreq*gkband, icar,imod, kindex, ifun
2582
2583aL = gkover * a1 * $SCALEFACTOR2 * ileft  * (1- gkmute2)*gkxfade*gaPAD2_CTRL
2584aR = gkover * a1 * $SCALEFACTOR2 * iright * (1 - gkmute2)*gkxfade*gaPAD2_CTRL
2585aL dcblock aL
2586aR dcblock aR
2587	outs	aL,aR	;  Audio to DAC -  outs PAD N. 2
2588
2589gaFFT  = gaFFT + aL
2590gaREVL = gaREVL + aL * gkREVSEND2
2591gaREVR = gaREVR + aR * gkREVSEND2
2592
2593gaMETER_L = gaMETER_L + aL
2594gaMETER_R = gaMETER_R + aR
2595
2596gaWRITE_L = gaWRITE_L + aL
2597gaWRITE_R = gaWRITE_R + aR
2598
2599
2600	endin
2601
2602;==========================================
2603
2604
2605instr 161 ; ;;;;;;;; PSEUDO GRANULATOR >(Grain 3)
2606
2607
2608
2609imax_grain_overlap init 60
2610kfn init 903
2611
2612kgrwin invalue "grwin"
2613ftmorf kgrwin, 600, 601
2614ain_L = gaGRAN_L
2615ain_R = gaGRAN_R
2616
2617
2618krand_dens randomh -gkrand_dens_amt,gkrand_dens_amt,gkchop_dens
2619kdens_tot = 0.01+gkchop_dens*(1+krand_dens)
2620
2621kfmod randomh 100,gkfmod_range,kdens_tot
2622
2623
2624afmod interp kfmod
2625if kfmod > 100 then
2626amod oscil3 1,afmod
2627else
2628amod = 1
2629amod tone amod,1
2630
2631endif
2632
2633
2634
2635agrain_ENV grain3 1, 1, 1,1, gkchop_dur,kdens_tot,imax_grain_overlap, kfn, 601,1, 1
2636
2637amixgran interp gkmixgran
2638
2639
2640agrain_ENV tone agrain_ENV, 40
2641
2642
2643achop_L = agrain_ENV * ain_L
2644achop_R = agrain_ENV * ain_R
2645
2646achop_OUT_L = achop_L*amixgran*amod
2647achop_OUT_R = achop_R*amixgran*amod
2648
2649outs achop_OUT_L,achop_OUT_L
2650
2651gaREVL = gaREVL + achop_OUT_L * gkREVSEND3
2652gaREVR = gaREVR + achop_OUT_R * gkREVSEND3
2653
2654gaFFT = gaFFT + achop_OUT_L
2655
2656gaWRITE_L = gaWRITE_L + achop_OUT_L
2657gaWRITE_R = gaWRITE_R + achop_OUT_R
2658
2659clear gaGRAN_L,gaGRAN_R
2660
2661endin
2662
2663
2664
2665
2666instr 200;-----> GEOM. COMPILER AFTER SNAP READ
2667;  p4      p5     p6        p7    p8        p9      p10		p11
2668;iRATIO, iNUM, iDEN,   iMODE_IN, iOUTF, iG_FUND, iG_OCT, iG_KEY
2669
2670outvalue "ratio", p4
2671outvalue "num",p5
2672outvalue "den",p6
2673outvalue "mode_in",p7
2674outvalue "outf",p8
2675outvalue "G_fund",p9
2676outvalue "G_oct",p10
2677outvalue "G_key",p11
2678
2679ind init 0
2680iG_fund = p9										;iG_fund = i(gk_G_fund)
2681
2682if iG_fund == 1 then
2683i_int_note = p10 + 4								;i_int_note = i(gk_G_oct) + 4
2684i_decimal_note = p11 * 0.01						;i_decimal_note = i(gk_G_key) * 0.01
2685	inote = i_int_note + i_decimal_note
2686
2687ifreq = cpspch(inote)
2688;ifreq0 = ifreq
2689
2690else
2691
2692ifreq init p8									;ifreq init i(gk_outf)
2693endif
2694
2695ifreq0 = ifreq
2696imode_in = p7									;imode_in = i(gkmode_in)
2697
2698
2699inum = p5										;inum = i(gk_num)
2700iden = p6								;iden = i(gk_den)
2701
2702if imode_in == 1 then
2703iratio = inum/iden
2704else
2705iratio = p4								;iratio = i(gk_ratio)
2706endif
2707
2708
2709
2710
2711if ifreq <= 0 igoto stop
2712
2713
2714
2715if iratio < 1 goto stop
2716
2717
2718
2719do:
2720    ifreq = ifreq0 * iratio^ind
2721    if ifreq > sr/2 goto stop
2722
2723tabw_i	ifreq, ind, 302
2724						;tabw_i	ifreq, ind, 301
2725
2726
2727
2728gifreq = ifreq
2729ind = ind + 1
2730gind = ind			; copy max index in variable gind
2731
2732
2733igoto do
2734
2735stop:
2736
2737
2738outvalue "max_index", ind
2739outvalue "last_freq", ifreq
2740outvalue "G_fre", ifreq0
2741outvalue "led_G", 1
2742outvalue "led_H", 0
2743outvalue "led_F", 0
2744gisw_G = 1
2745gisw_H = 0
2746gisw_F = 0
2747
2748turnoff
2749
2750
2751endin
2752
2753
2754;==========================================
2755
2756instr 202;-----> HARM. SPECTRA COMPILER AFTER SNAP READ
2757
2758ind init 0
2759
2760
2761;    p4   p5     p6      p7    p8    p9
2762;iFFUND,iEXP,iMAXHARM,iHFUND,iHOCT,iHKEY
2763
2764outvalue "ffund",	p4
2765outvalue "exp",		p5
2766outvalue "maxharm",	p6
2767outvalue "H_fund",	p7
2768outvalue "H_oct",	p8
2769outvalue "H_key",	p9
2770
2771
2772
2773
2774iH_fund = p7		;legge lo stato dello switch di modo per l'immisione della freq. fond.
2775
2776
2777if iH_fund == 1 then
2778	i_int_note = p8 + 4
2779	i_decimal_note = p9 * 0.01
2780	inote = i_int_note + i_decimal_note
2781
2782
2783ifund = cpspch(inote)
2784ifreq0 = ifund
2785
2786else
2787ifreq0 = 0
2788ifund = p4
2789endif
2790
2791
2792
2793iexp = p5
2794imaxharm = p6
2795icurfreq = ifund
2796
2797do:
2798
2799if ind > (imaxharm - 1) igoto stop
2800gifreq = icurfreq
2801ind = ind + 1
2802iexpval pow ind, (1+iexp)
2803icurfreq = ifund * iexpval
2804tabw_i	icurfreq, ind - 1, 302
2805							;tabw_i	icurfreq, ind - 1, 301
2806
2807gind = ind
2808gifreq = icurfreq
2809igoto do
2810
2811stop:
2812
2813outvalue "H_fre", ifreq0
2814outvalue "led_G", 0
2815outvalue "led_H", 1
2816outvalue "led_F", 0
2817gisw_G = 0
2818gisw_H = 1
2819gisw_F = 0
2820
2821turnoff
2822
2823endin
2824
2825;==========================================
2826
2827instr 203;-----> FIBONACCI COMPILER AFTER SNAP READ
2828;   p4         p5
2829;iFIBSTART, iFIBFUND
2830index init 0
2831iPHI init (1 + sqrt(5))/2
2832
2833outvalue "FIB_Start",	p4
2834outvalue "FIB_Fund",	p5
2835
2836istart  	= 	p4
2837ifund   	= 	p5
2838
2839ifreq = ifund
2840
2841do:
2842
2843ifreq_old = ifreq
2844
2845
2846ifreq = ifund * ((iPHI ^(index + istart) - (1 - iPHI)^(index + istart))/ sqrt(5))
2847if ifreq > sr/2 goto stop
2848tabw_i	ifreq, index, 302
2849							;tabw_i	ifreq, index, 301
2850
2851
2852gifreq = ifreq
2853index = index + 1
2854gind = index	; copia il valore massimo dell'indice in gind
2855
2856
2857igoto do
2858
2859stop:
2860outvalue "led_G", 0
2861outvalue "led_H", 0
2862outvalue "led_F", 1
2863gisw_G = 0
2864gisw_H = 0
2865gisw_F = 1
2866
2867turnoff
2868
2869endin
2870
2871
2872;==========================================
2873
2874instr 300;-----> SAVE BANK ON DISK
2875
2876
2877String_Read	invalue "_Browse1"
2878String_Read2 strcat String_Read, "-> Saved !"
2879
2880outvalue	"strout", String_Read2
2881
2882
2883
2884ftsave String_Read	,1,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,\
2885			216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,\
2886			232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247
2887
2888
2889
2890kpos strindexk	String_Read,"."		;Get point position inside string
2891
2892SubString	strsubk String_Read, 0, kpos	;Get the name before point
2893
2894
2895Sfile_MIDISetup  strcat SubString, "_MIDI.txt"   ;Concatenate with _MIDI.txt to make the name
2896
2897
2898ftsave Sfile_MIDISetup, 1, 11
2899
2900turnoff
2901endin
2902
2903;==========================================
2904
2905instr 301;-----> LOAD BANK FROM DISK
2906
2907
2908String_Read  invalue "_Browse1"
2909
2910
2911String_Read2 strcat String_Read, "-> Loaded !"
2912
2913kpos strindexk	String_Read,"."		;Rileva la posizione del punto nella stringa
2914SubString	strsubk String_Read, 0, kpos	;Estrae il nome ptima del punto
2915Sfile_MIDISetup  strcat SubString, "_MIDI.txt"   ;Concatena con _MIDI.txt per formare il nome
2916
2917outvalue		"strout", String_Read2
2918
2919if i(gkMIDIsave) == 0 goto noload
2920
2921
2922	ftload Sfile_MIDISetup, 1, 11
2923iCC1 	tab_i 0, 11
2924iCC2 	tab_i 1, 11
2925iCC3 	tab_i 2, 11
2926iCC4 	tab_i 3, 11
2927iCC5 	tab_i 4, 11
2928iCC6 	tab_i 5, 11
2929iCC7 	tab_i 6, 11
2930iCC8 	tab_i 7, 11
2931iCC9 	tab_i 8, 11
2932iCC10 	tab_i 9, 11
2933
2934iMIDI1 tab_i 10, 11
2935iMIDI2 tab_i 11, 11
2936iMIDI3 tab_i 12, 11
2937iMIDI4 tab_i 13, 11
2938iMIDI5 tab_i 14, 11
2939iMIDI6 tab_i 15, 11
2940iMIDI7 tab_i 16, 11
2941iMIDI8 tab_i 17, 11
2942iMIDI9 tab_i 18, 11
2943iMIDI10 tab_i 19, 11
2944
2945outvalue "cc_A", iCC1
2946outvalue "cc_B", iCC2
2947outvalue "cc_C", iCC3
2948outvalue "cc_D", iCC4
2949outvalue "cc_E", iCC5
2950outvalue "cc_F", iCC6
2951outvalue "cc_G", iCC7
2952outvalue "cc_H", iCC8
2953outvalue "cc_I", iCC9
2954outvalue "cc_L", iCC10
2955
2956outvalue "MIDIVAR_1", iMIDI1
2957outvalue "MIDIVAR_2", iMIDI2
2958outvalue "MIDIVAR_3", iMIDI3
2959outvalue "MIDIVAR_4", iMIDI4
2960outvalue "MIDIVAR_5", iMIDI5
2961outvalue "MIDIVAR_6", iMIDI6
2962outvalue "MIDIVAR_7", iMIDI7
2963outvalue "MIDIVAR_8", iMIDI8
2964outvalue "MIDIVAR_9", iMIDI9
2965outvalue "MIDIVAR_10", iMIDI10
2966
2967
2968noload:
2969
2970
2971; Clear location 0
2972tabw_i 0,0,200
2973tabw_i 0,0,201
2974tabw_i 0,0,202
2975tabw_i 0,0,203
2976tabw_i 0,0,204
2977tabw_i 0,0,205
2978tabw_i 0,0,206
2979tabw_i 0,0,207
2980tabw_i 0,0,208
2981tabw_i 0,0,209
2982tabw_i 0,0,200
2983tabw_i 0,0,211
2984tabw_i 0,0,212
2985tabw_i 0,0,213
2986tabw_i 0,0,214
2987tabw_i 0,0,215
2988tabw_i 0,0,216
2989tabw_i 0,0,217
2990tabw_i 0,0,218
2991tabw_i 0,0,219
2992tabw_i 0,0,220
2993tabw_i 0,0,221
2994tabw_i 0,0,222
2995tabw_i 0,0,223
2996tabw_i 0,0,224
2997tabw_i 0,0,225
2998tabw_i 0,0,226
2999tabw_i 0,0,227
3000tabw_i 0,0,228
3001tabw_i 0,0,229
3002tabw_i 0,0,230
3003tabw_i 0,0,231
3004tabw_i 0,0,232
3005tabw_i 0,0,233
3006tabw_i 0,0,234
3007tabw_i 0,0,235
3008tabw_i 0,0,236
3009tabw_i 0,0,237
3010tabw_i 0,0,238
3011tabw_i 0,0,239
3012tabw_i 0,0,240
3013tabw_i 0,0,241
3014tabw_i 0,0,242
3015tabw_i 0,0,243
3016tabw_i 0,0,244
3017tabw_i 0,0,245
3018tabw_i 0,0,246
3019tabw_i 0,0,247
3020
3021
3022
3023ftload String_Read	, 1,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,\
3024			216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,\
3025			232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247
3026
3027iP1  	tab_i 0, 200		; Read 1st parameter of each snap : if !=0 lit LED SNAP On
3028iP2  	tab_i 0, 201
3029iP3  	tab_i 0, 202
3030iP4  	tab_i 0, 203
3031iP5  	tab_i 0, 204
3032iP6  	tab_i 0, 205
3033iP7  	tab_i 0, 206
3034iP8  	tab_i 0, 207
3035iP9		tab_i 0, 208
3036iP10  tab_i 0, 209
3037iP11  tab_i 0, 210
3038iP12  tab_i 0, 211
3039iP13  tab_i 0, 212
3040iP14  tab_i 0, 213
3041iP15  tab_i 0, 214
3042iP16  tab_i 0, 215
3043iP17  tab_i 0, 216
3044iP18  tab_i 0, 217
3045iP19  tab_i 0, 218
3046iP20  tab_i 0, 219
3047iP21  tab_i 0, 220
3048iP22  tab_i 0, 221
3049iP23  tab_i 0, 222
3050iP24  tab_i 0, 223
3051iP25  tab_i 0, 224
3052iP26  tab_i 0, 225
3053iP27  tab_i 0, 226
3054iP28  tab_i 0, 227
3055iP29  tab_i 0, 228
3056iP30  tab_i 0, 229
3057iP31  tab_i 0, 230
3058iP32  tab_i 0, 231
3059iP33  tab_i 0, 232
3060iP34  tab_i 0, 233
3061iP35  tab_i 0, 234
3062iP36  tab_i 0, 235
3063iP37  tab_i 0, 236
3064iP38  tab_i 0, 237
3065iP39  tab_i 0, 238
3066iP40  tab_i 0, 239
3067iP41  tab_i 0, 240
3068iP42  tab_i 0, 241
3069iP43  tab_i 0, 242
3070iP44  tab_i 0, 243
3071iP45  tab_i 0, 244
3072iP46  tab_i 0, 245
3073iP47  tab_i 0, 246
3074iP48  tab_i 0, 247
3075
3076
3077if iP1 !=0 then
3078 	outvalue  "L01", 1
3079else
3080	outvalue "L01", 0
3081endif
3082if iP2 !=0 then
3083	outvalue  "L02", 1
3084else
3085outvalue "L02", 0
3086endif
3087
3088if iP3 !=0 then
3089 	outvalue  "L03", 1
3090else
3091outvalue "L03", 0
3092endif
3093
3094if iP4 !=0 then
3095	outvalue  "L04", 1
3096else
3097outvalue  "L04", 0
3098endif
3099
3100if iP5 !=0 then
3101	outvalue  "L05", 1
3102else
3103outvalue  "L05", 0
3104endif
3105
3106if iP6 !=0 then
3107	outvalue  "L06", 1
3108else
3109outvalue  "L06", 0
3110endif
3111
3112if iP7 !=0 then
3113	outvalue  "L07", 1
3114else
3115outvalue  "L07", 0
3116endif
3117
3118if iP8 !=0 then
3119	outvalue  "L08", 1
3120else
3121outvalue  "L08", 0
3122endif
3123
3124if iP9 !=0 then
3125	outvalue  "L09", 1
3126else
3127outvalue  "L09", 0
3128endif
3129
3130if iP10 !=0 then
3131	outvalue  "L10", 1
3132else
3133outvalue  "L010", 0
3134endif
3135
3136if iP11 !=0 then
3137	outvalue  "L11", 1
3138else
3139outvalue  "L11", 0
3140endif
3141
3142if iP12 !=0 then
3143	outvalue  "L12", 1
3144else
3145outvalue  "L12", 0
3146endif
3147
3148if iP13 !=0 then
3149	outvalue  "L13", 1
3150else
3151outvalue  "L13", 0
3152endif
3153
3154if iP14 !=0 then
3155	outvalue  "L14", 1
3156else
3157outvalue  "L14", 0
3158endif
3159
3160if iP15 !=0 then
3161	outvalue  "L15", 1
3162else
3163outvalue  "L15", 0
3164endif
3165
3166if iP16 !=0 then
3167	outvalue  "L16", 1
3168else
3169outvalue  "L16", 0
3170endif
3171
3172if iP17 !=0 then
3173	outvalue  "L17", 1
3174else
3175outvalue  "L17", 0
3176endif
3177
3178if iP18 !=0 then
3179	outvalue  "L18", 1
3180else
3181outvalue  "L18", 0
3182endif
3183
3184if iP19 !=0 then
3185	outvalue  "L19", 1
3186else
3187outvalue  "L19", 0
3188endif
3189
3190if iP20 !=0 then
3191	outvalue  "L20", 1
3192else
3193outvalue  "L20", 0
3194endif
3195
3196if iP21 !=0 then
3197	outvalue  "L21", 1
3198else
3199outvalue  "L21", 0
3200endif
3201
3202if iP22 !=0 then
3203	outvalue  "L22", 1
3204else
3205outvalue  "L22", 0
3206endif
3207
3208if iP23 !=0 then
3209	outvalue  "L23", 1
3210else
3211outvalue  "L23", 0
3212endif
3213
3214if iP24 !=0 then
3215	outvalue  "L24", 1
3216else
3217outvalue  "L24", 0
3218endif
3219
3220if iP25 !=0 then
3221	outvalue  "L25", 1
3222else
3223outvalue  "L25", 0
3224endif
3225
3226if iP26 !=0 then
3227	outvalue  "L26", 1
3228else
3229outvalue  "L26", 0
3230endif
3231
3232if iP27 !=0 then
3233	outvalue  "L27", 1
3234else
3235outvalue  "L27", 0
3236endif
3237
3238if iP28 !=0 then
3239	outvalue  "L28", 1
3240else
3241outvalue  "L28", 0
3242endif
3243
3244if iP29 !=0 then
3245	outvalue  "L29", 1
3246else
3247outvalue  "L29", 0
3248endif
3249
3250if iP30 !=0 then
3251	outvalue  "L30", 1
3252else
3253outvalue  "L30", 0
3254endif
3255
3256if iP31 !=0 then
3257	outvalue  "L31", 1
3258else
3259outvalue  "L31", 0
3260endif
3261
3262if iP32 !=0 then
3263	outvalue  "L32", 1
3264else
3265outvalue  "L32", 0
3266endif
3267
3268if iP33 !=0 then
3269	outvalue  "L33", 1
3270else
3271outvalue  "L33", 0
3272endif
3273
3274if iP34 !=0 then
3275	outvalue  "L34", 1
3276else
3277outvalue  "L34", 0
3278endif
3279
3280if iP35 !=0 then
3281	outvalue  "L35", 1
3282else
3283outvalue  "L35", 0
3284endif
3285
3286if iP36 !=0 then
3287	outvalue  "L36", 1
3288else
3289outvalue  "L36", 0
3290endif
3291
3292if iP37 !=0 then
3293	outvalue  "L37", 1
3294else
3295outvalue  "L37", 0
3296endif
3297
3298if iP38 !=0 then
3299	outvalue  "L38", 1
3300else
3301outvalue  "L38", 0
3302endif
3303
3304if iP39 !=0 then
3305	outvalue  "L39", 1
3306else
3307outvalue  "L39", 0
3308endif
3309
3310if iP40 !=0 then
3311	outvalue  "L40", 1
3312else
3313outvalue  "L40", 0
3314endif
3315
3316if iP41 !=0 then
3317	outvalue  "L41", 1
3318else
3319outvalue  "L41", 0
3320endif
3321
3322if iP42 !=0 then
3323	outvalue  "L42", 1
3324else
3325outvalue  "L42", 0
3326endif
3327
3328if iP43 !=0 then
3329	outvalue  "L43", 1
3330else
3331outvalue  "L43", 0
3332endif
3333
3334if iP44 !=0 then
3335	outvalue  "L44", 1
3336else
3337outvalue  "L44", 0
3338endif
3339
3340if iP45 !=0 then
3341	outvalue  "L45", 1
3342else
3343outvalue  "L45", 0
3344endif
3345
3346if iP46 !=0 then
3347	outvalue  "L46", 1
3348else
3349outvalue  "L46", 0
3350endif
3351
3352if iP47 !=0 then
3353	outvalue  "L47", 1
3354else
3355outvalue  "L47", 0
3356endif
3357
3358if iP48 !=0 then
3359	outvalue  "L48", 1
3360else
3361outvalue  "L48", 0
3362endif
3363
3364outvalue "warn",""
3365turnoff
3366endin
3367
3368
3369
3370
3371
3372
3373
3374
3375;==========================================
3376
3377instr 900;-----> REVERB
3378
3379ainL = gaREVL
3380ainR = gaREVR
3381denorm ainL
3382denorm ainR
3383;arevL, arevR 	freeverb  ainL, ainR, gkROOM, gkHF
3384
3385gkROOM 	port gkROOM, 0.1
3386gkHF		port gkHF,0.1
3387gkREVLEV 	port gkREVLEV, 0.1
3388arevL, arevR reverbsc ainL, ainR, gkROOM*0.995, gkHF * sr/2
3389outs arevL*gkREVLEV, arevR*gkREVLEV	;  Audio to DAC -  REVERB out
3390
3391gaREVREC_L = arevL*gkREVLEV
3392gaREVREC_R = arevR*gkREVLEV
3393
3394gaREVL= 0
3395gaREVR = 0
3396endin
3397
3398;==========================================
3399
3400instr 901  ; ---> Connects ext. MIDI cc to the selected parameter  (1st controller)
3401
3402
3403
3404kSwitch	changed	gkcc_A		;check ifyou want to change external cc
3405	if	kSwitch==1	then	;if yes....
3406		reinit	UPDATE		;...perform reinit pass to update cc in the "chanctrl" opcode
3407	endif
3408
3409UPDATE:
3410
3411if gkmidi_1 == 0 kgoto next
3412
3413kval chanctrl 1, i(gkcc_A), 0, 1
3414rireturn
3415
3416if gkinv_1 == 0 then
3417kval  =  kval * gkcc1_lev
3418else
3419kval = (1 - kval) * gkcc1_lev
3420endif
3421
3422
3423if gkMIDIVAR_1 == 1  then
3424outvalue "Lev_1", kval
3425
3426elseif gkMIDIVAR_1 == 2 then
3427outvalue "pad_X1", kval
3428
3429 elseif gkMIDIVAR_1 == 3 then
3430 outvalue "pad_Y1", kval
3431
3432 elseif gkMIDIVAR_1 == 4 then
3433 outvalue "Fun_1", 1 + 7 * kval
3434
3435 elseif gkMIDIVAR_1 == 5 then
3436 outvalue "indx1", 4 * kval
3437
3438 elseif gkMIDIVAR_1 == 6 then
3439 outvalue "AT1", 0.005 + 0.85 * kval
3440
3441 elseif gkMIDIVAR_1 == 7 then
3442 outvalue "RE1", 0.005 + 0.85 * kval
3443
3444 elseif gkMIDIVAR_1 == 8 then
3445 outvalue "ran1amp", 0.001 + 0.199 * kval
3446
3447 elseif gkMIDIVAR_1 == 9 then
3448 outvalue "ran1vel", 0.001 + 3.99 * kval
3449
3450 elseif gkMIDIVAR_1 == 10 then
3451 outvalue "vox", 1.0 + 7.0 * kval
3452
3453 elseif gkMIDIVAR_1 == 11 then
3454 outvalue "knob154", 1.0 + 8.0 * kval
3455
3456 elseif gkMIDIVAR_1 == 12 then
3457 outvalue "REVSEND1",  kval
3458
3459 elseif gkMIDIVAR_1 == 13 then
3460 outvalue "band", 0.001 + 399.999 * kval
3461
3462 elseif gkMIDIVAR_1 == 14 then
3463 outvalue "dur", 0.2 + 2.8 * kval
3464
3465 elseif gkMIDIVAR_1 == 15 then
3466 outvalue "rate", 0.1 + 0.4 * kval
3467
3468 elseif gkMIDIVAR_1 == 16 then
3469 outvalue "SHAPE",  8 * kval
3470
3471 elseif gkMIDIVAR_1 == 17 then
3472 outvalue "XFADE",  kval
3473
3474 elseif gkMIDIVAR_1 == 18 then
3475 outvalue "pad_X2",  kval
3476
3477 elseif gkMIDIVAR_1 == 19 then
3478 outvalue "Lev_2", kval
3479
3480 elseif gkMIDIVAR_1 == 20 then
3481 outvalue "Fun_2", 1 + 7 * kval
3482
3483 elseif gkMIDIVAR_1 == 21 then
3484 outvalue "indx2", 4 * kval
3485
3486 elseif gkMIDIVAR_1 == 22 then
3487 outvalue "ran2amp", 0.001 + 0.199 * kval
3488
3489 elseif gkMIDIVAR_1 == 23 then
3490 outvalue "ran2vel", 0.001 + 3.99 * kval
3491
3492 elseif gkMIDIVAR_1 == 24 then
3493 outvalue "REVSEND2",  kval
3494
3495 elseif gkMIDIVAR_1 == 25 then
3496 outvalue "over",  kval
3497
3498 elseif gkMIDIVAR_1 == 26 then
3499 outvalue "CAR_min", 1 + kval * 13
3500
3501 elseif gkMIDIVAR_1 == 27 then
3502 outvalue "CAR_max", 1 + kval * 13
3503
3504 elseif gkMIDIVAR_1 == 28 then
3505 outvalue "MOD_min", 1 + kval * 13
3506
3507 elseif gkMIDIVAR_1 == 29 then
3508 outvalue "MOD_max", 1 + kval * 13
3509
3510 elseif gkMIDIVAR_1 == 30 then
3511 outvalue "MIXGRAN",  kval
3512
3513 else
3514
3515endif
3516
3517
3518next:
3519endin
3520
3521;================
3522
3523instr 902  ; ---> Connects ext. MIDI cc to the selected parameter  (2nd controller)
3524
3525kSwitch	changed	gkcc_B		;check ifyou want to change external cc
3526	if	kSwitch==1	then	;if yes....
3527		reinit	UPDATE		;...perform reinit pass to update cc in the "chanctrl" opcode
3528	endif
3529
3530UPDATE:
3531if gkmidi_2 == 0 kgoto next
3532
3533kval chanctrl 1, i(gkcc_B), 0, 1
3534rireturn
3535
3536if gkinv_2 == 0 then
3537kval  =  kval * gkcc2_lev
3538else
3539kval = (1 - kval) * gkcc2_lev
3540endif
3541
3542
3543
3544 if gkMIDIVAR_2 = 1 then
3545 outvalue "Lev_1", kval
3546
3547 elseif gkMIDIVAR_2 == 2 then
3548 outvalue "pad_X1", kval
3549
3550 elseif gkMIDIVAR_2 == 3 then
3551 outvalue "pad_Y1", kval
3552
3553 elseif gkMIDIVAR_2 == 4 then
3554 outvalue "Fun_1", 1 + 7 * kval
3555
3556 elseif gkMIDIVAR_2 == 5 then
3557 outvalue "indx1", 4 * kval
3558
3559 elseif gkMIDIVAR_2 == 6 then
3560 outvalue "AT1", 0.005 + 0.85 * kval
3561
3562 elseif gkMIDIVAR_2 == 7 then
3563 outvalue "RE1", 0.005 + 0.85 * kval
3564
3565 elseif gkMIDIVAR_2 == 8 then
3566 outvalue "ran1amp", 0.001 + 0.199 * kval
3567
3568 elseif gkMIDIVAR_2 == 9 then
3569 outvalue "ran1vel", 0.001 + 3.99 * kval
3570
3571 elseif gkMIDIVAR_2 == 10 then
3572 outvalue "vox", 1.0 + 7.0 * kval
3573
3574 elseif gkMIDIVAR_2 == 11 then
3575 outvalue "knob154", 1.0 + 8.0 * kval
3576
3577 elseif gkMIDIVAR_2 == 12 then
3578 outvalue "REVSEND1",  kval
3579
3580 elseif gkMIDIVAR_2 == 13 then
3581 outvalue "band", 0.001 + 399.999 * kval
3582
3583 elseif gkMIDIVAR_2 == 14 then
3584 outvalue "dur", 0.2 + 2.8 * kval
3585
3586 elseif gkMIDIVAR_2 == 15 then
3587 outvalue "rate", 0.1 + 0.4 * kval
3588
3589 elseif gkMIDIVAR_2 == 16 then
3590 outvalue "SHAPE",  8 * kval
3591
3592 elseif gkMIDIVAR_2 == 17 then
3593 outvalue "XFADE",  kval
3594
3595 elseif gkMIDIVAR_2 == 18 then
3596 outvalue "pad_X2",  kval
3597
3598 elseif gkMIDIVAR_2 == 19 then
3599 outvalue "Lev_2", kval
3600
3601 elseif gkMIDIVAR_2 == 20 then
3602 outvalue "Fun_2", 1 + 7 * kval
3603
3604 elseif gkMIDIVAR_2 == 21 then
3605 outvalue "indx2", 4 * kval
3606
3607 elseif gkMIDIVAR_2 == 22 then
3608 outvalue "ran2amp", 0.001 + 0.199 * kval
3609
3610 elseif gkMIDIVAR_2 == 23 then
3611 outvalue "ran2vel", 0.001 + 3.99 * kval
3612
3613 elseif gkMIDIVAR_2 == 24 then
3614 outvalue "REVSEND2",  kval
3615
3616 elseif gkMIDIVAR_2 == 25 then
3617 outvalue "over",  kval
3618
3619 elseif gkMIDIVAR_2 == 26 then
3620 outvalue "CAR_min", 1 + kval * 13
3621
3622 elseif gkMIDIVAR_2 == 27 then
3623 outvalue "CAR_max", 1 + kval * 13
3624
3625 elseif gkMIDIVAR_2 == 28 then
3626 outvalue "MOD_min", 1 + kval * 13
3627
3628 elseif gkMIDIVAR_2 == 29 then
3629 outvalue "MOD_max", 1 + kval * 13
3630
3631
3632 else
3633
3634endif
3635
3636next:
3637endin
3638
3639;======================
3640
3641instr 903  ; ---> Connects ext. MIDI cc to the selected parameter  (3rd controller)
3642
3643kSwitch	changed	gkcc_C		;check ifyou want to change external cc
3644	if	kSwitch==1	then	;if yes....
3645		reinit	UPDATE		;...perform reinit pass to update cc in the "chanctrl" opcode
3646	endif
3647
3648UPDATE:
3649if gkmidi_3 == 0 kgoto next
3650
3651kval chanctrl 1, i(gkcc_C), 0, 1
3652rireturn
3653
3654if gkinv_3 == 0 then
3655kval  =  kval * gkcc3_lev
3656else
3657kval = (1 - kval) * gkcc3_lev
3658endif
3659
3660
3661
3662 if gkMIDIVAR_3 = 1 then
3663 outvalue "Lev_1", kval
3664
3665 elseif gkMIDIVAR_3 == 2 then
3666 outvalue "pad_X1", kval
3667
3668 elseif gkMIDIVAR_3 == 3 then
3669 outvalue "pad_Y1", kval
3670
3671 elseif gkMIDIVAR_3 == 4 then
3672 outvalue "Fun_1", 1 + 7 * kval
3673
3674 elseif gkMIDIVAR_3 == 5 then
3675 outvalue "indx1", 4 * kval
3676
3677 elseif gkMIDIVAR_3 == 6 then
3678 outvalue "AT1", 0.005 + 0.85 * kval
3679
3680 elseif gkMIDIVAR_3 == 7 then
3681 outvalue "RE1", 0.005 + 0.85 * kval
3682
3683 elseif gkMIDIVAR_3 == 8 then
3684 outvalue "ran1amp", 0.001 + 0.199 * kval
3685
3686 elseif gkMIDIVAR_3 == 9 then
3687 outvalue "ran1vel", 0.001 + 3.99 * kval
3688
3689 elseif gkMIDIVAR_3 == 10 then
3690 outvalue "vox", 1.0 + 7.0 * kval
3691
3692 elseif gkMIDIVAR_3 == 11 then
3693 outvalue "knob154", 1.0 + 8.0 * kval
3694
3695 elseif gkMIDIVAR_3 == 12 then
3696 outvalue "REVSEND1",  kval
3697
3698 elseif gkMIDIVAR_3 == 13 then
3699 outvalue "band", 0.001 + 399.999 * kval
3700
3701 elseif gkMIDIVAR_3 == 14 then
3702 outvalue "dur", 0.2 + 2.8 * kval
3703
3704 elseif gkMIDIVAR_3 == 15 then
3705 outvalue "rate", 0.1 + 0.4 * kval
3706
3707 elseif gkMIDIVAR_3 == 16 then
3708 outvalue "SHAPE",  8 * kval
3709
3710 elseif gkMIDIVAR_3 == 17 then
3711 outvalue "XFADE",  kval
3712
3713 elseif gkMIDIVAR_3 == 18 then
3714 outvalue "pad_X2",  kval
3715
3716 elseif gkMIDIVAR_3 == 19 then
3717 outvalue "Lev_2", kval
3718
3719 elseif gkMIDIVAR_3 == 20 then
3720 outvalue "Fun_2", 1 + 7 * kval
3721
3722 elseif gkMIDIVAR_3 == 21 then
3723 outvalue "indx2", 4 * kval
3724
3725 elseif gkMIDIVAR_3 == 22 then
3726 outvalue "ran2amp", 0.001 + 0.199 * kval
3727
3728 elseif gkMIDIVAR_3 == 23 then
3729 outvalue "ran2vel", 0.001 + 3.99 * kval
3730
3731 elseif gkMIDIVAR_3 == 24 then
3732 outvalue "REVSEND2",  kval
3733
3734 elseif gkMIDIVAR_3 == 25 then
3735 outvalue "over",  kval
3736
3737 elseif gkMIDIVAR_3 == 26 then
3738 outvalue "CAR_min", 1 + kval * 13
3739
3740 elseif gkMIDIVAR_3 == 27 then
3741 outvalue "CAR_max", 1 + kval * 13
3742
3743 elseif gkMIDIVAR_3 == 28 then
3744 outvalue "MOD_min", 1 + kval * 13
3745
3746 elseif gkMIDIVAR_3 == 29 then
3747 outvalue "MOD_max", 1 + kval * 13
3748
3749
3750 else
3751
3752endif
3753
3754next:
3755endin
3756
3757
3758instr 904  ; ---> Connects ext. MIDI cc to the selected parameter  (4th controller)
3759
3760kSwitch	changed	gkcc_D		;check ifyou want to change external cc
3761	if	kSwitch==1	then	;if yes....
3762		reinit	UPDATE		;...perform reinit pass to update cc in the "chanctrl" opcode
3763	endif
3764
3765UPDATE:
3766if gkmidi_4 == 0 kgoto next
3767
3768kval chanctrl 1, i(gkcc_D), 0, 1
3769rireturn
3770
3771if gkinv_4 == 0 then
3772kval  =  kval * gkcc4_lev
3773else
3774kval = (1 - kval) * gkcc4_lev
3775endif
3776
3777
3778
3779 if gkMIDIVAR_4 = 1 then
3780 outvalue "Lev_1", kval
3781
3782 elseif gkMIDIVAR_4 == 2 then
3783 outvalue "pad_X1", kval
3784
3785 elseif gkMIDIVAR_4 == 3 then
3786 outvalue "pad_Y1", kval
3787
3788 elseif gkMIDIVAR_4 == 4 then
3789 outvalue "Fun_1", 1 + 7 * kval
3790
3791 elseif gkMIDIVAR_4 == 5 then
3792 outvalue "indx1", 4 * kval
3793
3794 elseif gkMIDIVAR_4 == 6 then
3795 outvalue "AT1", 0.005 + 0.85 * kval
3796
3797 elseif gkMIDIVAR_4 == 7 then
3798 outvalue "RE1", 0.005 + 0.85 * kval
3799
3800 elseif gkMIDIVAR_4 == 8 then
3801 outvalue "ran1amp", 0.001 + 0.199 * kval
3802
3803 elseif gkMIDIVAR_4 == 9 then
3804 outvalue "ran1vel", 0.001 + 3.99 * kval
3805
3806 elseif gkMIDIVAR_4 == 10 then
3807 outvalue "vox", 1.0 + 7.0 * kval
3808
3809 elseif gkMIDIVAR_4 == 11 then
3810 outvalue "knob154", 1.0 + 8.0 * kval
3811
3812 elseif gkMIDIVAR_4 == 12 then
3813 outvalue "REVSEND1",  kval
3814
3815 elseif gkMIDIVAR_4 == 13 then
3816 outvalue "band", 0.001 + 399.999 * kval
3817
3818 elseif gkMIDIVAR_4 == 14 then
3819 outvalue "dur", 0.2 + 2.8 * kval
3820
3821 elseif gkMIDIVAR_4 == 15 then
3822 outvalue "rate", 0.1 + 0.4 * kval
3823
3824 elseif gkMIDIVAR_4 == 16 then
3825 outvalue "SHAPE",  8 * kval
3826
3827 elseif gkMIDIVAR_4 == 17 then
3828 outvalue "XFADE",  kval
3829
3830 elseif gkMIDIVAR_4 == 18 then
3831 outvalue "pad_X2",  kval
3832
3833 elseif gkMIDIVAR_4 == 19 then
3834 outvalue "Lev_2", kval
3835
3836 elseif gkMIDIVAR_4 == 20 then
3837 outvalue "Fun_2", 1 + 7 * kval
3838
3839 elseif gkMIDIVAR_4 == 21 then
3840 outvalue "indx2", 4 * kval
3841
3842 elseif gkMIDIVAR_4 == 22 then
3843 outvalue "ran2amp", 0.001 + 0.199 * kval
3844
3845 elseif gkMIDIVAR_4 == 23 then
3846 outvalue "ran2vel", 0.001 + 3.99 * kval
3847
3848 elseif gkMIDIVAR_4 == 24 then
3849 outvalue "REVSEND2",  kval
3850
3851 elseif gkMIDIVAR_4 == 25 then
3852 outvalue "over",  kval
3853
3854 elseif gkMIDIVAR_4 == 26 then
3855 outvalue "CAR_min", 1 + kval * 13
3856
3857 elseif gkMIDIVAR_4 == 27 then
3858 outvalue "CAR_max", 1 + kval * 13
3859
3860 elseif gkMIDIVAR_4 == 28 then
3861 outvalue "MOD_min", 1 + kval * 13
3862
3863 elseif gkMIDIVAR_4 == 29 then
3864 outvalue "MOD_max", 1 + kval * 13
3865
3866
3867 else
3868
3869endif
3870
3871next:
3872endin
3873
3874
3875instr 905  ; ---> Connects ext. MIDI cc to the selected parameter  (5th controller)
3876
3877kSwitch	changed	gkcc_E		;check ifyou want to change external cc
3878	if	kSwitch==1	then	;if yes....
3879		reinit	UPDATE		;...perform reinit pass to update cc in the "chanctrl" opcode
3880	endif
3881
3882UPDATE:
3883if gkmidi_5 == 0 kgoto next
3884
3885kval chanctrl 1, i(gkcc_E), 0, 1
3886rireturn
3887
3888if gkinv_5 == 0 then
3889kval  =  kval * gkcc5_lev
3890else
3891kval = (1 - kval) * gkcc5_lev
3892endif
3893
3894
3895
3896 if gkMIDIVAR_5 = 1 then
3897 outvalue "Lev_1", kval
3898
3899 elseif gkMIDIVAR_5 == 2 then
3900 outvalue "pad_X1", kval
3901
3902 elseif gkMIDIVAR_5 == 3 then
3903 outvalue "pad_Y1", kval
3904
3905 elseif gkMIDIVAR_5 == 4 then
3906 outvalue "Fun_1", 1 + 7 * kval
3907
3908 elseif gkMIDIVAR_5 == 5 then
3909 outvalue "indx1", 4 * kval
3910
3911 elseif gkMIDIVAR_5 == 6 then
3912 outvalue "AT1", 0.005 + 0.85 * kval
3913
3914 elseif gkMIDIVAR_5 == 7 then
3915 outvalue "RE1", 0.005 + 0.85 * kval
3916
3917 elseif gkMIDIVAR_5 == 8 then
3918 outvalue "ran1amp", 0.001 + 0.199 * kval
3919
3920 elseif gkMIDIVAR_5 == 9 then
3921 outvalue "ran1vel", 0.001 + 3.99 * kval
3922
3923 elseif gkMIDIVAR_5 == 10 then
3924 outvalue "vox", 1.0 + 7.0 * kval
3925
3926 elseif gkMIDIVAR_5 == 11 then
3927 outvalue "knob154", 1.0 + 8.0 * kval
3928
3929 elseif gkMIDIVAR_5 == 12 then
3930 outvalue "REVSEND1",  kval
3931
3932 elseif gkMIDIVAR_5 == 13 then
3933 outvalue "band", 0.001 + 399.999 * kval
3934
3935 elseif gkMIDIVAR_5 == 14 then
3936 outvalue "dur", 0.2 + 2.8 * kval
3937
3938 elseif gkMIDIVAR_5 == 15 then
3939 outvalue "rate", 0.1 + 0.4 * kval
3940
3941 elseif gkMIDIVAR_5 == 16 then
3942 outvalue "SHAPE",  8 * kval
3943
3944 elseif gkMIDIVAR_5 == 17 then
3945 outvalue "XFADE",  kval
3946
3947 elseif gkMIDIVAR_5 == 18 then
3948 outvalue "pad_X2",  kval
3949
3950 elseif gkMIDIVAR_5 == 19 then
3951 outvalue "Lev_2", kval
3952
3953 elseif gkMIDIVAR_5 == 20 then
3954 outvalue "Fun_2", 1 + 7 * kval
3955
3956 elseif gkMIDIVAR_5 == 21 then
3957 outvalue "indx2", 4 * kval
3958
3959 elseif gkMIDIVAR_5 == 22 then
3960 outvalue "ran2amp", 0.001 + 0.199 * kval
3961
3962 elseif gkMIDIVAR_5 == 23 then
3963 outvalue "ran2vel", 0.001 + 3.99 * kval
3964
3965 elseif gkMIDIVAR_5 == 24 then
3966 outvalue "REVSEND2",  kval
3967
3968 elseif gkMIDIVAR_5 == 25 then
3969 outvalue "over",  kval
3970
3971 elseif gkMIDIVAR_5 == 26 then
3972 outvalue "CAR_min", 1 + kval * 13
3973
3974 elseif gkMIDIVAR_5 == 27 then
3975 outvalue "CAR_max", 1 + kval * 13
3976
3977 elseif gkMIDIVAR_5 == 28 then
3978 outvalue "MOD_min", 1 + kval * 13
3979
3980 elseif gkMIDIVAR_5 == 29 then
3981 outvalue "MOD_max", 1 + kval * 13
3982
3983
3984 else
3985
3986endif
3987
3988next:
3989endin
3990
3991
3992instr 906  ; ---> Connects ext. MIDI cc to the selected parameter  (5th controller)
3993
3994kSwitch	changed	gkcc_F		;check ifyou want to change external cc
3995	if	kSwitch==1	then	;if yes....
3996		reinit	UPDATE		;...perform reinit pass to update cc in the "chanctrl" opcode
3997	endif
3998
3999UPDATE:
4000if gkmidi_6 == 0 kgoto next
4001
4002kval chanctrl 1, i(gkcc_F), 0, 1
4003rireturn
4004
4005
4006if gkinv_6 == 0 then
4007kval  =  kval * gkcc6_lev
4008else
4009kval = (1 - kval) * gkcc6_lev
4010endif
4011
4012
4013
4014 if gkMIDIVAR_6 = 1 then
4015 outvalue "Lev_1", kval
4016
4017 elseif gkMIDIVAR_6 == 2 then
4018 outvalue "pad_X1", kval
4019
4020 elseif gkMIDIVAR_6 == 3 then
4021 outvalue "pad_Y1", kval
4022
4023 elseif gkMIDIVAR_6 == 4 then
4024 outvalue "Fun_1", 1 + 7 * kval
4025
4026 elseif gkMIDIVAR_6 == 5 then
4027 outvalue "indx1", 4 * kval
4028
4029 elseif gkMIDIVAR_6 == 6 then
4030 outvalue "AT1", 0.005 + 0.85 * kval
4031
4032 elseif gkMIDIVAR_6 == 7 then
4033 outvalue "RE1", 0.005 + 0.85 * kval
4034
4035 elseif gkMIDIVAR_6 == 8 then
4036 outvalue "ran1amp", 0.001 + 0.199 * kval
4037
4038 elseif gkMIDIVAR_6 == 9 then
4039 outvalue "ran1vel", 0.001 + 3.99 * kval
4040
4041 elseif gkMIDIVAR_6 == 10 then
4042 outvalue "vox", 1.0 + 7.0 * kval
4043
4044 elseif gkMIDIVAR_6 == 11 then
4045 outvalue "knob154", 1.0 + 8.0 * kval
4046
4047 elseif gkMIDIVAR_6 == 12 then
4048 outvalue "REVSEND1",  kval
4049
4050 elseif gkMIDIVAR_6 == 13 then
4051 outvalue "band", 0.001 + 399.999 * kval
4052
4053 elseif gkMIDIVAR_6 == 14 then
4054 outvalue "dur", 0.2 + 2.8 * kval
4055
4056 elseif gkMIDIVAR_6 == 15 then
4057 outvalue "rate", 0.1 + 0.4 * kval
4058
4059 elseif gkMIDIVAR_6 == 16 then
4060 outvalue "SHAPE",  8 * kval
4061
4062 elseif gkMIDIVAR_6 == 17 then
4063 outvalue "XFADE",  kval
4064
4065 elseif gkMIDIVAR_6 == 18 then
4066 outvalue "pad_X2",  kval
4067
4068 elseif gkMIDIVAR_6 == 19 then
4069 outvalue "Lev_2", kval
4070
4071 elseif gkMIDIVAR_6 == 20 then
4072 outvalue "Fun_2", 1 + 7 * kval
4073
4074 elseif gkMIDIVAR_6 == 21 then
4075 outvalue "indx2", 4 * kval
4076
4077 elseif gkMIDIVAR_6 == 22 then
4078 outvalue "ran2amp", 0.001 + 0.199 * kval
4079
4080 elseif gkMIDIVAR_6 == 23 then
4081 outvalue "ran2vel", 0.001 + 3.99 * kval
4082
4083 elseif gkMIDIVAR_6 == 24 then
4084 outvalue "REVSEND2",  kval
4085
4086 elseif gkMIDIVAR_6 == 25 then
4087 outvalue "over",  kval
4088
4089 elseif gkMIDIVAR_6 == 26 then
4090 outvalue "CAR_min", 1 + kval * 13
4091
4092 elseif gkMIDIVAR_6 == 27 then
4093 outvalue "CAR_max", 1 + kval * 13
4094
4095 elseif gkMIDIVAR_6 == 28 then
4096 outvalue "MOD_min", 1 + kval * 13
4097
4098 elseif gkMIDIVAR_6 == 29 then
4099 outvalue "MOD_max", 1 + kval * 13
4100
4101
4102 else
4103
4104endif
4105
4106next:
4107endin
4108
4109
4110
4111instr 907  ; ---> Connects ext. MIDI cc to the selected parameter  (5th controller)
4112
4113kSwitch	changed	gkcc_G		;check ifyou want to change external cc
4114	if	kSwitch==1	then	;if yes....
4115		reinit	UPDATE		;...perform reinit pass to update cc in the "chanctrl" opcode
4116	endif
4117
4118UPDATE:
4119if gkmidi_7 == 0 kgoto next
4120
4121kval chanctrl 1, i(gkcc_G), 0, 1
4122rireturn
4123
4124if gkinv_7 == 0 then
4125kval  =  kval * gkcc7_lev
4126else
4127kval = (1 - kval) * gkcc7_lev
4128endif
4129
4130
4131
4132 if gkMIDIVAR_7 = 1 then
4133 outvalue "Lev_1", kval
4134
4135 elseif gkMIDIVAR_7 == 2 then
4136 outvalue "pad_X1", kval
4137
4138 elseif gkMIDIVAR_7 == 3 then
4139 outvalue "pad_Y1", kval
4140
4141 elseif gkMIDIVAR_7 == 4 then
4142 outvalue "Fun_1", 1 + 7 * kval
4143
4144 elseif gkMIDIVAR_7 == 5 then
4145 outvalue "indx1", 4 * kval
4146
4147 elseif gkMIDIVAR_7 == 6 then
4148 outvalue "AT1", 0.005 + 0.85 * kval
4149
4150 elseif gkMIDIVAR_7 == 7 then
4151 outvalue "RE1", 0.005 + 0.85 * kval
4152
4153 elseif gkMIDIVAR_7 == 8 then
4154 outvalue "ran1amp", 0.001 + 0.199 * kval
4155
4156 elseif gkMIDIVAR_7 == 9 then
4157 outvalue "ran1vel", 0.001 + 3.99 * kval
4158
4159 elseif gkMIDIVAR_7 == 10 then
4160 outvalue "vox", 1.0 + 7.0 * kval
4161
4162 elseif gkMIDIVAR_7 == 11 then
4163 outvalue "knob154", 1.0 + 8.0 * kval
4164
4165 elseif gkMIDIVAR_7 == 12 then
4166 outvalue "REVSEND1",  kval
4167
4168 elseif gkMIDIVAR_7 == 13 then
4169 outvalue "band", 0.001 + 399.999 * kval
4170
4171 elseif gkMIDIVAR_7 == 14 then
4172 outvalue "dur", 0.2 + 2.8 * kval
4173
4174 elseif gkMIDIVAR_7 == 15 then
4175 outvalue "rate", 0.1 + 0.4 * kval
4176
4177 elseif gkMIDIVAR_7 == 16 then
4178 outvalue "SHAPE",  8 * kval
4179
4180 elseif gkMIDIVAR_7 == 17 then
4181 outvalue "XFADE",  kval
4182
4183 elseif gkMIDIVAR_7 == 18 then
4184 outvalue "pad_X2",  kval
4185
4186 elseif gkMIDIVAR_7 == 19 then
4187 outvalue "Lev_2", kval
4188
4189 elseif gkMIDIVAR_7 == 20 then
4190 outvalue "Fun_2", 1 + 7 * kval
4191
4192 elseif gkMIDIVAR_7 == 21 then
4193 outvalue "indx2", 4 * kval
4194
4195 elseif gkMIDIVAR_7 == 22 then
4196 outvalue "ran2amp", 0.001 + 0.199 * kval
4197
4198 elseif gkMIDIVAR_7 == 23 then
4199 outvalue "ran2vel", 0.001 + 3.99 * kval
4200
4201 elseif gkMIDIVAR_7 == 24 then
4202 outvalue "REVSEND2",  kval
4203
4204 elseif gkMIDIVAR_7 == 25 then
4205 outvalue "over",  kval
4206
4207 elseif gkMIDIVAR_7 == 26 then
4208 outvalue "CAR_min", 1 + kval * 13
4209
4210 elseif gkMIDIVAR_7 == 27 then
4211 outvalue "CAR_max", 1 + kval * 13
4212
4213 elseif gkMIDIVAR_7 == 28 then
4214 outvalue "MOD_min", 1 + kval * 13
4215
4216 elseif gkMIDIVAR_7 == 29 then
4217 outvalue "MOD_max", 1 + kval * 13
4218
4219
4220 else
4221
4222endif
4223
4224next:
4225endin
4226
4227
4228
4229instr 908  ; ---> Connects ext. MIDI cc to the selected parameter  (5th controller)
4230
4231kSwitch	changed	gkcc_H		;check ifyou want to change external cc
4232	if	kSwitch==1	then	;if yes....
4233		reinit	UPDATE		;...perform reinit pass to update cc in the "chanctrl" opcode
4234	endif
4235
4236UPDATE:
4237if gkmidi_8 == 0 kgoto next
4238
4239kval chanctrl 1, i(gkcc_H), 0, 1
4240rireturn
4241
4242if gkinv_8 == 0 then
4243kval  =  kval * gkcc8_lev
4244else
4245kval = (1 - kval) * gkcc8_lev
4246endif
4247
4248
4249
4250 if gkMIDIVAR_8 = 1 then
4251 outvalue "Lev_1", kval
4252
4253 elseif gkMIDIVAR_8 == 2 then
4254 outvalue "pad_X1", kval
4255
4256 elseif gkMIDIVAR_8 == 3 then
4257 outvalue "pad_Y1", kval
4258
4259 elseif gkMIDIVAR_8 == 4 then
4260 outvalue "Fun_1", 1 + 7 * kval
4261
4262 elseif gkMIDIVAR_8 == 5 then
4263 outvalue "indx1", 4 * kval
4264
4265 elseif gkMIDIVAR_8 == 6 then
4266 outvalue "AT1", 0.005 + 0.85 * kval
4267
4268 elseif gkMIDIVAR_8 == 7 then
4269 outvalue "RE1", 0.005 + 0.85 * kval
4270
4271 elseif gkMIDIVAR_8 == 8 then
4272 outvalue "ran1amp", 0.001 + 0.199 * kval
4273
4274 elseif gkMIDIVAR_8 == 9 then
4275 outvalue "ran1vel", 0.001 + 3.99 * kval
4276
4277 elseif gkMIDIVAR_8 == 10 then
4278 outvalue "vox", 1.0 + 7.0 * kval
4279
4280 elseif gkMIDIVAR_8 == 11 then
4281 outvalue "knob154", 1.0 + 8.0 * kval
4282
4283 elseif gkMIDIVAR_8 == 12 then
4284 outvalue "REVSEND1",  kval
4285
4286 elseif gkMIDIVAR_8 == 13 then
4287 outvalue "band", 0.001 + 399.999 * kval
4288
4289 elseif gkMIDIVAR_8 == 14 then
4290 outvalue "dur", 0.2 + 2.8 * kval
4291
4292 elseif gkMIDIVAR_8 == 15 then
4293 outvalue "rate", 0.1 + 0.4 * kval
4294
4295 elseif gkMIDIVAR_8 == 16 then
4296 outvalue "SHAPE",  8 * kval
4297
4298 elseif gkMIDIVAR_8 == 17 then
4299 outvalue "XFADE",  kval
4300
4301 elseif gkMIDIVAR_8 == 18 then
4302 outvalue "pad_X2",  kval
4303
4304 elseif gkMIDIVAR_8 == 19 then
4305 outvalue "Lev_2", kval
4306
4307 elseif gkMIDIVAR_8 == 20 then
4308 outvalue "Fun_2", 1 + 7 * kval
4309
4310 elseif gkMIDIVAR_8 == 21 then
4311 outvalue "indx2", 4 * kval
4312
4313 elseif gkMIDIVAR_8 == 22 then
4314 outvalue "ran2amp", 0.001 + 0.199 * kval
4315
4316 elseif gkMIDIVAR_8 == 23 then
4317 outvalue "ran2vel", 0.001 + 3.99 * kval
4318
4319 elseif gkMIDIVAR_8 == 24 then
4320 outvalue "REVSEND2",  kval
4321
4322 elseif gkMIDIVAR_8 == 25 then
4323 outvalue "over",  kval
4324
4325 elseif gkMIDIVAR_8 == 26 then
4326 outvalue "CAR_min", 1 + kval * 13
4327
4328 elseif gkMIDIVAR_8 == 27 then
4329 outvalue "CAR_max", 1 + kval * 13
4330
4331 elseif gkMIDIVAR_8 == 28 then
4332 outvalue "MOD_min", 1 + kval * 13
4333
4334 elseif gkMIDIVAR_8 == 29 then
4335 outvalue "MOD_max", 1 + kval * 13
4336
4337
4338 else
4339
4340endif
4341
4342next:
4343endin
4344
4345
4346
4347
4348
4349instr 909  ; ---> Connects ext. MIDI cc to the selected parameter  (5th controller)
4350
4351kSwitch	changed	gkcc_I		;check ifyou want to change external cc
4352	if	kSwitch==1	then	;if yes....
4353		reinit	UPDATE		;...perform reinit pass to update cc in the "chanctrl" opcode
4354	endif
4355
4356UPDATE:
4357if gkmidi_9 == 0 kgoto next
4358
4359kval chanctrl 1, i(gkcc_I), 0, 1
4360rireturn
4361
4362if gkinv_9 == 0 then
4363kval  =  kval * gkcc9_lev
4364else
4365kval = (1 - kval) * gkcc9_lev
4366endif
4367
4368
4369
4370 if gkMIDIVAR_9 = 1 then
4371 outvalue "Lev_1", kval
4372
4373 elseif gkMIDIVAR_9 == 2 then
4374 outvalue "pad_X1", kval
4375
4376 elseif gkMIDIVAR_9 == 3 then
4377 outvalue "pad_Y1", kval
4378
4379 elseif gkMIDIVAR_9 == 4 then
4380 outvalue "Fun_1", 1 + 7 * kval
4381
4382 elseif gkMIDIVAR_9 == 5 then
4383 outvalue "indx1", 4 * kval
4384
4385 elseif gkMIDIVAR_9 == 6 then
4386 outvalue "AT1", 0.005 + 0.85 * kval
4387
4388 elseif gkMIDIVAR_9 == 7 then
4389 outvalue "RE1", 0.005 + 0.85 * kval
4390
4391 elseif gkMIDIVAR_9 == 8 then
4392 outvalue "ran1amp", 0.001 + 0.199 * kval
4393
4394 elseif gkMIDIVAR_9 == 9 then
4395 outvalue "ran1vel", 0.001 + 3.99 * kval
4396
4397 elseif gkMIDIVAR_9 == 10 then
4398 outvalue "vox", 1.0 + 7.0 * kval
4399
4400 elseif gkMIDIVAR_9 == 11 then
4401 outvalue "knob154", 1.0 + 8.0 * kval
4402
4403 elseif gkMIDIVAR_9 == 12 then
4404 outvalue "REVSEND1",  kval
4405
4406 elseif gkMIDIVAR_9 == 13 then
4407 outvalue "band", 0.001 + 399.999 * kval
4408
4409 elseif gkMIDIVAR_9 == 14 then
4410 outvalue "dur", 0.2 + 2.8 * kval
4411
4412 elseif gkMIDIVAR_9 == 15 then
4413 outvalue "rate", 0.1 + 0.4 * kval
4414
4415 elseif gkMIDIVAR_9 == 16 then
4416 outvalue "SHAPE",  8 * kval
4417
4418 elseif gkMIDIVAR_9 == 17 then
4419 outvalue "XFADE",  kval
4420
4421 elseif gkMIDIVAR_9 == 18 then
4422 outvalue "pad_X2",  kval
4423
4424 elseif gkMIDIVAR_9 == 19 then
4425 outvalue "Lev_2", kval
4426
4427 elseif gkMIDIVAR_9 == 20 then
4428 outvalue "Fun_2", 1 + 7 * kval
4429
4430 elseif gkMIDIVAR_9 == 21 then
4431 outvalue "indx2", 4 * kval
4432
4433 elseif gkMIDIVAR_9 == 22 then
4434 outvalue "ran2amp", 0.001 + 0.199 * kval
4435
4436 elseif gkMIDIVAR_9 == 23 then
4437 outvalue "ran2vel", 0.001 + 3.99 * kval
4438
4439 elseif gkMIDIVAR_9 == 24 then
4440 outvalue "REVSEND2",  kval
4441
4442 elseif gkMIDIVAR_9 == 25 then
4443 outvalue "over",  kval
4444
4445 elseif gkMIDIVAR_9 == 26 then
4446 outvalue "CAR_min", 1 + kval * 13
4447
4448 elseif gkMIDIVAR_9 == 27 then
4449 outvalue "CAR_max", 1 + kval * 13
4450
4451 elseif gkMIDIVAR_9 == 28 then
4452 outvalue "MOD_min", 1 + kval * 13
4453
4454 elseif gkMIDIVAR_9 == 29 then
4455 outvalue "MOD_max", 1 + kval * 13
4456
4457
4458 else
4459
4460endif
4461
4462next:
4463endin
4464
4465
4466instr 910  ; ---> Connects ext. MIDI cc to the selected parameter  (5th controller)
4467
4468kSwitch	changed	gkcc_L		;check ifyou want to change external cc
4469	if	kSwitch==1	then	;if yes....
4470		reinit	UPDATE		;...perform reinit pass to update cc in the "chanctrl" opcode
4471	endif
4472
4473UPDATE:
4474if gkmidi_10 == 0 kgoto next
4475
4476kval chanctrl 1, i(gkcc_L), 0, 1
4477rireturn
4478
4479if gkinv_10 == 0 then
4480kval  =  kval * gkcc10_lev
4481else
4482kval = (1 - kval) * gkcc10_lev
4483endif
4484
4485
4486
4487 if gkMIDIVAR_10 = 1 then
4488 outvalue "Lev_1", kval
4489
4490 elseif gkMIDIVAR_10 == 2 then
4491 outvalue "pad_X1", kval
4492
4493 elseif gkMIDIVAR_10 == 3 then
4494 outvalue "pad_Y1", kval
4495
4496 elseif gkMIDIVAR_10 == 4 then
4497 outvalue "Fun_1", 1 + 7 * kval
4498
4499 elseif gkMIDIVAR_10 == 5 then
4500 outvalue "indx1", 4 * kval
4501
4502 elseif gkMIDIVAR_10 == 6 then
4503 outvalue "AT1", 0.005 + 0.85 * kval
4504
4505 elseif gkMIDIVAR_10 == 7 then
4506 outvalue "RE1", 0.005 + 0.85 * kval
4507
4508 elseif gkMIDIVAR_10 == 8 then
4509 outvalue "ran1amp", 0.001 + 0.199 * kval
4510
4511 elseif gkMIDIVAR_10 == 9 then
4512 outvalue "ran1vel", 0.001 + 3.99 * kval
4513
4514 elseif gkMIDIVAR_10 == 10 then
4515 outvalue "vox", 1.0 + 7.0 * kval
4516
4517 elseif gkMIDIVAR_10 == 11 then
4518 outvalue "knob154", 1.0 + 8.0 * kval
4519
4520 elseif gkMIDIVAR_10 == 12 then
4521 outvalue "REVSEND1",  kval
4522
4523 elseif gkMIDIVAR_10 == 13 then
4524 outvalue "band", 0.001 + 399.999 * kval
4525
4526 elseif gkMIDIVAR_10 == 14 then
4527 outvalue "dur", 0.2 + 2.8 * kval
4528
4529 elseif gkMIDIVAR_10 == 15 then
4530 outvalue "rate", 0.1 + 0.4 * kval
4531
4532 elseif gkMIDIVAR_10 == 16 then
4533 outvalue "SHAPE",  8 * kval
4534
4535 elseif gkMIDIVAR_10 == 17 then
4536 outvalue "XFADE",  kval
4537
4538 elseif gkMIDIVAR_10 == 18 then
4539 outvalue "pad_X2",  kval
4540
4541 elseif gkMIDIVAR_10 == 19 then
4542 outvalue "Lev_2", kval
4543
4544 elseif gkMIDIVAR_10 == 20 then
4545 outvalue "Fun_2", 1 + 7 * kval
4546
4547 elseif gkMIDIVAR_10 == 21 then
4548 outvalue "indx2", 4 * kval
4549
4550 elseif gkMIDIVAR_10 == 22 then
4551 outvalue "ran2amp", 0.001 + 0.199 * kval
4552
4553 elseif gkMIDIVAR_10 == 23 then
4554 outvalue "ran2vel", 0.001 + 3.99 * kval
4555
4556 elseif gkMIDIVAR_10 == 24 then
4557 outvalue "REVSEND2",  kval
4558
4559 elseif gkMIDIVAR_10 == 25 then
4560 outvalue "over",  kval
4561
4562 elseif gkMIDIVAR_10 == 26 then
4563 outvalue "CAR_min", 1 + kval * 13
4564
4565 elseif gkMIDIVAR_10 == 27 then
4566 outvalue "CAR_max", 1 + kval * 13
4567
4568 elseif gkMIDIVAR_10 == 28 then
4569 outvalue "MOD_min", 1 + kval * 13
4570
4571 elseif gkMIDIVAR_10 == 29 then
4572 outvalue "MOD_max", 1 + kval * 13
4573
4574
4575 else
4576
4577endif
4578
4579next:
4580endin
4581
4582
4583instr 919 ; ---> Enable all cc (all on)
4584outvalue "midi_1", 1
4585outvalue "midi_2", 1
4586outvalue "midi_3", 1
4587outvalue "midi_4", 1
4588outvalue "midi_5", 1
4589outvalue "midi_6", 1
4590outvalue "midi_7", 1
4591outvalue "midi_8", 1
4592outvalue "midi_9", 1
4593outvalue "midi_10", 1
4594endin
4595
4596instr 920  ;---> Disable all cc  (all off)
4597outvalue "midi_1", 0
4598outvalue "midi_2", 0
4599outvalue "midi_3", 0
4600outvalue "midi_4", 0
4601outvalue "midi_5", 0
4602outvalue "midi_6", 0
4603outvalue "midi_7", 0
4604outvalue "midi_8", 0
4605outvalue "midi_9", 0
4606outvalue "midi_10", 0
4607endin
4608
4609
4610
4611
4612
4613;========================================
4614
4615instr 1002 ;-----> VU-METER
4616
4617asigL = gaMETER_L
4618asigR = gaMETER_R
4619
4620krmsL rms asigL
4621krmsR rms asigR
4622
4623krmsL_LOG10  =  log(krmsL)
4624krmsR_LOG10  =  log(krmsR)
4625;outvalue "DISPLAY", krmsL_LOG10 * 20 * 0.003
4626outvalue "rms_L", krmsL_LOG10 * 20 * 0.006
4627outvalue "rms_R", krmsR_LOG10 * 20 * 0.006
4628gaMETER_L = 0
4629gaMETER_R = 0
4630endin
4631
4632;=======================================
4633
4634instr 999 ;-----> FFT
4635
4636kfft_onoff invalue "fftONOFF"
4637if kfft_onoff != 0 then
4638 outvalue "disptab", 89
4639 asig = gaFFT
4640 dispfft asig+0.0001,0.1,512, 1
4641 gaFFT = 0
4642endif
4643
4644
4645endin
4646
4647;========================================
4648
4649instr 950   ;-----> Timer
4650ilamp init 1
4651isign init 1
4652isecs init -1
4653imins init 0
4654kval_secs init 0
4655kval_mins init 0
4656;print isecs,imins
4657
4658reset:
4659isign = -isign
4660
4661
4662ilamp = (ilamp + isign)
4663ineglamp = 1 - ilamp
4664;print ilamp, ineglamp
4665
4666isecs = isecs + 1
4667if isecs != 60 igoto norm
4668imins = imins + 1
4669isecs = 0
4670norm:
4671
4672timout 0,1,next
4673reinit reset
4674next:
4675kval_secs = isecs
4676kval_mins = imins
4677
4678
4679outvalue "secs", kval_secs
4680outvalue "mins", kval_mins
4681outvalue "led_TIMER1", ilamp
4682outvalue "led_TIMER2", ineglamp
4683
4684
4685
4686
4687;if gksw5 != 0 kgoto on
4688;turnoff
4689;on:
4690endin
4691
4692;==========================================
4693
4694instr 960;-----> RECORD File wav
4695
4696gaWRITE_L init 0
4697gaREVREC_L init 0
4698gaWRITE_R init 0
4699gaREVREC_R init 0
4700
4701
4702krec_atk invalue "rec_atk"
4703krec_rel invalue "rec_rel"
4704kfade_onoff invalue "fade_onoff"
4705
4706irec_atk = i(krec_atk)
4707irec_rel = i(krec_rel)
4708itot_fade = irec_atk+irec_rel
4709ifade_onoff = i(kfade_onoff)
4710
4711knchn invalue "nchn"
4712inchn = i(knchn)
4713kdatares invalue "_datares"  ; select bit depth for audio saved data
4714idatares = i(kdatares)
4715if idatares == 0 then
4716 itype = 0						; 16 bit integer  	(code 14)
4717 elseif idatares == 1 then
4718 itype = 4						; 24 bit integer  	(code 18)
4719 else
4720 itype = 1						; 32 bit float		(code 15)
4721endif
4722
4723
4724Sfile	invalue "_Browse3"		; Browse the file to save in
4725
4726outvalue "LED_WRITE", 1
4727irectime = abs(i(gkrectime) * p3)
4728p3 = irectime
4729
4730
4731k1 			timeinsts
4732
4733ibitflag = (idatares == 0? 14 : 18)
4734
4735go:
4736
4737if ifade_onoff == 1 then
4738
4739	if irec_atk == 0 then
4740
4741
4742    	aramp linseg 1,irectime-irec_rel,1,irec_rel/2,0,irec_rel/2,0
4743
4744
4745   		else
4746		aramp linseg 0,irec_atk,1,irectime-itot_fade,1,irec_rel-2/kr,0,2/kr,0
4747	endif
4748else
4749
4750 aramp = 1
4751endif
4752
4753
4754if inchn == 0  then
4755
4756
4757
4758fout Sfile, ibitflag, aramp*(gaWRITE_L+gaREVREC_L), aramp*(gaWRITE_R+gaREVREC_R)   ; save stereo audio data
4759
4760elseif inchn == 1 then
4761
4762fout Sfile, ibitflag, aramp*(gaWRITE_L+gaREVREC_L)
4763
4764elseif inchn == 2 then
4765fout Sfile, ibitflag, aramp*(gaWRITE_R+gaREVREC_R)
4766
4767else
4768
4769fout Sfile, ibitflag, aramp*(0.5*(gaWRITE_L+gaREVREC_L)+0.5*(gaWRITE_R+gaREVREC_R))
4770endif
4771
4772
4773
4774
4775
4776
4777
4778gaWRITE_L = 0
4779gaWRITE_R = 0
4780
4781gaREVREC_L = 0
4782gaREVREC_R = 0
4783
4784
4785  			outvalue "DisplayTime", k1
4786			outvalue "rectimedisp", k1/p3
4787
4788endin
4789
4790;==========================================
4791
4792instr 961;-----> Manage Led Record File
4793
4794outvalue "LED_WRITE",0
4795turnoff2 960, 0,0
4796endin
4797
4798;==========================================
4799
4800
4801instr 968  ;-----> THE RANDOM SEQUENCER  (DRUNK)
4802icont init 0
4803
4804outvalue "seqran", 1
4805event_i "i", 977, 0, 1
4806event_i "i", 975, 0, 3600
4807event_i "i", 978, 0, 3600
4808
4809
4810imetronome = i(gkmetronome)
4811giSEQ = 1						; set sequencer flag active (= 1)
4812outvalue "ledseq", 1
4813;iaddress init -5				; start pointer 4 location before first descriptor element
4814seq:
4815
4816;icont = icont + 1
4817
4818icont random 1,gimaxindex
4819icont = int(icont)
4820
4821;			if icont == gimaxindex then
4822;				giSEQ = 0
4823;				outvalue "ledseq", 0
4824;				outvalue "ledton",0
4825;
4826;				turnoff
4827;				else
4828;				endif
4829
4830
4831
4832iaddress = (icont-1)*5
4833;print icont, iaddress
4834outvalue "contdisp", icont
4835giSEQ = 1
4836
4837;print giDEBUG_01
4838
4839iTon  	tab_i iaddress + 1, 900   ; read 2nd element..(tempo di ON prima della transizione)
4840giPrn  	tab_i iaddress + 2, 900	; read 3rd element..(snapshot)
4841giTtran	tab_i iaddress + 3, 900	; read 4th element..(tempo  transizione)
4842giMode		tab_i iaddress + 4, 900
4843outvalue "Get",giPrn-1
4844outvalue "TYPE", giMode
4845
4846iTon = iTon / imetronome
4847giTtran = giTtran / imetronome
4848
4849schedule 91, iTon, 3600
4850
4851
4852isumtime = giTtran + 0.001 + iTon
4853
4854if iTon > 0 then
4855outvalue "ledton", 1
4856else
4857outvalue "ledton", 0
4858endif
4859
4860timout 0, isumtime, wait
4861
4862reinit seq
4863
4864
4865wait:
4866
4867imetronome = i(gkmetronome)
4868
4869endin
4870
4871
4872
4873
4874
4875instr 969  ;-----> THE RANDOM SEQUENCER
4876icont init 0
4877
4878outvalue "seqran", 1
4879event_i "i", 977, 0, 1
4880event_i "i", 975, 0, 3600
4881event_i "i", 978, 0, 3600
4882
4883
4884imetronome = i(gkmetronome)
4885giSEQ = 1						; set sequencer flag active (= 1)
4886outvalue "ledseq", 1
4887;iaddress init -5				; start pointer 4 location before first descriptor element
4888seq:
4889
4890;icont = icont + 1
4891
4892icont random 1,gimaxindex
4893icont = int(icont)
4894;print icont,gimaxindex
4895if icont == gimaxindex then
4896giSEQ = 0
4897outvalue "ledseq", 0
4898outvalue "ledton",0
4899
4900turnoff
4901else
4902endif
4903
4904;iaddress = iaddress + 5		; increment pointer
4905
4906iaddress = (icont-1)*5
4907;print icont, iaddress
4908outvalue "contdisp", icont
4909giSEQ = 1
4910
4911;print giDEBUG_01
4912
4913iTon  	tab_i iaddress + 1, 900   ; read 2nd element..(tempo di ON prima della transizione)
4914giPrn  	tab_i iaddress + 2, 900	; read 3rd element..(snapshot)
4915giTtran	tab_i iaddress + 3, 900	; read 4th element..(tempo  transizione)
4916giMode		tab_i iaddress + 4, 900
4917outvalue "Get",giPrn-1
4918outvalue "TYPE", giMode
4919
4920iTon = iTon / imetronome
4921giTtran = giTtran / imetronome
4922
4923schedule 91, iTon, 3600
4924
4925
4926isumtime = giTtran + 0.001 + iTon
4927
4928if iTon > 0 then
4929outvalue "ledton", 1
4930else
4931outvalue "ledton", 0
4932endif
4933
4934timout 0, isumtime, wait
4935
4936reinit seq
4937
4938
4939wait:
4940
4941imetronome = i(gkmetronome)
4942
4943endin
4944
4945
4946
4947
4948
4949
4950
4951;==================================
4952instr 970  ;-----> THE SEQUENCER
4953;icont init 0
4954
4955idirection = i(gkdirection)
4956istartcont = i(gkstartcont)
4957
4958
4959outvalue "seq", 1
4960if idirection == 0 then
4961
4962icont = (istartcont==0? 0 : istartcont)
4963
4964
4965imax  = gimaxindex
4966incr  = 1
4967else
4968
4969icont = (istartcont==0? gimaxindex + 1 : istartcont+2)
4970
4971;print icont
4972;icont = gimaxindex + 1
4973imax  = 1
4974incr  = -1
4975
4976endif
4977
4978
4979event_i "i", 977, 0, 1
4980event_i "i", 975, 0, 3600
4981event_i "i", 978, 0, 3600
4982
4983
4984imetronome = i(gkmetronome)
4985giSEQ = 1						; set sequencer flag active (= 1)
4986outvalue "ledseq", 1
4987;iaddress init -5				; start pointer 4 location before first descriptor element
4988seq:
4989
4990icont = icont + incr
4991
4992
4993
4994	if icont == imax then;--------------------------
4995		giSEQ = 0
4996		outvalue "ledseq", 0
4997		outvalue "ledton",0
4998
4999gkstop = 0					;linee aggiunte per far ripartire correttamente il sequencer dopo l'HALT
5000   gkMORPH_FLAG = 0
5001
5002		turnoff
5003	else
5004	endif
5005
5006
5007
5008;iaddress = iaddress + 5		; increment pointer
5009iaddress = (icont-1)*5
5010
5011
5012giSEQ = 1
5013outvalue "contdisp", icont
5014outvalue "readindex", icont
5015;print giDEBUG_01
5016
5017iTon  	tab_i iaddress + 1, 900   ; read 2nd element..(tempo di ON prima della transizione)
5018giPrn  	tab_i iaddress + 2, 900	; read 3rd element..(snapshot)
5019giTtran	tab_i iaddress + 3, 900	; read 4th element..(tempo  transizione)
5020giMode		tab_i iaddress + 4, 900
5021outvalue "Get",giPrn-1
5022outvalue "TYPE", giMode
5023
5024iTon = iTon / imetronome
5025giTtran = giTtran / imetronome
5026
5027schedule 91, iTon, 3600
5028
5029
5030isumtime = giTtran + 0.001 + iTon
5031
5032if iTon > 0 then
5033outvalue "ledton", 1
5034else
5035outvalue "ledton", 0
5036endif
5037
5038timout 0, isumtime, wait
5039
5040reinit seq
5041
5042
5043wait:
5044
5045imetronome = i(gkmetronome)
5046
5047endin
5048
5049;==========================================
5050
5051instr 971 ;-----> Halt sequencer
5052
5053giSEQ = 0
5054
5055gkstop = 0					;linee aggiunte per far ripartire correttamente il sequencer dopo l'HALT
5056   gkMORPH_FLAG = 0
5057
5058outvalue "ledseq",0
5059outvalue "ledon", 0
5060outvalue "seqblink", 0
5061outvalue "seq",0
5062outvalue "seqran",0
5063turnoff2 970,0,0		;Stop sequential timeline
5064turnoff2 969,0,0		;Stop random timeline
5065
5066turnoff2 92,0,0
5067turnoff2 91,0,0
5068turnoff2 975,0,0
5069turnoff
5070
5071endin
5072
5073;==========================================
5074
5075instr 972 ;-----> Load Sequence
5076
5077Sfile	invalue "_Browse2"
5078;ftload "/Users/eg/Documents/QuteCSEX/stria/sequencesave.txt", 1, 900
5079ftload Sfile, 1, 900
5080schedule 974, 0, 3600
5081schedule 977, 0, 1
5082turnoff2 978, 0, 0
5083endin
5084
5085;==========================================
5086instr 973 ;-----> Save Sequence
5087
5088Sfile	invalue "_Browse2"
5089
5090;ftsave "/Users/eg/Documents/QuteCSEX/stria/sequencesave.txt", 1, 901
5091ftsave Sfile, 1, 900
5092turnoff
5093endin
5094
5095;==========================================
5096instr 974
5097index init 0
5098start:
5099
5100;print index
5101iend 		tab_i index*5, 900		 ; read 1st element of descriptor iaddress-th  (flag di ultimo elemento)
5102
5103index = index + 1
5104;print iend
5105if iend !=0 igoto stop
5106
5107igoto start
5108
5109stop:
5110
5111gimaxindex = index - 1
5112;print gimaxindex
5113turnoff
5114
5115endin
5116
5117;==========================================
5118instr 975;-----> Blink red led during sequence
5119
5120kblink oscil 1, 2, 902
5121outvalue "seqblink", kblink
5122endin
5123
5124;==========================================
5125instr 976;----->Read sequencer data (after file load)
5126
5127kindex	invalue "readindex"
5128
5129
5130reset:
5131
5132index =		i(kindex)* 5
5133;print index
5134
5135
5136
5137iend 	tab_i index, 900		; read 1st element of descriptor iaddress-th  (flag di ultimo elemento)
5138iton  	tab_i index + 1, 900  ; read 2nd element..(tempo di ON prima della transizione)
5139isnap  	tab_i index + 2, 900	; read 3rd element..(snapshot)
5140ittran	tab_i index + 3, 900	; read 4th element..(tempo  transizione)
5141itype	tab_i index + 4, 900
5142
5143
5144
5145
5146outvalue "readend", iend
5147outvalue "readton", iton
5148outvalue "readsnap", isnap
5149outvalue "readttran", ittran
5150outvalue "readtype", itype
5151
5152
5153timout 0, 0.2, nop
5154reinit reset
5155
5156nop:
5157
5158endin
5159
5160;==========================================
5161instr 977 ;  ------>  Evaluate total time sequence
5162gitot_TIME init 0
5163imetronome = i(gkmetronome)
5164istartcont = i(gkstartcont)
5165
5166
5167idirection = i(gkdirection)
5168
5169if idirection == 0 then
5170
5171
5172index  init istartcont
5173repeat:
5174;print index
5175iHOLD_index =  (5*index) + 1
5176iMORPH_index = (5*index) + 3
5177
5178i_HOLD_TIME tab_i iHOLD_index , 900
5179i_MORPH_TIME tab_i iMORPH_index, 900
5180
5181
5182gitot_TIME = (gitot_TIME + i_HOLD_TIME + i_MORPH_TIME)
5183
5184loop_le index, 1, gimaxindex-1, repeat
5185gitot_TIME = gitot_TIME / imetronome
5186outvalue "seq_tot_time",gitot_TIME
5187;print  gitot_TIME
5188
5189else
5190
5191
5192index  init 0
5193repeat1:
5194;print index
5195iHOLD_index =  (5*index) + 1
5196iMORPH_index = (5*index) + 3
5197
5198i_HOLD_TIME tab_i iHOLD_index , 900
5199i_MORPH_TIME tab_i iMORPH_index, 900
5200
5201
5202gitot_TIME = (gitot_TIME + i_HOLD_TIME + i_MORPH_TIME)
5203
5204loop_le index, 1, istartcont, repeat1
5205gitot_TIME = gitot_TIME / imetronome
5206outvalue "seq_tot_time",gitot_TIME
5207;print gitot_TIME
5208
5209
5210
5211endif
5212
5213
5214
5215
5216
5217
5218turnoff
5219endin
5220
5221
5222
5223instr 978  ; ; ------>  Manage sequencer time laps
5224
5225;print gitot_TIME
5226kSEQ = giSEQ
5227
5228
5229ktime timeinsts
5230
5231ktimeline = ktime/gitot_TIME
5232
5233outvalue "timelaps", ktime
5234outvalue "timeline", ktimeline
5235if (ktime >= gitot_TIME + 0.2 || kSEQ == 0)  then
5236
5237schedkwhen 1, 0, 1, 971, 0, 1
5238turnoff2 975,0,0
5239outvalue "timelaps", gitot_TIME
5240
5241turnoff
5242endif
5243
5244
5245endin
5246
5247
5248
5249
5250;==========================================
5251
5252instr 980 ; ------> Add Element (Build sequence)
5253
5254kindex	invalue "readindex"
5255iindex = i(kindex)
5256in_index 		=	iindex * 5
5257
5258in_readend 		= 	i(gkin_readend)
5259in_readton 		= 	i(gkin_readton)
5260in_readsnap		=	i(gkin_readsnap)
5261in_readtran		= 	i(gkin_readtran)
5262in_readtype		= 	i(gkin_readtype)
5263
5264;print in_index, in_readend, in_readton, in_readsnap, in_readtran, in_readtype
5265
5266
5267tableiw  in_readend, in_index ,900
5268tableiw  in_readton, in_index  + 1, 900
5269tableiw  in_readsnap,in_index  + 2, 900
5270tableiw  in_readtran,in_index  + 3, 900
5271tableiw  in_readtype,in_index  + 4, 900
5272
5273event_i "i", 977,0,1
5274turnoff
5275endin
5276
5277;==========================================
5278instr 981  ;  ------> Delete Element
5279kindex	invalue "readindex"
5280iindex = i(kindex)
5281iindex = iindex - 1
5282again:
5283
5284iindex = iindex+1
5285
5286in_index 		=	iindex * 5
5287
5288inext_index = (iindex + 1)* 5
5289
5290iend 	    tab_i inext_index, 900		;
5291iton  	    tab_i inext_index + 1, 900   ;
5292isnap  	    tab_i inext_index + 2, 900	;
5293ittran		tab_i inext_index + 3, 900	;
5294itype		tab_i inext_index + 4, 900
5295
5296tableiw  iend,    in_index ,900
5297tableiw  iton,    in_index  + 1, 900
5298tableiw  isnap,   in_index  + 2, 900
5299tableiw  ittran,  in_index  + 3, 900
5300tableiw  itype,   in_index  + 4, 900
5301
5302;print iend, iton, isnap, ittran, itype
5303
5304if iend == 0 igoto again
5305
5306event_i "i", 977,0,1
5307turnoff
5308
5309endin
5310
5311
5312
5313
5314;==========================================
5315instr 982 ; ------>   Insert Element
5316kindex	invalue "readindex"
5317iindex = i(kindex)
5318iorig_index = iindex
5319in_index = iindex * 5
5320
5321iend tab_i iindex * 5, 900
5322
5323;print iend
5324
5325in_readend 		= 	i(gkin_readend)
5326in_readton 		= 	i(gkin_readton)
5327in_readsnap		=	i(gkin_readsnap)
5328in_readtran		= 	i(gkin_readtran)
5329in_readtype		= 	i(gkin_readtype)
5330
5331if iend ==0 igoto loop
5332
5333
5334;print in_readend, in_readton
5335
5336tableiw  in_readend,    in_index ,900
5337tableiw  in_readton,    in_index  + 1, 900
5338tableiw  in_readsnap,   in_index  + 2, 900
5339tableiw  in_readtran,   in_index  + 3, 900
5340tableiw  in_readtype,   in_index  + 4, 900
5341
5342
5343;Find an 1 in the first element
5344loop:
5345iindex = iindex + 1
5346in_index = iindex * 5
5347
5348iend tab_i in_index, 900
5349
5350;print iindex,iend
5351if iend == 0 goto loop
5352
5353;print iindex, in_index
5354
5355loop1:
5356iindex = iindex -1
5357in_index = iindex * 5
5358
5359
5360iend 	    tab_i in_index, 900		 ;
5361iton  	    tab_i in_index + 1, 900   ;
5362isnap  	    tab_i in_index + 2, 900	;
5363ittran	    tab_i in_index + 3, 900	;
5364itype      tab_i in_index + 4, 900
5365
5366in_index = in_index + 5
5367
5368tableiw  iend,    in_index ,900
5369tableiw  iton,    in_index  + 1, 900
5370tableiw  isnap,   in_index  + 2, 900
5371tableiw  ittran,  in_index  + 3, 900
5372tableiw  itype,   in_index  + 4, 900
5373
5374if iindex != iorig_index igoto loop1
5375
5376in_index = iorig_index * 5
5377
5378;print in_readend,in_readton,in_readsnap,in_readtran,in_readtype,  in_index
5379
5380tableiw   in_readend,  in_index, 900
5381tableiw   in_readton,  in_index  + 1, 900
5382tableiw   in_readsnap, in_index  + 2, 900
5383tableiw   in_readtran, in_index  + 3, 900
5384tableiw   in_readtype, in_index  + 4, 900
5385
5386event_i "i", 977,0,1
5387turnoff
5388endin
5389
5390instr 991 ;---> cc association MIDI led manager
5391
5392
5393ktrig metro 8
5394if ktrig == 1 then
5395
5396
5397
5398	if (gkMIDIVAR_1 == 1) && (gkmidi_1 == 1) then
5399	 outvalue  "Lev_1_cc", 1
5400	else
5401	 outvalue  "Lev_1_cc", 0
5402	endif
5403
5404	if (gkMIDIVAR_1 == 2) &&(gkmidi_1 == 1) then
5405	 outvalue  "pad_X1_cc", 1
5406	else
5407	 outvalue  "pad_X1_cc", 0
5408	endif
5409
5410	if (gkMIDIVAR_1 == 3) &&(gkmidi_1 == 1) then
5411	 outvalue  "pad_Y1_cc", 1
5412	else
5413	 outvalue  "pad_Y1_cc", 0
5414	endif
5415
5416	if (gkMIDIVAR_1 == 4) &&(gkmidi_1 == 1) then
5417	 outvalue  "Fun_1_cc", 1
5418	else
5419	 outvalue  "Fun_1_cc", 0
5420	endif
5421
5422	if (gkMIDIVAR_1 == 5) &&(gkmidi_1 == 1) then
5423	 outvalue  "indx1_cc", 1
5424	else
5425	 outvalue  "indx1_cc", 0
5426	endif
5427
5428	if (gkMIDIVAR_1 == 6) &&(gkmidi_1 == 1) then
5429	 outvalue  "AT1_cc", 1
5430	else
5431	 outvalue  "AT1_cc", 0
5432	endif
5433
5434	if (gkMIDIVAR_1 == 7) &&(gkmidi_1 == 1) then
5435	 outvalue  "RE1_cc", 1
5436	else
5437	 outvalue  "RE1_cc", 0
5438	endif
5439
5440	if (gkMIDIVAR_1 == 8) &&(gkmidi_1 == 1) then
5441	 outvalue  "ran1amp_cc", 1
5442	else
5443	 outvalue  "ran1amp_cc", 0
5444	endif
5445
5446	if (gkMIDIVAR_1 == 9) &&(gkmidi_1 == 1) then
5447	 outvalue  "ran1vel_cc", 1
5448	else
5449	 outvalue  "ran1vel_cc", 0
5450	endif
5451
5452	if (gkMIDIVAR_1 == 10) &&(gkmidi_1 == 1) then
5453	 outvalue  "vox_cc", 1
5454	else
5455	 outvalue  "vox_cc", 0
5456	endif
5457
5458	if (gkMIDIVAR_1 == 11) &&(gkmidi_1 == 1) then
5459	 outvalue  "knob154_cc", 1
5460	else
5461	 outvalue  "knob154_cc", 0
5462	endif
5463
5464	if (gkMIDIVAR_1 == 12) &&(gkmidi_1 == 1) then
5465	 outvalue  "REVSEND1_cc", 1
5466	else
5467	 outvalue  "REVSEND1_cc", 0
5468	endif
5469
5470	if (gkMIDIVAR_1 == 13) &&(gkmidi_1 == 1) then
5471	 outvalue  "band_cc", 1
5472	else
5473	 outvalue  "band_cc", 0
5474	endif
5475
5476	if (gkMIDIVAR_1 == 14) &&(gkmidi_1 == 1) then
5477	 outvalue  "dur_cc", 1
5478	else
5479	 outvalue  "dur_cc", 0
5480	endif
5481
5482	if (gkMIDIVAR_1 == 15) &&(gkmidi_1 == 1) then
5483	 outvalue  "rate_cc", 1
5484	else
5485	 outvalue  "rate_cc", 0
5486	endif
5487
5488	if (gkMIDIVAR_1 == 16) &&(gkmidi_1 == 1) then
5489	 outvalue  "SHAPE_cc", 1
5490	else
5491	 outvalue  "SHAPE_cc", 0
5492	endif
5493
5494	if (gkMIDIVAR_1 == 17) &&(gkmidi_1 == 1) then
5495	 outvalue  "XFADE_cc", 1
5496	else
5497	 outvalue  "XFADE_cc", 0
5498	endif
5499
5500	if (gkMIDIVAR_1 == 18) &&(gkmidi_1 == 1) then
5501	 outvalue  "pad_X2_cc", 1
5502	else
5503	 outvalue  "pad_X2_cc", 0
5504	endif
5505
5506	if (gkMIDIVAR_1 == 19) && (gkmidi_1 == 1) then
5507	 outvalue  "Lev_2_cc", 1
5508	else
5509	 outvalue  "Lev_2_cc", 0
5510	endif
5511
5512
5513	if (gkMIDIVAR_1 == 20) &&(gkmidi_1 == 1) then
5514	 outvalue  "Fun_2_cc", 1
5515	else
5516	 outvalue  "Fun_2_cc", 0
5517	endif
5518
5519
5520	if (gkMIDIVAR_1 == 21) &&(gkmidi_1 == 1) then
5521	 outvalue  "indx2_cc", 1
5522	else
5523	 outvalue  "indx2_cc", 0
5524	endif
5525
5526	 if (gkMIDIVAR_1 == 22) &&(gkmidi_1 == 1) then
5527	 outvalue  "ran2amp_cc", 1
5528	else
5529	 outvalue  "ran2amp_cc", 0
5530	endif
5531
5532	if (gkMIDIVAR_1 == 23) &&(gkmidi_1 == 1) then
5533	 outvalue  "ran2vel_cc", 1
5534	else
5535	 outvalue  "ran2vel_cc", 0
5536	endif
5537
5538	if (gkMIDIVAR_1 == 24) &&(gkmidi_1 == 1) then
5539	 outvalue  "REVSEND2_cc", 1
5540	else
5541	 outvalue  "REVSEND2_cc", 0
5542	endif
5543
5544	if (gkMIDIVAR_1 == 25) &&(gkmidi_1 == 1) then
5545	 outvalue  "over_cc", 1
5546	else
5547	 outvalue  "over_cc", 0
5548	endif
5549
5550	if (gkMIDIVAR_1 == 26) &&(gkmidi_1 == 1) then
5551	 outvalue  "CAR_min_cc", 1
5552	else
5553	 outvalue  "CAR_min_cc", 0
5554	endif
5555
5556	if (gkMIDIVAR_1 == 27) &&(gkmidi_1 == 1) then
5557	 outvalue  "CAR_max_cc", 1
5558	else
5559	 outvalue  "CAR_max_cc", 0
5560	endif
5561
5562	if (gkMIDIVAR_1 == 28) &&(gkmidi_1 == 1) then
5563	 outvalue  "MOD_min_cc", 1
5564	else
5565	 outvalue  "MOD_min_cc", 0
5566	endif
5567
5568	if (gkMIDIVAR_1 == 29) &&(gkmidi_1 == 1) then
5569	 outvalue  "MOD_max_cc", 1
5570	else
5571	 outvalue  "MOD_max_cc", 0
5572	endif
5573
5574
5575;-----------------
5576
5577
5578
5579	if (gkMIDIVAR_2 == 1) && (gkmidi_2 == 1) then
5580	 outvalue  "Lev_1_cc", 1
5581	endif
5582
5583	if (gkMIDIVAR_2 == 2) &&(gkmidi_2 == 1) then
5584	 outvalue  "pad_X1_cc", 1
5585	endif
5586
5587	if (gkMIDIVAR_2 == 3) &&(gkmidi_2 == 1) then
5588	 outvalue  "pad_Y1_cc", 1
5589	endif
5590
5591	if (gkMIDIVAR_2 == 4) &&(gkmidi_2 == 1) then
5592	 outvalue  "Fun_1_cc", 1
5593	endif
5594
5595	if (gkMIDIVAR_2 == 5) &&(gkmidi_2 == 1) then
5596	 outvalue  "indx1_cc", 1
5597	endif
5598
5599	if (gkMIDIVAR_2 == 6) &&(gkmidi_2 == 1) then
5600	 outvalue  "AT1_cc", 1
5601	endif
5602
5603	if (gkMIDIVAR_2 == 7) &&(gkmidi_2 == 1) then
5604	 outvalue  "RE1_cc", 1
5605	endif
5606
5607	if (gkMIDIVAR_2 == 8) &&(gkmidi_2 == 1) then
5608	 outvalue  "ran1amp_cc", 1
5609	endif
5610
5611	if (gkMIDIVAR_2 == 9) &&(gkmidi_2 == 1) then
5612	 outvalue  "ran1vel_cc", 1
5613	endif
5614
5615	if (gkMIDIVAR_2 == 10) &&(gkmidi_2 == 1) then
5616	 outvalue  "vox_cc", 1
5617	endif
5618
5619	if (gkMIDIVAR_2 == 11) &&(gkmidi_2 == 1) then
5620	 outvalue  "knob154_cc", 1
5621	endif
5622
5623	if (gkMIDIVAR_2 == 12) &&(gkmidi_2 == 1) then
5624	 outvalue  "REVSEND1_cc", 1
5625	endif
5626
5627	if (gkMIDIVAR_2 == 13) &&(gkmidi_2 == 1) then
5628	 outvalue  "band_cc", 1
5629	endif
5630
5631	if (gkMIDIVAR_2 == 14) &&(gkmidi_2 == 1) then
5632	 outvalue  "dur_cc", 1
5633	endif
5634
5635	if (gkMIDIVAR_2 == 15) &&(gkmidi_2 == 1) then
5636	 outvalue  "rate_cc", 1
5637	endif
5638
5639	if (gkMIDIVAR_2 == 16) &&(gkmidi_2 == 1) then
5640	 outvalue  "SHAPE_cc", 1
5641	endif
5642
5643	if (gkMIDIVAR_2 == 17) &&(gkmidi_2 == 1) then
5644	 outvalue  "XFADE_cc", 1
5645	endif
5646
5647	if (gkMIDIVAR_2 == 18) &&(gkmidi_2 == 1) then
5648	 outvalue  "pad_X2_cc", 1
5649	endif
5650
5651	if (gkMIDIVAR_2 == 19) && (gkmidi_2 == 1) then
5652	 outvalue  "Lev_2_cc", 1
5653	endif
5654
5655
5656	if (gkMIDIVAR_2 == 20) &&(gkmidi_2 == 1) then
5657	 outvalue  "Fun_2_cc", 1
5658	endif
5659
5660
5661	if (gkMIDIVAR_2 == 21) &&(gkmidi_2 == 1) then
5662	 outvalue  "indx2_cc", 1
5663	endif
5664
5665	 if (gkMIDIVAR_2 == 22) &&(gkmidi_2 == 1) then
5666	 outvalue  "ran2amp_cc", 1
5667	endif
5668
5669	if (gkMIDIVAR_2 == 23) &&(gkmidi_2 == 1) then
5670	 outvalue  "ran2vel_cc", 1
5671	endif
5672
5673	if (gkMIDIVAR_2 == 24) &&(gkmidi_2 == 1) then
5674	 outvalue  "REVSEND2_cc", 1
5675	endif
5676
5677	if (gkMIDIVAR_2 == 25) &&(gkmidi_2 == 1) then
5678	 outvalue  "over_cc", 1
5679	endif
5680
5681	if (gkMIDIVAR_2 == 26) &&(gkmidi_2 == 1) then
5682	 outvalue  "CAR_min_cc", 1
5683	endif
5684
5685	if (gkMIDIVAR_2 == 27) &&(gkmidi_2 == 1) then
5686	 outvalue  "CAR_max_cc", 1
5687	endif
5688
5689	if (gkMIDIVAR_2 == 28) &&(gkmidi_2 == 1) then
5690	 outvalue  "MOD_min_cc", 1
5691	endif
5692
5693	if (gkMIDIVAR_2 == 29) &&(gkmidi_2 == 1) then
5694	 outvalue  "MOD_max_cc", 1
5695	endif
5696
5697
5698;-----------------
5699
5700
5701
5702
5703
5704	if (gkMIDIVAR_3 == 1) && (gkmidi_3 == 1) then
5705	 outvalue  "Lev_1_cc", 1
5706	endif
5707
5708	if (gkMIDIVAR_3 == 2) &&(gkmidi_3 == 1) then
5709	 outvalue  "pad_X1_cc", 1
5710	endif
5711
5712	if (gkMIDIVAR_3 == 3) &&(gkmidi_3 == 1) then
5713	 outvalue  "pad_Y1_cc", 1
5714	endif
5715
5716	if (gkMIDIVAR_3 == 4) &&(gkmidi_3 == 1) then
5717	 outvalue  "Fun_1_cc", 1
5718	endif
5719
5720	if (gkMIDIVAR_3 == 5) &&(gkmidi_3 == 1) then
5721	 outvalue  "indx1_cc", 1
5722	endif
5723
5724	if (gkMIDIVAR_3 == 6) &&(gkmidi_3 == 1) then
5725	 outvalue  "AT1_cc", 1
5726	endif
5727
5728	if (gkMIDIVAR_3 == 7) &&(gkmidi_3 == 1) then
5729	 outvalue  "RE1_cc", 1
5730	endif
5731
5732	if (gkMIDIVAR_3 == 8) &&(gkmidi_3 == 1) then
5733	 outvalue  "ran1amp_cc", 1
5734	endif
5735
5736	if (gkMIDIVAR_3 == 9) &&(gkmidi_3 == 1) then
5737	 outvalue  "ran1vel_cc", 1
5738	endif
5739
5740	if (gkMIDIVAR_3 == 10) &&(gkmidi_3 == 1) then
5741	 outvalue  "vox_cc", 1
5742	endif
5743
5744	if (gkMIDIVAR_3 == 11) &&(gkmidi_3 == 1) then
5745	 outvalue  "knob154_cc", 1
5746	endif
5747
5748	if (gkMIDIVAR_3 == 12) &&(gkmidi_3 == 1) then
5749	 outvalue  "REVSEND1_cc", 1
5750	endif
5751
5752	if (gkMIDIVAR_3 == 13) &&(gkmidi_3 == 1) then
5753	 outvalue  "band_cc", 1
5754	endif
5755
5756	if (gkMIDIVAR_3 == 14) &&(gkmidi_3 == 1) then
5757	 outvalue  "dur_cc", 1
5758	endif
5759
5760	if (gkMIDIVAR_3 == 15) &&(gkmidi_3 == 1) then
5761	 outvalue  "rate_cc", 1
5762	endif
5763
5764	if (gkMIDIVAR_3 == 16) &&(gkmidi_3 == 1) then
5765	 outvalue  "SHAPE_cc", 1
5766	endif
5767
5768	if (gkMIDIVAR_3 == 17) &&(gkmidi_3 == 1) then
5769	 outvalue  "XFADE_cc", 1
5770	endif
5771
5772	if (gkMIDIVAR_3 == 18) &&(gkmidi_3 == 1) then
5773	 outvalue  "pad_X2_cc", 1
5774	endif
5775
5776	if (gkMIDIVAR_3 == 19) && (gkmidi_3 == 1) then
5777	 outvalue  "Lev_2_cc", 1
5778	endif
5779
5780
5781	if (gkMIDIVAR_3 == 20) &&(gkmidi_3 == 1) then
5782	 outvalue  "Fun_2_cc", 1
5783	endif
5784
5785
5786	if (gkMIDIVAR_3 == 21) &&(gkmidi_3 == 1) then
5787	 outvalue  "indx2_cc", 1
5788	endif
5789
5790	 if (gkMIDIVAR_3 == 22) &&(gkmidi_3 == 1) then
5791	 outvalue  "ran2amp_cc", 1
5792	endif
5793
5794	if (gkMIDIVAR_3 == 23) &&(gkmidi_3 == 1) then
5795	 outvalue  "ran2vel_cc", 1
5796	endif
5797
5798	if (gkMIDIVAR_3 == 24) &&(gkmidi_3 == 1) then
5799	 outvalue  "REVSEND2_cc", 1
5800	endif
5801
5802	if (gkMIDIVAR_3 == 25) &&(gkmidi_3 == 1) then
5803	 outvalue  "over_cc", 1
5804	endif
5805
5806	if (gkMIDIVAR_3 == 26) &&(gkmidi_3 == 1) then
5807	 outvalue  "CAR_min_cc", 1
5808	endif
5809
5810	if (gkMIDIVAR_3 == 27) &&(gkmidi_3 == 1) then
5811	 outvalue  "CAR_max_cc", 1
5812	endif
5813
5814	if (gkMIDIVAR_3 == 28) &&(gkmidi_3 == 1) then
5815	 outvalue  "MOD_min_cc", 1
5816	endif
5817
5818	if (gkMIDIVAR_3 == 29) &&(gkmidi_3 == 1) then
5819	 outvalue  "MOD_max_cc", 1
5820	endif
5821
5822
5823
5824;---------
5825
5826
5827
5828	if (gkMIDIVAR_4 == 1) && (gkmidi_4 == 1) then
5829	 outvalue  "Lev_1_cc", 1
5830	endif
5831
5832	if (gkMIDIVAR_4 == 2) &&(gkmidi_4 == 1) then
5833	 outvalue  "pad_X1_cc", 1
5834	endif
5835
5836	if (gkMIDIVAR_4 == 3) &&(gkmidi_4 == 1) then
5837	 outvalue  "pad_Y1_cc", 1
5838	endif
5839
5840	if (gkMIDIVAR_4 == 4) &&(gkmidi_4 == 1) then
5841	 outvalue  "Fun_1_cc", 1
5842	endif
5843
5844	if (gkMIDIVAR_4 == 5) &&(gkmidi_4 == 1) then
5845	 outvalue  "indx1_cc", 1
5846	endif
5847
5848	if (gkMIDIVAR_4 == 6) &&(gkmidi_4 == 1) then
5849	 outvalue  "AT1_cc", 1
5850	endif
5851
5852	if (gkMIDIVAR_4 == 7) &&(gkmidi_4 == 1) then
5853	 outvalue  "RE1_cc", 1
5854	endif
5855
5856	if (gkMIDIVAR_4 == 8) &&(gkmidi_4 == 1) then
5857	 outvalue  "ran1amp_cc", 1
5858	endif
5859
5860	if (gkMIDIVAR_4 == 9) &&(gkmidi_4 == 1) then
5861	 outvalue  "ran1vel_cc", 1
5862	endif
5863
5864	if (gkMIDIVAR_4 == 10) &&(gkmidi_4 == 1) then
5865	 outvalue  "vox_cc", 1
5866	endif
5867
5868	if (gkMIDIVAR_4 == 11) &&(gkmidi_4 == 1) then
5869	 outvalue  "knob154_cc", 1
5870	endif
5871
5872	if (gkMIDIVAR_4 == 12) &&(gkmidi_4 == 1) then
5873	 outvalue  "REVSEND1_cc", 1
5874	endif
5875
5876	if (gkMIDIVAR_4 == 13) &&(gkmidi_4 == 1) then
5877	 outvalue  "band_cc", 1
5878	endif
5879
5880	if (gkMIDIVAR_4 == 14) &&(gkmidi_4 == 1) then
5881	 outvalue  "dur_cc", 1
5882	endif
5883
5884	if (gkMIDIVAR_4 == 15) &&(gkmidi_4 == 1) then
5885	 outvalue  "rate_cc", 1
5886	endif
5887
5888	if (gkMIDIVAR_4 == 16) &&(gkmidi_4 == 1) then
5889	 outvalue  "SHAPE_cc", 1
5890	endif
5891
5892	if (gkMIDIVAR_4 == 17) &&(gkmidi_4 == 1) then
5893	 outvalue  "XFADE_cc", 1
5894	endif
5895
5896	if (gkMIDIVAR_4 == 18) &&(gkmidi_4 == 1) then
5897	 outvalue  "pad_X2_cc", 1
5898	endif
5899
5900	if (gkMIDIVAR_4 == 19) && (gkmidi_4 == 1) then
5901	 outvalue  "Lev_2_cc", 1
5902	endif
5903
5904
5905	if (gkMIDIVAR_4 == 20) &&(gkmidi_4 == 1) then
5906	 outvalue  "Fun_2_cc", 1
5907	endif
5908
5909
5910	if (gkMIDIVAR_4 == 21) &&(gkmidi_4 == 1) then
5911	 outvalue  "indx2_cc", 1
5912	endif
5913
5914	 if (gkMIDIVAR_4 == 22) &&(gkmidi_4 == 1) then
5915	 outvalue  "ran2amp_cc", 1
5916	endif
5917
5918	if (gkMIDIVAR_4 == 23) &&(gkmidi_4 == 1) then
5919	 outvalue  "ran2vel_cc", 1
5920	endif
5921
5922	if (gkMIDIVAR_4 == 24) &&(gkmidi_4 == 1) then
5923	 outvalue  "REVSEND2_cc", 1
5924	endif
5925
5926	if (gkMIDIVAR_4 == 25) &&(gkmidi_4 == 1) then
5927	 outvalue  "over_cc", 1
5928	endif
5929
5930	if (gkMIDIVAR_4 == 26) &&(gkmidi_4 == 1) then
5931	 outvalue  "CAR_min_cc", 1
5932	endif
5933
5934	if (gkMIDIVAR_4 == 27) &&(gkmidi_4 == 1) then
5935	 outvalue  "CAR_max_cc", 1
5936	endif
5937
5938	if (gkMIDIVAR_4 == 28) &&(gkmidi_4 == 1) then
5939	 outvalue  "MOD_min_cc", 1
5940	endif
5941
5942	if (gkMIDIVAR_4 == 29) &&(gkmidi_4 == 1) then
5943	 outvalue  "MOD_max_cc", 1
5944	endif
5945
5946
5947;-----
5948
5949
5950	if (gkMIDIVAR_5 == 1) && (gkmidi_5 == 1) then
5951	 outvalue  "Lev_1_cc", 1
5952	endif
5953
5954	if (gkMIDIVAR_5 == 2) &&(gkmidi_5 == 1) then
5955	 outvalue  "pad_X1_cc", 1
5956	endif
5957
5958	if (gkMIDIVAR_5 == 3) &&(gkmidi_5 == 1) then
5959	 outvalue  "pad_Y1_cc", 1
5960	endif
5961
5962	if (gkMIDIVAR_5 == 4) &&(gkmidi_5 == 1) then
5963	 outvalue  "Fun_1_cc", 1
5964	endif
5965
5966	if (gkMIDIVAR_5 == 5) &&(gkmidi_5 == 1) then
5967	 outvalue  "indx1_cc", 1
5968	endif
5969
5970	if (gkMIDIVAR_5 == 6) &&(gkmidi_5 == 1) then
5971	 outvalue  "AT1_cc", 1
5972	endif
5973
5974	if (gkMIDIVAR_5 == 7) &&(gkmidi_5 == 1) then
5975	 outvalue  "RE1_cc", 1
5976	endif
5977
5978	if (gkMIDIVAR_5 == 8) &&(gkmidi_5 == 1) then
5979	 outvalue  "ran1amp_cc", 1
5980	endif
5981
5982	if (gkMIDIVAR_5 == 9) &&(gkmidi_5 == 1) then
5983	 outvalue  "ran1vel_cc", 1
5984	endif
5985
5986	if (gkMIDIVAR_5 == 10) &&(gkmidi_5 == 1) then
5987	 outvalue  "vox_cc", 1
5988	endif
5989
5990	if (gkMIDIVAR_5 == 11) &&(gkmidi_5 == 1) then
5991	 outvalue  "knob154_cc", 1
5992	endif
5993
5994	if (gkMIDIVAR_5 == 12) &&(gkmidi_5 == 1) then
5995	 outvalue  "REVSEND1_cc", 1
5996	endif
5997
5998	if (gkMIDIVAR_5 == 13) &&(gkmidi_5 == 1) then
5999	 outvalue  "band_cc", 1
6000	endif
6001
6002	if (gkMIDIVAR_5 == 14) &&(gkmidi_5 == 1) then
6003	 outvalue  "dur_cc", 1
6004	endif
6005
6006	if (gkMIDIVAR_5 == 15) &&(gkmidi_5 == 1) then
6007	 outvalue  "rate_cc", 1
6008	endif
6009
6010	if (gkMIDIVAR_5 == 16) &&(gkmidi_5 == 1) then
6011	 outvalue  "SHAPE_cc", 1
6012	endif
6013
6014	if (gkMIDIVAR_5 == 17) &&(gkmidi_5 == 1) then
6015	 outvalue  "XFADE_cc", 1
6016	endif
6017
6018	if (gkMIDIVAR_5 == 18) &&(gkmidi_5 == 1) then
6019	 outvalue  "pad_X2_cc", 1
6020	endif
6021
6022	if (gkMIDIVAR_5 == 19) && (gkmidi_5 == 1) then
6023	 outvalue  "Lev_2_cc", 1
6024	endif
6025
6026
6027	if (gkMIDIVAR_5 == 20) &&(gkmidi_5 == 1) then
6028	 outvalue  "Fun_2_cc", 1
6029	endif
6030
6031
6032	if (gkMIDIVAR_5 == 21) &&(gkmidi_5 == 1) then
6033	 outvalue  "indx2_cc", 1
6034	endif
6035
6036	 if (gkMIDIVAR_5 == 22) &&(gkmidi_5 == 1) then
6037	 outvalue  "ran2amp_cc", 1
6038	endif
6039
6040	if (gkMIDIVAR_5 == 23) &&(gkmidi_5 == 1) then
6041	 outvalue  "ran2vel_cc", 1
6042	endif
6043
6044	if (gkMIDIVAR_5 == 24) &&(gkmidi_5 == 1) then
6045	 outvalue  "REVSEND2_cc", 1
6046	endif
6047
6048	if (gkMIDIVAR_5 == 25) &&(gkmidi_5 == 1) then
6049	 outvalue  "over_cc", 1
6050	endif
6051
6052	if (gkMIDIVAR_5 == 26) &&(gkmidi_5 == 1) then
6053	 outvalue  "CAR_min_cc", 1
6054	endif
6055
6056	if (gkMIDIVAR_5 == 27) &&(gkmidi_5 == 1) then
6057	 outvalue  "CAR_max_cc", 1
6058	endif
6059
6060	if (gkMIDIVAR_5 == 28) &&(gkmidi_5 == 1) then
6061	 outvalue  "MOD_min_cc", 1
6062	endif
6063
6064	if (gkMIDIVAR_5 == 29) &&(gkmidi_5 == 1) then
6065	 outvalue  "MOD_max_cc", 1
6066	endif
6067
6068
6069
6070
6071;-----------
6072
6073
6074
6075
6076
6077
6078	if (gkMIDIVAR_6 == 1) && (gkmidi_6 == 1) then
6079	 outvalue  "Lev_1_cc", 1
6080	endif
6081
6082	if (gkMIDIVAR_6 == 2) &&(gkmidi_6 == 1) then
6083	 outvalue  "pad_X1_cc", 1
6084	endif
6085
6086	if (gkMIDIVAR_6 == 3) &&(gkmidi_6 == 1) then
6087	 outvalue  "pad_Y1_cc", 1
6088	endif
6089
6090	if (gkMIDIVAR_6 == 4) &&(gkmidi_6 == 1) then
6091	 outvalue  "Fun_1_cc", 1
6092	endif
6093
6094	if (gkMIDIVAR_6 == 5) &&(gkmidi_6 == 1) then
6095	 outvalue  "indx1_cc", 1
6096	endif
6097
6098	if (gkMIDIVAR_6 == 6) &&(gkmidi_6 == 1) then
6099	 outvalue  "AT1_cc", 1
6100	endif
6101
6102	if (gkMIDIVAR_6 == 7) &&(gkmidi_6 == 1) then
6103	 outvalue  "RE1_cc", 1
6104	endif
6105
6106	if (gkMIDIVAR_6 == 8) &&(gkmidi_6 == 1) then
6107	 outvalue  "ran1amp_cc", 1
6108	endif
6109
6110	if (gkMIDIVAR_6 == 9) &&(gkmidi_6 == 1) then
6111	 outvalue  "ran1vel_cc", 1
6112	endif
6113
6114	if (gkMIDIVAR_6 == 10) &&(gkmidi_6 == 1) then
6115	 outvalue  "vox_cc", 1
6116	endif
6117
6118	if (gkMIDIVAR_6 == 11) &&(gkmidi_6 == 1) then
6119	 outvalue  "knob154_cc", 1
6120	endif
6121
6122	if (gkMIDIVAR_6 == 12) &&(gkmidi_6 == 1) then
6123	 outvalue  "REVSEND1_cc", 1
6124	endif
6125
6126	if (gkMIDIVAR_6 == 13) &&(gkmidi_6 == 1) then
6127	 outvalue  "band_cc", 1
6128	endif
6129
6130	if (gkMIDIVAR_6 == 14) &&(gkmidi_6 == 1) then
6131	 outvalue  "dur_cc", 1
6132	endif
6133
6134	if (gkMIDIVAR_6 == 15) &&(gkmidi_6 == 1) then
6135	 outvalue  "rate_cc", 1
6136	endif
6137
6138	if (gkMIDIVAR_6 == 16) &&(gkmidi_6 == 1) then
6139	 outvalue  "SHAPE_cc", 1
6140	endif
6141
6142	if (gkMIDIVAR_6 == 17) &&(gkmidi_6 == 1) then
6143	 outvalue  "XFADE_cc", 1
6144	endif
6145
6146	if (gkMIDIVAR_6 == 18) &&(gkmidi_6 == 1) then
6147	 outvalue  "pad_X2_cc", 1
6148	endif
6149
6150	if (gkMIDIVAR_6 == 19) && (gkmidi_6 == 1) then
6151	 outvalue  "Lev_2_cc", 1
6152	endif
6153
6154
6155	if (gkMIDIVAR_6 == 20) &&(gkmidi_6 == 1) then
6156	 outvalue  "Fun_2_cc", 1
6157	endif
6158
6159
6160	if (gkMIDIVAR_6 == 21) &&(gkmidi_6 == 1) then
6161	 outvalue  "indx2_cc", 1
6162	endif
6163
6164	 if (gkMIDIVAR_6 == 22) &&(gkmidi_6 == 1) then
6165	 outvalue  "ran2amp_cc", 1
6166	endif
6167
6168	if (gkMIDIVAR_6 == 23) &&(gkmidi_6 == 1) then
6169	 outvalue  "ran2vel_cc", 1
6170	endif
6171
6172	if (gkMIDIVAR_6 == 24) &&(gkmidi_6 == 1) then
6173	 outvalue  "REVSEND2_cc", 1
6174	endif
6175
6176	if (gkMIDIVAR_6 == 25) &&(gkmidi_6 == 1) then
6177	 outvalue  "over_cc", 1
6178	endif
6179
6180	if (gkMIDIVAR_6 == 26) &&(gkmidi_6 == 1) then
6181	 outvalue  "CAR_min_cc", 1
6182	endif
6183
6184	if (gkMIDIVAR_6 == 27) &&(gkmidi_6 == 1) then
6185	 outvalue  "CAR_max_cc", 1
6186	endif
6187
6188	if (gkMIDIVAR_6 == 28) &&(gkmidi_6 == 1) then
6189	 outvalue  "MOD_min_cc", 1
6190	endif
6191
6192	if (gkMIDIVAR_6 == 29) &&(gkmidi_6 == 1) then
6193	 outvalue  "MOD_max_cc", 1
6194	endif
6195
6196
6197
6198
6199;---------
6200
6201
6202
6203	if (gkMIDIVAR_7 == 1) && (gkmidi_7 == 1) then
6204	 outvalue  "Lev_1_cc", 1
6205	endif
6206
6207	if (gkMIDIVAR_7 == 2) &&(gkmidi_7 == 1) then
6208	 outvalue  "pad_X1_cc", 1
6209	endif
6210
6211	if (gkMIDIVAR_7 == 3) &&(gkmidi_7 == 1) then
6212	 outvalue  "pad_Y1_cc", 1
6213	endif
6214
6215	if (gkMIDIVAR_7 == 4) &&(gkmidi_7 == 1) then
6216	 outvalue  "Fun_1_cc", 1
6217	endif
6218
6219	if (gkMIDIVAR_7 == 5) &&(gkmidi_7 == 1) then
6220	 outvalue  "indx1_cc", 1
6221	endif
6222
6223	if (gkMIDIVAR_7 == 6) &&(gkmidi_7 == 1) then
6224	 outvalue  "AT1_cc", 1
6225	endif
6226
6227	if (gkMIDIVAR_7 == 7) &&(gkmidi_7 == 1) then
6228	 outvalue  "RE1_cc", 1
6229	endif
6230
6231	if (gkMIDIVAR_7 == 8) &&(gkmidi_7 == 1) then
6232	 outvalue  "ran1amp_cc", 1
6233	endif
6234
6235	if (gkMIDIVAR_7 == 9) &&(gkmidi_7 == 1) then
6236	 outvalue  "ran1vel_cc", 1
6237	endif
6238
6239	if (gkMIDIVAR_7 == 10) &&(gkmidi_7 == 1) then
6240	 outvalue  "vox_cc", 1
6241	endif
6242
6243	if (gkMIDIVAR_7 == 11) &&(gkmidi_7 == 1) then
6244	 outvalue  "knob154_cc", 1
6245	endif
6246
6247	if (gkMIDIVAR_7 == 12) &&(gkmidi_7 == 1) then
6248	 outvalue  "REVSEND1_cc", 1
6249	endif
6250
6251	if (gkMIDIVAR_7 == 13) &&(gkmidi_7 == 1) then
6252	 outvalue  "band_cc", 1
6253	endif
6254
6255	if (gkMIDIVAR_7 == 14) &&(gkmidi_7 == 1) then
6256	 outvalue  "dur_cc", 1
6257	endif
6258
6259	if (gkMIDIVAR_7 == 15) &&(gkmidi_7 == 1) then
6260	 outvalue  "rate_cc", 1
6261	endif
6262
6263	if (gkMIDIVAR_7 == 16) &&(gkmidi_7 == 1) then
6264	 outvalue  "SHAPE_cc", 1
6265	endif
6266
6267	if (gkMIDIVAR_7 == 17) &&(gkmidi_7 == 1) then
6268	 outvalue  "XFADE_cc", 1
6269	endif
6270
6271	if (gkMIDIVAR_7 == 18) &&(gkmidi_7 == 1) then
6272	 outvalue  "pad_X2_cc", 1
6273	endif
6274
6275	if (gkMIDIVAR_7 == 19) && (gkmidi_7 == 1) then
6276	 outvalue  "Lev_2_cc", 1
6277	endif
6278
6279
6280	if (gkMIDIVAR_7 == 20) &&(gkmidi_7 == 1) then
6281	 outvalue  "Fun_2_cc", 1
6282	endif
6283
6284
6285	if (gkMIDIVAR_7 == 21) &&(gkmidi_7 == 1) then
6286	 outvalue  "indx2_cc", 1
6287	endif
6288
6289	 if (gkMIDIVAR_7 == 22) &&(gkmidi_7 == 1) then
6290	 outvalue  "ran2amp_cc", 1
6291	endif
6292
6293	if (gkMIDIVAR_7 == 23) &&(gkmidi_7 == 1) then
6294	 outvalue  "ran2vel_cc", 1
6295	endif
6296
6297	if (gkMIDIVAR_7 == 24) &&(gkmidi_7 == 1) then
6298	 outvalue  "REVSEND2_cc", 1
6299	endif
6300
6301	if (gkMIDIVAR_7 == 25) &&(gkmidi_7 == 1) then
6302	 outvalue  "over_cc", 1
6303	endif
6304
6305	if (gkMIDIVAR_7 == 26) &&(gkmidi_7 == 1) then
6306	 outvalue  "CAR_min_cc", 1
6307	endif
6308
6309	if (gkMIDIVAR_7 == 27) &&(gkmidi_7 == 1) then
6310	 outvalue  "CAR_max_cc", 1
6311	endif
6312
6313	if (gkMIDIVAR_7 == 28) &&(gkmidi_7 == 1) then
6314	 outvalue  "MOD_min_cc", 1
6315	endif
6316
6317	if (gkMIDIVAR_7 == 29) &&(gkmidi_7 == 1) then
6318	 outvalue  "MOD_max_cc", 1
6319	endif
6320
6321
6322
6323
6324
6325;--------
6326
6327
6328
6329
6330
6331
6332	if (gkMIDIVAR_8 == 1) && (gkmidi_8 == 1) then
6333	 outvalue  "Lev_1_cc", 1
6334	endif
6335
6336	if (gkMIDIVAR_8 == 2) &&(gkmidi_8 == 1) then
6337	 outvalue  "pad_X1_cc", 1
6338	endif
6339
6340	if (gkMIDIVAR_8 == 3) &&(gkmidi_8 == 1) then
6341	 outvalue  "pad_Y1_cc", 1
6342	endif
6343
6344	if (gkMIDIVAR_8 == 4) &&(gkmidi_8 == 1) then
6345	 outvalue  "Fun_1_cc", 1
6346	endif
6347
6348	if (gkMIDIVAR_8 == 5) &&(gkmidi_8 == 1) then
6349	 outvalue  "indx1_cc", 1
6350	endif
6351
6352	if (gkMIDIVAR_8 == 6) &&(gkmidi_8 == 1) then
6353	 outvalue  "AT1_cc", 1
6354	endif
6355
6356	if (gkMIDIVAR_8 == 7) &&(gkmidi_8 == 1) then
6357	 outvalue  "RE1_cc", 1
6358	endif
6359
6360	if (gkMIDIVAR_8 == 8) &&(gkmidi_8 == 1) then
6361	 outvalue  "ran1amp_cc", 1
6362	endif
6363
6364	if (gkMIDIVAR_8 == 9) &&(gkmidi_8 == 1) then
6365	 outvalue  "ran1vel_cc", 1
6366	endif
6367
6368	if (gkMIDIVAR_8 == 10) &&(gkmidi_8 == 1) then
6369	 outvalue  "vox_cc", 1
6370	endif
6371
6372	if (gkMIDIVAR_8 == 11) &&(gkmidi_8 == 1) then
6373	 outvalue  "knob154_cc", 1
6374	endif
6375
6376	if (gkMIDIVAR_8 == 12) &&(gkmidi_8 == 1) then
6377	 outvalue  "REVSEND1_cc", 1
6378	endif
6379
6380	if (gkMIDIVAR_8 == 13) &&(gkmidi_8 == 1) then
6381	 outvalue  "band_cc", 1
6382	endif
6383
6384	if (gkMIDIVAR_8 == 14) &&(gkmidi_8 == 1) then
6385	 outvalue  "dur_cc", 1
6386	endif
6387
6388	if (gkMIDIVAR_8 == 15) &&(gkmidi_8 == 1) then
6389	 outvalue  "rate_cc", 1
6390	endif
6391
6392	if (gkMIDIVAR_8 == 16) &&(gkmidi_8 == 1) then
6393	 outvalue  "SHAPE_cc", 1
6394	endif
6395
6396	if (gkMIDIVAR_8 == 17) &&(gkmidi_8 == 1) then
6397	 outvalue  "XFADE_cc", 1
6398	endif
6399
6400	if (gkMIDIVAR_8 == 18) &&(gkmidi_8 == 1) then
6401	 outvalue  "pad_X2_cc", 1
6402	endif
6403
6404	if (gkMIDIVAR_8 == 19) && (gkmidi_8 == 1) then
6405	 outvalue  "Lev_2_cc", 1
6406	endif
6407
6408
6409	if (gkMIDIVAR_8 == 20) &&(gkmidi_8 == 1) then
6410	 outvalue  "Fun_2_cc", 1
6411	endif
6412
6413
6414	if (gkMIDIVAR_8 == 21) &&(gkmidi_8 == 1) then
6415	 outvalue  "indx2_cc", 1
6416	endif
6417
6418	 if (gkMIDIVAR_8 == 22) &&(gkmidi_8 == 1) then
6419	 outvalue  "ran2amp_cc", 1
6420	endif
6421
6422	if (gkMIDIVAR_8 == 23) &&(gkmidi_8 == 1) then
6423	 outvalue  "ran2vel_cc", 1
6424	endif
6425
6426	if (gkMIDIVAR_8 == 24) &&(gkmidi_8 == 1) then
6427	 outvalue  "REVSEND2_cc", 1
6428	endif
6429
6430	if (gkMIDIVAR_8 == 25) &&(gkmidi_8 == 1) then
6431	 outvalue  "over_cc", 1
6432	endif
6433
6434	if (gkMIDIVAR_8 == 26) &&(gkmidi_8 == 1) then
6435	 outvalue  "CAR_min_cc", 1
6436	endif
6437
6438	if (gkMIDIVAR_8 == 27) &&(gkmidi_8 == 1) then
6439	 outvalue  "CAR_max_cc", 1
6440	endif
6441
6442
6443
6444
6445
6446;--------
6447
6448
6449
6450
6451	if (gkMIDIVAR_9 == 1) && (gkmidi_9 == 1) then
6452	 outvalue  "Lev_1_cc", 1
6453	endif
6454
6455	if (gkMIDIVAR_9 == 2) &&(gkmidi_9 == 1) then
6456	 outvalue  "pad_X1_cc", 1
6457	endif
6458
6459	if (gkMIDIVAR_9 == 3) &&(gkmidi_9 == 1) then
6460	 outvalue  "pad_Y1_cc", 1
6461	endif
6462
6463	if (gkMIDIVAR_9 == 4) &&(gkmidi_9 == 1) then
6464	 outvalue  "Fun_1_cc", 1
6465	endif
6466
6467	if (gkMIDIVAR_9 == 5) &&(gkmidi_9 == 1) then
6468	 outvalue  "indx1_cc", 1
6469	endif
6470
6471	if (gkMIDIVAR_9 == 6) &&(gkmidi_9 == 1) then
6472	 outvalue  "AT1_cc", 1
6473	endif
6474
6475	if (gkMIDIVAR_9 == 7) &&(gkmidi_9 == 1) then
6476	 outvalue  "RE1_cc", 1
6477	endif
6478
6479	if (gkMIDIVAR_9 == 8) &&(gkmidi_9 == 1) then
6480	 outvalue  "ran1amp_cc", 1
6481	endif
6482
6483	if (gkMIDIVAR_9 == 9) &&(gkmidi_9 == 1) then
6484	 outvalue  "ran1vel_cc", 1
6485	endif
6486
6487	if (gkMIDIVAR_9 == 10) &&(gkmidi_9 == 1) then
6488	 outvalue  "vox_cc", 1
6489	endif
6490
6491	if (gkMIDIVAR_9 == 11) &&(gkmidi_9 == 1) then
6492	 outvalue  "knob154_cc", 1
6493	endif
6494
6495	if (gkMIDIVAR_9 == 12) &&(gkmidi_9 == 1) then
6496	 outvalue  "REVSEND1_cc", 1
6497	endif
6498
6499	if (gkMIDIVAR_9 == 13) &&(gkmidi_9 == 1) then
6500	 outvalue  "band_cc", 1
6501	endif
6502
6503	if (gkMIDIVAR_9 == 14) &&(gkmidi_9 == 1) then
6504	 outvalue  "dur_cc", 1
6505	endif
6506
6507	if (gkMIDIVAR_9 == 15) &&(gkmidi_9 == 1) then
6508	 outvalue  "rate_cc", 1
6509	endif
6510
6511	if (gkMIDIVAR_9 == 16) &&(gkmidi_9 == 1) then
6512	 outvalue  "SHAPE_cc", 1
6513	endif
6514
6515	if (gkMIDIVAR_9 == 17) &&(gkmidi_9 == 1) then
6516	 outvalue  "XFADE_cc", 1
6517	endif
6518
6519	if (gkMIDIVAR_9 == 18) &&(gkmidi_9 == 1) then
6520	 outvalue  "pad_X2_cc", 1
6521	endif
6522
6523	if (gkMIDIVAR_9 == 19) && (gkmidi_9 == 1) then
6524	 outvalue  "Lev_2_cc", 1
6525	endif
6526
6527
6528	if (gkMIDIVAR_9 == 20) &&(gkmidi_9 == 1) then
6529	 outvalue  "Fun_2_cc", 1
6530	endif
6531
6532
6533	if (gkMIDIVAR_9 == 21) &&(gkmidi_9 == 1) then
6534	 outvalue  "indx2_cc", 1
6535	endif
6536
6537	 if (gkMIDIVAR_9 == 22) &&(gkmidi_9 == 1) then
6538	 outvalue  "ran2amp_cc", 1
6539	endif
6540
6541	if (gkMIDIVAR_9 == 23) &&(gkmidi_9 == 1) then
6542	 outvalue  "ran2vel_cc", 1
6543	endif
6544
6545	if (gkMIDIVAR_9 == 24) &&(gkmidi_9 == 1) then
6546	 outvalue  "REVSEND2_cc", 1
6547	endif
6548
6549	if (gkMIDIVAR_9 == 25) &&(gkmidi_9 == 1) then
6550	 outvalue  "over_cc", 1
6551	endif
6552
6553	if (gkMIDIVAR_9 == 26) &&(gkmidi_9 == 1) then
6554	 outvalue  "CAR_min_cc", 1
6555	endif
6556
6557	if (gkMIDIVAR_9 == 27) &&(gkmidi_9 == 1) then
6558	 outvalue  "CAR_max_cc", 1
6559	endif
6560
6561	if (gkMIDIVAR_9 == 28) &&(gkmidi_9 == 1) then
6562	 outvalue  "MOD_min_cc", 1
6563	endif
6564
6565	if (gkMIDIVAR_9 == 29) &&(gkmidi_9 == 1) then
6566	 outvalue  "MOD_max_cc", 1
6567	endif
6568
6569
6570
6571
6572;--------
6573
6574
6575
6576
6577	if (gkMIDIVAR_10 == 1) && (gkmidi_10 == 1) then
6578	 outvalue  "Lev_1_cc", 1
6579	endif
6580
6581	if (gkMIDIVAR_10 == 2) &&(gkmidi_10 == 1) then
6582	 outvalue  "pad_X1_cc", 1
6583	endif
6584
6585	if (gkMIDIVAR_10 == 3) &&(gkmidi_10 == 1) then
6586	 outvalue  "pad_Y1_cc", 1
6587	endif
6588
6589	if (gkMIDIVAR_10 == 4) &&(gkmidi_10 == 1) then
6590	 outvalue  "Fun_1_cc", 1
6591	endif
6592
6593	if (gkMIDIVAR_10 == 5) &&(gkmidi_10 == 1) then
6594	 outvalue  "indx1_cc", 1
6595	endif
6596
6597	if (gkMIDIVAR_10 == 6) &&(gkmidi_10 == 1) then
6598	 outvalue  "AT1_cc", 1
6599	endif
6600
6601	if (gkMIDIVAR_10 == 7) &&(gkmidi_10 == 1) then
6602	 outvalue  "RE1_cc", 1
6603	endif
6604
6605	if (gkMIDIVAR_10 == 8) &&(gkmidi_10 == 1) then
6606	 outvalue  "ran1amp_cc", 1
6607	endif
6608
6609	if (gkMIDIVAR_10 == 9) &&(gkmidi_10 == 1) then
6610	 outvalue  "ran1vel_cc", 1
6611	endif
6612
6613	if (gkMIDIVAR_10 == 10) &&(gkmidi_10 == 1) then
6614	 outvalue  "vox_cc", 1
6615	endif
6616
6617	if (gkMIDIVAR_10 == 11) &&(gkmidi_10 == 1) then
6618	 outvalue  "knob154_cc", 1
6619	endif
6620
6621	if (gkMIDIVAR_10 == 12) &&(gkmidi_10 == 1) then
6622	 outvalue  "REVSEND1_cc", 1
6623	endif
6624
6625	if (gkMIDIVAR_10 == 13) &&(gkmidi_10 == 1) then
6626	 outvalue  "band_cc", 1
6627	endif
6628
6629	if (gkMIDIVAR_10 == 14) &&(gkmidi_10 == 1) then
6630	 outvalue  "dur_cc", 1
6631	endif
6632
6633	if (gkMIDIVAR_10 == 15) &&(gkmidi_10 == 1) then
6634	 outvalue  "rate_cc", 1
6635	endif
6636
6637	if (gkMIDIVAR_10 == 16) &&(gkmidi_10 == 1) then
6638	 outvalue  "SHAPE_cc", 1
6639	endif
6640
6641	if (gkMIDIVAR_10 == 17) &&(gkmidi_10 == 1) then
6642	 outvalue  "XFADE_cc", 1
6643	endif
6644
6645	if (gkMIDIVAR_10 == 18) &&(gkmidi_10 == 1) then
6646	 outvalue  "pad_X2_cc", 1
6647	endif
6648
6649	if (gkMIDIVAR_10 == 19) && (gkmidi_10 == 1) then
6650	 outvalue  "Lev_2_cc", 1
6651	endif
6652
6653
6654	if (gkMIDIVAR_10 == 20) &&(gkmidi_10 == 1) then
6655	 outvalue  "Fun_2_cc", 1
6656	endif
6657
6658
6659	if (gkMIDIVAR_10 == 21) &&(gkmidi_10 == 1) then
6660	 outvalue  "indx2_cc", 1
6661	endif
6662
6663	 if (gkMIDIVAR_10 == 22) &&(gkmidi_10 == 1) then
6664	 outvalue  "ran2amp_cc", 1
6665	endif
6666
6667	if (gkMIDIVAR_10 == 23) &&(gkmidi_10 == 1) then
6668	 outvalue  "ran2vel_cc", 1
6669	endif
6670
6671	if (gkMIDIVAR_10 == 24) &&(gkmidi_10 == 1) then
6672	 outvalue  "REVSEND2_cc", 1
6673	endif
6674
6675	if (gkMIDIVAR_10 == 25) &&(gkmidi_10 == 1) then
6676	 outvalue  "over_cc", 1
6677	endif
6678
6679	if (gkMIDIVAR_10 == 26) &&(gkmidi_10 == 1) then
6680	 outvalue  "CAR_min_cc", 1
6681	endif
6682
6683	if (gkMIDIVAR_10 == 27) &&(gkmidi_10 == 1) then
6684	 outvalue  "CAR_max_cc", 1
6685	endif
6686
6687	if (gkMIDIVAR_10 == 28) &&(gkmidi_10 == 1) then
6688	 outvalue  "MOD_min_cc", 1
6689	endif
6690
6691	if (gkMIDIVAR_10 == 29) &&(gkmidi_10 == 1) then
6692	 outvalue  "MOD_max_cc", 1
6693	endif
6694
6695
6696
6697
6698
6699endif
6700endin
6701
6702
6703instr 992; ---> Read MIDI cc for sequential Snapshot Change
6704ctrlinit 1,31,0
6705ctrlinit 1,34,0
6706ctrlinit 1,35,0
6707
6708
6709kval1	chanctrl 1, 31, 0 , 1		;/wii/1/button/Plus	cc:31 ->	Snapshot Recall FFW  (+1)
6710kval2	chanctrl 1, 32, 0 , 1		;/wii/1/button/Minus	cc:32 ->	Snaphot Recall  REW  (-1)
6711kval3	chanctrl 1, 33, 0 , 1		;/wii/1/button/Home	cc:33 ->	Snapshot Recall (minSNAP)
6712
6713
6714kval4	chanctrl 1, 34, 0,  1		;/wii/1/button/1		cc:34 ->	All MIDI links active  (All On)
6715kval5	chanctrl 1, 35, 0,  1		;/wii/1/button/B		cc:35 ->	All MIDI links active  (All Off)
6716
6717kval6	chanctrl 1, 36, 0,  1		;/wii/1/button/A		cc:36 ->	Stop transition
6718
6719
6720ktrig1 changed kval1				;cc 31 trigger generate
6721ktrig2 changed kval2				;cc 32   "
6722ktrig3 changed kval3				;cc 33	 "
6723
6724ktrig4 changed kval4
6725ktrig5 changed kval5
6726
6727ktrig6 changed kval6
6728
6729schedkwhen ktrig1, 0,1,993,0,1
6730schedkwhen ktrig2, 0,1,994,0,1
6731schedkwhen ktrig3, 0,1,995,0,1
6732
6733
6734schedkwhen ktrig4, 0,1,996,0,0.1,kval4
6735
6736
6737
6738
6739
6740schedkwhen ktrig5,0,1,998,0, 0.1,kval5  ;  era quello per il cambio GRID
6741
6742
6743endin
6744
6745
6746instr 993;----> Call snaphot change from external MIDI cc
6747imaxSNAP = i(gkmaxSNAP)
6748
6749giPC_flag = 1  ; set the flag to enable PChange by external  MIDIcc
6750
6751giPC_start = (giPC_start>= imaxSNAP? 0 : giPC_start)
6752
6753giPC_start = giPC_start + 1
6754
6755
6756schedule 91,0,3600, giPC_start			; Call the Load Preset Instr
6757
6758endin
6759
6760instr 994;----> Call snaphot change from external MIDI cc
6761iminSNAP = i(gkminSNAP)
6762imaxSNAP = i(gkmaxSNAP)
6763giPC_flag = 1  ; set the flag to enable PChange by external  MIDIcc
6764
6765giPC_start = (giPC_start <= iminSNAP? imaxSNAP+1 : giPC_start)
6766
6767giPC_start = giPC_start - 1
6768
6769
6770schedule 91,0,3600, giPC_start			; Call the Load Preset Instr
6771
6772endin
6773
6774instr 995;----> Call snaphot change from external MIDI cc
6775iminSNAP = i(gkminSNAP)
6776
6777giPC_flag = 1  ; set the flag to enable PChange by external  MIDIcc
6778
6779giPC_start =  iminSNAP
6780
6781
6782
6783
6784schedule 91,0,3600, giPC_start			; Call the Load Preset Instr
6785
6786endin
6787
6788
6789instr 996
6790if p4==1 then
6791schedule 919,0,0.2
6792else
6793schedule 920,0,0.2
6794endif
6795endin
6796
6797
6798
6799instr 998
6800if p4 == 1 then
6801
6802giGRID = giGRID + 1
6803;print giGRID
6804
6805giGRID = (giGRID > 3 ? 1 : giGRID)
6806
6807
6808	if giGRID == 1 then
6809	schedule 10, 0, -1
6810	elseif giGRID == 2 then
6811	schedule 12, 0, -1
6812	else
6813	schedule 13, 0, -1
6814	endif
6815
6816endif
6817
6818endin
6819
6820
6821instr 1001 ; -----> Set factory preset
6822
6823outvalue "Lev_1", 0.25
6824outvalue "pad_X1", 0.1
6825outvalue "pad_Y1", 0.9
6826outvalue "Fun_1", 0.1
6827outvalue "indx1", 1
6828outvalue "XFADE", 0.5
6829outvalue "vox", 4
6830outvalue "knob154", 1 ; ...step
6831outvalue "AT1", 0.9
6832outvalue "RE1", 0.9
6833outvalue "REVSEND1",1.0
6834outvalue "ran1amp",0.001
6835outvalue "ran1vel", 0.104
6836
6837outvalue "Lev_2", 0.5
6838outvalue "pad_X2", 0.1
6839outvalue "pad_Y2", 0.8
6840outvalue "Fun_1", 0.1
6841outvalue "indx2", 1
6842outvalue "AT2", 0.9
6843outvalue "RE2", 0.9
6844outvalue "REVSEND2",1.0
6845outvalue "ran2amp",0.001
6846outvalue "ran2vel", 0.104
6847
6848outvalue "SHAPE", 0
6849outvalue "rate", 0.2
6850outvalue "dur", 0.47
6851outvalue "band", 0.1
6852
6853outvalue "CAR_min", 1
6854outvalue "CAR_max", 1
6855
6856outvalue "MOD_min", 1
6857outvalue "MOD_max", 1
6858
6859outvalue "over", 0.5
6860
6861
6862outvalue "ROOM", 0.95
6863outvalue "HF", 0.7
6864outvalue "REVLEV", 1.0
6865
6866outvalue "OnOff_Chop",0
6867;outvalue "chop_dur", 0.05
6868
6869outvalue "led_G", 0
6870
6871endin
6872
6873
6874</CsInstruments>
6875<CsScore>
6876
6877f9  	0 8 -2 1 2 3 4 5 6 7 8	; Contains the numbers of tables affected by ftmorf
6878f10		0 16384 10 1			; Morph table
6879f11 	0 32 -2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0  0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
6880
6881
6882f300	0 2048 -2 0  			;Contains pitch grid generated from GUI
6883f301	0 2048 -2 0			    ;A copy of f300
6884f302	0 2048 -2 0			    ;Contains pitch grid after a snap read
6885f303	0  2   -2  301 302 	;List
6886
6887
6888f600 0 4 -2 602 603 604 605
6889f601 0 1024 10 1 /*init contents of 601 dont matter */
6890
6891
6892
6893f602 0 1025  20 5
6894f603 0 1025 7 0 64 1 768 1 64 0
6895f604 0 1025 7 0 6 1 500 0.3 500 0 6 0 12 0
6896f605 0 1025 5 1 1024 0.001
6897
6898
6899f701  	0  2   -2  703 704	;Contains the list of tables for snap morphing  (2 tables)
6900f702  	0  128  10  1			; Morph table (don't care initial content)
6901f703  	0  128  -2  0  		; 1st table
6902f704  	0  128  -2  0			; 2nd table
6903
6904f800 0   32 7 1 15 1 1 -1 15 -1
6905;
6906f900 0 512 -7 1 512 1			;
6907f901 0 512 -2 0
6908;MKG f902 0 512 -2 0
6909
6910f902 0 512 7 1 128 1 0 0 384 0
6911
6912f903 0 1024 -19 1 0 0 1  ; UNITY FUNCTION FOR CHOP/GRAIN
6913;-------------------------------------------------
6914
6915i 1 0 36000
6916i 4 0 36000
6917
6918
6919i 7 0.1 0.1
6920i 8 0 36000
6921i 9 0 0.1
6922;i 15 0 3600
6923i 60 0 36000
6924i 61 0 36000
6925
6926
6927i 161 0 36000
6928i 901 0 36000
6929i 902 0 36000
6930i 903 0 36000
6931i 904 0 36000
6932i 905 0 36000
6933i 906 0 36000
6934i 907 0 36000
6935i 908 0 36000
6936i 909 0 36000
6937i 910 0 36000
6938
6939i 900 0 36000
6940i 976 0 36000
6941
6942i 991 0 36000
6943i 992 0 36000
6944
6945
6946
6947i 999 0 36000
6948
6949i 1001  0 0.1
6950i 1002  0.1 36000
6951e
6952</CsScore>
6953</CsoundSynthesizer>
6954<bsbPanel>
6955 <label>Widgets</label>
6956 <objectName/>
6957 <x>323</x>
6958 <y>82</y>
6959 <width>1521</width>
6960 <height>895</height>
6961 <visible>true</visible>
6962 <uuid/>
6963 <bgcolor mode="background">
6964  <r>90</r>
6965  <g>129</g>
6966  <b>185</b>
6967 </bgcolor>
6968 <bsbObject type="BSBLabel" version="2">
6969  <objectName/>
6970  <x>2</x>
6971  <y>41</y>
6972  <width>383</width>
6973  <height>820</height>
6974  <uuid>{fc7d52f7-0833-4f1e-b03c-093d233b237e}</uuid>
6975  <visible>true</visible>
6976  <midichan>0</midichan>
6977  <midicc>0</midicc>
6978  <label/>
6979  <alignment>left</alignment>
6980  <font>Arial</font>
6981  <fontsize>10</fontsize>
6982  <precision>3</precision>
6983  <color>
6984   <r>51</r>
6985   <g>51</g>
6986   <b>51</b>
6987  </color>
6988  <bgcolor mode="background">
6989   <r>20</r>
6990   <g>103</g>
6991   <b>160</b>
6992  </bgcolor>
6993  <bordermode>border</bordermode>
6994  <borderradius>6</borderradius>
6995  <borderwidth>1</borderwidth>
6996 </bsbObject>
6997 <bsbObject type="BSBGraph" version="2">
6998  <objectName/>
6999  <x>265</x>
7000  <y>201</y>
7001  <width>101</width>
7002  <height>72</height>
7003  <uuid>{2d5e0e62-a83e-4aae-9142-15280207bdd2}</uuid>
7004  <visible>true</visible>
7005  <midichan>0</midichan>
7006  <midicc>-3</midicc>
7007  <value>65</value>
7008  <objectName2>dispSHAPE</objectName2>
7009  <zoomx>1.00000000</zoomx>
7010  <zoomy>1.00000000</zoomy>
7011  <dispx>1.00000000</dispx>
7012  <dispy>1.00000000</dispy>
7013  <modex>lin</modex>
7014  <modey>lin</modey>
7015  <all>true</all>
7016 </bsbObject>
7017 <bsbObject type="BSBLabel" version="2">
7018  <objectName/>
7019  <x>533</x>
7020  <y>536</y>
7021  <width>231</width>
7022  <height>137</height>
7023  <uuid>{2d9a23db-3207-4890-b3b4-488540758566}</uuid>
7024  <visible>true</visible>
7025  <midichan>0</midichan>
7026  <midicc>-3</midicc>
7027  <label/>
7028  <alignment>left</alignment>
7029  <font>Arial</font>
7030  <fontsize>10</fontsize>
7031  <precision>3</precision>
7032  <color>
7033   <r>0</r>
7034   <g>0</g>
7035   <b>0</b>
7036  </color>
7037  <bgcolor mode="background">
7038   <r>109</r>
7039   <g>122</g>
7040   <b>55</b>
7041  </bgcolor>
7042  <bordermode>border</bordermode>
7043  <borderradius>6</borderradius>
7044  <borderwidth>1</borderwidth>
7045 </bsbObject>
7046 <bsbObject type="BSBLabel" version="2">
7047  <objectName/>
7048  <x>388</x>
7049  <y>675</y>
7050  <width>376</width>
7051  <height>186</height>
7052  <uuid>{0df9a44f-4ebd-4c8e-adba-c2a15ace3bfd}</uuid>
7053  <visible>true</visible>
7054  <midichan>0</midichan>
7055  <midicc>0</midicc>
7056  <label/>
7057  <alignment>left</alignment>
7058  <font>Helvetica</font>
7059  <fontsize>12</fontsize>
7060  <precision>3</precision>
7061  <color>
7062   <r>0</r>
7063   <g>0</g>
7064   <b>0</b>
7065  </color>
7066  <bgcolor mode="background">
7067   <r>1</r>
7068   <g>143</g>
7069   <b>194</b>
7070  </bgcolor>
7071  <bordermode>border</bordermode>
7072  <borderradius>6</borderradius>
7073  <borderwidth>1</borderwidth>
7074 </bsbObject>
7075 <bsbObject type="BSBLabel" version="2">
7076  <objectName/>
7077  <x>584</x>
7078  <y>686</y>
7079  <width>57</width>
7080  <height>33</height>
7081  <uuid>{deb42eb7-4bc7-4300-8c24-678d680d67df}</uuid>
7082  <visible>true</visible>
7083  <midichan>0</midichan>
7084  <midicc>-3</midicc>
7085  <label/>
7086  <alignment>left</alignment>
7087  <font>Arial</font>
7088  <fontsize>10</fontsize>
7089  <precision>3</precision>
7090  <color>
7091   <r>254</r>
7092   <g>204</g>
7093   <b>102</b>
7094  </color>
7095  <bgcolor mode="nobackground">
7096   <r>255</r>
7097   <g>255</g>
7098   <b>255</b>
7099  </bgcolor>
7100  <bordermode>border</bordermode>
7101  <borderradius>2</borderradius>
7102  <borderwidth>4</borderwidth>
7103 </bsbObject>
7104 <bsbObject type="BSBLabel" version="2">
7105  <objectName/>
7106  <x>504</x>
7107  <y>685</y>
7108  <width>57</width>
7109  <height>33</height>
7110  <uuid>{9a53f95c-2380-41f8-9f1d-c71c02f2b328}</uuid>
7111  <visible>true</visible>
7112  <midichan>0</midichan>
7113  <midicc>-3</midicc>
7114  <label/>
7115  <alignment>left</alignment>
7116  <font>Arial</font>
7117  <fontsize>10</fontsize>
7118  <precision>3</precision>
7119  <color>
7120   <r>252</r>
7121   <g>1</g>
7122   <b>7</b>
7123  </color>
7124  <bgcolor mode="nobackground">
7125   <r>255</r>
7126   <g>255</g>
7127   <b>255</b>
7128  </bgcolor>
7129  <bordermode>border</bordermode>
7130  <borderradius>2</borderradius>
7131  <borderwidth>4</borderwidth>
7132 </bsbObject>
7133 <bsbObject type="BSBLabel" version="2">
7134  <objectName/>
7135  <x>1088</x>
7136  <y>268</y>
7137  <width>342</width>
7138  <height>309</height>
7139  <uuid>{fa87731f-3ad9-44fa-87e0-4ee93f5853c1}</uuid>
7140  <visible>true</visible>
7141  <midichan>0</midichan>
7142  <midicc>0</midicc>
7143  <label/>
7144  <alignment>left</alignment>
7145  <font>Lucida Grande</font>
7146  <fontsize>12</fontsize>
7147  <precision>3</precision>
7148  <color>
7149   <r>0</r>
7150   <g>0</g>
7151   <b>0</b>
7152  </color>
7153  <bgcolor mode="background">
7154   <r>77</r>
7155   <g>96</g>
7156   <b>115</b>
7157  </bgcolor>
7158  <bordermode>border</bordermode>
7159  <borderradius>6</borderradius>
7160  <borderwidth>1</borderwidth>
7161 </bsbObject>
7162 <bsbObject type="BSBLabel" version="2">
7163  <objectName/>
7164  <x>1218</x>
7165  <y>273</y>
7166  <width>81</width>
7167  <height>52</height>
7168  <uuid>{68a93254-19c3-461d-9ad6-9fa883a7c3ea}</uuid>
7169  <visible>true</visible>
7170  <midichan>0</midichan>
7171  <midicc>0</midicc>
7172  <label/>
7173  <alignment>left</alignment>
7174  <font>Arial</font>
7175  <fontsize>10</fontsize>
7176  <precision>3</precision>
7177  <color>
7178   <r>102</r>
7179   <g>255</g>
7180   <b>255</b>
7181  </color>
7182  <bgcolor mode="nobackground">
7183   <r>255</r>
7184   <g>255</g>
7185   <b>255</b>
7186  </bgcolor>
7187  <bordermode>border</bordermode>
7188  <borderradius>6</borderradius>
7189  <borderwidth>1</borderwidth>
7190 </bsbObject>
7191 <bsbObject type="BSBLabel" version="2">
7192  <objectName/>
7193  <x>388</x>
7194  <y>351</y>
7195  <width>376</width>
7196  <height>183</height>
7197  <uuid>{61264b23-81c4-4638-8132-d2fd1323b864}</uuid>
7198  <visible>true</visible>
7199  <midichan>0</midichan>
7200  <midicc>0</midicc>
7201  <label/>
7202  <alignment>left</alignment>
7203  <font>Arial</font>
7204  <fontsize>10</fontsize>
7205  <precision>3</precision>
7206  <color>
7207   <r>0</r>
7208   <g>0</g>
7209   <b>0</b>
7210  </color>
7211  <bgcolor mode="background">
7212   <r>112</r>
7213   <g>135</g>
7214   <b>143</b>
7215  </bgcolor>
7216  <bordermode>border</bordermode>
7217  <borderradius>6</borderradius>
7218  <borderwidth>1</borderwidth>
7219 </bsbObject>
7220 <bsbObject type="BSBLabel" version="2">
7221  <objectName/>
7222  <x>766</x>
7223  <y>641</y>
7224  <width>320</width>
7225  <height>220</height>
7226  <uuid>{f9f9497a-066e-411f-957e-1fedda6c07dd}</uuid>
7227  <visible>true</visible>
7228  <midichan>0</midichan>
7229  <midicc>0</midicc>
7230  <label/>
7231  <alignment>left</alignment>
7232  <font>Helvetica</font>
7233  <fontsize>10</fontsize>
7234  <precision>3</precision>
7235  <color>
7236   <r>0</r>
7237   <g>0</g>
7238   <b>0</b>
7239  </color>
7240  <bgcolor mode="background">
7241   <r>67</r>
7242   <g>94</g>
7243   <b>128</b>
7244  </bgcolor>
7245  <bordermode>border</bordermode>
7246  <borderradius>6</borderradius>
7247  <borderwidth>1</borderwidth>
7248 </bsbObject>
7249 <bsbObject type="BSBVSlider" version="2">
7250  <objectName>Lev_1</objectName>
7251  <x>67</x>
7252  <y>750</y>
7253  <width>19</width>
7254  <height>71</height>
7255  <uuid>{b29f897e-ff40-41dc-808b-ec16b72c1e03}</uuid>
7256  <visible>true</visible>
7257  <midichan>0</midichan>
7258  <midicc>0</midicc>
7259  <minimum>0.00000000</minimum>
7260  <maximum>1.00000000</maximum>
7261  <value>0.25000000</value>
7262  <mode>lin</mode>
7263  <mouseControl act="jump">continuous</mouseControl>
7264  <resolution>-1.00000000</resolution>
7265  <randomizable group="0">false</randomizable>
7266 </bsbObject>
7267 <bsbObject type="BSBController" version="2">
7268  <objectName>pad_X1</objectName>
7269  <x>14</x>
7270  <y>553</y>
7271  <width>128</width>
7272  <height>128</height>
7273  <uuid>{ca339ec4-5284-43c2-a15b-eca1d7a653a3}</uuid>
7274  <visible>true</visible>
7275  <midichan>1</midichan>
7276  <midicc>0</midicc>
7277  <objectName2>pad_Y1</objectName2>
7278  <xMin>0.00000000</xMin>
7279  <xMax>1.00000000</xMax>
7280  <yMin>0.00000000</yMin>
7281  <yMax>1.00000000</yMax>
7282  <xValue>0.18750000</xValue>
7283  <yValue>0.84375000</yValue>
7284  <type>point</type>
7285  <pointsize>12</pointsize>
7286  <fadeSpeed>0.00000000</fadeSpeed>
7287  <mouseControl act="press">jump</mouseControl>
7288  <color>
7289   <r>102</r>
7290   <g>255</g>
7291   <b>255</b>
7292  </color>
7293  <randomizable group="0" mode="both">false</randomizable>
7294  <bgcolor>
7295   <r>0</r>
7296   <g>0</g>
7297   <b>0</b>
7298  </bgcolor>
7299 </bsbObject>
7300 <bsbObject type="BSBController" version="2">
7301  <objectName>pad_X2</objectName>
7302  <x>243</x>
7303  <y>552</y>
7304  <width>128</width>
7305  <height>128</height>
7306  <uuid>{ff7fdf48-351a-465e-a494-8562d5822b8e}</uuid>
7307  <visible>true</visible>
7308  <midichan>0</midichan>
7309  <midicc>0</midicc>
7310  <objectName2>pad_Y2</objectName2>
7311  <xMin>0.00000000</xMin>
7312  <xMax>1.00000000</xMax>
7313  <yMin>0.00000000</yMin>
7314  <yMax>1.00000000</yMax>
7315  <xValue>0.10000000</xValue>
7316  <yValue>0.80000000</yValue>
7317  <type>point</type>
7318  <pointsize>12</pointsize>
7319  <fadeSpeed>0.00000000</fadeSpeed>
7320  <mouseControl act="press">jump</mouseControl>
7321  <color>
7322   <r>255</r>
7323   <g>128</g>
7324   <b>0</b>
7325  </color>
7326  <randomizable group="0" mode="both">false</randomizable>
7327  <bgcolor>
7328   <r>0</r>
7329   <g>0</g>
7330   <b>0</b>
7331  </bgcolor>
7332 </bsbObject>
7333 <bsbObject type="BSBButton" version="2">
7334  <objectName>_ON1</objectName>
7335  <x>1</x>
7336  <y>382</y>
7337  <width>127</width>
7338  <height>31</height>
7339  <uuid>{41af202e-8d03-47a4-ac49-d45130e3ecb6}</uuid>
7340  <visible>true</visible>
7341  <midichan>0</midichan>
7342  <midicc>0</midicc>
7343  <type>event</type>
7344  <pressedValue>1.00000000</pressedValue>
7345  <stringvalue/>
7346  <text>On/Off#1</text>
7347  <image>/</image>
7348  <eventLine>i2 0 1 1</eventLine>
7349  <latch>false</latch>
7350  <latched>true</latched>
7351 </bsbObject>
7352 <bsbObject type="BSBHSlider" version="2">
7353  <objectName>ran1vel</objectName>
7354  <x>3</x>
7355  <y>329</y>
7356  <width>128</width>
7357  <height>17</height>
7358  <uuid>{c91cc871-1836-4acf-ba84-166f57600abb}</uuid>
7359  <visible>true</visible>
7360  <midichan>0</midichan>
7361  <midicc>0</midicc>
7362  <minimum>0.01000000</minimum>
7363  <maximum>4.00000000</maximum>
7364  <value>0.10400000</value>
7365  <mode>lin</mode>
7366  <mouseControl act="jump">continuous</mouseControl>
7367  <resolution>-1.00000000</resolution>
7368  <randomizable group="0">false</randomizable>
7369 </bsbObject>
7370 <bsbObject type="BSBHSlider" version="2">
7371  <objectName>ran1amp</objectName>
7372  <x>4</x>
7373  <y>294</y>
7374  <width>128</width>
7375  <height>17</height>
7376  <uuid>{025202fe-0871-4fd5-83a3-8b4b39439681}</uuid>
7377  <visible>true</visible>
7378  <midichan>0</midichan>
7379  <midicc>0</midicc>
7380  <minimum>0.00100000</minimum>
7381  <maximum>0.20000000</maximum>
7382  <value>0.00100000</value>
7383  <mode>lin</mode>
7384  <mouseControl act="jump">continuous</mouseControl>
7385  <resolution>-1.00000000</resolution>
7386  <randomizable group="0">false</randomizable>
7387 </bsbObject>
7388 <bsbObject type="BSBVSlider" version="2">
7389  <objectName>indx1</objectName>
7390  <x>117</x>
7391  <y>750</y>
7392  <width>20</width>
7393  <height>72</height>
7394  <uuid>{b24326ee-b2e7-4114-b7d7-3ee4ac7f8424}</uuid>
7395  <visible>true</visible>
7396  <midichan>0</midichan>
7397  <midicc>0</midicc>
7398  <minimum>0.00000000</minimum>
7399  <maximum>4.00000000</maximum>
7400  <value>1.00000000</value>
7401  <mode>lin</mode>
7402  <mouseControl act="jump">continuous</mouseControl>
7403  <resolution>-1.00000000</resolution>
7404  <randomizable group="0">false</randomizable>
7405 </bsbObject>
7406 <bsbObject type="BSBHSlider" version="2">
7407  <objectName>slider25</objectName>
7408  <x>-1684370995</x>
7409  <y>-1632653275</y>
7410  <width>128</width>
7411  <height>17</height>
7412  <uuid>{a4040c5c-7782-4032-ab10-2b6e55169af9}</uuid>
7413  <visible>true</visible>
7414  <midichan>0</midichan>
7415  <midicc>-3</midicc>
7416  <minimum>0.00000000</minimum>
7417  <maximum>1.00000000</maximum>
7418  <value>0.36718800</value>
7419  <mode>lin</mode>
7420  <mouseControl act="jump">continuous</mouseControl>
7421  <resolution>-1.00000000</resolution>
7422  <randomizable group="0">false</randomizable>
7423 </bsbObject>
7424 <bsbObject type="BSBButton" version="2">
7425  <objectName>_ON2</objectName>
7426  <x>233</x>
7427  <y>382</y>
7428  <width>127</width>
7429  <height>31</height>
7430  <uuid>{ef32a9a3-d053-47ba-971d-cf3e814341ec}</uuid>
7431  <visible>true</visible>
7432  <midichan>0</midichan>
7433  <midicc>0</midicc>
7434  <type>event</type>
7435  <pressedValue>1.00000000</pressedValue>
7436  <stringvalue/>
7437  <text>On/Off#2</text>
7438  <image>/</image>
7439  <eventLine>i2 0 -1 2</eventLine>
7440  <latch>false</latch>
7441  <latched>true</latched>
7442 </bsbObject>
7443 <bsbObject type="BSBButton" version="2">
7444  <objectName>_RAND2</objectName>
7445  <x>233</x>
7446  <y>348</y>
7447  <width>127</width>
7448  <height>31</height>
7449  <uuid>{e8870e05-5ee3-4a34-91b5-82af8f1103b6}</uuid>
7450  <visible>true</visible>
7451  <midichan>0</midichan>
7452  <midicc>0</midicc>
7453  <type>event</type>
7454  <pressedValue>1.00000000</pressedValue>
7455  <stringvalue/>
7456  <text>Rand_2</text>
7457  <image>/</image>
7458  <eventLine>i22 0 -1 </eventLine>
7459  <latch>true</latch>
7460  <latched>false</latched>
7461 </bsbObject>
7462 <bsbObject type="BSBButton" version="2">
7463  <objectName>Rand_1</objectName>
7464  <x>-1684370995</x>
7465  <y>-1632653259</y>
7466  <width>127</width>
7467  <height>31</height>
7468  <uuid>{f4ecdd29-59f7-4274-9594-4ab663283f16}</uuid>
7469  <visible>true</visible>
7470  <midichan>0</midichan>
7471  <midicc>-3</midicc>
7472  <type>event</type>
7473  <pressedValue>1.00000000</pressedValue>
7474  <stringvalue/>
7475  <text>Rand_1</text>
7476  <image>/</image>
7477  <eventLine>i1 0 10</eventLine>
7478  <latch>false</latch>
7479  <latched>false</latched>
7480 </bsbObject>
7481 <bsbObject type="BSBController" version="2">
7482  <objectName>hor98</objectName>
7483  <x>-1684370793</x>
7484  <y>-1632653247</y>
7485  <width>29</width>
7486  <height>10</height>
7487  <uuid>{c1d73d2a-c55d-41f1-beea-d72617cbbebc}</uuid>
7488  <visible>true</visible>
7489  <midichan>0</midichan>
7490  <midicc>-3</midicc>
7491  <objectName2>vert98</objectName2>
7492  <xMin>0.00000000</xMin>
7493  <xMax>1.00000000</xMax>
7494  <yMin>0.00000000</yMin>
7495  <yMax>1.00000000</yMax>
7496  <xValue>0.70000000</xValue>
7497  <yValue>0.07500000</yValue>
7498  <type>fill</type>
7499  <pointsize>1</pointsize>
7500  <fadeSpeed>0.00000000</fadeSpeed>
7501  <mouseControl act="press">jump</mouseControl>
7502  <color>
7503   <r>0</r>
7504   <g>234</g>
7505   <b>0</b>
7506  </color>
7507  <randomizable group="0" mode="both">false</randomizable>
7508  <bgcolor>
7509   <r>0</r>
7510   <g>0</g>
7511   <b>0</b>
7512  </bgcolor>
7513 </bsbObject>
7514 <bsbObject type="BSBDisplay" version="2">
7515  <objectName>Lev_1</objectName>
7516  <x>55</x>
7517  <y>724</y>
7518  <width>50</width>
7519  <height>22</height>
7520  <uuid>{63f996fb-28d1-4fa4-b9a9-12455b324109}</uuid>
7521  <visible>true</visible>
7522  <midichan>0</midichan>
7523  <midicc>0</midicc>
7524  <label>0.250</label>
7525  <alignment>center</alignment>
7526  <font>Lucida Grande</font>
7527  <fontsize>10</fontsize>
7528  <precision>3</precision>
7529  <color>
7530   <r>0</r>
7531   <g>255</g>
7532   <b>0</b>
7533  </color>
7534  <bgcolor mode="background">
7535   <r>0</r>
7536   <g>64</g>
7537   <b>128</b>
7538  </bgcolor>
7539  <bordermode>noborder</bordermode>
7540  <borderradius>3</borderradius>
7541  <borderwidth>1</borderwidth>
7542 </bsbObject>
7543 <bsbObject type="BSBDisplay" version="2">
7544  <objectName/>
7545  <x>125</x>
7546  <y>71</y>
7547  <width>197</width>
7548  <height>25</height>
7549  <uuid>{1c5835d1-a5b3-4955-870a-58e57c86241d}</uuid>
7550  <visible>true</visible>
7551  <midichan>0</midichan>
7552  <midicc>0</midicc>
7553  <label>Focused-----------------Diffuse</label>
7554  <alignment>center</alignment>
7555  <font>Lucida Grande</font>
7556  <fontsize>9</fontsize>
7557  <precision>3</precision>
7558  <color>
7559   <r>204</r>
7560   <g>255</g>
7561   <b>102</b>
7562  </color>
7563  <bgcolor mode="nobackground">
7564   <r>102</r>
7565   <g>204</g>
7566   <b>255</b>
7567  </bgcolor>
7568  <bordermode>noborder</bordermode>
7569  <borderradius>1</borderradius>
7570  <borderwidth>1</borderwidth>
7571 </bsbObject>
7572 <bsbObject type="BSBDisplay" version="2">
7573  <objectName/>
7574  <x>125</x>
7575  <y>114</y>
7576  <width>197</width>
7577  <height>25</height>
7578  <uuid>{269cba8d-d5a2-47d8-9ab0-c33c027bacbb}</uuid>
7579  <visible>true</visible>
7580  <midichan>0</midichan>
7581  <midicc>0</midicc>
7582  <label>Long ---------------------Short</label>
7583  <alignment>center</alignment>
7584  <font>Lucida Grande</font>
7585  <fontsize>9</fontsize>
7586  <precision>3</precision>
7587  <color>
7588   <r>204</r>
7589   <g>255</g>
7590   <b>102</b>
7591  </color>
7592  <bgcolor mode="nobackground">
7593   <r>102</r>
7594   <g>204</g>
7595   <b>255</b>
7596  </bgcolor>
7597  <bordermode>noborder</bordermode>
7598  <borderradius>1</borderradius>
7599  <borderwidth>1</borderwidth>
7600 </bsbObject>
7601 <bsbObject type="BSBHSlider" version="2">
7602  <objectName>rate</objectName>
7603  <x>124</x>
7604  <y>138</y>
7605  <width>197</width>
7606  <height>23</height>
7607  <uuid>{aa6771a6-2a4e-4510-b5d8-db97dec7c1a2}</uuid>
7608  <visible>true</visible>
7609  <midichan>0</midichan>
7610  <midicc>0</midicc>
7611  <minimum>0.17000000</minimum>
7612  <maximum>0.50000000</maximum>
7613  <value>0.20000000</value>
7614  <mode>lin</mode>
7615  <mouseControl act="jump">continuous</mouseControl>
7616  <resolution>-1.00000000</resolution>
7617  <randomizable group="0">false</randomizable>
7618 </bsbObject>
7619 <bsbObject type="BSBDisplay" version="2">
7620  <objectName/>
7621  <x>126</x>
7622  <y>159</y>
7623  <width>197</width>
7624  <height>25</height>
7625  <uuid>{bfe8f970-0be0-42c5-8947-1d58f37f7941}</uuid>
7626  <visible>true</visible>
7627  <midichan>0</midichan>
7628  <midicc>0</midicc>
7629  <label>Fast -----------------------Slow</label>
7630  <alignment>center</alignment>
7631  <font>Lucida Grande</font>
7632  <fontsize>9</fontsize>
7633  <precision>3</precision>
7634  <color>
7635   <r>204</r>
7636   <g>255</g>
7637   <b>102</b>
7638  </color>
7639  <bgcolor mode="nobackground">
7640   <r>102</r>
7641   <g>204</g>
7642   <b>255</b>
7643  </bgcolor>
7644  <bordermode>noborder</bordermode>
7645  <borderradius>1</borderradius>
7646  <borderwidth>1</borderwidth>
7647 </bsbObject>
7648 <bsbObject type="BSBDropdown" version="2">
7649  <objectName>SHAPE</objectName>
7650  <x>261</x>
7651  <y>180</y>
7652  <width>110</width>
7653  <height>22</height>
7654  <uuid>{067f5083-a238-490a-aa22-6ac18c48de7e}</uuid>
7655  <visible>true</visible>
7656  <midichan>0</midichan>
7657  <midicc>0</midicc>
7658  <bsbDropdownItemList>
7659   <bsbDropdownItem>
7660    <name>FLAT</name>
7661    <value>0</value>
7662    <stringvalue/>
7663   </bsbDropdownItem>
7664   <bsbDropdownItem>
7665    <name> 1-->0  Ramp</name>
7666    <value>1</value>
7667    <stringvalue/>
7668   </bsbDropdownItem>
7669   <bsbDropdownItem>
7670    <name>0-->1 Ramp</name>
7671    <value>2</value>
7672    <stringvalue/>
7673   </bsbDropdownItem>
7674   <bsbDropdownItem>
7675    <name>1-->0 Log</name>
7676    <value>3</value>
7677    <stringvalue/>
7678   </bsbDropdownItem>
7679   <bsbDropdownItem>
7680    <name>0-->1 Log</name>
7681    <value>4</value>
7682    <stringvalue/>
7683   </bsbDropdownItem>
7684   <bsbDropdownItem>
7685    <name>1-->0 Exp</name>
7686    <value>5</value>
7687    <stringvalue/>
7688   </bsbDropdownItem>
7689   <bsbDropdownItem>
7690    <name>0 -->1 Exp</name>
7691    <value>6</value>
7692    <stringvalue/>
7693   </bsbDropdownItem>
7694   <bsbDropdownItem>
7695    <name>V-Shape</name>
7696    <value>7</value>
7697    <stringvalue/>
7698   </bsbDropdownItem>
7699   <bsbDropdownItem>
7700    <name>Inv. V-Shape</name>
7701    <value>8</value>
7702    <stringvalue/>
7703   </bsbDropdownItem>
7704  </bsbDropdownItemList>
7705  <selectedIndex>0</selectedIndex>
7706  <randomizable group="0">false</randomizable>
7707 </bsbObject>
7708 <bsbObject type="BSBLabel" version="2">
7709  <objectName/>
7710  <x>388</x>
7711  <y>41</y>
7712  <width>376</width>
7713  <height>225</height>
7714  <uuid>{77bea759-a707-4684-9f3a-43a63b437574}</uuid>
7715  <visible>true</visible>
7716  <midichan>0</midichan>
7717  <midicc>0</midicc>
7718  <label/>
7719  <alignment>left</alignment>
7720  <font>Lucida Grande</font>
7721  <fontsize>10</fontsize>
7722  <precision>3</precision>
7723  <color>
7724   <r>0</r>
7725   <g>0</g>
7726   <b>0</b>
7727  </color>
7728  <bgcolor mode="background">
7729   <r>128</r>
7730   <g>128</g>
7731   <b>128</b>
7732  </bgcolor>
7733  <bordermode>border</bordermode>
7734  <borderradius>6</borderradius>
7735  <borderwidth>1</borderwidth>
7736 </bsbObject>
7737 <bsbObject type="BSBVSlider" version="2">
7738  <objectName>ratio</objectName>
7739  <x>406</x>
7740  <y>93</y>
7741  <width>18</width>
7742  <height>142</height>
7743  <uuid>{38874f56-ab5d-4128-baf3-d4b0a769e682}</uuid>
7744  <visible>true</visible>
7745  <midichan>0</midichan>
7746  <midicc>0</midicc>
7747  <minimum>1.01100000</minimum>
7748  <maximum>2.00000000</maximum>
7749  <value>1.01100000</value>
7750  <mode>lin</mode>
7751  <mouseControl act="jump">continuous</mouseControl>
7752  <resolution>-1.00000000</resolution>
7753  <randomizable group="0">false</randomizable>
7754 </bsbObject>
7755 <bsbObject type="BSBDisplay" version="2">
7756  <objectName/>
7757  <x>385</x>
7758  <y>238</y>
7759  <width>64</width>
7760  <height>21</height>
7761  <uuid>{da58cd1f-d781-43a9-8450-a6cb21b2ae98}</uuid>
7762  <visible>true</visible>
7763  <midichan>0</midichan>
7764  <midicc>0</midicc>
7765  <label>USER RATIO</label>
7766  <alignment>center</alignment>
7767  <font>Lucida Grande</font>
7768  <fontsize>9</fontsize>
7769  <precision>3</precision>
7770  <color>
7771   <r>255</r>
7772   <g>255</g>
7773   <b>255</b>
7774  </color>
7775  <bgcolor mode="nobackground">
7776   <r>102</r>
7777   <g>204</g>
7778   <b>255</b>
7779  </bgcolor>
7780  <bordermode>noborder</bordermode>
7781  <borderradius>1</borderradius>
7782  <borderwidth>1</borderwidth>
7783 </bsbObject>
7784 <bsbObject type="BSBDisplay" version="2">
7785  <objectName/>
7786  <x>463</x>
7787  <y>142</y>
7788  <width>46</width>
7789  <height>22</height>
7790  <uuid>{b160e134-36e7-4212-abd9-8057d6813835}</uuid>
7791  <visible>true</visible>
7792  <midichan>0</midichan>
7793  <midicc>0</midicc>
7794  <label>DEN</label>
7795  <alignment>center</alignment>
7796  <font>Lucida Grande</font>
7797  <fontsize>9</fontsize>
7798  <precision>3</precision>
7799  <color>
7800   <r>255</r>
7801   <g>255</g>
7802   <b>255</b>
7803  </color>
7804  <bgcolor mode="nobackground">
7805   <r>102</r>
7806   <g>204</g>
7807   <b>255</b>
7808  </bgcolor>
7809  <bordermode>noborder</bordermode>
7810  <borderradius>1</borderradius>
7811  <borderwidth>1</borderwidth>
7812 </bsbObject>
7813 <bsbObject type="BSBDisplay" version="2">
7814  <objectName/>
7815  <x>461</x>
7816  <y>89</y>
7817  <width>46</width>
7818  <height>22</height>
7819  <uuid>{0f0c81c9-5182-4bd3-83d7-c830cbe31f7d}</uuid>
7820  <visible>true</visible>
7821  <midichan>0</midichan>
7822  <midicc>0</midicc>
7823  <label>NUM</label>
7824  <alignment>center</alignment>
7825  <font>Lucida Grande</font>
7826  <fontsize>9</fontsize>
7827  <precision>3</precision>
7828  <color>
7829   <r>255</r>
7830   <g>255</g>
7831   <b>255</b>
7832  </color>
7833  <bgcolor mode="nobackground">
7834   <r>102</r>
7835   <g>204</g>
7836   <b>255</b>
7837  </bgcolor>
7838  <bordermode>noborder</bordermode>
7839  <borderradius>1</borderradius>
7840  <borderwidth>1</borderwidth>
7841 </bsbObject>
7842 <bsbObject type="BSBDisplay" version="2">
7843  <objectName/>
7844  <x>534</x>
7845  <y>238</y>
7846  <width>85</width>
7847  <height>24</height>
7848  <uuid>{bd8f2f46-2d4b-411f-8f69-9cc79e4fc2ee}</uuid>
7849  <visible>true</visible>
7850  <midichan>0</midichan>
7851  <midicc>0</midicc>
7852  <label>FREQ_REF(Hz)</label>
7853  <alignment>center</alignment>
7854  <font>Lucida Grande</font>
7855  <fontsize>9</fontsize>
7856  <precision>3</precision>
7857  <color>
7858   <r>255</r>
7859   <g>255</g>
7860   <b>255</b>
7861  </color>
7862  <bgcolor mode="nobackground">
7863   <r>102</r>
7864   <g>204</g>
7865   <b>255</b>
7866  </bgcolor>
7867  <bordermode>noborder</bordermode>
7868  <borderradius>1</borderradius>
7869  <borderwidth>1</borderwidth>
7870 </bsbObject>
7871 <bsbObject type="BSBButton" version="2">
7872  <objectName>_GEO</objectName>
7873  <x>620</x>
7874  <y>64</y>
7875  <width>143</width>
7876  <height>28</height>
7877  <uuid>{9422b830-28f5-473d-bafd-6e348a4a1ed1}</uuid>
7878  <visible>true</visible>
7879  <midichan>1</midichan>
7880  <midicc>0</midicc>
7881  <type>event</type>
7882  <pressedValue>1.00000000</pressedValue>
7883  <stringvalue/>
7884  <text>Create GEOMETRIC</text>
7885  <image>/</image>
7886  <eventLine>i10 0 -1</eventLine>
7887  <latch>false</latch>
7888  <latched>true</latched>
7889 </bsbObject>
7890 <bsbObject type="BSBDisplay" version="2">
7891  <objectName>last_freq</objectName>
7892  <x>659</x>
7893  <y>112</y>
7894  <width>73</width>
7895  <height>22</height>
7896  <uuid>{a387cb10-71d5-4181-98ae-8011874f304d}</uuid>
7897  <visible>true</visible>
7898  <midichan>0</midichan>
7899  <midicc>0</midicc>
7900  <label>22061.979</label>
7901  <alignment>center</alignment>
7902  <font>Lucida Grande</font>
7903  <fontsize>10</fontsize>
7904  <precision>3</precision>
7905  <color>
7906   <r>0</r>
7907   <g>255</g>
7908   <b>0</b>
7909  </color>
7910  <bgcolor mode="background">
7911   <r>0</r>
7912   <g>64</g>
7913   <b>128</b>
7914  </bgcolor>
7915  <bordermode>noborder</bordermode>
7916  <borderradius>3</borderradius>
7917  <borderwidth>1</borderwidth>
7918 </bsbObject>
7919 <bsbObject type="BSBDisplay" version="2">
7920  <objectName/>
7921  <x>660</x>
7922  <y>138</y>
7923  <width>72</width>
7924  <height>22</height>
7925  <uuid>{244dda06-e003-4f29-88da-6774d53ae4fa}</uuid>
7926  <visible>true</visible>
7927  <midichan>0</midichan>
7928  <midicc>0</midicc>
7929  <label>Last_FREQ</label>
7930  <alignment>center</alignment>
7931  <font>Lucida Grande</font>
7932  <fontsize>9</fontsize>
7933  <precision>3</precision>
7934  <color>
7935   <r>255</r>
7936   <g>255</g>
7937   <b>255</b>
7938  </color>
7939  <bgcolor mode="nobackground">
7940   <r>102</r>
7941   <g>204</g>
7942   <b>255</b>
7943  </bgcolor>
7944  <bordermode>noborder</bordermode>
7945  <borderradius>1</borderradius>
7946  <borderwidth>1</borderwidth>
7947 </bsbObject>
7948 <bsbObject type="BSBDisplay" version="2">
7949  <objectName>max_index</objectName>
7950  <x>661</x>
7951  <y>163</y>
7952  <width>71</width>
7953  <height>22</height>
7954  <uuid>{e5ebcc8d-6a14-4492-90ad-e22dc6197a76}</uuid>
7955  <visible>true</visible>
7956  <midichan>0</midichan>
7957  <midicc>0</midicc>
7958  <label>502.000</label>
7959  <alignment>center</alignment>
7960  <font>Lucida Grande</font>
7961  <fontsize>10</fontsize>
7962  <precision>3</precision>
7963  <color>
7964   <r>0</r>
7965   <g>255</g>
7966   <b>0</b>
7967  </color>
7968  <bgcolor mode="background">
7969   <r>0</r>
7970   <g>64</g>
7971   <b>128</b>
7972  </bgcolor>
7973  <bordermode>noborder</bordermode>
7974  <borderradius>3</borderradius>
7975  <borderwidth>1</borderwidth>
7976 </bsbObject>
7977 <bsbObject type="BSBDisplay" version="2">
7978  <objectName/>
7979  <x>665</x>
7980  <y>189</y>
7981  <width>65</width>
7982  <height>22</height>
7983  <uuid>{0777b626-ea29-4a06-b12c-b606779199ba}</uuid>
7984  <visible>true</visible>
7985  <midichan>0</midichan>
7986  <midicc>0</midicc>
7987  <label>#of_FREQS</label>
7988  <alignment>center</alignment>
7989  <font>Lucida Grande</font>
7990  <fontsize>9</fontsize>
7991  <precision>3</precision>
7992  <color>
7993   <r>255</r>
7994   <g>255</g>
7995   <b>255</b>
7996  </color>
7997  <bgcolor mode="nobackground">
7998   <r>102</r>
7999   <g>204</g>
8000   <b>255</b>
8001  </bgcolor>
8002  <bordermode>noborder</bordermode>
8003  <borderradius>1</borderradius>
8004  <borderwidth>1</borderwidth>
8005 </bsbObject>
8006 <bsbObject type="BSBLabel" version="2">
8007  <objectName/>
8008  <x>766</x>
8009  <y>41</y>
8010  <width>320</width>
8011  <height>225</height>
8012  <uuid>{d73ddad6-3fe8-4529-8278-783e1f8cb64b}</uuid>
8013  <visible>true</visible>
8014  <midichan>0</midichan>
8015  <midicc>0</midicc>
8016  <label/>
8017  <alignment>left</alignment>
8018  <font>Lucida Grande</font>
8019  <fontsize>10</fontsize>
8020  <precision>3</precision>
8021  <color>
8022   <r>0</r>
8023   <g>0</g>
8024   <b>0</b>
8025  </color>
8026  <bgcolor mode="background">
8027   <r>128</r>
8028   <g>128</g>
8029   <b>128</b>
8030  </bgcolor>
8031  <bordermode>border</bordermode>
8032  <borderradius>6</borderradius>
8033  <borderwidth>1</borderwidth>
8034 </bsbObject>
8035 <bsbObject type="BSBVSlider" version="2">
8036  <objectName>ffund</objectName>
8037  <x>808</x>
8038  <y>94</y>
8039  <width>21</width>
8040  <height>144</height>
8041  <uuid>{1cb850d5-6712-40cb-875c-b913663e2d7f}</uuid>
8042  <visible>true</visible>
8043  <midichan>0</midichan>
8044  <midicc>0</midicc>
8045  <minimum>1.00000000</minimum>
8046  <maximum>400.00000000</maximum>
8047  <value>56.41666700</value>
8048  <mode>lin</mode>
8049  <mouseControl act="jump">continuous</mouseControl>
8050  <resolution>-1.00000000</resolution>
8051  <randomizable group="0">false</randomizable>
8052 </bsbObject>
8053 <bsbObject type="BSBLabel" version="2">
8054  <objectName/>
8055  <x>782</x>
8056  <y>241</y>
8057  <width>79</width>
8058  <height>21</height>
8059  <uuid>{69bfeaa3-63d1-4c1c-af62-cc4f0076a931}</uuid>
8060  <visible>true</visible>
8061  <midichan>0</midichan>
8062  <midicc>0</midicc>
8063  <label>FUND FREQ (Hz)</label>
8064  <alignment>center</alignment>
8065  <font>Lucida Grande</font>
8066  <fontsize>9</fontsize>
8067  <precision>3</precision>
8068  <color>
8069   <r>255</r>
8070   <g>255</g>
8071   <b>255</b>
8072  </color>
8073  <bgcolor mode="nobackground">
8074   <r>255</r>
8075   <g>255</g>
8076   <b>255</b>
8077  </bgcolor>
8078  <bordermode>noborder</bordermode>
8079  <borderradius>1</borderradius>
8080  <borderwidth>1</borderwidth>
8081 </bsbObject>
8082 <bsbObject type="BSBDropdown" version="2">
8083  <objectName>menu146</objectName>
8084  <x>926223910</x>
8085  <y>1029660209</y>
8086  <width>10</width>
8087  <height>83</height>
8088  <uuid>{d52e180f-83d2-4592-9eb4-987b9d0ca846}</uuid>
8089  <visible>true</visible>
8090  <midichan>0</midichan>
8091  <midicc>-3</midicc>
8092  <bsbDropdownItemList>
8093   <bsbDropdownItem>
8094    <name>UP</name>
8095    <value>0</value>
8096    <stringvalue/>
8097   </bsbDropdownItem>
8098   <bsbDropdownItem>
8099    <name> DOWN</name>
8100    <value>1</value>
8101    <stringvalue/>
8102   </bsbDropdownItem>
8103  </bsbDropdownItemList>
8104  <selectedIndex>0</selectedIndex>
8105  <randomizable group="0">false</randomizable>
8106 </bsbObject>
8107 <bsbObject type="BSBVSlider" version="2">
8108  <objectName>exp</objectName>
8109  <x>870</x>
8110  <y>94</y>
8111  <width>20</width>
8112  <height>142</height>
8113  <uuid>{6bd2c929-36bc-4380-a304-5db26a5f96b9}</uuid>
8114  <visible>true</visible>
8115  <midichan>0</midichan>
8116  <midicc>0</midicc>
8117  <minimum>-0.01000000</minimum>
8118  <maximum>0.01000000</maximum>
8119  <value>0.00098600</value>
8120  <mode>lin</mode>
8121  <mouseControl act="jump">continuous</mouseControl>
8122  <resolution>-1.00000000</resolution>
8123  <randomizable group="0">false</randomizable>
8124 </bsbObject>
8125 <bsbObject type="BSBLabel" version="2">
8126  <objectName/>
8127  <x>861</x>
8128  <y>241</y>
8129  <width>55</width>
8130  <height>21</height>
8131  <uuid>{6515965c-f436-468b-b0f2-7347cd787709}</uuid>
8132  <visible>true</visible>
8133  <midichan>0</midichan>
8134  <midicc>0</midicc>
8135  <label>INHARM</label>
8136  <alignment>center</alignment>
8137  <font>Lucida Grande</font>
8138  <fontsize>9</fontsize>
8139  <precision>3</precision>
8140  <color>
8141   <r>255</r>
8142   <g>255</g>
8143   <b>255</b>
8144  </color>
8145  <bgcolor mode="nobackground">
8146   <r>255</r>
8147   <g>255</g>
8148   <b>255</b>
8149  </bgcolor>
8150  <bordermode>noborder</bordermode>
8151  <borderradius>1</borderradius>
8152  <borderwidth>1</borderwidth>
8153 </bsbObject>
8154 <bsbObject type="BSBSpinBox" version="2">
8155  <objectName>maxharm</objectName>
8156  <x>1001</x>
8157  <y>149</y>
8158  <width>61</width>
8159  <height>24</height>
8160  <uuid>{3a9fccd1-f28e-4731-9bbd-ff6d0b46970b}</uuid>
8161  <visible>true</visible>
8162  <midichan>0</midichan>
8163  <midicc>0</midicc>
8164  <alignment>center</alignment>
8165  <font>Lucida Grande</font>
8166  <fontsize>10</fontsize>
8167  <color>
8168   <r>0</r>
8169   <g>0</g>
8170   <b>0</b>
8171  </color>
8172  <bgcolor mode="nobackground">
8173   <r>255</r>
8174   <g>255</g>
8175   <b>255</b>
8176  </bgcolor>
8177  <resolution>1.00000000</resolution>
8178  <minimum>1</minimum>
8179  <maximum>40</maximum>
8180  <randomizable group="0">false</randomizable>
8181  <value>32</value>
8182 </bsbObject>
8183 <bsbObject type="BSBButton" version="2">
8184  <objectName>_HARM</objectName>
8185  <x>947</x>
8186  <y>59</y>
8187  <width>138</width>
8188  <height>27</height>
8189  <uuid>{dd81d472-15c7-46fe-a2ba-79e0844243b3}</uuid>
8190  <visible>true</visible>
8191  <midichan>1</midichan>
8192  <midicc>0</midicc>
8193  <type>event</type>
8194  <pressedValue>1.00000000</pressedValue>
8195  <stringvalue/>
8196  <text>Create HARMONIC</text>
8197  <image>/</image>
8198  <eventLine>i12 0 -1</eventLine>
8199  <latch>false</latch>
8200  <latched>true</latched>
8201 </bsbObject>
8202 <bsbObject type="BSBLabel" version="2">
8203  <objectName/>
8204  <x>995</x>
8205  <y>176</y>
8206  <width>72</width>
8207  <height>21</height>
8208  <uuid>{ecbd576b-7572-437c-b149-bf20fe8df334}</uuid>
8209  <visible>true</visible>
8210  <midichan>0</midichan>
8211  <midicc>0</midicc>
8212  <label>#of FREQS</label>
8213  <alignment>center</alignment>
8214  <font>Lucida Grande</font>
8215  <fontsize>9</fontsize>
8216  <precision>3</precision>
8217  <color>
8218   <r>255</r>
8219   <g>255</g>
8220   <b>255</b>
8221  </color>
8222  <bgcolor mode="nobackground">
8223   <r>255</r>
8224   <g>255</g>
8225   <b>255</b>
8226  </bgcolor>
8227  <bordermode>noborder</bordermode>
8228  <borderradius>1</borderradius>
8229  <borderwidth>1</borderwidth>
8230 </bsbObject>
8231 <bsbObject type="BSBLabel" version="2">
8232  <objectName/>
8233  <x>1088</x>
8234  <y>41</y>
8235  <width>342</width>
8236  <height>225</height>
8237  <uuid>{fa784921-a774-48ae-bdf5-aff54933cd95}</uuid>
8238  <visible>true</visible>
8239  <midichan>0</midichan>
8240  <midicc>0</midicc>
8241  <label/>
8242  <alignment>left</alignment>
8243  <font>Lucida Grande</font>
8244  <fontsize>10</fontsize>
8245  <precision>3</precision>
8246  <color>
8247   <r>0</r>
8248   <g>0</g>
8249   <b>0</b>
8250  </color>
8251  <bgcolor mode="background">
8252   <r>84</r>
8253   <g>120</g>
8254   <b>116</b>
8255  </bgcolor>
8256  <bordermode>border</bordermode>
8257  <borderradius>6</borderradius>
8258  <borderwidth>1</borderwidth>
8259 </bsbObject>
8260 <bsbObject type="BSBLabel" version="2">
8261  <objectName/>
8262  <x>388</x>
8263  <y>536</y>
8264  <width>143</width>
8265  <height>137</height>
8266  <uuid>{1193ada3-1abf-49d6-8846-aa21b454804d}</uuid>
8267  <visible>true</visible>
8268  <midichan>0</midichan>
8269  <midicc>0</midicc>
8270  <label/>
8271  <alignment>left</alignment>
8272  <font>Lucida Grande</font>
8273  <fontsize>10</fontsize>
8274  <precision>3</precision>
8275  <color>
8276   <r>0</r>
8277   <g>0</g>
8278   <b>0</b>
8279  </color>
8280  <bgcolor mode="background">
8281   <r>143</r>
8282   <g>153</g>
8283   <b>179</b>
8284  </bgcolor>
8285  <bordermode>border</bordermode>
8286  <borderradius>6</borderradius>
8287  <borderwidth>1</borderwidth>
8288 </bsbObject>
8289 <bsbObject type="BSBLabel" version="2">
8290  <objectName/>
8291  <x>1088</x>
8292  <y>579</y>
8293  <width>342</width>
8294  <height>282</height>
8295  <uuid>{c25eaef7-b44a-46e7-abe7-ac082545efd9}</uuid>
8296  <visible>true</visible>
8297  <midichan>0</midichan>
8298  <midicc>0</midicc>
8299  <label/>
8300  <alignment>left</alignment>
8301  <font>Lucida Grande</font>
8302  <fontsize>12</fontsize>
8303  <precision>3</precision>
8304  <color>
8305   <r>0</r>
8306   <g>0</g>
8307   <b>0</b>
8308  </color>
8309  <bgcolor mode="background">
8310   <r>72</r>
8311   <g>122</g>
8312   <b>151</b>
8313  </bgcolor>
8314  <bordermode>border</bordermode>
8315  <borderradius>6</borderradius>
8316  <borderwidth>1</borderwidth>
8317 </bsbObject>
8318 <bsbObject type="BSBDropdown" version="2">
8319  <objectName>Get</objectName>
8320  <x>1219</x>
8321  <y>771</y>
8322  <width>80</width>
8323  <height>24</height>
8324  <uuid>{5819a833-4b1f-4749-8010-d09c4297fb29}</uuid>
8325  <visible>true</visible>
8326  <midichan>0</midichan>
8327  <midicc>-3</midicc>
8328  <bsbDropdownItemList>
8329   <bsbDropdownItem>
8330    <name>01</name>
8331    <value>0</value>
8332    <stringvalue/>
8333   </bsbDropdownItem>
8334   <bsbDropdownItem>
8335    <name>02</name>
8336    <value>1</value>
8337    <stringvalue/>
8338   </bsbDropdownItem>
8339   <bsbDropdownItem>
8340    <name>03</name>
8341    <value>2</value>
8342    <stringvalue/>
8343   </bsbDropdownItem>
8344   <bsbDropdownItem>
8345    <name>04</name>
8346    <value>3</value>
8347    <stringvalue/>
8348   </bsbDropdownItem>
8349   <bsbDropdownItem>
8350    <name>05</name>
8351    <value>4</value>
8352    <stringvalue/>
8353   </bsbDropdownItem>
8354   <bsbDropdownItem>
8355    <name>06</name>
8356    <value>5</value>
8357    <stringvalue/>
8358   </bsbDropdownItem>
8359   <bsbDropdownItem>
8360    <name>07</name>
8361    <value>6</value>
8362    <stringvalue/>
8363   </bsbDropdownItem>
8364   <bsbDropdownItem>
8365    <name>08</name>
8366    <value>7</value>
8367    <stringvalue/>
8368   </bsbDropdownItem>
8369   <bsbDropdownItem>
8370    <name>09</name>
8371    <value>8</value>
8372    <stringvalue/>
8373   </bsbDropdownItem>
8374   <bsbDropdownItem>
8375    <name>10</name>
8376    <value>9</value>
8377    <stringvalue/>
8378   </bsbDropdownItem>
8379   <bsbDropdownItem>
8380    <name>11</name>
8381    <value>10</value>
8382    <stringvalue/>
8383   </bsbDropdownItem>
8384   <bsbDropdownItem>
8385    <name>12</name>
8386    <value>11</value>
8387    <stringvalue/>
8388   </bsbDropdownItem>
8389   <bsbDropdownItem>
8390    <name>13</name>
8391    <value>12</value>
8392    <stringvalue/>
8393   </bsbDropdownItem>
8394   <bsbDropdownItem>
8395    <name>14</name>
8396    <value>13</value>
8397    <stringvalue/>
8398   </bsbDropdownItem>
8399   <bsbDropdownItem>
8400    <name>15</name>
8401    <value>14</value>
8402    <stringvalue/>
8403   </bsbDropdownItem>
8404   <bsbDropdownItem>
8405    <name>16</name>
8406    <value>15</value>
8407    <stringvalue/>
8408   </bsbDropdownItem>
8409   <bsbDropdownItem>
8410    <name>17</name>
8411    <value>16</value>
8412    <stringvalue/>
8413   </bsbDropdownItem>
8414   <bsbDropdownItem>
8415    <name>18</name>
8416    <value>17</value>
8417    <stringvalue/>
8418   </bsbDropdownItem>
8419   <bsbDropdownItem>
8420    <name>19</name>
8421    <value>18</value>
8422    <stringvalue/>
8423   </bsbDropdownItem>
8424   <bsbDropdownItem>
8425    <name>20</name>
8426    <value>19</value>
8427    <stringvalue/>
8428   </bsbDropdownItem>
8429   <bsbDropdownItem>
8430    <name>21</name>
8431    <value>20</value>
8432    <stringvalue/>
8433   </bsbDropdownItem>
8434   <bsbDropdownItem>
8435    <name>22</name>
8436    <value>21</value>
8437    <stringvalue/>
8438   </bsbDropdownItem>
8439   <bsbDropdownItem>
8440    <name>23</name>
8441    <value>22</value>
8442    <stringvalue/>
8443   </bsbDropdownItem>
8444   <bsbDropdownItem>
8445    <name>24</name>
8446    <value>23</value>
8447    <stringvalue/>
8448   </bsbDropdownItem>
8449   <bsbDropdownItem>
8450    <name>25</name>
8451    <value>24</value>
8452    <stringvalue/>
8453   </bsbDropdownItem>
8454   <bsbDropdownItem>
8455    <name>26</name>
8456    <value>25</value>
8457    <stringvalue/>
8458   </bsbDropdownItem>
8459   <bsbDropdownItem>
8460    <name>27</name>
8461    <value>26</value>
8462    <stringvalue/>
8463   </bsbDropdownItem>
8464   <bsbDropdownItem>
8465    <name>28</name>
8466    <value>27</value>
8467    <stringvalue/>
8468   </bsbDropdownItem>
8469   <bsbDropdownItem>
8470    <name>29</name>
8471    <value>28</value>
8472    <stringvalue/>
8473   </bsbDropdownItem>
8474   <bsbDropdownItem>
8475    <name>30</name>
8476    <value>29</value>
8477    <stringvalue/>
8478   </bsbDropdownItem>
8479   <bsbDropdownItem>
8480    <name>31</name>
8481    <value>30</value>
8482    <stringvalue/>
8483   </bsbDropdownItem>
8484   <bsbDropdownItem>
8485    <name>32</name>
8486    <value>31</value>
8487    <stringvalue/>
8488   </bsbDropdownItem>
8489   <bsbDropdownItem>
8490    <name>33</name>
8491    <value>32</value>
8492    <stringvalue/>
8493   </bsbDropdownItem>
8494   <bsbDropdownItem>
8495    <name>34</name>
8496    <value>33</value>
8497    <stringvalue/>
8498   </bsbDropdownItem>
8499   <bsbDropdownItem>
8500    <name>35</name>
8501    <value>34</value>
8502    <stringvalue/>
8503   </bsbDropdownItem>
8504   <bsbDropdownItem>
8505    <name>36</name>
8506    <value>35</value>
8507    <stringvalue/>
8508   </bsbDropdownItem>
8509   <bsbDropdownItem>
8510    <name>37</name>
8511    <value>36</value>
8512    <stringvalue/>
8513   </bsbDropdownItem>
8514   <bsbDropdownItem>
8515    <name>38</name>
8516    <value>37</value>
8517    <stringvalue/>
8518   </bsbDropdownItem>
8519   <bsbDropdownItem>
8520    <name>39</name>
8521    <value>38</value>
8522    <stringvalue/>
8523   </bsbDropdownItem>
8524   <bsbDropdownItem>
8525    <name>40</name>
8526    <value>39</value>
8527    <stringvalue/>
8528   </bsbDropdownItem>
8529   <bsbDropdownItem>
8530    <name>41</name>
8531    <value>40</value>
8532    <stringvalue/>
8533   </bsbDropdownItem>
8534   <bsbDropdownItem>
8535    <name>42</name>
8536    <value>41</value>
8537    <stringvalue/>
8538   </bsbDropdownItem>
8539   <bsbDropdownItem>
8540    <name>43</name>
8541    <value>42</value>
8542    <stringvalue/>
8543   </bsbDropdownItem>
8544   <bsbDropdownItem>
8545    <name>44</name>
8546    <value>43</value>
8547    <stringvalue/>
8548   </bsbDropdownItem>
8549   <bsbDropdownItem>
8550    <name>45</name>
8551    <value>44</value>
8552    <stringvalue/>
8553   </bsbDropdownItem>
8554   <bsbDropdownItem>
8555    <name>46</name>
8556    <value>45</value>
8557    <stringvalue/>
8558   </bsbDropdownItem>
8559   <bsbDropdownItem>
8560    <name>47</name>
8561    <value>46</value>
8562    <stringvalue/>
8563   </bsbDropdownItem>
8564   <bsbDropdownItem>
8565    <name>48</name>
8566    <value>47</value>
8567    <stringvalue/>
8568   </bsbDropdownItem>
8569  </bsbDropdownItemList>
8570  <selectedIndex>2</selectedIndex>
8571  <randomizable group="0">false</randomizable>
8572 </bsbObject>
8573 <bsbObject type="BSBButton" version="2">
8574  <objectName>write_snap</objectName>
8575  <x>1105</x>
8576  <y>742</y>
8577  <width>100</width>
8578  <height>30</height>
8579  <uuid>{23cc8f64-2a6c-45c3-bc39-8f4a808e7b16}</uuid>
8580  <visible>true</visible>
8581  <midichan>0</midichan>
8582  <midicc>0</midicc>
8583  <type>event</type>
8584  <pressedValue>1.00000000</pressedValue>
8585  <stringvalue/>
8586  <text>Write Snap</text>
8587  <image>/</image>
8588  <eventLine>i100 0 3600</eventLine>
8589  <latch>false</latch>
8590  <latched>false</latched>
8591 </bsbObject>
8592 <bsbObject type="BSBButton" version="2">
8593  <objectName>read_snap</objectName>
8594  <x>1312</x>
8595  <y>742</y>
8596  <width>100</width>
8597  <height>30</height>
8598  <uuid>{aac24853-d844-4e19-8b8a-67108c215dae}</uuid>
8599  <visible>true</visible>
8600  <midichan>0</midichan>
8601  <midicc>0</midicc>
8602  <type>event</type>
8603  <pressedValue>1.00000000</pressedValue>
8604  <stringvalue/>
8605  <text>Read Snap</text>
8606  <image>/</image>
8607  <eventLine>i91 0 0.1</eventLine>
8608  <latch>false</latch>
8609  <latched>true</latched>
8610 </bsbObject>
8611 <bsbObject type="BSBButton" version="2">
8612  <objectName>button1</objectName>
8613  <x>1104</x>
8614  <y>799</y>
8615  <width>102</width>
8616  <height>23</height>
8617  <uuid>{7294b8dd-f8db-48ad-ae45-8fa3aebd4a70}</uuid>
8618  <visible>true</visible>
8619  <midichan>0</midichan>
8620  <midicc>0</midicc>
8621  <type>event</type>
8622  <pressedValue>1.00000000</pressedValue>
8623  <stringvalue/>
8624  <text>Save Bank</text>
8625  <image>/</image>
8626  <eventLine>i300 0 10</eventLine>
8627  <latch>false</latch>
8628  <latched>true</latched>
8629 </bsbObject>
8630 <bsbObject type="BSBButton" version="2">
8631  <objectName>button1</objectName>
8632  <x>1310</x>
8633  <y>796</y>
8634  <width>101</width>
8635  <height>29</height>
8636  <uuid>{d389237f-49e9-43e1-b725-dfbf9076b4f7}</uuid>
8637  <visible>true</visible>
8638  <midichan>0</midichan>
8639  <midicc>0</midicc>
8640  <type>event</type>
8641  <pressedValue>1.00000000</pressedValue>
8642  <stringvalue/>
8643  <text>Load Bank</text>
8644  <image>/</image>
8645  <eventLine>i301 0 10</eventLine>
8646  <latch>false</latch>
8647  <latched>true</latched>
8648 </bsbObject>
8649 <bsbObject type="BSBLineEdit" version="2">
8650  <objectName>_Browse1</objectName>
8651  <x>1091</x>
8652  <y>831</y>
8653  <width>334</width>
8654  <height>23</height>
8655  <uuid>{57a14cba-5a31-46a2-8812-4527bd244cdd}</uuid>
8656  <visible>true</visible>
8657  <midichan>0</midichan>
8658  <midicc>0</midicc>
8659  <label>/Users/eug/Documents/CSD/Stria/Chop_test.txt</label>
8660  <alignment>left</alignment>
8661  <font>Arial</font>
8662  <fontsize>10</fontsize>
8663  <precision>3</precision>
8664  <color>
8665   <r>0</r>
8666   <g>0</g>
8667   <b>0</b>
8668  </color>
8669  <bgcolor mode="nobackground">
8670   <r>236</r>
8671   <g>236</g>
8672   <b>236</b>
8673  </bgcolor>
8674  <background>nobackground</background>
8675 </bsbObject>
8676 <bsbObject type="BSBLabel" version="2">
8677  <objectName/>
8678  <x>424</x>
8679  <y>492</y>
8680  <width>59</width>
8681  <height>21</height>
8682  <uuid>{429529ec-6b3b-4288-a24a-2632e33ac74f}</uuid>
8683  <visible>true</visible>
8684  <midichan>0</midichan>
8685  <midicc>0</midicc>
8686  <label>CAR Min</label>
8687  <alignment>center</alignment>
8688  <font>Lucida Grande</font>
8689  <fontsize>9</fontsize>
8690  <precision>3</precision>
8691  <color>
8692   <r>255</r>
8693   <g>255</g>
8694   <b>255</b>
8695  </color>
8696  <bgcolor mode="nobackground">
8697   <r>255</r>
8698   <g>255</g>
8699   <b>255</b>
8700  </bgcolor>
8701  <bordermode>noborder</bordermode>
8702  <borderradius>1</borderradius>
8703  <borderwidth>1</borderwidth>
8704 </bsbObject>
8705 <bsbObject type="BSBLabel" version="2">
8706  <objectName/>
8707  <x>482</x>
8708  <y>492</y>
8709  <width>64</width>
8710  <height>21</height>
8711  <uuid>{fca1280b-2fe3-4469-9cc4-3f5a504af1a8}</uuid>
8712  <visible>true</visible>
8713  <midichan>0</midichan>
8714  <midicc>0</midicc>
8715  <label>CAR Max</label>
8716  <alignment>center</alignment>
8717  <font>Lucida Grande</font>
8718  <fontsize>9</fontsize>
8719  <precision>3</precision>
8720  <color>
8721   <r>255</r>
8722   <g>255</g>
8723   <b>255</b>
8724  </color>
8725  <bgcolor mode="nobackground">
8726   <r>64</r>
8727   <g>0</g>
8728   <b>128</b>
8729  </bgcolor>
8730  <bordermode>noborder</bordermode>
8731  <borderradius>1</borderradius>
8732  <borderwidth>1</borderwidth>
8733 </bsbObject>
8734 <bsbObject type="BSBVSlider" version="2">
8735  <objectName>MOD_min</objectName>
8736  <x>645</x>
8737  <y>404</y>
8738  <width>18</width>
8739  <height>80</height>
8740  <uuid>{aac066de-93ed-498c-ae63-41072fec5f90}</uuid>
8741  <visible>true</visible>
8742  <midichan>0</midichan>
8743  <midicc>0</midicc>
8744  <minimum>1.00000000</minimum>
8745  <maximum>14.00000000</maximum>
8746  <value>1.00000000</value>
8747  <mode>lin</mode>
8748  <mouseControl act="jump">continuous</mouseControl>
8749  <resolution>-1.00000000</resolution>
8750  <randomizable group="0">false</randomizable>
8751 </bsbObject>
8752 <bsbObject type="BSBLabel" version="2">
8753  <objectName/>
8754  <x>623</x>
8755  <y>492</y>
8756  <width>62</width>
8757  <height>22</height>
8758  <uuid>{c1e17a05-18fa-44fd-8ae3-ba6f5c10a81d}</uuid>
8759  <visible>true</visible>
8760  <midichan>0</midichan>
8761  <midicc>0</midicc>
8762  <label>MOD Min</label>
8763  <alignment>center</alignment>
8764  <font>Lucida Grande</font>
8765  <fontsize>9</fontsize>
8766  <precision>3</precision>
8767  <color>
8768   <r>255</r>
8769   <g>255</g>
8770   <b>255</b>
8771  </color>
8772  <bgcolor mode="nobackground">
8773   <r>255</r>
8774   <g>255</g>
8775   <b>255</b>
8776  </bgcolor>
8777  <bordermode>noborder</bordermode>
8778  <borderradius>1</borderradius>
8779  <borderwidth>1</borderwidth>
8780 </bsbObject>
8781 <bsbObject type="BSBLabel" version="2">
8782  <objectName/>
8783  <x>683</x>
8784  <y>492</y>
8785  <width>64</width>
8786  <height>22</height>
8787  <uuid>{b76c5a5e-b11c-443e-a5ca-f4c4ba3462bd}</uuid>
8788  <visible>true</visible>
8789  <midichan>0</midichan>
8790  <midicc>0</midicc>
8791  <label>MOD Max</label>
8792  <alignment>center</alignment>
8793  <font>Lucida Grande</font>
8794  <fontsize>9</fontsize>
8795  <precision>3</precision>
8796  <color>
8797   <r>255</r>
8798   <g>255</g>
8799   <b>255</b>
8800  </color>
8801  <bgcolor mode="nobackground">
8802   <r>255</r>
8803   <g>255</g>
8804   <b>255</b>
8805  </bgcolor>
8806  <bordermode>noborder</bordermode>
8807  <borderradius>1</borderradius>
8808  <borderwidth>1</borderwidth>
8809 </bsbObject>
8810 <bsbObject type="BSBLabel" version="2">
8811  <objectName/>
8812  <x>4</x>
8813  <y>4</y>
8814  <width>1425</width>
8815  <height>35</height>
8816  <uuid>{dc64f028-5104-43f1-9ab8-e4f576ac58ab}</uuid>
8817  <visible>true</visible>
8818  <midichan>0</midichan>
8819  <midicc>0</midicc>
8820  <label>            StriaCSO v. 3.0a -Multilevel Interactive Sound Synthesizer - E.G.</label>
8821  <alignment>left</alignment>
8822  <font>Papyrus</font>
8823  <fontsize>22</fontsize>
8824  <precision>3</precision>
8825  <color>
8826   <r>255</r>
8827   <g>255</g>
8828   <b>255</b>
8829  </color>
8830  <bgcolor mode="background">
8831   <r>16</r>
8832   <g>128</g>
8833   <b>128</b>
8834  </bgcolor>
8835  <bordermode>border</bordermode>
8836  <borderradius>5</borderradius>
8837  <borderwidth>1</borderwidth>
8838 </bsbObject>
8839 <bsbObject type="BSBVSlider" version="2">
8840  <objectName>Fun_1</objectName>
8841  <x>15</x>
8842  <y>750</y>
8843  <width>20</width>
8844  <height>72</height>
8845  <uuid>{3b18d4d7-b670-4888-a5b2-79eafa660627}</uuid>
8846  <visible>true</visible>
8847  <midichan>0</midichan>
8848  <midicc>0</midicc>
8849  <minimum>1.00000000</minimum>
8850  <maximum>8.00000000</maximum>
8851  <value>1.00000000</value>
8852  <mode>lin</mode>
8853  <mouseControl act="jump">continuous</mouseControl>
8854  <resolution>-1.00000000</resolution>
8855  <randomizable group="0">false</randomizable>
8856 </bsbObject>
8857 <bsbObject type="BSBHSlider" version="2">
8858  <objectName>ran2vel</objectName>
8859  <x>234</x>
8860  <y>329</y>
8861  <width>128</width>
8862  <height>17</height>
8863  <uuid>{c8902a5c-f6b3-4e9f-b2d6-2aa9bc171926}</uuid>
8864  <visible>true</visible>
8865  <midichan>0</midichan>
8866  <midicc>0</midicc>
8867  <minimum>0.01000000</minimum>
8868  <maximum>4.00000000</maximum>
8869  <value>0.10400000</value>
8870  <mode>lin</mode>
8871  <mouseControl act="jump">continuous</mouseControl>
8872  <resolution>-1.00000000</resolution>
8873  <randomizable group="0">false</randomizable>
8874 </bsbObject>
8875 <bsbObject type="BSBHSlider" version="2">
8876  <objectName>ran2amp</objectName>
8877  <x>235</x>
8878  <y>294</y>
8879  <width>128</width>
8880  <height>17</height>
8881  <uuid>{8e15f754-dbed-42be-8b39-f7955830c42b}</uuid>
8882  <visible>true</visible>
8883  <midichan>0</midichan>
8884  <midicc>0</midicc>
8885  <minimum>0.01000000</minimum>
8886  <maximum>0.20000000</maximum>
8887  <value>0.01000000</value>
8888  <mode>lin</mode>
8889  <mouseControl act="jump">continuous</mouseControl>
8890  <resolution>-1.00000000</resolution>
8891  <randomizable group="0">false</randomizable>
8892 </bsbObject>
8893 <bsbObject type="BSBHSlider" version="2">
8894  <objectName>slider25</objectName>
8895  <x>-1684370995</x>
8896  <y>-1632653275</y>
8897  <width>128</width>
8898  <height>17</height>
8899  <uuid>{bf314fea-50d5-44d4-8064-0cc43430c93e}</uuid>
8900  <visible>true</visible>
8901  <midichan>0</midichan>
8902  <midicc>-3</midicc>
8903  <minimum>0.00000000</minimum>
8904  <maximum>1.00000000</maximum>
8905  <value>0.36718800</value>
8906  <mode>lin</mode>
8907  <mouseControl act="jump">continuous</mouseControl>
8908  <resolution>-1.00000000</resolution>
8909  <randomizable group="0">false</randomizable>
8910 </bsbObject>
8911 <bsbObject type="BSBButton" version="2">
8912  <objectName>Rand_1</objectName>
8913  <x>-1684370995</x>
8914  <y>-1632653259</y>
8915  <width>127</width>
8916  <height>31</height>
8917  <uuid>{31f4b905-de9d-41e5-96ce-43cfd22c739f}</uuid>
8918  <visible>true</visible>
8919  <midichan>0</midichan>
8920  <midicc>-3</midicc>
8921  <type>event</type>
8922  <pressedValue>1.00000000</pressedValue>
8923  <stringvalue/>
8924  <text>Rand_1</text>
8925  <image>/</image>
8926  <eventLine>i1 0 10</eventLine>
8927  <latch>false</latch>
8928  <latched>false</latched>
8929 </bsbObject>
8930 <bsbObject type="BSBController" version="2">
8931  <objectName>hor98</objectName>
8932  <x>-1684370793</x>
8933  <y>-1632653247</y>
8934  <width>29</width>
8935  <height>10</height>
8936  <uuid>{fcb38ffe-033c-49cd-b523-4534fb820dfa}</uuid>
8937  <visible>true</visible>
8938  <midichan>0</midichan>
8939  <midicc>-3</midicc>
8940  <objectName2>vert98</objectName2>
8941  <xMin>0.00000000</xMin>
8942  <xMax>1.00000000</xMax>
8943  <yMin>0.00000000</yMin>
8944  <yMax>1.00000000</yMax>
8945  <xValue>0.70000000</xValue>
8946  <yValue>0.07500000</yValue>
8947  <type>fill</type>
8948  <pointsize>1</pointsize>
8949  <fadeSpeed>0.00000000</fadeSpeed>
8950  <mouseControl act="press">jump</mouseControl>
8951  <color>
8952   <r>0</r>
8953   <g>234</g>
8954   <b>0</b>
8955  </color>
8956  <randomizable group="0" mode="both">false</randomizable>
8957  <bgcolor>
8958   <r>0</r>
8959   <g>0</g>
8960   <b>0</b>
8961  </bgcolor>
8962 </bsbObject>
8963 <bsbObject type="BSBDisplay" version="2">
8964  <objectName>disppad_Y1</objectName>
8965  <x>36</x>
8966  <y>683</y>
8967  <width>50</width>
8968  <height>25</height>
8969  <uuid>{811693bf-bf7f-4828-ae46-fdf3be4165e2}</uuid>
8970  <visible>true</visible>
8971  <midichan>0</midichan>
8972  <midicc>0</midicc>
8973  <label>0.844</label>
8974  <alignment>center</alignment>
8975  <font>Lucida Grande</font>
8976  <fontsize>8</fontsize>
8977  <precision>3</precision>
8978  <color>
8979   <r>0</r>
8980   <g>255</g>
8981   <b>0</b>
8982  </color>
8983  <bgcolor mode="nobackground">
8984   <r>64</r>
8985   <g>0</g>
8986   <b>128</b>
8987  </bgcolor>
8988  <bordermode>noborder</bordermode>
8989  <borderradius>1</borderradius>
8990  <borderwidth>1</borderwidth>
8991 </bsbObject>
8992 <bsbObject type="BSBDropdown" version="2">
8993  <objectName>menu146</objectName>
8994  <x>926223910</x>
8995  <y>1029660209</y>
8996  <width>10</width>
8997  <height>83</height>
8998  <uuid>{34306c40-1274-4e2b-8ff6-2bf986018995}</uuid>
8999  <visible>true</visible>
9000  <midichan>0</midichan>
9001  <midicc>-3</midicc>
9002  <bsbDropdownItemList>
9003   <bsbDropdownItem>
9004    <name>UP</name>
9005    <value>0</value>
9006    <stringvalue/>
9007   </bsbDropdownItem>
9008   <bsbDropdownItem>
9009    <name> DOWN</name>
9010    <value>1</value>
9011    <stringvalue/>
9012   </bsbDropdownItem>
9013  </bsbDropdownItemList>
9014  <selectedIndex>0</selectedIndex>
9015  <randomizable group="0">false</randomizable>
9016 </bsbObject>
9017 <bsbObject type="BSBVSlider" version="2">
9018  <objectName>TIME</objectName>
9019  <x>1164</x>
9020  <y>624</y>
9021  <width>20</width>
9022  <height>70</height>
9023  <uuid>{eb94ca80-3664-4c28-9390-8eb7af73093e}</uuid>
9024  <visible>true</visible>
9025  <midichan>0</midichan>
9026  <midicc>0</midicc>
9027  <minimum>0.00000000</minimum>
9028  <maximum>240.00000000</maximum>
9029  <value>6.85714286</value>
9030  <mode>lin</mode>
9031  <mouseControl act="jump">continuous</mouseControl>
9032  <resolution>-1.00000000</resolution>
9033  <randomizable group="0">false</randomizable>
9034 </bsbObject>
9035 <bsbObject type="BSBVSlider" version="2">
9036  <objectName>TYPE</objectName>
9037  <x>1307</x>
9038  <y>624</y>
9039  <width>21</width>
9040  <height>70</height>
9041  <uuid>{e647e3a6-8327-473d-a1cf-befd1c4a1a52}</uuid>
9042  <visible>true</visible>
9043  <midichan>0</midichan>
9044  <midicc>0</midicc>
9045  <minimum>-5.00000000</minimum>
9046  <maximum>5.00000000</maximum>
9047  <value>0.85714286</value>
9048  <mode>lin</mode>
9049  <mouseControl act="jump">continuous</mouseControl>
9050  <resolution>-1.00000000</resolution>
9051  <randomizable group="0">false</randomizable>
9052 </bsbObject>
9053 <bsbObject type="BSBLabel" version="2">
9054  <objectName/>
9055  <x>1140</x>
9056  <y>698</y>
9057  <width>80</width>
9058  <height>22</height>
9059  <uuid>{2f420641-69ad-444e-835f-be650417794d}</uuid>
9060  <visible>true</visible>
9061  <midichan>0</midichan>
9062  <midicc>0</midicc>
9063  <label>Morph Time</label>
9064  <alignment>center</alignment>
9065  <font>Lucida Grande</font>
9066  <fontsize>9</fontsize>
9067  <precision>3</precision>
9068  <color>
9069   <r>255</r>
9070   <g>255</g>
9071   <b>255</b>
9072  </color>
9073  <bgcolor mode="nobackground">
9074   <r>255</r>
9075   <g>255</g>
9076   <b>255</b>
9077  </bgcolor>
9078  <bordermode>noborder</bordermode>
9079  <borderradius>1</borderradius>
9080  <borderwidth>1</borderwidth>
9081 </bsbObject>
9082 <bsbObject type="BSBLabel" version="2">
9083  <objectName/>
9084  <x>1284</x>
9085  <y>695</y>
9086  <width>89</width>
9087  <height>22</height>
9088  <uuid>{c3f46981-3604-40c7-9ad5-c1941ef61fc3}</uuid>
9089  <visible>true</visible>
9090  <midichan>0</midichan>
9091  <midicc>0</midicc>
9092  <label>Transition Type</label>
9093  <alignment>left</alignment>
9094  <font>Lucida Grande</font>
9095  <fontsize>9</fontsize>
9096  <precision>3</precision>
9097  <color>
9098   <r>255</r>
9099   <g>255</g>
9100   <b>255</b>
9101  </color>
9102  <bgcolor mode="nobackground">
9103   <r>255</r>
9104   <g>255</g>
9105   <b>255</b>
9106  </bgcolor>
9107  <bordermode>noborder</bordermode>
9108  <borderradius>1</borderradius>
9109  <borderwidth>1</borderwidth>
9110 </bsbObject>
9111 <bsbObject type="BSBDisplay" version="2">
9112  <objectName>TYPE</objectName>
9113  <x>1289</x>
9114  <y>601</y>
9115  <width>59</width>
9116  <height>22</height>
9117  <uuid>{e8bd0673-6177-4cb1-8b39-6b8c8cd5c423}</uuid>
9118  <visible>true</visible>
9119  <midichan>0</midichan>
9120  <midicc>0</midicc>
9121  <label>0.857</label>
9122  <alignment>center</alignment>
9123  <font>Lucida Grande</font>
9124  <fontsize>10</fontsize>
9125  <precision>3</precision>
9126  <color>
9127   <r>0</r>
9128   <g>255</g>
9129   <b>0</b>
9130  </color>
9131  <bgcolor mode="background">
9132   <r>0</r>
9133   <g>64</g>
9134   <b>128</b>
9135  </bgcolor>
9136  <bordermode>noborder</bordermode>
9137  <borderradius>3</borderradius>
9138  <borderwidth>1</borderwidth>
9139 </bsbObject>
9140 <bsbObject type="BSBHSlider" version="2">
9141  <objectName>dur</objectName>
9142  <x>124</x>
9143  <y>92</y>
9144  <width>197</width>
9145  <height>23</height>
9146  <uuid>{bebfdbca-ed23-4ccb-893f-a958530d520f}</uuid>
9147  <visible>true</visible>
9148  <midichan>0</midichan>
9149  <midicc>0</midicc>
9150  <minimum>0.20000000</minimum>
9151  <maximum>3.00000000</maximum>
9152  <value>0.47000000</value>
9153  <mode>lin</mode>
9154  <mouseControl act="jump">continuous</mouseControl>
9155  <resolution>-1.00000000</resolution>
9156  <randomizable group="0">false</randomizable>
9157 </bsbObject>
9158 <bsbObject type="BSBHSlider" version="2">
9159  <objectName>band</objectName>
9160  <x>124</x>
9161  <y>52</y>
9162  <width>197</width>
9163  <height>18</height>
9164  <uuid>{23615c3d-0e23-4387-bf37-61904bae866d}</uuid>
9165  <visible>true</visible>
9166  <midichan>0</midichan>
9167  <midicc>0</midicc>
9168  <minimum>0.00010000</minimum>
9169  <maximum>400.00000000</maximum>
9170  <value>0.10000000</value>
9171  <mode>lin</mode>
9172  <mouseControl act="jump">continuous</mouseControl>
9173  <resolution>-1.00000000</resolution>
9174  <randomizable group="0">false</randomizable>
9175 </bsbObject>
9176 <bsbObject type="BSBController" version="2">
9177  <objectName>led1</objectName>
9178  <x>97</x>
9179  <y>393</y>
9180  <width>11</width>
9181  <height>6</height>
9182  <uuid>{9f6d6271-32de-49c9-9626-a777050a33cd}</uuid>
9183  <visible>true</visible>
9184  <midichan>0</midichan>
9185  <midicc>0</midicc>
9186  <objectName2>led</objectName2>
9187  <xMin>0.00000000</xMin>
9188  <xMax>1.00000000</xMax>
9189  <yMin>0.00000000</yMin>
9190  <yMax>1.00000000</yMax>
9191  <xValue>1.00000000</xValue>
9192  <yValue>0.70000000</yValue>
9193  <type>fill</type>
9194  <pointsize>1</pointsize>
9195  <fadeSpeed>0.00000000</fadeSpeed>
9196  <mouseControl act="press">jump</mouseControl>
9197  <color>
9198   <r>255</r>
9199   <g>0</g>
9200   <b>0</b>
9201  </color>
9202  <randomizable group="0" mode="both">false</randomizable>
9203  <bgcolor>
9204   <r>0</r>
9205   <g>0</g>
9206   <b>0</b>
9207  </bgcolor>
9208 </bsbObject>
9209 <bsbObject type="BSBDropdown" version="2">
9210  <objectName>mode_in</objectName>
9211  <x>444</x>
9212  <y>172</y>
9213  <width>103</width>
9214  <height>22</height>
9215  <uuid>{21685f68-bea8-44d0-8f76-de0a088cdf3c}</uuid>
9216  <visible>true</visible>
9217  <midichan>0</midichan>
9218  <midicc>-3</midicc>
9219  <bsbDropdownItemList>
9220   <bsbDropdownItem>
9221    <name>User Ratio</name>
9222    <value>0</value>
9223    <stringvalue/>
9224   </bsbDropdownItem>
9225   <bsbDropdownItem>
9226    <name>Num/Dem</name>
9227    <value>1</value>
9228    <stringvalue/>
9229   </bsbDropdownItem>
9230  </bsbDropdownItemList>
9231  <selectedIndex>0</selectedIndex>
9232  <randomizable group="0">false</randomizable>
9233 </bsbObject>
9234 <bsbObject type="BSBDisplay" version="2">
9235  <objectName>disp_numdem</objectName>
9236  <x>455</x>
9237  <y>204</y>
9238  <width>68</width>
9239  <height>22</height>
9240  <uuid>{2f9f38a0-b81d-4e89-8e13-73f3b65634de}</uuid>
9241  <visible>true</visible>
9242  <midichan>0</midichan>
9243  <midicc>0</midicc>
9244  <label>1.224</label>
9245  <alignment>center</alignment>
9246  <font>Lucida Grande</font>
9247  <fontsize>10</fontsize>
9248  <precision>3</precision>
9249  <color>
9250   <r>0</r>
9251   <g>255</g>
9252   <b>0</b>
9253  </color>
9254  <bgcolor mode="background">
9255   <r>0</r>
9256   <g>64</g>
9257   <b>128</b>
9258  </bgcolor>
9259  <bordermode>noborder</bordermode>
9260  <borderradius>3</borderradius>
9261  <borderwidth>1</borderwidth>
9262 </bsbObject>
9263 <bsbObject type="BSBDisplay" version="2">
9264  <objectName/>
9265  <x>458</x>
9266  <y>238</y>
9267  <width>66</width>
9268  <height>21</height>
9269  <uuid>{606bff5e-de3f-48c9-954b-be25d429bcc3}</uuid>
9270  <visible>true</visible>
9271  <midichan>0</midichan>
9272  <midicc>0</midicc>
9273  <label>NUM/DEM</label>
9274  <alignment>center</alignment>
9275  <font>Lucida Grande</font>
9276  <fontsize>9</fontsize>
9277  <precision>3</precision>
9278  <color>
9279   <r>255</r>
9280   <g>255</g>
9281   <b>255</b>
9282  </color>
9283  <bgcolor mode="nobackground">
9284   <r>102</r>
9285   <g>204</g>
9286   <b>255</b>
9287  </bgcolor>
9288  <bordermode>noborder</bordermode>
9289  <borderradius>1</borderradius>
9290  <borderwidth>1</borderwidth>
9291 </bsbObject>
9292 <bsbObject type="BSBVSlider" version="2">
9293  <objectName>over</objectName>
9294  <x>1096</x>
9295  <y>90</y>
9296  <width>22</width>
9297  <height>123</height>
9298  <uuid>{3bacc595-572b-4526-839f-5f675f94c922}</uuid>
9299  <visible>true</visible>
9300  <midichan>0</midichan>
9301  <midicc>0</midicc>
9302  <minimum>0.00000000</minimum>
9303  <maximum>1.00000000</maximum>
9304  <value>0.50000000</value>
9305  <mode>lin</mode>
9306  <mouseControl act="jump">continuous</mouseControl>
9307  <resolution>-1.00000000</resolution>
9308  <randomizable group="0">false</randomizable>
9309 </bsbObject>
9310 <bsbObject type="BSBButton" version="2">
9311  <objectName>button1</objectName>
9312  <x>-1684371026</x>
9313  <y>-1632653224</y>
9314  <width>10</width>
9315  <height>10</height>
9316  <uuid>{bd2a2358-3bb9-49ca-b417-53734c3cd154}</uuid>
9317  <visible>true</visible>
9318  <midichan>0</midichan>
9319  <midicc>-3</midicc>
9320  <type>event</type>
9321  <pressedValue>1.00000000</pressedValue>
9322  <stringvalue/>
9323  <text>On/Off#1</text>
9324  <image>/</image>
9325  <eventLine>i1 0 10</eventLine>
9326  <latch>false</latch>
9327  <latched>true</latched>
9328 </bsbObject>
9329 <bsbObject type="BSBButton" version="2">
9330  <objectName>Rand_1</objectName>
9331  <x>-1684371026</x>
9332  <y>-1632653254</y>
9333  <width>10</width>
9334  <height>10</height>
9335  <uuid>{024aeb39-0b00-4c79-9a87-d70be0d848b4}</uuid>
9336  <visible>true</visible>
9337  <midichan>0</midichan>
9338  <midicc>-3</midicc>
9339  <type>event</type>
9340  <pressedValue>1.00000000</pressedValue>
9341  <stringvalue/>
9342  <text>Rand_1</text>
9343  <image>/</image>
9344  <eventLine>i1 0 10</eventLine>
9345  <latch>false</latch>
9346  <latched>false</latched>
9347 </bsbObject>
9348 <bsbObject type="BSBController" version="2">
9349  <objectName>hor98</objectName>
9350  <x>-1684370924</x>
9351  <y>-1632653218</y>
9352  <width>10</width>
9353  <height>10</height>
9354  <uuid>{7a25d3ce-d16a-46ac-9874-ab9d5f8ec553}</uuid>
9355  <visible>true</visible>
9356  <midichan>0</midichan>
9357  <midicc>-3</midicc>
9358  <objectName2>vert98</objectName2>
9359  <xMin>0.00000000</xMin>
9360  <xMax>1.00000000</xMax>
9361  <yMin>0.00000000</yMin>
9362  <yMax>1.00000000</yMax>
9363  <xValue>0.70000000</xValue>
9364  <yValue>0.07500000</yValue>
9365  <type>fill</type>
9366  <pointsize>1</pointsize>
9367  <fadeSpeed>0.00000000</fadeSpeed>
9368  <mouseControl act="press">jump</mouseControl>
9369  <color>
9370   <r>0</r>
9371   <g>234</g>
9372   <b>0</b>
9373  </color>
9374  <randomizable group="0" mode="both">false</randomizable>
9375  <bgcolor>
9376   <r>0</r>
9377   <g>0</g>
9378   <b>0</b>
9379  </bgcolor>
9380 </bsbObject>
9381 <bsbObject type="BSBController" version="2">
9382  <objectName>hor98</objectName>
9383  <x>-1684370923</x>
9384  <y>-1632653246</y>
9385  <width>10</width>
9386  <height>10</height>
9387  <uuid>{042c5fe9-b5d2-4d7d-9e50-cef4e53ade8d}</uuid>
9388  <visible>true</visible>
9389  <midichan>0</midichan>
9390  <midicc>-3</midicc>
9391  <objectName2>vert98</objectName2>
9392  <xMin>0.00000000</xMin>
9393  <xMax>1.00000000</xMax>
9394  <yMin>0.00000000</yMin>
9395  <yMax>1.00000000</yMax>
9396  <xValue>0.70000000</xValue>
9397  <yValue>0.07500000</yValue>
9398  <type>fill</type>
9399  <pointsize>1</pointsize>
9400  <fadeSpeed>0.00000000</fadeSpeed>
9401  <mouseControl act="press">jump</mouseControl>
9402  <color>
9403   <r>0</r>
9404   <g>234</g>
9405   <b>0</b>
9406  </color>
9407  <randomizable group="0" mode="both">false</randomizable>
9408  <bgcolor>
9409   <r>0</r>
9410   <g>0</g>
9411   <b>0</b>
9412  </bgcolor>
9413 </bsbObject>
9414 <bsbObject type="BSBDisplay" version="2">
9415  <objectName>disppad_X1</objectName>
9416  <x>0</x>
9417  <y>683</y>
9418  <width>50</width>
9419  <height>25</height>
9420  <uuid>{47a8a255-4639-48b7-94aa-6d5f729cd3b8}</uuid>
9421  <visible>true</visible>
9422  <midichan>0</midichan>
9423  <midicc>0</midicc>
9424  <label>0.188</label>
9425  <alignment>center</alignment>
9426  <font>Lucida Grande</font>
9427  <fontsize>8</fontsize>
9428  <precision>3</precision>
9429  <color>
9430   <r>0</r>
9431   <g>255</g>
9432   <b>0</b>
9433  </color>
9434  <bgcolor mode="nobackground">
9435   <r>64</r>
9436   <g>0</g>
9437   <b>128</b>
9438  </bgcolor>
9439  <bordermode>noborder</bordermode>
9440  <borderradius>1</borderradius>
9441  <borderwidth>1</borderwidth>
9442 </bsbObject>
9443 <bsbObject type="BSBDisplay" version="2">
9444  <objectName>grid_index</objectName>
9445  <x>80</x>
9446  <y>683</y>
9447  <width>47</width>
9448  <height>24</height>
9449  <uuid>{7bb493b1-ee4d-4fa9-8562-3dd23e1703b7}</uuid>
9450  <visible>true</visible>
9451  <midichan>0</midichan>
9452  <midicc>0</midicc>
9453  <label>93.938</label>
9454  <alignment>center</alignment>
9455  <font>Lucida Grande</font>
9456  <fontsize>8</fontsize>
9457  <precision>3</precision>
9458  <color>
9459   <r>0</r>
9460   <g>255</g>
9461   <b>0</b>
9462  </color>
9463  <bgcolor mode="nobackground">
9464   <r>64</r>
9465   <g>0</g>
9466   <b>128</b>
9467  </bgcolor>
9468  <bordermode>noborder</bordermode>
9469  <borderradius>1</borderradius>
9470  <borderwidth>1</borderwidth>
9471 </bsbObject>
9472 <bsbObject type="BSBLabel" version="2">
9473  <objectName/>
9474  <x>0</x>
9475  <y>696</y>
9476  <width>44</width>
9477  <height>21</height>
9478  <uuid>{7dab7091-3c7e-4814-9153-6e01f4c0b074}</uuid>
9479  <visible>true</visible>
9480  <midichan>0</midichan>
9481  <midicc>0</midicc>
9482  <label>INDEX</label>
9483  <alignment>left</alignment>
9484  <font>Lucida Grande</font>
9485  <fontsize>9</fontsize>
9486  <precision>3</precision>
9487  <color>
9488   <r>255</r>
9489   <g>255</g>
9490   <b>102</b>
9491  </color>
9492  <bgcolor mode="nobackground">
9493   <r>255</r>
9494   <g>255</g>
9495   <b>255</b>
9496  </bgcolor>
9497  <bordermode>noborder</bordermode>
9498  <borderradius>1</borderradius>
9499  <borderwidth>1</borderwidth>
9500 </bsbObject>
9501 <bsbObject type="BSBLabel" version="2">
9502  <objectName/>
9503  <x>46</x>
9504  <y>696</y>
9505  <width>35</width>
9506  <height>21</height>
9507  <uuid>{f413d706-a6bd-46b5-aab3-8fd11195a35f}</uuid>
9508  <visible>true</visible>
9509  <midichan>0</midichan>
9510  <midicc>0</midicc>
9511  <label>DHz</label>
9512  <alignment>left</alignment>
9513  <font>Lucida Grande</font>
9514  <fontsize>10</fontsize>
9515  <precision>3</precision>
9516  <color>
9517   <r>255</r>
9518   <g>255</g>
9519   <b>102</b>
9520  </color>
9521  <bgcolor mode="nobackground">
9522   <r>255</r>
9523   <g>255</g>
9524   <b>255</b>
9525  </bgcolor>
9526  <bordermode>noborder</bordermode>
9527  <borderradius>1</borderradius>
9528  <borderwidth>1</borderwidth>
9529 </bsbObject>
9530 <bsbObject type="BSBDisplay" version="2">
9531  <objectName>Fun_1</objectName>
9532  <x>5</x>
9533  <y>724</y>
9534  <width>49</width>
9535  <height>22</height>
9536  <uuid>{096996fb-a70e-4029-81bb-d011258aad73}</uuid>
9537  <visible>true</visible>
9538  <midichan>0</midichan>
9539  <midicc>0</midicc>
9540  <label>0.100</label>
9541  <alignment>center</alignment>
9542  <font>Lucida Grande</font>
9543  <fontsize>10</fontsize>
9544  <precision>3</precision>
9545  <color>
9546   <r>0</r>
9547   <g>255</g>
9548   <b>0</b>
9549  </color>
9550  <bgcolor mode="background">
9551   <r>0</r>
9552   <g>64</g>
9553   <b>128</b>
9554  </bgcolor>
9555  <bordermode>noborder</bordermode>
9556  <borderradius>3</borderradius>
9557  <borderwidth>1</borderwidth>
9558 </bsbObject>
9559 <bsbObject type="BSBDisplay" version="2">
9560  <objectName>indx1</objectName>
9561  <x>106</x>
9562  <y>724</y>
9563  <width>48</width>
9564  <height>22</height>
9565  <uuid>{73fd691e-4c28-4501-8cb1-2ea008f4aaaf}</uuid>
9566  <visible>true</visible>
9567  <midichan>0</midichan>
9568  <midicc>0</midicc>
9569  <label>1.000</label>
9570  <alignment>center</alignment>
9571  <font>Lucida Grande</font>
9572  <fontsize>10</fontsize>
9573  <precision>3</precision>
9574  <color>
9575   <r>0</r>
9576   <g>255</g>
9577   <b>0</b>
9578  </color>
9579  <bgcolor mode="background">
9580   <r>0</r>
9581   <g>64</g>
9582   <b>128</b>
9583  </bgcolor>
9584  <bordermode>noborder</bordermode>
9585  <borderradius>3</borderradius>
9586  <borderwidth>1</borderwidth>
9587 </bsbObject>
9588 <bsbObject type="BSBLabel" version="2">
9589  <objectName/>
9590  <x>98</x>
9591  <y>822</y>
9592  <width>59</width>
9593  <height>22</height>
9594  <uuid>{68b428d0-5090-4197-aa89-e93b768fb669}</uuid>
9595  <visible>true</visible>
9596  <midichan>0</midichan>
9597  <midicc>0</midicc>
9598  <label>IM1</label>
9599  <alignment>center</alignment>
9600  <font>Lucida Grande</font>
9601  <fontsize>9</fontsize>
9602  <precision>3</precision>
9603  <color>
9604   <r>255</r>
9605   <g>255</g>
9606   <b>255</b>
9607  </color>
9608  <bgcolor mode="nobackground">
9609   <r>255</r>
9610   <g>255</g>
9611   <b>255</b>
9612  </bgcolor>
9613  <bordermode>noborder</bordermode>
9614  <borderradius>1</borderradius>
9615  <borderwidth>1</borderwidth>
9616 </bsbObject>
9617 <bsbObject type="BSBLabel" version="2">
9618  <objectName/>
9619  <x>15</x>
9620  <y>823</y>
9621  <width>59</width>
9622  <height>22</height>
9623  <uuid>{61543449-06d6-434e-932d-8e4a554e7f0e}</uuid>
9624  <visible>true</visible>
9625  <midichan>0</midichan>
9626  <midicc>0</midicc>
9627  <label>F1</label>
9628  <alignment>left</alignment>
9629  <font>Lucida Grande</font>
9630  <fontsize>9</fontsize>
9631  <precision>3</precision>
9632  <color>
9633   <r>255</r>
9634   <g>255</g>
9635   <b>255</b>
9636  </color>
9637  <bgcolor mode="nobackground">
9638   <r>255</r>
9639   <g>255</g>
9640   <b>255</b>
9641  </bgcolor>
9642  <bordermode>noborder</bordermode>
9643  <borderradius>1</borderradius>
9644  <borderwidth>1</borderwidth>
9645 </bsbObject>
9646 <bsbObject type="BSBLabel" version="2">
9647  <objectName/>
9648  <x>52</x>
9649  <y>823</y>
9650  <width>51</width>
9651  <height>22</height>
9652  <uuid>{94c22cce-a4c6-4954-bdd1-8418db2ef185}</uuid>
9653  <visible>true</visible>
9654  <midichan>0</midichan>
9655  <midicc>0</midicc>
9656  <label>LEV_1</label>
9657  <alignment>center</alignment>
9658  <font>Lucida Grande</font>
9659  <fontsize>9</fontsize>
9660  <precision>3</precision>
9661  <color>
9662   <r>102</r>
9663   <g>255</g>
9664   <b>255</b>
9665  </color>
9666  <bgcolor mode="nobackground">
9667   <r>255</r>
9668   <g>255</g>
9669   <b>255</b>
9670  </bgcolor>
9671  <bordermode>noborder</bordermode>
9672  <borderradius>1</borderradius>
9673  <borderwidth>1</borderwidth>
9674 </bsbObject>
9675 <bsbObject type="BSBLabel" version="2">
9676  <objectName/>
9677  <x>5</x>
9678  <y>271</y>
9679  <width>90</width>
9680  <height>22</height>
9681  <uuid>{c2994d81-0352-4b3a-a55a-20e5b9dde15f}</uuid>
9682  <visible>true</visible>
9683  <midichan>0</midichan>
9684  <midicc>0</midicc>
9685  <label>RAN AMP 1 -></label>
9686  <alignment>left</alignment>
9687  <font>Lucida Grande</font>
9688  <fontsize>9</fontsize>
9689  <precision>3</precision>
9690  <color>
9691   <r>255</r>
9692   <g>255</g>
9693   <b>255</b>
9694  </color>
9695  <bgcolor mode="nobackground">
9696   <r>255</r>
9697   <g>255</g>
9698   <b>255</b>
9699  </bgcolor>
9700  <bordermode>noborder</bordermode>
9701  <borderradius>1</borderradius>
9702  <borderwidth>1</borderwidth>
9703 </bsbObject>
9704 <bsbObject type="BSBLabel" version="2">
9705  <objectName/>
9706  <x>4</x>
9707  <y>307</y>
9708  <width>89</width>
9709  <height>22</height>
9710  <uuid>{4f6f9a88-80c1-4f5f-a46d-89c119d179d0}</uuid>
9711  <visible>true</visible>
9712  <midichan>0</midichan>
9713  <midicc>0</midicc>
9714  <label>RAN RATE 1 -></label>
9715  <alignment>left</alignment>
9716  <font>Lucida Grande</font>
9717  <fontsize>9</fontsize>
9718  <precision>3</precision>
9719  <color>
9720   <r>255</r>
9721   <g>255</g>
9722   <b>255</b>
9723  </color>
9724  <bgcolor mode="nobackground">
9725   <r>255</r>
9726   <g>255</g>
9727   <b>255</b>
9728  </bgcolor>
9729  <bordermode>noborder</bordermode>
9730  <borderradius>1</borderradius>
9731  <borderwidth>1</borderwidth>
9732 </bsbObject>
9733 <bsbObject type="BSBController" version="2">
9734  <objectName>led2</objectName>
9735  <x>330</x>
9736  <y>393</y>
9737  <width>11</width>
9738  <height>6</height>
9739  <uuid>{debf3aa1-350f-495d-b2a7-24fa83303649}</uuid>
9740  <visible>true</visible>
9741  <midichan>0</midichan>
9742  <midicc>0</midicc>
9743  <objectName2>led</objectName2>
9744  <xMin>0.00000000</xMin>
9745  <xMax>1.00000000</xMax>
9746  <yMin>0.00000000</yMin>
9747  <yMax>1.00000000</yMax>
9748  <xValue>0.00000000</xValue>
9749  <yValue>0.70000000</yValue>
9750  <type>fill</type>
9751  <pointsize>1</pointsize>
9752  <fadeSpeed>0.00000000</fadeSpeed>
9753  <mouseControl act="press">jump</mouseControl>
9754  <color>
9755   <r>102</r>
9756   <g>255</g>
9757   <b>255</b>
9758  </color>
9759  <randomizable group="0" mode="both">false</randomizable>
9760  <bgcolor>
9761   <r>0</r>
9762   <g>0</g>
9763   <b>0</b>
9764  </bgcolor>
9765 </bsbObject>
9766 <bsbObject type="BSBController" version="2">
9767  <objectName>hor153</objectName>
9768  <x>1131</x>
9769  <y>78</y>
9770  <width>6</width>
9771  <height>134</height>
9772  <uuid>{89a62851-1f43-40e3-8455-aae5a24e5ab8}</uuid>
9773  <visible>true</visible>
9774  <midichan>0</midichan>
9775  <midicc>0</midicc>
9776  <objectName2>rms_L</objectName2>
9777  <xMin>0.00000000</xMin>
9778  <xMax>1.00000000</xMax>
9779  <yMin>0.00000000</yMin>
9780  <yMax>1.00000000</yMax>
9781  <xValue>0.00000000</xValue>
9782  <yValue>-inf</yValue>
9783  <type>fill</type>
9784  <pointsize>1</pointsize>
9785  <fadeSpeed>0.00000000</fadeSpeed>
9786  <mouseControl act="press">jump</mouseControl>
9787  <color>
9788   <r>102</r>
9789   <g>255</g>
9790   <b>102</b>
9791  </color>
9792  <randomizable group="0" mode="both">false</randomizable>
9793  <bgcolor>
9794   <r>0</r>
9795   <g>0</g>
9796   <b>0</b>
9797  </bgcolor>
9798 </bsbObject>
9799 <bsbObject type="BSBController" version="2">
9800  <objectName>hor153</objectName>
9801  <x>1142</x>
9802  <y>78</y>
9803  <width>6</width>
9804  <height>134</height>
9805  <uuid>{3748c079-5661-4827-ae59-d8be873989ff}</uuid>
9806  <visible>true</visible>
9807  <midichan>0</midichan>
9808  <midicc>0</midicc>
9809  <objectName2>rms_R</objectName2>
9810  <xMin>0.00000000</xMin>
9811  <xMax>1.00000000</xMax>
9812  <yMin>0.00000000</yMin>
9813  <yMax>1.00000000</yMax>
9814  <xValue>0.00000000</xValue>
9815  <yValue>-inf</yValue>
9816  <type>fill</type>
9817  <pointsize>1</pointsize>
9818  <fadeSpeed>0.00000000</fadeSpeed>
9819  <mouseControl act="press">jump</mouseControl>
9820  <color>
9821   <r>102</r>
9822   <g>255</g>
9823   <b>102</b>
9824  </color>
9825  <randomizable group="0" mode="both">false</randomizable>
9826  <bgcolor>
9827   <r>0</r>
9828   <g>0</g>
9829   <b>0</b>
9830  </bgcolor>
9831 </bsbObject>
9832 <bsbObject type="BSBLabel" version="2">
9833  <objectName/>
9834  <x>766</x>
9835  <y>268</y>
9836  <width>320</width>
9837  <height>371</height>
9838  <uuid>{e0b806d8-4889-4fae-b269-dd130f3b8403}</uuid>
9839  <visible>true</visible>
9840  <midichan>0</midichan>
9841  <midicc>0</midicc>
9842  <label/>
9843  <alignment>left</alignment>
9844  <font>Lucida Grande</font>
9845  <fontsize>12</fontsize>
9846  <precision>3</precision>
9847  <color>
9848   <r>0</r>
9849   <g>0</g>
9850   <b>0</b>
9851  </color>
9852  <bgcolor mode="background">
9853   <r>103</r>
9854   <g>115</g>
9855   <b>132</b>
9856  </bgcolor>
9857  <bordermode>border</bordermode>
9858  <borderradius>6</borderradius>
9859  <borderwidth>1</borderwidth>
9860 </bsbObject>
9861 <bsbObject type="BSBDisplay" version="2">
9862  <objectName>F1</objectName>
9863  <x>4</x>
9864  <y>227</y>
9865  <width>80</width>
9866  <height>27</height>
9867  <uuid>{5fb517b2-b830-43d6-b46f-97f168421484}</uuid>
9868  <visible>true</visible>
9869  <midichan>0</midichan>
9870  <midicc>0</midicc>
9871  <label>256.995</label>
9872  <alignment>center</alignment>
9873  <font>Lucida Grande</font>
9874  <fontsize>12</fontsize>
9875  <precision>3</precision>
9876  <color>
9877   <r>0</r>
9878   <g>255</g>
9879   <b>0</b>
9880  </color>
9881  <bgcolor mode="background">
9882   <r>64</r>
9883   <g>0</g>
9884   <b>128</b>
9885  </bgcolor>
9886  <bordermode>border</bordermode>
9887  <borderradius>6</borderradius>
9888  <borderwidth>1</borderwidth>
9889 </bsbObject>
9890 <bsbObject type="BSBDisplay" version="2">
9891  <objectName>F2</objectName>
9892  <x>4</x>
9893  <y>201</y>
9894  <width>80</width>
9895  <height>27</height>
9896  <uuid>{92b5b1fd-d452-46c8-9ca9-91715e743c9c}</uuid>
9897  <visible>true</visible>
9898  <midichan>0</midichan>
9899  <midicc>0</midicc>
9900  <label>256.995</label>
9901  <alignment>center</alignment>
9902  <font>Lucida Grande</font>
9903  <fontsize>12</fontsize>
9904  <precision>3</precision>
9905  <color>
9906   <r>0</r>
9907   <g>255</g>
9908   <b>0</b>
9909  </color>
9910  <bgcolor mode="background">
9911   <r>64</r>
9912   <g>0</g>
9913   <b>138</b>
9914  </bgcolor>
9915  <bordermode>border</bordermode>
9916  <borderradius>6</borderradius>
9917  <borderwidth>1</borderwidth>
9918 </bsbObject>
9919 <bsbObject type="BSBDisplay" version="2">
9920  <objectName>F3</objectName>
9921  <x>4</x>
9922  <y>175</y>
9923  <width>80</width>
9924  <height>27</height>
9925  <uuid>{b58d0c22-3f16-438b-9dda-9cc8cfe753e3}</uuid>
9926  <visible>true</visible>
9927  <midichan>0</midichan>
9928  <midicc>0</midicc>
9929  <label>259.822</label>
9930  <alignment>center</alignment>
9931  <font>Lucida Grande</font>
9932  <fontsize>12</fontsize>
9933  <precision>3</precision>
9934  <color>
9935   <r>0</r>
9936   <g>255</g>
9937   <b>0</b>
9938  </color>
9939  <bgcolor mode="background">
9940   <r>64</r>
9941   <g>0</g>
9942   <b>148</b>
9943  </bgcolor>
9944  <bordermode>border</bordermode>
9945  <borderradius>6</borderradius>
9946  <borderwidth>1</borderwidth>
9947 </bsbObject>
9948 <bsbObject type="BSBDisplay" version="2">
9949  <objectName>F4</objectName>
9950  <x>4</x>
9951  <y>149</y>
9952  <width>80</width>
9953  <height>27</height>
9954  <uuid>{8223d269-275b-4f0c-9d3d-4f46ff61ffa9}</uuid>
9955  <visible>true</visible>
9956  <midichan>0</midichan>
9957  <midicc>0</midicc>
9958  <label>262.680</label>
9959  <alignment>center</alignment>
9960  <font>Lucida Grande</font>
9961  <fontsize>12</fontsize>
9962  <precision>3</precision>
9963  <color>
9964   <r>0</r>
9965   <g>255</g>
9966   <b>0</b>
9967  </color>
9968  <bgcolor mode="background">
9969   <r>64</r>
9970   <g>0</g>
9971   <b>159</b>
9972  </bgcolor>
9973  <bordermode>border</bordermode>
9974  <borderradius>6</borderradius>
9975  <borderwidth>1</borderwidth>
9976 </bsbObject>
9977 <bsbObject type="BSBDisplay" version="2">
9978  <objectName>F5</objectName>
9979  <x>4</x>
9980  <y>123</y>
9981  <width>80</width>
9982  <height>27</height>
9983  <uuid>{e1515acd-bf65-4817-adb3-f59606ee7215}</uuid>
9984  <visible>true</visible>
9985  <midichan>0</midichan>
9986  <midicc>0</midicc>
9987  <label>169.000</label>
9988  <alignment>center</alignment>
9989  <font>Lucida Grande</font>
9990  <fontsize>12</fontsize>
9991  <precision>3</precision>
9992  <color>
9993   <r>0</r>
9994   <g>255</g>
9995   <b>0</b>
9996  </color>
9997  <bgcolor mode="background">
9998   <r>64</r>
9999   <g>0</g>
10000   <b>170</b>
10001  </bgcolor>
10002  <bordermode>border</bordermode>
10003  <borderradius>5</borderradius>
10004  <borderwidth>1</borderwidth>
10005 </bsbObject>
10006 <bsbObject type="BSBDisplay" version="2">
10007  <objectName>F6</objectName>
10008  <x>4</x>
10009  <y>97</y>
10010  <width>80</width>
10011  <height>27</height>
10012  <uuid>{445b188d-842b-40fe-9105-2e992af953d0}</uuid>
10013  <visible>true</visible>
10014  <midichan>0</midichan>
10015  <midicc>0</midicc>
10016  <label>273.000</label>
10017  <alignment>center</alignment>
10018  <font>Lucida Grande</font>
10019  <fontsize>12</fontsize>
10020  <precision>3</precision>
10021  <color>
10022   <r>0</r>
10023   <g>255</g>
10024   <b>0</b>
10025  </color>
10026  <bgcolor mode="background">
10027   <r>64</r>
10028   <g>0</g>
10029   <b>188</b>
10030  </bgcolor>
10031  <bordermode>border</bordermode>
10032  <borderradius>6</borderradius>
10033  <borderwidth>1</borderwidth>
10034 </bsbObject>
10035 <bsbObject type="BSBDisplay" version="2">
10036  <objectName>F7</objectName>
10037  <x>4</x>
10038  <y>71</y>
10039  <width>80</width>
10040  <height>27</height>
10041  <uuid>{88c7d5b5-d6a2-4858-9199-236995d92d5c}</uuid>
10042  <visible>true</visible>
10043  <midichan>0</midichan>
10044  <midicc>0</midicc>
10045  <label>442.000</label>
10046  <alignment>center</alignment>
10047  <font>Lucida Grande</font>
10048  <fontsize>12</fontsize>
10049  <precision>3</precision>
10050  <color>
10051   <r>0</r>
10052   <g>255</g>
10053   <b>0</b>
10054  </color>
10055  <bgcolor mode="background">
10056   <r>64</r>
10057   <g>0</g>
10058   <b>198</b>
10059  </bgcolor>
10060  <bordermode>border</bordermode>
10061  <borderradius>6</borderradius>
10062  <borderwidth>1</borderwidth>
10063 </bsbObject>
10064 <bsbObject type="BSBDisplay" version="2">
10065  <objectName>F8</objectName>
10066  <x>5</x>
10067  <y>43</y>
10068  <width>80</width>
10069  <height>27</height>
10070  <uuid>{3ba8605f-4687-4845-b183-cd6d40de0081}</uuid>
10071  <visible>true</visible>
10072  <midichan>0</midichan>
10073  <midicc>0</midicc>
10074  <label>715.000</label>
10075  <alignment>center</alignment>
10076  <font>Lucida Grande</font>
10077  <fontsize>12</fontsize>
10078  <precision>3</precision>
10079  <color>
10080   <r>0</r>
10081   <g>255</g>
10082   <b>0</b>
10083  </color>
10084  <bgcolor mode="background">
10085   <r>64</r>
10086   <g>0</g>
10087   <b>211</b>
10088  </bgcolor>
10089  <bordermode>border</bordermode>
10090  <borderradius>6</borderradius>
10091  <borderwidth>1</borderwidth>
10092 </bsbObject>
10093 <bsbObject type="BSBDisplay" version="2">
10094  <objectName>disp_rand1</objectName>
10095  <x>148</x>
10096  <y>328</y>
10097  <width>53</width>
10098  <height>22</height>
10099  <uuid>{e3edd5e6-3729-40e6-84f1-ab7274249bd6}</uuid>
10100  <visible>true</visible>
10101  <midichan>0</midichan>
10102  <midicc>0</midicc>
10103  <label>-47.136</label>
10104  <alignment>left</alignment>
10105  <font>Lucida Grande</font>
10106  <fontsize>8</fontsize>
10107  <precision>3</precision>
10108  <color>
10109   <r>204</r>
10110   <g>255</g>
10111   <b>102</b>
10112  </color>
10113  <bgcolor mode="nobackground">
10114   <r>64</r>
10115   <g>0</g>
10116   <b>128</b>
10117  </bgcolor>
10118  <bordermode>noborder</bordermode>
10119  <borderradius>1</borderradius>
10120  <borderwidth>1</borderwidth>
10121 </bsbObject>
10122 <bsbObject type="BSBDisplay" version="2">
10123  <objectName>status</objectName>
10124  <x>799</x>
10125  <y>620</y>
10126  <width>62</width>
10127  <height>21</height>
10128  <uuid>{6113eb38-586d-4b3a-b8fc-7e10e873c5b0}</uuid>
10129  <visible>true</visible>
10130  <midichan>0</midichan>
10131  <midicc>0</midicc>
10132  <label>0.000</label>
10133  <alignment>center</alignment>
10134  <font>Lucida Grande</font>
10135  <fontsize>9</fontsize>
10136  <precision>3</precision>
10137  <color>
10138   <r>102</r>
10139   <g>255</g>
10140   <b>255</b>
10141  </color>
10142  <bgcolor mode="nobackground">
10143   <r>255</r>
10144   <g>204</g>
10145   <b>102</b>
10146  </bgcolor>
10147  <bordermode>noborder</bordermode>
10148  <borderradius>6</borderradius>
10149  <borderwidth>1</borderwidth>
10150 </bsbObject>
10151 <bsbObject type="BSBDisplay" version="2">
10152  <objectName>chan</objectName>
10153  <x>864</x>
10154  <y>620</y>
10155  <width>61</width>
10156  <height>20</height>
10157  <uuid>{000770d1-0211-466f-aa8d-69872017a014}</uuid>
10158  <visible>true</visible>
10159  <midichan>0</midichan>
10160  <midicc>0</midicc>
10161  <label>0.000</label>
10162  <alignment>center</alignment>
10163  <font>Lucida Grande</font>
10164  <fontsize>9</fontsize>
10165  <precision>3</precision>
10166  <color>
10167   <r>102</r>
10168   <g>255</g>
10169   <b>255</b>
10170  </color>
10171  <bgcolor mode="nobackground">
10172   <r>255</r>
10173   <g>204</g>
10174   <b>102</b>
10175  </bgcolor>
10176  <bordermode>noborder</bordermode>
10177  <borderradius>6</borderradius>
10178  <borderwidth>1</borderwidth>
10179 </bsbObject>
10180 <bsbObject type="BSBDisplay" version="2">
10181  <objectName>data1</objectName>
10182  <x>930</x>
10183  <y>620</y>
10184  <width>58</width>
10185  <height>20</height>
10186  <uuid>{6b53557a-be5b-4cc9-aeb7-4a784f894795}</uuid>
10187  <visible>true</visible>
10188  <midichan>0</midichan>
10189  <midicc>0</midicc>
10190  <label>0.000</label>
10191  <alignment>center</alignment>
10192  <font>Lucida Grande</font>
10193  <fontsize>9</fontsize>
10194  <precision>3</precision>
10195  <color>
10196   <r>102</r>
10197   <g>255</g>
10198   <b>255</b>
10199  </color>
10200  <bgcolor mode="nobackground">
10201   <r>255</r>
10202   <g>204</g>
10203   <b>102</b>
10204  </bgcolor>
10205  <bordermode>noborder</bordermode>
10206  <borderradius>6</borderradius>
10207  <borderwidth>1</borderwidth>
10208 </bsbObject>
10209 <bsbObject type="BSBDisplay" version="2">
10210  <objectName>data2</objectName>
10211  <x>1000</x>
10212  <y>620</y>
10213  <width>60</width>
10214  <height>20</height>
10215  <uuid>{a5ae21f2-a55c-4040-894e-29484827eb0c}</uuid>
10216  <visible>true</visible>
10217  <midichan>0</midichan>
10218  <midicc>0</midicc>
10219  <label>0.000</label>
10220  <alignment>center</alignment>
10221  <font>Lucida Grande</font>
10222  <fontsize>9</fontsize>
10223  <precision>3</precision>
10224  <color>
10225   <r>102</r>
10226   <g>255</g>
10227   <b>255</b>
10228  </color>
10229  <bgcolor mode="nobackground">
10230   <r>255</r>
10231   <g>204</g>
10232   <b>102</b>
10233  </bgcolor>
10234  <bordermode>noborder</bordermode>
10235  <borderradius>6</borderradius>
10236  <borderwidth>1</borderwidth>
10237 </bsbObject>
10238 <bsbObject type="BSBController" version="2">
10239  <objectName>hor156</objectName>
10240  <x>86</x>
10241  <y>45</y>
10242  <width>37</width>
10243  <height>208</height>
10244  <uuid>{45059b64-b50e-44de-a61c-8b3d8a9ddf71}</uuid>
10245  <visible>true</visible>
10246  <midichan>0</midichan>
10247  <midicc>0</midicc>
10248  <objectName2>metervoi</objectName2>
10249  <xMin>0.00000000</xMin>
10250  <xMax>1.00000000</xMax>
10251  <yMin>0.00000000</yMin>
10252  <yMax>1.00000000</yMax>
10253  <xValue>0.43181800</xValue>
10254  <yValue>0.50000000</yValue>
10255  <type>fill</type>
10256  <pointsize>1</pointsize>
10257  <fadeSpeed>0.00000000</fadeSpeed>
10258  <mouseControl act="press">jump</mouseControl>
10259  <color>
10260   <r>102</r>
10261   <g>102</g>
10262   <b>255</b>
10263  </color>
10264  <randomizable group="0" mode="both">false</randomizable>
10265  <bgcolor>
10266   <r>0</r>
10267   <g>0</g>
10268   <b>0</b>
10269  </bgcolor>
10270 </bsbObject>
10271 <bsbObject type="BSBLabel" version="2">
10272  <objectName/>
10273  <x>800</x>
10274  <y>606</y>
10275  <width>57</width>
10276  <height>19</height>
10277  <uuid>{7555f70a-7a5a-4629-8e59-90bbb829286e}</uuid>
10278  <visible>true</visible>
10279  <midichan>0</midichan>
10280  <midicc>0</midicc>
10281  <label>STATUS</label>
10282  <alignment>center</alignment>
10283  <font>Lucida Grande</font>
10284  <fontsize>8</fontsize>
10285  <precision>3</precision>
10286  <color>
10287   <r>255</r>
10288   <g>255</g>
10289   <b>255</b>
10290  </color>
10291  <bgcolor mode="nobackground">
10292   <r>255</r>
10293   <g>255</g>
10294   <b>255</b>
10295  </bgcolor>
10296  <bordermode>noborder</bordermode>
10297  <borderradius>1</borderradius>
10298  <borderwidth>1</borderwidth>
10299 </bsbObject>
10300 <bsbObject type="BSBVSlider" version="2">
10301  <objectName>ROOM</objectName>
10302  <x>401</x>
10303  <y>582</y>
10304  <width>23</width>
10305  <height>52</height>
10306  <uuid>{b1ac27ad-299f-4dcc-84fe-46adc41d9aaa}</uuid>
10307  <visible>true</visible>
10308  <midichan>0</midichan>
10309  <midicc>0</midicc>
10310  <minimum>0.00000000</minimum>
10311  <maximum>0.99000000</maximum>
10312  <value>0.95000000</value>
10313  <mode>lin</mode>
10314  <mouseControl act="jump">continuous</mouseControl>
10315  <resolution>-1.00000000</resolution>
10316  <randomizable group="0">false</randomizable>
10317 </bsbObject>
10318 <bsbObject type="BSBVSlider" version="2">
10319  <objectName>slider165</objectName>
10320  <x>336156730</x>
10321  <y>853334705</y>
10322  <width>20</width>
10323  <height>100</height>
10324  <uuid>{13adff2e-a2ce-4d36-85e2-338e843335c5}</uuid>
10325  <visible>true</visible>
10326  <midichan>0</midichan>
10327  <midicc>-3</midicc>
10328  <minimum>0.00000000</minimum>
10329  <maximum>1.00000000</maximum>
10330  <value>0.00000000</value>
10331  <mode>lin</mode>
10332  <mouseControl act="jump">continuous</mouseControl>
10333  <resolution>-1.00000000</resolution>
10334  <randomizable group="0">false</randomizable>
10335 </bsbObject>
10336 <bsbObject type="BSBVSlider" version="2">
10337  <objectName>HF</objectName>
10338  <x>446</x>
10339  <y>582</y>
10340  <width>21</width>
10341  <height>52</height>
10342  <uuid>{ea1debea-a58d-429f-96b3-0e432a56a825}</uuid>
10343  <visible>true</visible>
10344  <midichan>0</midichan>
10345  <midicc>0</midicc>
10346  <minimum>0.00000000</minimum>
10347  <maximum>1.00000000</maximum>
10348  <value>0.70000000</value>
10349  <mode>lin</mode>
10350  <mouseControl act="jump">continuous</mouseControl>
10351  <resolution>-1.00000000</resolution>
10352  <randomizable group="0">false</randomizable>
10353 </bsbObject>
10354 <bsbObject type="BSBLabel" version="2">
10355  <objectName/>
10356  <x>439</x>
10357  <y>635</y>
10358  <width>40</width>
10359  <height>22</height>
10360  <uuid>{4357487e-cd33-48fd-af53-15d1ab732f91}</uuid>
10361  <visible>true</visible>
10362  <midichan>0</midichan>
10363  <midicc>0</midicc>
10364  <label>HF</label>
10365  <alignment>center</alignment>
10366  <font>Lucida Grande</font>
10367  <fontsize>9</fontsize>
10368  <precision>3</precision>
10369  <color>
10370   <r>255</r>
10371   <g>255</g>
10372   <b>255</b>
10373  </color>
10374  <bgcolor mode="nobackground">
10375   <r>255</r>
10376   <g>255</g>
10377   <b>255</b>
10378  </bgcolor>
10379  <bordermode>noborder</bordermode>
10380  <borderradius>1</borderradius>
10381  <borderwidth>1</borderwidth>
10382 </bsbObject>
10383 <bsbObject type="BSBLabel" version="2">
10384  <objectName/>
10385  <x>266</x>
10386  <y>202</y>
10387  <width>98</width>
10388  <height>21</height>
10389  <uuid>{bc937f22-a17c-499e-9899-b00f9d68c7ad}</uuid>
10390  <visible>true</visible>
10391  <midichan>0</midichan>
10392  <midicc>0</midicc>
10393  <label>MIXTURE Shape</label>
10394  <alignment>left</alignment>
10395  <font>Lucida Grande</font>
10396  <fontsize>10</fontsize>
10397  <precision>3</precision>
10398  <color>
10399   <r>16</r>
10400   <g>128</g>
10401   <b>64</b>
10402  </color>
10403  <bgcolor mode="background">
10404   <r>255</r>
10405   <g>255</g>
10406   <b>255</b>
10407  </bgcolor>
10408  <bordermode>noborder</bordermode>
10409  <borderradius>1</borderradius>
10410  <borderwidth>1</borderwidth>
10411 </bsbObject>
10412 <bsbObject type="BSBLabel" version="2">
10413  <objectName/>
10414  <x>-1</x>
10415  <y>250</y>
10416  <width>82</width>
10417  <height>24</height>
10418  <uuid>{1859d3c3-c8d3-4d8d-83f7-fa8c63350c60}</uuid>
10419  <visible>true</visible>
10420  <midichan>0</midichan>
10421  <midicc>-3</midicc>
10422  <label>MIXTURE  [Hz]</label>
10423  <alignment>center</alignment>
10424  <font>Lucida Grande</font>
10425  <fontsize>12</fontsize>
10426  <precision>3</precision>
10427  <color>
10428   <r>0</r>
10429   <g>255</g>
10430   <b>255</b>
10431  </color>
10432  <bgcolor mode="nobackground">
10433   <r>255</r>
10434   <g>255</g>
10435   <b>255</b>
10436  </bgcolor>
10437  <bordermode>noborder</bordermode>
10438  <borderradius>1</borderradius>
10439  <borderwidth>1</borderwidth>
10440 </bsbObject>
10441 <bsbObject type="BSBVSlider" version="2">
10442  <objectName>REVLEV</objectName>
10443  <x>484</x>
10444  <y>582</y>
10445  <width>21</width>
10446  <height>52</height>
10447  <uuid>{d188e35c-727f-4468-8807-b4a66f84c07e}</uuid>
10448  <visible>true</visible>
10449  <midichan>0</midichan>
10450  <midicc>0</midicc>
10451  <minimum>0.00000000</minimum>
10452  <maximum>1.00000000</maximum>
10453  <value>1.00000000</value>
10454  <mode>lin</mode>
10455  <mouseControl act="jump">continuous</mouseControl>
10456  <resolution>-1.00000000</resolution>
10457  <randomizable group="0">false</randomizable>
10458 </bsbObject>
10459 <bsbObject type="BSBLabel" version="2">
10460  <objectName/>
10461  <x>475</x>
10462  <y>635</y>
10463  <width>51</width>
10464  <height>21</height>
10465  <uuid>{3675af4e-4763-4a90-aff7-8e086f74021f}</uuid>
10466  <visible>true</visible>
10467  <midichan>0</midichan>
10468  <midicc>0</midicc>
10469  <label>REV LEV</label>
10470  <alignment>center</alignment>
10471  <font>Lucida Grande</font>
10472  <fontsize>9</fontsize>
10473  <precision>3</precision>
10474  <color>
10475   <r>255</r>
10476   <g>255</g>
10477   <b>255</b>
10478  </color>
10479  <bgcolor mode="nobackground">
10480   <r>255</r>
10481   <g>255</g>
10482   <b>255</b>
10483  </bgcolor>
10484  <bordermode>noborder</bordermode>
10485  <borderradius>1</borderradius>
10486  <borderwidth>1</borderwidth>
10487 </bsbObject>
10488 <bsbObject type="BSBDisplay" version="2">
10489  <objectName/>
10490  <x>386</x>
10491  <y>43</y>
10492  <width>198</width>
10493  <height>24</height>
10494  <uuid>{d5ac31f8-09e2-42fa-92c5-a62a2c90dfe0}</uuid>
10495  <visible>true</visible>
10496  <midichan>0</midichan>
10497  <midicc>0</midicc>
10498  <label>Geometric Spectra Compiler</label>
10499  <alignment>left</alignment>
10500  <font>Helvetica</font>
10501  <fontsize>10</fontsize>
10502  <precision>3</precision>
10503  <color>
10504   <r>255</r>
10505   <g>255</g>
10506   <b>102</b>
10507  </color>
10508  <bgcolor mode="nobackground">
10509   <r>102</r>
10510   <g>204</g>
10511   <b>255</b>
10512  </bgcolor>
10513  <bordermode>noborder</bordermode>
10514  <borderradius>1</borderradius>
10515  <borderwidth>1</borderwidth>
10516 </bsbObject>
10517 <bsbObject type="BSBDisplay" version="2">
10518  <objectName/>
10519  <x>762</x>
10520  <y>43</y>
10521  <width>194</width>
10522  <height>23</height>
10523  <uuid>{4b9c4a64-7b2f-4fa6-b706-3b4c0d24027b}</uuid>
10524  <visible>true</visible>
10525  <midichan>0</midichan>
10526  <midicc>0</midicc>
10527  <label> Harmonic Spectra Compiler</label>
10528  <alignment>left</alignment>
10529  <font>Helvetica</font>
10530  <fontsize>10</fontsize>
10531  <precision>3</precision>
10532  <color>
10533   <r>255</r>
10534   <g>255</g>
10535   <b>102</b>
10536  </color>
10537  <bgcolor mode="nobackground">
10538   <r>102</r>
10539   <g>204</g>
10540   <b>255</b>
10541  </bgcolor>
10542  <bordermode>noborder</bordermode>
10543  <borderradius>1</borderradius>
10544  <borderwidth>1</borderwidth>
10545 </bsbObject>
10546 <bsbObject type="BSBCheckBox" version="2">
10547  <objectName>MUTE1</objectName>
10548  <x>126</x>
10549  <y>388</y>
10550  <width>20</width>
10551  <height>20</height>
10552  <uuid>{da77a0b7-82f5-4859-8ea8-821e8ec58610}</uuid>
10553  <visible>true</visible>
10554  <midichan>0</midichan>
10555  <midicc>-3</midicc>
10556  <selected>false</selected>
10557  <label/>
10558  <pressedValue>1</pressedValue>
10559  <randomizable group="0">false</randomizable>
10560 </bsbObject>
10561 <bsbObject type="BSBController" version="2">
10562  <objectName>sine</objectName>
10563  <x>37</x>
10564  <y>776</y>
10565  <width>21</width>
10566  <height>7</height>
10567  <uuid>{727525a2-685c-486a-9b1c-0a340720e819}</uuid>
10568  <visible>true</visible>
10569  <midichan>0</midichan>
10570  <midicc>0</midicc>
10571  <objectName2>vert180</objectName2>
10572  <xMin>0.00000000</xMin>
10573  <xMax>1.00000000</xMax>
10574  <yMin>0.00000000</yMin>
10575  <yMax>1.00000000</yMax>
10576  <xValue>1.00000000</xValue>
10577  <yValue>0.00000000</yValue>
10578  <type>fill</type>
10579  <pointsize>1</pointsize>
10580  <fadeSpeed>0.00000000</fadeSpeed>
10581  <mouseControl act="press">jump</mouseControl>
10582  <color>
10583   <r>0</r>
10584   <g>234</g>
10585   <b>0</b>
10586  </color>
10587  <randomizable group="0" mode="both">false</randomizable>
10588  <bgcolor>
10589   <r>0</r>
10590   <g>0</g>
10591   <b>0</b>
10592  </bgcolor>
10593 </bsbObject>
10594 <bsbObject type="BSBController" version="2">
10595  <objectName>led_ADSYN</objectName>
10596  <x>598</x>
10597  <y>480</y>
10598  <width>19</width>
10599  <height>7</height>
10600  <uuid>{922b8c8a-1beb-406d-a9be-0449c55649ef}</uuid>
10601  <visible>true</visible>
10602  <midichan>0</midichan>
10603  <midicc>0</midicc>
10604  <objectName2>led</objectName2>
10605  <xMin>0.00000000</xMin>
10606  <xMax>1.00000000</xMax>
10607  <yMin>0.00000000</yMin>
10608  <yMax>1.00000000</yMax>
10609  <xValue>0.00000000</xValue>
10610  <yValue>0.70000000</yValue>
10611  <type>fill</type>
10612  <pointsize>1</pointsize>
10613  <fadeSpeed>0.00000000</fadeSpeed>
10614  <mouseControl act="press">jump</mouseControl>
10615  <color>
10616   <r>0</r>
10617   <g>255</g>
10618   <b>128</b>
10619  </color>
10620  <randomizable group="0" mode="both">false</randomizable>
10621  <bgcolor>
10622   <r>0</r>
10623   <g>0</g>
10624   <b>0</b>
10625  </bgcolor>
10626 </bsbObject>
10627 <bsbObject type="BSBController" version="2">
10628  <objectName>led_FM</objectName>
10629  <x>598</x>
10630  <y>461</y>
10631  <width>19</width>
10632  <height>7</height>
10633  <uuid>{aeee10ad-cfa7-4ee9-a1f5-a2afa86c9696}</uuid>
10634  <visible>true</visible>
10635  <midichan>0</midichan>
10636  <midicc>0</midicc>
10637  <objectName2>led</objectName2>
10638  <xMin>0.00000000</xMin>
10639  <xMax>1.00000000</xMax>
10640  <yMin>0.00000000</yMin>
10641  <yMax>1.00000000</yMax>
10642  <xValue>1.00000000</xValue>
10643  <yValue>0.70000000</yValue>
10644  <type>fill</type>
10645  <pointsize>1</pointsize>
10646  <fadeSpeed>0.00000000</fadeSpeed>
10647  <mouseControl act="press">jump</mouseControl>
10648  <color>
10649   <r>255</r>
10650   <g>128</g>
10651   <b>0</b>
10652  </color>
10653  <randomizable group="0" mode="both">false</randomizable>
10654  <bgcolor>
10655   <r>0</r>
10656   <g>0</g>
10657   <b>0</b>
10658  </bgcolor>
10659 </bsbObject>
10660 <bsbObject type="BSBLabel" version="2">
10661  <objectName/>
10662  <x>564</x>
10663  <y>454</y>
10664  <width>28</width>
10665  <height>20</height>
10666  <uuid>{97678d6e-f02d-4e84-8919-ae6d9232af64}</uuid>
10667  <visible>true</visible>
10668  <midichan>0</midichan>
10669  <midicc>0</midicc>
10670  <label>FM</label>
10671  <alignment>center</alignment>
10672  <font>Lucida Grande</font>
10673  <fontsize>9</fontsize>
10674  <precision>3</precision>
10675  <color>
10676   <r>255</r>
10677   <g>255</g>
10678   <b>0</b>
10679  </color>
10680  <bgcolor mode="nobackground">
10681   <r>204</r>
10682   <g>204</g>
10683   <b>204</b>
10684  </bgcolor>
10685  <bordermode>noborder</bordermode>
10686  <borderradius>1</borderradius>
10687  <borderwidth>1</borderwidth>
10688 </bsbObject>
10689 <bsbObject type="BSBLabel" version="2">
10690  <objectName/>
10691  <x>561</x>
10692  <y>473</y>
10693  <width>35</width>
10694  <height>20</height>
10695  <uuid>{6400a540-11bb-450a-8962-2027232e8f9b}</uuid>
10696  <visible>true</visible>
10697  <midichan>0</midichan>
10698  <midicc>0</midicc>
10699  <label>WS</label>
10700  <alignment>center</alignment>
10701  <font>Lucida Grande</font>
10702  <fontsize>9</fontsize>
10703  <precision>3</precision>
10704  <color>
10705   <r>255</r>
10706   <g>255</g>
10707   <b>0</b>
10708  </color>
10709  <bgcolor mode="nobackground">
10710   <r>204</r>
10711   <g>204</g>
10712   <b>204</b>
10713  </bgcolor>
10714  <bordermode>noborder</bordermode>
10715  <borderradius>1</borderradius>
10716  <borderwidth>1</borderwidth>
10717 </bsbObject>
10718 <bsbObject type="BSBDropdown" version="2">
10719  <objectName>G_key</objectName>
10720  <x>588</x>
10721  <y>159</y>
10722  <width>59</width>
10723  <height>24</height>
10724  <uuid>{d496957d-191b-429f-8bd9-f7730885b3fa}</uuid>
10725  <visible>true</visible>
10726  <midichan>0</midichan>
10727  <midicc>-3</midicc>
10728  <bsbDropdownItemList>
10729   <bsbDropdownItem>
10730    <name>C</name>
10731    <value>0</value>
10732    <stringvalue/>
10733   </bsbDropdownItem>
10734   <bsbDropdownItem>
10735    <name>C#</name>
10736    <value>1</value>
10737    <stringvalue/>
10738   </bsbDropdownItem>
10739   <bsbDropdownItem>
10740    <name>D</name>
10741    <value>2</value>
10742    <stringvalue/>
10743   </bsbDropdownItem>
10744   <bsbDropdownItem>
10745    <name>D#</name>
10746    <value>3</value>
10747    <stringvalue/>
10748   </bsbDropdownItem>
10749   <bsbDropdownItem>
10750    <name>E</name>
10751    <value>4</value>
10752    <stringvalue/>
10753   </bsbDropdownItem>
10754   <bsbDropdownItem>
10755    <name>F</name>
10756    <value>5</value>
10757    <stringvalue/>
10758   </bsbDropdownItem>
10759   <bsbDropdownItem>
10760    <name>F#</name>
10761    <value>6</value>
10762    <stringvalue/>
10763   </bsbDropdownItem>
10764   <bsbDropdownItem>
10765    <name>G</name>
10766    <value>7</value>
10767    <stringvalue/>
10768   </bsbDropdownItem>
10769   <bsbDropdownItem>
10770    <name>G#</name>
10771    <value>8</value>
10772    <stringvalue/>
10773   </bsbDropdownItem>
10774   <bsbDropdownItem>
10775    <name>A</name>
10776    <value>9</value>
10777    <stringvalue/>
10778   </bsbDropdownItem>
10779   <bsbDropdownItem>
10780    <name>A#</name>
10781    <value>10</value>
10782    <stringvalue/>
10783   </bsbDropdownItem>
10784   <bsbDropdownItem>
10785    <name>B</name>
10786    <value>11</value>
10787    <stringvalue/>
10788   </bsbDropdownItem>
10789  </bsbDropdownItemList>
10790  <selectedIndex>4</selectedIndex>
10791  <randomizable group="0">false</randomizable>
10792 </bsbObject>
10793 <bsbObject type="BSBDropdown" version="2">
10794  <objectName>G_oct</objectName>
10795  <x>588</x>
10796  <y>135</y>
10797  <width>58</width>
10798  <height>23</height>
10799  <uuid>{28e73f78-b3ff-4064-b843-e39912723f11}</uuid>
10800  <visible>true</visible>
10801  <midichan>0</midichan>
10802  <midicc>-3</midicc>
10803  <bsbDropdownItemList>
10804   <bsbDropdownItem>
10805    <name>0</name>
10806    <value>0</value>
10807    <stringvalue/>
10808   </bsbDropdownItem>
10809   <bsbDropdownItem>
10810    <name>1</name>
10811    <value>1</value>
10812    <stringvalue/>
10813   </bsbDropdownItem>
10814   <bsbDropdownItem>
10815    <name>2</name>
10816    <value>2</value>
10817    <stringvalue/>
10818   </bsbDropdownItem>
10819   <bsbDropdownItem>
10820    <name>3</name>
10821    <value>3</value>
10822    <stringvalue/>
10823   </bsbDropdownItem>
10824   <bsbDropdownItem>
10825    <name>4</name>
10826    <value>4</value>
10827    <stringvalue/>
10828   </bsbDropdownItem>
10829   <bsbDropdownItem>
10830    <name>5</name>
10831    <value>5</value>
10832    <stringvalue/>
10833   </bsbDropdownItem>
10834   <bsbDropdownItem>
10835    <name>6</name>
10836    <value>6</value>
10837    <stringvalue/>
10838   </bsbDropdownItem>
10839   <bsbDropdownItem>
10840    <name>7</name>
10841    <value>7</value>
10842    <stringvalue/>
10843   </bsbDropdownItem>
10844   <bsbDropdownItem>
10845    <name>8</name>
10846    <value>8</value>
10847    <stringvalue/>
10848   </bsbDropdownItem>
10849  </bsbDropdownItemList>
10850  <selectedIndex>3</selectedIndex>
10851  <randomizable group="0">false</randomizable>
10852 </bsbObject>
10853 <bsbObject type="BSBDisplay" version="2">
10854  <objectName/>
10855  <x>588</x>
10856  <y>112</y>
10857  <width>54</width>
10858  <height>23</height>
10859  <uuid>{e8c8c09d-8c63-467a-95ad-842f5a4dc5f9}</uuid>
10860  <visible>true</visible>
10861  <midichan>0</midichan>
10862  <midicc>0</midicc>
10863  <label>Octave</label>
10864  <alignment>center</alignment>
10865  <font>Lucida Grande</font>
10866  <fontsize>9</fontsize>
10867  <precision>3</precision>
10868  <color>
10869   <r>255</r>
10870   <g>255</g>
10871   <b>255</b>
10872  </color>
10873  <bgcolor mode="nobackground">
10874   <r>102</r>
10875   <g>204</g>
10876   <b>255</b>
10877  </bgcolor>
10878  <bordermode>noborder</bordermode>
10879  <borderradius>1</borderradius>
10880  <borderwidth>1</borderwidth>
10881 </bsbObject>
10882 <bsbObject type="BSBDisplay" version="2">
10883  <objectName/>
10884  <x>590</x>
10885  <y>184</y>
10886  <width>54</width>
10887  <height>22</height>
10888  <uuid>{d7880186-b34d-477b-9f22-078bc35da701}</uuid>
10889  <visible>true</visible>
10890  <midichan>0</midichan>
10891  <midicc>0</midicc>
10892  <label>Key</label>
10893  <alignment>center</alignment>
10894  <font>Lucida Grande</font>
10895  <fontsize>9</fontsize>
10896  <precision>3</precision>
10897  <color>
10898   <r>255</r>
10899   <g>255</g>
10900   <b>255</b>
10901  </color>
10902  <bgcolor mode="nobackground">
10903   <r>102</r>
10904   <g>204</g>
10905   <b>255</b>
10906  </bgcolor>
10907  <bordermode>noborder</bordermode>
10908  <borderradius>1</borderradius>
10909  <borderwidth>1</borderwidth>
10910 </bsbObject>
10911 <bsbObject type="BSBCheckBox" version="2">
10912  <objectName>G_fund</objectName>
10913  <x>606</x>
10914  <y>93</y>
10915  <width>20</width>
10916  <height>20</height>
10917  <uuid>{bd493a22-bd01-47db-90f7-45d4074be968}</uuid>
10918  <visible>true</visible>
10919  <midichan>0</midichan>
10920  <midicc>-3</midicc>
10921  <selected>false</selected>
10922  <label/>
10923  <pressedValue>1</pressedValue>
10924  <randomizable group="0">false</randomizable>
10925 </bsbObject>
10926 <bsbObject type="BSBDisplay" version="2">
10927  <objectName>G_fre</objectName>
10928  <x>589</x>
10929  <y>206</y>
10930  <width>62</width>
10931  <height>22</height>
10932  <uuid>{77b7bc95-ab76-4eed-8aff-e2e6ec279789}</uuid>
10933  <visible>true</visible>
10934  <midichan>0</midichan>
10935  <midicc>0</midicc>
10936  <label>91.900</label>
10937  <alignment>center</alignment>
10938  <font>Lucida Grande</font>
10939  <fontsize>10</fontsize>
10940  <precision>3</precision>
10941  <color>
10942   <r>0</r>
10943   <g>255</g>
10944   <b>0</b>
10945  </color>
10946  <bgcolor mode="background">
10947   <r>0</r>
10948   <g>64</g>
10949   <b>128</b>
10950  </bgcolor>
10951  <bordermode>noborder</bordermode>
10952  <borderradius>3</borderradius>
10953  <borderwidth>1</borderwidth>
10954 </bsbObject>
10955 <bsbObject type="BSBDropdown" version="2">
10956  <objectName>H_key</objectName>
10957  <x>919</x>
10958  <y>168</y>
10959  <width>59</width>
10960  <height>24</height>
10961  <uuid>{ce7d039a-d0e5-4fd6-9783-3d0f27a0ff58}</uuid>
10962  <visible>true</visible>
10963  <midichan>0</midichan>
10964  <midicc>-3</midicc>
10965  <bsbDropdownItemList>
10966   <bsbDropdownItem>
10967    <name>C</name>
10968    <value>0</value>
10969    <stringvalue/>
10970   </bsbDropdownItem>
10971   <bsbDropdownItem>
10972    <name>C#</name>
10973    <value>1</value>
10974    <stringvalue/>
10975   </bsbDropdownItem>
10976   <bsbDropdownItem>
10977    <name>D</name>
10978    <value>2</value>
10979    <stringvalue/>
10980   </bsbDropdownItem>
10981   <bsbDropdownItem>
10982    <name>D#</name>
10983    <value>3</value>
10984    <stringvalue/>
10985   </bsbDropdownItem>
10986   <bsbDropdownItem>
10987    <name>E</name>
10988    <value>4</value>
10989    <stringvalue/>
10990   </bsbDropdownItem>
10991   <bsbDropdownItem>
10992    <name>F</name>
10993    <value>5</value>
10994    <stringvalue/>
10995   </bsbDropdownItem>
10996   <bsbDropdownItem>
10997    <name>F#</name>
10998    <value>6</value>
10999    <stringvalue/>
11000   </bsbDropdownItem>
11001   <bsbDropdownItem>
11002    <name>G</name>
11003    <value>7</value>
11004    <stringvalue/>
11005   </bsbDropdownItem>
11006   <bsbDropdownItem>
11007    <name>G#</name>
11008    <value>8</value>
11009    <stringvalue/>
11010   </bsbDropdownItem>
11011   <bsbDropdownItem>
11012    <name>A</name>
11013    <value>9</value>
11014    <stringvalue/>
11015   </bsbDropdownItem>
11016   <bsbDropdownItem>
11017    <name>A#</name>
11018    <value>10</value>
11019    <stringvalue/>
11020   </bsbDropdownItem>
11021   <bsbDropdownItem>
11022    <name>B</name>
11023    <value>11</value>
11024    <stringvalue/>
11025   </bsbDropdownItem>
11026  </bsbDropdownItemList>
11027  <selectedIndex>1</selectedIndex>
11028  <randomizable group="0">false</randomizable>
11029 </bsbObject>
11030 <bsbObject type="BSBDropdown" version="2">
11031  <objectName>H_oct</objectName>
11032  <x>919</x>
11033  <y>144</y>
11034  <width>58</width>
11035  <height>23</height>
11036  <uuid>{ef346d00-811d-4587-a279-8fd093459063}</uuid>
11037  <visible>true</visible>
11038  <midichan>0</midichan>
11039  <midicc>-3</midicc>
11040  <bsbDropdownItemList>
11041   <bsbDropdownItem>
11042    <name>0</name>
11043    <value>0</value>
11044    <stringvalue/>
11045   </bsbDropdownItem>
11046   <bsbDropdownItem>
11047    <name>1</name>
11048    <value>1</value>
11049    <stringvalue/>
11050   </bsbDropdownItem>
11051   <bsbDropdownItem>
11052    <name>2</name>
11053    <value>2</value>
11054    <stringvalue/>
11055   </bsbDropdownItem>
11056   <bsbDropdownItem>
11057    <name>3</name>
11058    <value>3</value>
11059    <stringvalue/>
11060   </bsbDropdownItem>
11061   <bsbDropdownItem>
11062    <name>4</name>
11063    <value>4</value>
11064    <stringvalue/>
11065   </bsbDropdownItem>
11066   <bsbDropdownItem>
11067    <name>5</name>
11068    <value>5</value>
11069    <stringvalue/>
11070   </bsbDropdownItem>
11071   <bsbDropdownItem>
11072    <name>6</name>
11073    <value>6</value>
11074    <stringvalue/>
11075   </bsbDropdownItem>
11076   <bsbDropdownItem>
11077    <name>7</name>
11078    <value>7</value>
11079    <stringvalue/>
11080   </bsbDropdownItem>
11081   <bsbDropdownItem>
11082    <name>8</name>
11083    <value>8</value>
11084    <stringvalue/>
11085   </bsbDropdownItem>
11086  </bsbDropdownItemList>
11087  <selectedIndex>1</selectedIndex>
11088  <randomizable group="0">false</randomizable>
11089 </bsbObject>
11090 <bsbObject type="BSBDisplay" version="2">
11091  <objectName/>
11092  <x>919</x>
11093  <y>121</y>
11094  <width>54</width>
11095  <height>23</height>
11096  <uuid>{7a575bb5-9460-4c20-97ee-b6777b49adbd}</uuid>
11097  <visible>true</visible>
11098  <midichan>0</midichan>
11099  <midicc>-3</midicc>
11100  <label>Octave</label>
11101  <alignment>center</alignment>
11102  <font>Lucida Grande</font>
11103  <fontsize>12</fontsize>
11104  <precision>3</precision>
11105  <color>
11106   <r>255</r>
11107   <g>255</g>
11108   <b>255</b>
11109  </color>
11110  <bgcolor mode="nobackground">
11111   <r>102</r>
11112   <g>204</g>
11113   <b>255</b>
11114  </bgcolor>
11115  <bordermode>noborder</bordermode>
11116  <borderradius>1</borderradius>
11117  <borderwidth>1</borderwidth>
11118 </bsbObject>
11119 <bsbObject type="BSBDisplay" version="2">
11120  <objectName/>
11121  <x>922</x>
11122  <y>190</y>
11123  <width>54</width>
11124  <height>23</height>
11125  <uuid>{9edcf60b-70ac-455f-a828-b73b3f056a80}</uuid>
11126  <visible>true</visible>
11127  <midichan>0</midichan>
11128  <midicc>0</midicc>
11129  <label>Key</label>
11130  <alignment>center</alignment>
11131  <font>Lucida Grande</font>
11132  <fontsize>10</fontsize>
11133  <precision>3</precision>
11134  <color>
11135   <r>255</r>
11136   <g>255</g>
11137   <b>255</b>
11138  </color>
11139  <bgcolor mode="nobackground">
11140   <r>102</r>
11141   <g>204</g>
11142   <b>255</b>
11143  </bgcolor>
11144  <bordermode>noborder</bordermode>
11145  <borderradius>1</borderradius>
11146  <borderwidth>1</borderwidth>
11147 </bsbObject>
11148 <bsbObject type="BSBCheckBox" version="2">
11149  <objectName>H_fund</objectName>
11150  <x>936</x>
11151  <y>98</y>
11152  <width>20</width>
11153  <height>20</height>
11154  <uuid>{42ad30f2-9386-4529-ada8-b7edbd64037f}</uuid>
11155  <visible>true</visible>
11156  <midichan>0</midichan>
11157  <midicc>-3</midicc>
11158  <selected>false</selected>
11159  <label/>
11160  <pressedValue>1</pressedValue>
11161  <randomizable group="0">false</randomizable>
11162 </bsbObject>
11163 <bsbObject type="BSBDisplay" version="2">
11164  <objectName>H_fre</objectName>
11165  <x>920</x>
11166  <y>215</y>
11167  <width>62</width>
11168  <height>22</height>
11169  <uuid>{004cbe0d-c5da-4f41-9f29-641c32263395}</uuid>
11170  <visible>true</visible>
11171  <midichan>0</midichan>
11172  <midicc>0</midicc>
11173  <label>0.000</label>
11174  <alignment>center</alignment>
11175  <font>Lucida Grande</font>
11176  <fontsize>10</fontsize>
11177  <precision>3</precision>
11178  <color>
11179   <r>0</r>
11180   <g>255</g>
11181   <b>0</b>
11182  </color>
11183  <bgcolor mode="background">
11184   <r>0</r>
11185   <g>64</g>
11186   <b>128</b>
11187  </bgcolor>
11188  <bordermode>noborder</bordermode>
11189  <borderradius>3</borderradius>
11190  <borderwidth>1</borderwidth>
11191 </bsbObject>
11192 <bsbObject type="BSBController" version="2">
11193  <objectName>hor198</objectName>
11194  <x>1766595507</x>
11195  <y>-1131970832</y>
11196  <width>37</width>
11197  <height>10</height>
11198  <uuid>{5ea81ee8-59d6-462a-8bfc-d3f66ff4355a}</uuid>
11199  <visible>true</visible>
11200  <midichan>0</midichan>
11201  <midicc>-3</midicc>
11202  <objectName2>vert198</objectName2>
11203  <xMin>0.00000000</xMin>
11204  <xMax>1.00000000</xMax>
11205  <yMin>0.00000000</yMin>
11206  <yMax>1.00000000</yMax>
11207  <xValue>0.00000000</xValue>
11208  <yValue>0.00000000</yValue>
11209  <type>fill</type>
11210  <pointsize>1</pointsize>
11211  <fadeSpeed>0.00000000</fadeSpeed>
11212  <mouseControl act="press">jump</mouseControl>
11213  <color>
11214   <r>0</r>
11215   <g>234</g>
11216   <b>0</b>
11217  </color>
11218  <randomizable group="0" mode="both">false</randomizable>
11219  <bgcolor>
11220   <r>0</r>
11221   <g>0</g>
11222   <b>0</b>
11223  </bgcolor>
11224 </bsbObject>
11225 <bsbObject type="BSBController" version="2">
11226  <objectName>led_G</objectName>
11227  <x>628</x>
11228  <y>55</y>
11229  <width>125</width>
11230  <height>10</height>
11231  <uuid>{29af271f-8dae-4bd3-8b02-7afeef18a995}</uuid>
11232  <visible>true</visible>
11233  <midichan>0</midichan>
11234  <midicc>0</midicc>
11235  <objectName2>vert199</objectName2>
11236  <xMin>0.00000000</xMin>
11237  <xMax>1.00000000</xMax>
11238  <yMin>0.00000000</yMin>
11239  <yMax>1.00000000</yMax>
11240  <xValue>1.00000000</xValue>
11241  <yValue>0.00000000</yValue>
11242  <type>fill</type>
11243  <pointsize>1</pointsize>
11244  <fadeSpeed>0.00000000</fadeSpeed>
11245  <mouseControl act="press">jump</mouseControl>
11246  <color>
11247   <r>0</r>
11248   <g>234</g>
11249   <b>0</b>
11250  </color>
11251  <randomizable group="0" mode="both">false</randomizable>
11252  <bgcolor>
11253   <r>0</r>
11254   <g>0</g>
11255   <b>0</b>
11256  </bgcolor>
11257 </bsbObject>
11258 <bsbObject type="BSBController" version="2">
11259  <objectName>led_H</objectName>
11260  <x>956</x>
11261  <y>50</y>
11262  <width>117</width>
11263  <height>10</height>
11264  <uuid>{09302ca8-823c-4001-b332-9b4e1a832616}</uuid>
11265  <visible>true</visible>
11266  <midichan>0</midichan>
11267  <midicc>-3</midicc>
11268  <objectName2>vert199</objectName2>
11269  <xMin>0.00000000</xMin>
11270  <xMax>1.00000000</xMax>
11271  <yMin>0.00000000</yMin>
11272  <yMax>1.00000000</yMax>
11273  <xValue>0.00000000</xValue>
11274  <yValue>0.00000000</yValue>
11275  <type>fill</type>
11276  <pointsize>1</pointsize>
11277  <fadeSpeed>0.00000000</fadeSpeed>
11278  <mouseControl act="press">jump</mouseControl>
11279  <color>
11280   <r>255</r>
11281   <g>255</g>
11282   <b>0</b>
11283  </color>
11284  <randomizable group="0" mode="both">false</randomizable>
11285  <bgcolor>
11286   <r>0</r>
11287   <g>0</g>
11288   <b>0</b>
11289  </bgcolor>
11290 </bsbObject>
11291 <bsbObject type="BSBDisplay" version="2">
11292  <objectName>active</objectName>
11293  <x>136</x>
11294  <y>231</y>
11295  <width>43</width>
11296  <height>22</height>
11297  <uuid>{e1e8d964-5223-42d3-9487-08488ab2a1d3}</uuid>
11298  <visible>true</visible>
11299  <midichan>0</midichan>
11300  <midicc>0</midicc>
11301  <label>15.000</label>
11302  <alignment>left</alignment>
11303  <font>Lucida Grande</font>
11304  <fontsize>11</fontsize>
11305  <precision>3</precision>
11306  <color>
11307   <r>0</r>
11308   <g>0</g>
11309   <b>0</b>
11310  </color>
11311  <bgcolor mode="background">
11312   <r>255</r>
11313   <g>255</g>
11314   <b>102</b>
11315  </bgcolor>
11316  <bordermode>noborder</bordermode>
11317  <borderradius>3</borderradius>
11318  <borderwidth>1</borderwidth>
11319 </bsbObject>
11320 <bsbObject type="BSBLabel" version="2">
11321  <objectName/>
11322  <x>235</x>
11323  <y>523</y>
11324  <width>36</width>
11325  <height>21</height>
11326  <uuid>{a597d981-2bf1-44d1-bb59-0083b148eef3}</uuid>
11327  <visible>true</visible>
11328  <midichan>0</midichan>
11329  <midicc>0</midicc>
11330  <label>ATK2</label>
11331  <alignment>center</alignment>
11332  <font>Lucida Grande</font>
11333  <fontsize>8</fontsize>
11334  <precision>3</precision>
11335  <color>
11336   <r>255</r>
11337   <g>255</g>
11338   <b>255</b>
11339  </color>
11340  <bgcolor mode="nobackground">
11341   <r>255</r>
11342   <g>255</g>
11343   <b>255</b>
11344  </bgcolor>
11345  <bordermode>noborder</bordermode>
11346  <borderradius>1</borderradius>
11347  <borderwidth>1</borderwidth>
11348 </bsbObject>
11349 <bsbObject type="BSBLabel" version="2">
11350  <objectName/>
11351  <x>274</x>
11352  <y>523</y>
11353  <width>42</width>
11354  <height>22</height>
11355  <uuid>{2339a1bb-01bb-4b1b-84b6-8edcd0e20232}</uuid>
11356  <visible>true</visible>
11357  <midichan>0</midichan>
11358  <midicc>0</midicc>
11359  <label>REL_2</label>
11360  <alignment>center</alignment>
11361  <font>Lucida Grande</font>
11362  <fontsize>8</fontsize>
11363  <precision>3</precision>
11364  <color>
11365   <r>255</r>
11366   <g>255</g>
11367   <b>255</b>
11368  </color>
11369  <bgcolor mode="nobackground">
11370   <r>255</r>
11371   <g>255</g>
11372   <b>255</b>
11373  </bgcolor>
11374  <bordermode>noborder</bordermode>
11375  <borderradius>1</borderradius>
11376  <borderwidth>1</borderwidth>
11377 </bsbObject>
11378 <bsbObject type="BSBVSlider" version="2">
11379  <objectName>AT2</objectName>
11380  <x>250</x>
11381  <y>443</y>
11382  <width>16</width>
11383  <height>82</height>
11384  <uuid>{900ecb0f-1661-4ed8-8e3c-68c2d5c7d99e}</uuid>
11385  <visible>true</visible>
11386  <midichan>0</midichan>
11387  <midicc>0</midicc>
11388  <minimum>0.05000000</minimum>
11389  <maximum>0.90000000</maximum>
11390  <value>0.90000000</value>
11391  <mode>lin</mode>
11392  <mouseControl act="jump">continuous</mouseControl>
11393  <resolution>-1.00000000</resolution>
11394  <randomizable group="0">false</randomizable>
11395 </bsbObject>
11396 <bsbObject type="BSBVSlider" version="2">
11397  <objectName>RE2</objectName>
11398  <x>290</x>
11399  <y>443</y>
11400  <width>16</width>
11401  <height>82</height>
11402  <uuid>{2d22ac08-8247-4e57-aa6e-ead2a14895a8}</uuid>
11403  <visible>true</visible>
11404  <midichan>0</midichan>
11405  <midicc>0</midicc>
11406  <minimum>0.05000000</minimum>
11407  <maximum>0.90000000</maximum>
11408  <value>0.90000000</value>
11409  <mode>lin</mode>
11410  <mouseControl act="jump">continuous</mouseControl>
11411  <resolution>-1.00000000</resolution>
11412  <randomizable group="0">false</randomizable>
11413 </bsbObject>
11414 <bsbObject type="BSBVSlider" version="2">
11415  <objectName>REVSEND2</objectName>
11416  <x>328</x>
11417  <y>443</y>
11418  <width>16</width>
11419  <height>82</height>
11420  <uuid>{323f0713-36a7-4ba7-9526-1c8ec9a33dad}</uuid>
11421  <visible>true</visible>
11422  <midichan>0</midichan>
11423  <midicc>0</midicc>
11424  <minimum>0.00000000</minimum>
11425  <maximum>1.00000000</maximum>
11426  <value>1.00000000</value>
11427  <mode>lin</mode>
11428  <mouseControl act="jump">continuous</mouseControl>
11429  <resolution>-1.00000000</resolution>
11430  <randomizable group="0">false</randomizable>
11431 </bsbObject>
11432 <bsbObject type="BSBLabel" version="2">
11433  <objectName/>
11434  <x>317</x>
11435  <y>524</y>
11436  <width>45</width>
11437  <height>22</height>
11438  <uuid>{69e3f149-2f3a-46b6-b9ae-261848f06db5}</uuid>
11439  <visible>true</visible>
11440  <midichan>0</midichan>
11441  <midicc>0</midicc>
11442  <label>REVS2</label>
11443  <alignment>center</alignment>
11444  <font>Lucida Grande</font>
11445  <fontsize>8</fontsize>
11446  <precision>3</precision>
11447  <color>
11448   <r>102</r>
11449   <g>255</g>
11450   <b>204</b>
11451  </color>
11452  <bgcolor mode="nobackground">
11453   <r>255</r>
11454   <g>255</g>
11455   <b>255</b>
11456  </bgcolor>
11457  <bordermode>noborder</bordermode>
11458  <borderradius>1</borderradius>
11459  <borderwidth>1</borderwidth>
11460 </bsbObject>
11461 <bsbObject type="BSBLabel" version="2">
11462  <objectName/>
11463  <x>30</x>
11464  <y>523</y>
11465  <width>31</width>
11466  <height>22</height>
11467  <uuid>{b7d4979d-337d-4072-b211-e3e1bc6734a5}</uuid>
11468  <visible>true</visible>
11469  <midichan>0</midichan>
11470  <midicc>0</midicc>
11471  <label>STEP</label>
11472  <alignment>right</alignment>
11473  <font>Lucida Grande</font>
11474  <fontsize>8</fontsize>
11475  <precision>3</precision>
11476  <color>
11477   <r>255</r>
11478   <g>255</g>
11479   <b>255</b>
11480  </color>
11481  <bgcolor mode="nobackground">
11482   <r>255</r>
11483   <g>255</g>
11484   <b>255</b>
11485  </bgcolor>
11486  <bordermode>noborder</bordermode>
11487  <borderradius>1</borderradius>
11488  <borderwidth>1</borderwidth>
11489 </bsbObject>
11490 <bsbObject type="BSBLabel" version="2">
11491  <objectName/>
11492  <x>1</x>
11493  <y>523</y>
11494  <width>37</width>
11495  <height>20</height>
11496  <uuid>{e19aaf56-a336-4d19-a188-987de350124e}</uuid>
11497  <visible>true</visible>
11498  <midichan>0</midichan>
11499  <midicc>0</midicc>
11500  <label># VOI</label>
11501  <alignment>left</alignment>
11502  <font>Lucida Grande</font>
11503  <fontsize>8</fontsize>
11504  <precision>3</precision>
11505  <color>
11506   <r>255</r>
11507   <g>255</g>
11508   <b>255</b>
11509  </color>
11510  <bgcolor mode="nobackground">
11511   <r>255</r>
11512   <g>255</g>
11513   <b>255</b>
11514  </bgcolor>
11515  <bordermode>noborder</bordermode>
11516  <borderradius>1</borderradius>
11517  <borderwidth>1</borderwidth>
11518 </bsbObject>
11519 <bsbObject type="BSBLabel" version="2">
11520  <objectName/>
11521  <x>60</x>
11522  <y>523</y>
11523  <width>35</width>
11524  <height>20</height>
11525  <uuid>{c5d4917e-479f-438b-91f1-2ae46f3d13ed}</uuid>
11526  <visible>true</visible>
11527  <midichan>0</midichan>
11528  <midicc>0</midicc>
11529  <label>ATK1</label>
11530  <alignment>left</alignment>
11531  <font>Lucida Grande</font>
11532  <fontsize>8</fontsize>
11533  <precision>3</precision>
11534  <color>
11535   <r>255</r>
11536   <g>255</g>
11537   <b>255</b>
11538  </color>
11539  <bgcolor mode="nobackground">
11540   <r>255</r>
11541   <g>255</g>
11542   <b>255</b>
11543  </bgcolor>
11544  <bordermode>noborder</bordermode>
11545  <borderradius>1</borderradius>
11546  <borderwidth>1</borderwidth>
11547 </bsbObject>
11548 <bsbObject type="BSBLabel" version="2">
11549  <objectName/>
11550  <x>87</x>
11551  <y>523</y>
11552  <width>43</width>
11553  <height>22</height>
11554  <uuid>{eb238e84-3395-4235-91dd-cef558f5966e}</uuid>
11555  <visible>true</visible>
11556  <midichan>0</midichan>
11557  <midicc>0</midicc>
11558  <label>REL_1</label>
11559  <alignment>center</alignment>
11560  <font>Lucida Grande</font>
11561  <fontsize>8</fontsize>
11562  <precision>3</precision>
11563  <color>
11564   <r>255</r>
11565   <g>255</g>
11566   <b>255</b>
11567  </color>
11568  <bgcolor mode="nobackground">
11569   <r>255</r>
11570   <g>255</g>
11571   <b>255</b>
11572  </bgcolor>
11573  <bordermode>noborder</bordermode>
11574  <borderradius>1</borderradius>
11575  <borderwidth>1</borderwidth>
11576 </bsbObject>
11577 <bsbObject type="BSBVSlider" version="2">
11578  <objectName>vox</objectName>
11579  <x>9</x>
11580  <y>442</y>
11581  <width>16</width>
11582  <height>84</height>
11583  <uuid>{2a19a4b3-4317-49b1-b238-fb1adcd4325b}</uuid>
11584  <visible>true</visible>
11585  <midichan>1</midichan>
11586  <midicc>0</midicc>
11587  <minimum>1.00000000</minimum>
11588  <maximum>8.00000000</maximum>
11589  <value>4.00000000</value>
11590  <mode>lin</mode>
11591  <mouseControl act="jump">continuous</mouseControl>
11592  <resolution>-1.00000000</resolution>
11593  <randomizable group="0">false</randomizable>
11594 </bsbObject>
11595 <bsbObject type="BSBVSlider" version="2">
11596  <objectName>knob154</objectName>
11597  <x>39</x>
11598  <y>443</y>
11599  <width>16</width>
11600  <height>82</height>
11601  <uuid>{beef446c-f708-43b2-8294-cbaf5b45a054}</uuid>
11602  <visible>true</visible>
11603  <midichan>0</midichan>
11604  <midicc>0</midicc>
11605  <minimum>1.00000000</minimum>
11606  <maximum>9.00000000</maximum>
11607  <value>1.00000000</value>
11608  <mode>lin</mode>
11609  <mouseControl act="jump">continuous</mouseControl>
11610  <resolution>-1.00000000</resolution>
11611  <randomizable group="0">false</randomizable>
11612 </bsbObject>
11613 <bsbObject type="BSBDisplay" version="2">
11614  <objectName>vox</objectName>
11615  <x>-2</x>
11616  <y>420</y>
11617  <width>36</width>
11618  <height>26</height>
11619  <uuid>{82230e1b-2220-4381-8ab9-afff3a1f4fef}</uuid>
11620  <visible>true</visible>
11621  <midichan>0</midichan>
11622  <midicc>0</midicc>
11623  <label>4.000</label>
11624  <alignment>center</alignment>
11625  <font>Lucida Grande</font>
11626  <fontsize>8</fontsize>
11627  <precision>3</precision>
11628  <color>
11629   <r>0</r>
11630   <g>255</g>
11631   <b>0</b>
11632  </color>
11633  <bgcolor mode="nobackground">
11634   <r>64</r>
11635   <g>0</g>
11636   <b>128</b>
11637  </bgcolor>
11638  <bordermode>noborder</bordermode>
11639  <borderradius>1</borderradius>
11640  <borderwidth>1</borderwidth>
11641 </bsbObject>
11642 <bsbObject type="BSBDisplay" version="2">
11643  <objectName>knob154</objectName>
11644  <x>27</x>
11645  <y>420</y>
11646  <width>38</width>
11647  <height>24</height>
11648  <uuid>{8be15226-cb79-4e7f-987c-7b16c55a0c6f}</uuid>
11649  <visible>true</visible>
11650  <midichan>0</midichan>
11651  <midicc>0</midicc>
11652  <label>1.000</label>
11653  <alignment>center</alignment>
11654  <font>Lucida Grande</font>
11655  <fontsize>8</fontsize>
11656  <precision>3</precision>
11657  <color>
11658   <r>0</r>
11659   <g>255</g>
11660   <b>0</b>
11661  </color>
11662  <bgcolor mode="nobackground">
11663   <r>64</r>
11664   <g>0</g>
11665   <b>128</b>
11666  </bgcolor>
11667  <bordermode>noborder</bordermode>
11668  <borderradius>1</borderradius>
11669  <borderwidth>1</borderwidth>
11670 </bsbObject>
11671 <bsbObject type="BSBVSlider" version="2">
11672  <objectName>AT1</objectName>
11673  <x>69</x>
11674  <y>442</y>
11675  <width>16</width>
11676  <height>82</height>
11677  <uuid>{7d817cef-7686-4f7a-b429-22b938fe0e49}</uuid>
11678  <visible>true</visible>
11679  <midichan>0</midichan>
11680  <midicc>0</midicc>
11681  <minimum>0.05000000</minimum>
11682  <maximum>0.90000000</maximum>
11683  <value>0.90000000</value>
11684  <mode>lin</mode>
11685  <mouseControl act="jump">continuous</mouseControl>
11686  <resolution>-1.00000000</resolution>
11687  <randomizable group="0">false</randomizable>
11688 </bsbObject>
11689 <bsbObject type="BSBVSlider" version="2">
11690  <objectName>RE1</objectName>
11691  <x>99</x>
11692  <y>442</y>
11693  <width>16</width>
11694  <height>82</height>
11695  <uuid>{74dcef88-2ca2-4ea2-9ae4-a4dde400816d}</uuid>
11696  <visible>true</visible>
11697  <midichan>0</midichan>
11698  <midicc>0</midicc>
11699  <minimum>0.05000000</minimum>
11700  <maximum>0.90000000</maximum>
11701  <value>0.90000000</value>
11702  <mode>lin</mode>
11703  <mouseControl act="jump">continuous</mouseControl>
11704  <resolution>-1.00000000</resolution>
11705  <randomizable group="0">false</randomizable>
11706 </bsbObject>
11707 <bsbObject type="BSBVSlider" version="2">
11708  <objectName>REVSEND1</objectName>
11709  <x>129</x>
11710  <y>442</y>
11711  <width>16</width>
11712  <height>82</height>
11713  <uuid>{fb9efe43-88c0-475b-9f14-3b682984515d}</uuid>
11714  <visible>true</visible>
11715  <midichan>0</midichan>
11716  <midicc>0</midicc>
11717  <minimum>0.00000000</minimum>
11718  <maximum>1.00000000</maximum>
11719  <value>1.00000000</value>
11720  <mode>lin</mode>
11721  <mouseControl act="jump">continuous</mouseControl>
11722  <resolution>-1.00000000</resolution>
11723  <randomizable group="0">false</randomizable>
11724 </bsbObject>
11725 <bsbObject type="BSBLabel" version="2">
11726  <objectName/>
11727  <x>121</x>
11728  <y>524</y>
11729  <width>45</width>
11730  <height>22</height>
11731  <uuid>{068ba869-18b6-4d5f-87c0-126899518d32}</uuid>
11732  <visible>true</visible>
11733  <midichan>0</midichan>
11734  <midicc>0</midicc>
11735  <label>REVS1</label>
11736  <alignment>left</alignment>
11737  <font>Lucida Grande</font>
11738  <fontsize>8</fontsize>
11739  <precision>3</precision>
11740  <color>
11741   <r>102</r>
11742   <g>255</g>
11743   <b>204</b>
11744  </color>
11745  <bgcolor mode="nobackground">
11746   <r>255</r>
11747   <g>255</g>
11748   <b>255</b>
11749  </bgcolor>
11750  <bordermode>noborder</bordermode>
11751  <borderradius>1</borderradius>
11752  <borderwidth>1</borderwidth>
11753 </bsbObject>
11754 <bsbObject type="BSBVSlider" version="2">
11755  <objectName>Lev_2</objectName>
11756  <x>290</x>
11757  <y>750</y>
11758  <width>16</width>
11759  <height>72</height>
11760  <uuid>{57db54b2-e29a-4a69-a417-0c7e67be43a6}</uuid>
11761  <visible>true</visible>
11762  <midichan>0</midichan>
11763  <midicc>0</midicc>
11764  <minimum>0.00000000</minimum>
11765  <maximum>1.00000000</maximum>
11766  <value>0.50000000</value>
11767  <mode>lin</mode>
11768  <mouseControl act="jump">continuous</mouseControl>
11769  <resolution>-1.00000000</resolution>
11770  <randomizable group="0">false</randomizable>
11771 </bsbObject>
11772 <bsbObject type="BSBVSlider" version="2">
11773  <objectName>indx2</objectName>
11774  <x>336</x>
11775  <y>750</y>
11776  <width>16</width>
11777  <height>72</height>
11778  <uuid>{ac76dcc5-6e09-40e2-94e4-19104e85055f}</uuid>
11779  <visible>true</visible>
11780  <midichan>0</midichan>
11781  <midicc>0</midicc>
11782  <minimum>0.00000000</minimum>
11783  <maximum>4.00000000</maximum>
11784  <value>1.00000000</value>
11785  <mode>lin</mode>
11786  <mouseControl act="jump">continuous</mouseControl>
11787  <resolution>-1.00000000</resolution>
11788  <randomizable group="0">false</randomizable>
11789 </bsbObject>
11790 <bsbObject type="BSBDisplay" version="2">
11791  <objectName>Lev_2</objectName>
11792  <x>275</x>
11793  <y>724</y>
11794  <width>47</width>
11795  <height>22</height>
11796  <uuid>{941a64ea-9dc5-4736-a934-872b40be71ac}</uuid>
11797  <visible>true</visible>
11798  <midichan>0</midichan>
11799  <midicc>0</midicc>
11800  <label>0.500</label>
11801  <alignment>center</alignment>
11802  <font>Lucida Grande</font>
11803  <fontsize>10</fontsize>
11804  <precision>3</precision>
11805  <color>
11806   <r>0</r>
11807   <g>255</g>
11808   <b>0</b>
11809  </color>
11810  <bgcolor mode="background">
11811   <r>0</r>
11812   <g>64</g>
11813   <b>128</b>
11814  </bgcolor>
11815  <bordermode>noborder</bordermode>
11816  <borderradius>3</borderradius>
11817  <borderwidth>1</borderwidth>
11818 </bsbObject>
11819 <bsbObject type="BSBDisplay" version="2">
11820  <objectName>indx2</objectName>
11821  <x>323</x>
11822  <y>724</y>
11823  <width>47</width>
11824  <height>22</height>
11825  <uuid>{ceb40ec3-f47c-4870-99eb-b9ef49f6f6e5}</uuid>
11826  <visible>true</visible>
11827  <midichan>0</midichan>
11828  <midicc>0</midicc>
11829  <label>1.000</label>
11830  <alignment>center</alignment>
11831  <font>Lucida Grande</font>
11832  <fontsize>10</fontsize>
11833  <precision>3</precision>
11834  <color>
11835   <r>0</r>
11836   <g>255</g>
11837   <b>0</b>
11838  </color>
11839  <bgcolor mode="background">
11840   <r>0</r>
11841   <g>64</g>
11842   <b>128</b>
11843  </bgcolor>
11844  <bordermode>noborder</bordermode>
11845  <borderradius>3</borderradius>
11846  <borderwidth>1</borderwidth>
11847 </bsbObject>
11848 <bsbObject type="BSBLabel" version="2">
11849  <objectName/>
11850  <x>318</x>
11851  <y>823</y>
11852  <width>51</width>
11853  <height>22</height>
11854  <uuid>{d7084eac-3089-4f0b-8678-331cb14e3674}</uuid>
11855  <visible>true</visible>
11856  <midichan>0</midichan>
11857  <midicc>0</midicc>
11858  <label>IM2</label>
11859  <alignment>center</alignment>
11860  <font>Lucida Grande</font>
11861  <fontsize>9</fontsize>
11862  <precision>3</precision>
11863  <color>
11864   <r>255</r>
11865   <g>255</g>
11866   <b>255</b>
11867  </color>
11868  <bgcolor mode="nobackground">
11869   <r>255</r>
11870   <g>255</g>
11871   <b>255</b>
11872  </bgcolor>
11873  <bordermode>noborder</bordermode>
11874  <borderradius>1</borderradius>
11875  <borderwidth>1</borderwidth>
11876 </bsbObject>
11877 <bsbObject type="BSBLabel" version="2">
11878  <objectName/>
11879  <x>272</x>
11880  <y>823</y>
11881  <width>51</width>
11882  <height>22</height>
11883  <uuid>{87f36b2c-68bb-4c92-a2d5-936ab8bbdf5f}</uuid>
11884  <visible>true</visible>
11885  <midichan>0</midichan>
11886  <midicc>0</midicc>
11887  <label>LEV_2</label>
11888  <alignment>center</alignment>
11889  <font>Lucida Grande</font>
11890  <fontsize>9</fontsize>
11891  <precision>3</precision>
11892  <color>
11893   <r>102</r>
11894   <g>255</g>
11895   <b>255</b>
11896  </color>
11897  <bgcolor mode="nobackground">
11898   <r>255</r>
11899   <g>255</g>
11900   <b>255</b>
11901  </bgcolor>
11902  <bordermode>noborder</bordermode>
11903  <borderradius>1</borderradius>
11904  <borderwidth>1</borderwidth>
11905 </bsbObject>
11906 <bsbObject type="BSBVSlider" version="2">
11907  <objectName>Fun_2</objectName>
11908  <x>243</x>
11909  <y>750</y>
11910  <width>16</width>
11911  <height>72</height>
11912  <uuid>{1e0aa7c6-ded1-4434-be30-b7787198437a}</uuid>
11913  <visible>true</visible>
11914  <midichan>0</midichan>
11915  <midicc>0</midicc>
11916  <minimum>1.00000000</minimum>
11917  <maximum>8.00000000</maximum>
11918  <value>1.00000000</value>
11919  <mode>lin</mode>
11920  <mouseControl act="jump">continuous</mouseControl>
11921  <resolution>-1.00000000</resolution>
11922  <randomizable group="0">false</randomizable>
11923 </bsbObject>
11924 <bsbObject type="BSBDisplay" version="2">
11925  <objectName>Fun_2</objectName>
11926  <x>227</x>
11927  <y>724</y>
11928  <width>47</width>
11929  <height>22</height>
11930  <uuid>{dafb5695-9f3c-4869-ad20-62f6046a82d5}</uuid>
11931  <visible>true</visible>
11932  <midichan>0</midichan>
11933  <midicc>0</midicc>
11934  <label>0.000</label>
11935  <alignment>center</alignment>
11936  <font>Lucida Grande</font>
11937  <fontsize>10</fontsize>
11938  <precision>3</precision>
11939  <color>
11940   <r>0</r>
11941   <g>255</g>
11942   <b>0</b>
11943  </color>
11944  <bgcolor mode="background">
11945   <r>0</r>
11946   <g>64</g>
11947   <b>128</b>
11948  </bgcolor>
11949  <bordermode>noborder</bordermode>
11950  <borderradius>3</borderradius>
11951  <borderwidth>1</borderwidth>
11952 </bsbObject>
11953 <bsbObject type="BSBLabel" version="2">
11954  <objectName/>
11955  <x>229</x>
11956  <y>823</y>
11957  <width>44</width>
11958  <height>22</height>
11959  <uuid>{da77cfc5-60a3-4380-bbc3-5e5831f5bfd4}</uuid>
11960  <visible>true</visible>
11961  <midichan>0</midichan>
11962  <midicc>0</midicc>
11963  <label>F2</label>
11964  <alignment>center</alignment>
11965  <font>Lucida Grande</font>
11966  <fontsize>9</fontsize>
11967  <precision>3</precision>
11968  <color>
11969   <r>255</r>
11970   <g>255</g>
11971   <b>255</b>
11972  </color>
11973  <bgcolor mode="nobackground">
11974   <r>255</r>
11975   <g>255</g>
11976   <b>255</b>
11977  </bgcolor>
11978  <bordermode>noborder</bordermode>
11979  <borderradius>1</borderradius>
11980  <borderwidth>1</borderwidth>
11981 </bsbObject>
11982 <bsbObject type="BSBCheckBox" version="2">
11983  <objectName>MUTE2</objectName>
11984  <x>359</x>
11985  <y>386</y>
11986  <width>20</width>
11987  <height>20</height>
11988  <uuid>{bfd17378-219a-42f5-bc92-2ca7659e715a}</uuid>
11989  <visible>true</visible>
11990  <midichan>0</midichan>
11991  <midicc>-3</midicc>
11992  <selected>false</selected>
11993  <label/>
11994  <pressedValue>1</pressedValue>
11995  <randomizable group="0">false</randomizable>
11996 </bsbObject>
11997 <bsbObject type="BSBController" version="2">
11998  <objectName>sine2</objectName>
11999  <x>262</x>
12000  <y>778</y>
12001  <width>21</width>
12002  <height>7</height>
12003  <uuid>{748ab458-a1e8-4abf-80be-e33af7e10b97}</uuid>
12004  <visible>true</visible>
12005  <midichan>0</midichan>
12006  <midicc>0</midicc>
12007  <objectName2>vert180</objectName2>
12008  <xMin>0.00000000</xMin>
12009  <xMax>1.00000000</xMax>
12010  <yMin>0.00000000</yMin>
12011  <yMax>1.00000000</yMax>
12012  <xValue>1.00000000</xValue>
12013  <yValue>0.00000000</yValue>
12014  <type>fill</type>
12015  <pointsize>1</pointsize>
12016  <fadeSpeed>0.00000000</fadeSpeed>
12017  <mouseControl act="press">jump</mouseControl>
12018  <color>
12019   <r>0</r>
12020   <g>234</g>
12021   <b>0</b>
12022  </color>
12023  <randomizable group="0" mode="both">false</randomizable>
12024  <bgcolor>
12025   <r>0</r>
12026   <g>0</g>
12027   <b>0</b>
12028  </bgcolor>
12029 </bsbObject>
12030 <bsbObject type="BSBCheckBox" version="2">
12031  <objectName>cm</objectName>
12032  <x>538</x>
12033  <y>411</y>
12034  <width>20</width>
12035  <height>20</height>
12036  <uuid>{33cbc1bb-69e6-4d84-9e67-e146f21a5474}</uuid>
12037  <visible>true</visible>
12038  <midichan>0</midichan>
12039  <midicc>0</midicc>
12040  <selected>false</selected>
12041  <label/>
12042  <pressedValue>1</pressedValue>
12043  <randomizable group="0">false</randomizable>
12044 </bsbObject>
12045 <bsbObject type="BSBController" version="2">
12046  <objectName>led_FLOAT</objectName>
12047  <x>599</x>
12048  <y>428</y>
12049  <width>19</width>
12050  <height>7</height>
12051  <uuid>{4f6a5f47-f08e-43e1-8223-7bfbc4e7d715}</uuid>
12052  <visible>true</visible>
12053  <midichan>0</midichan>
12054  <midicc>0</midicc>
12055  <objectName2>led</objectName2>
12056  <xMin>0.00000000</xMin>
12057  <xMax>1.00000000</xMax>
12058  <yMin>0.00000000</yMin>
12059  <yMax>1.00000000</yMax>
12060  <xValue>0.00000000</xValue>
12061  <yValue>0.00000000</yValue>
12062  <type>fill</type>
12063  <pointsize>1</pointsize>
12064  <fadeSpeed>0.00000000</fadeSpeed>
12065  <mouseControl act="press">jump</mouseControl>
12066  <color>
12067   <r>255</r>
12068   <g>128</g>
12069   <b>0</b>
12070  </color>
12071  <randomizable group="0" mode="both">false</randomizable>
12072  <bgcolor>
12073   <r>0</r>
12074   <g>0</g>
12075   <b>0</b>
12076  </bgcolor>
12077 </bsbObject>
12078 <bsbObject type="BSBController" version="2">
12079  <objectName>led_INT</objectName>
12080  <x>599</x>
12081  <y>409</y>
12082  <width>19</width>
12083  <height>7</height>
12084  <uuid>{535099f7-6b09-414a-897c-8a9b28fe857c}</uuid>
12085  <visible>true</visible>
12086  <midichan>0</midichan>
12087  <midicc>0</midicc>
12088  <objectName2>led</objectName2>
12089  <xMin>0.00000000</xMin>
12090  <xMax>1.00000000</xMax>
12091  <yMin>0.00000000</yMin>
12092  <yMax>1.00000000</yMax>
12093  <xValue>1.00000000</xValue>
12094  <yValue>0.00000000</yValue>
12095  <type>fill</type>
12096  <pointsize>1</pointsize>
12097  <fadeSpeed>0.00000000</fadeSpeed>
12098  <mouseControl act="press">jump</mouseControl>
12099  <color>
12100   <r>255</r>
12101   <g>128</g>
12102   <b>0</b>
12103  </color>
12104  <randomizable group="0" mode="both">false</randomizable>
12105  <bgcolor>
12106   <r>0</r>
12107   <g>0</g>
12108   <b>0</b>
12109  </bgcolor>
12110 </bsbObject>
12111 <bsbObject type="BSBLabel" version="2">
12112  <objectName/>
12113  <x>562</x>
12114  <y>403</y>
12115  <width>28</width>
12116  <height>20</height>
12117  <uuid>{6be4ae38-b6d4-4c1c-ae34-4a6ae46b3261}</uuid>
12118  <visible>true</visible>
12119  <midichan>0</midichan>
12120  <midicc>0</midicc>
12121  <label>INT</label>
12122  <alignment>center</alignment>
12123  <font>Lucida Grande</font>
12124  <fontsize>9</fontsize>
12125  <precision>3</precision>
12126  <color>
12127   <r>255</r>
12128   <g>255</g>
12129   <b>0</b>
12130  </color>
12131  <bgcolor mode="nobackground">
12132   <r>204</r>
12133   <g>204</g>
12134   <b>204</b>
12135  </bgcolor>
12136  <bordermode>noborder</bordermode>
12137  <borderradius>1</borderradius>
12138  <borderwidth>1</borderwidth>
12139 </bsbObject>
12140 <bsbObject type="BSBLabel" version="2">
12141  <objectName/>
12142  <x>557</x>
12143  <y>421</y>
12144  <width>41</width>
12145  <height>21</height>
12146  <uuid>{885b882a-98fe-43f3-806f-c3fa81dcc192}</uuid>
12147  <visible>true</visible>
12148  <midichan>0</midichan>
12149  <midicc>0</midicc>
12150  <label>FLOAT</label>
12151  <alignment>center</alignment>
12152  <font>Lucida Grande</font>
12153  <fontsize>9</fontsize>
12154  <precision>3</precision>
12155  <color>
12156   <r>255</r>
12157   <g>255</g>
12158   <b>0</b>
12159  </color>
12160  <bgcolor mode="nobackground">
12161   <r>204</r>
12162   <g>204</g>
12163   <b>204</b>
12164  </bgcolor>
12165  <bordermode>noborder</bordermode>
12166  <borderradius>1</borderradius>
12167  <borderwidth>1</borderwidth>
12168 </bsbObject>
12169 <bsbObject type="BSBHSlider" version="2">
12170  <objectName>XFADE</objectName>
12171  <x>153</x>
12172  <y>609</y>
12173  <width>79</width>
12174  <height>16</height>
12175  <uuid>{71d90790-9d2c-4446-909a-edf670213a8f}</uuid>
12176  <visible>true</visible>
12177  <midichan>0</midichan>
12178  <midicc>0</midicc>
12179  <minimum>0.00000000</minimum>
12180  <maximum>1.00000000</maximum>
12181  <value>0.50000000</value>
12182  <mode>lin</mode>
12183  <mouseControl act="jump">continuous</mouseControl>
12184  <resolution>-1.00000000</resolution>
12185  <randomizable group="0">false</randomizable>
12186 </bsbObject>
12187 <bsbObject type="BSBLabel" version="2">
12188  <objectName/>
12189  <x>174</x>
12190  <y>629</y>
12191  <width>44</width>
12192  <height>21</height>
12193  <uuid>{07b31920-1aeb-484c-845c-fd86c76a603a}</uuid>
12194  <visible>true</visible>
12195  <midichan>0</midichan>
12196  <midicc>0</midicc>
12197  <label>XFADE</label>
12198  <alignment>center</alignment>
12199  <font>Lucida Grande</font>
12200  <fontsize>10</fontsize>
12201  <precision>3</precision>
12202  <color>
12203   <r>255</r>
12204   <g>255</g>
12205   <b>255</b>
12206  </color>
12207  <bgcolor mode="nobackground">
12208   <r>255</r>
12209   <g>255</g>
12210   <b>255</b>
12211  </bgcolor>
12212  <bordermode>noborder</bordermode>
12213  <borderradius>1</borderradius>
12214  <borderwidth>1</borderwidth>
12215 </bsbObject>
12216 <bsbObject type="BSBDisplay" version="2">
12217  <objectName>XFADE</objectName>
12218  <x>174</x>
12219  <y>586</y>
12220  <width>46</width>
12221  <height>22</height>
12222  <uuid>{ae6f29a6-780d-4fc0-9faa-b72f3d2d0fd5}</uuid>
12223  <visible>true</visible>
12224  <midichan>0</midichan>
12225  <midicc>0</midicc>
12226  <label>0.500</label>
12227  <alignment>center</alignment>
12228  <font>Lucida Grande</font>
12229  <fontsize>10</fontsize>
12230  <precision>3</precision>
12231  <color>
12232   <r>0</r>
12233   <g>255</g>
12234   <b>0</b>
12235  </color>
12236  <bgcolor mode="background">
12237   <r>64</r>
12238   <g>0</g>
12239   <b>128</b>
12240  </bgcolor>
12241  <bordermode>noborder</bordermode>
12242  <borderradius>3</borderradius>
12243  <borderwidth>1</borderwidth>
12244 </bsbObject>
12245 <bsbObject type="BSBController" version="2">
12246  <objectName>hor220</objectName>
12247  <x>233</x>
12248  <y>552</y>
12249  <width>8</width>
12250  <height>128</height>
12251  <uuid>{9fc5ef30-b360-4c5e-b5a9-da77b66df51c}</uuid>
12252  <visible>true</visible>
12253  <midichan>0</midichan>
12254  <midicc>0</midicc>
12255  <objectName2>disp_G2LEV</objectName2>
12256  <xMin>0.00000000</xMin>
12257  <xMax>1.00000000</xMax>
12258  <yMin>0.00000000</yMin>
12259  <yMax>1.00000000</yMax>
12260  <xValue>0.80000000</xValue>
12261  <yValue>0.50000000</yValue>
12262  <type>fill</type>
12263  <pointsize>1</pointsize>
12264  <fadeSpeed>0.00000000</fadeSpeed>
12265  <mouseControl act="press">jump</mouseControl>
12266  <color>
12267   <r>255</r>
12268   <g>128</g>
12269   <b>0</b>
12270  </color>
12271  <randomizable group="0" mode="both">false</randomizable>
12272  <bgcolor>
12273   <r>0</r>
12274   <g>0</g>
12275   <b>0</b>
12276  </bgcolor>
12277 </bsbObject>
12278 <bsbObject type="BSBController" version="2">
12279  <objectName>hor220</objectName>
12280  <x>144</x>
12281  <y>553</y>
12282  <width>8</width>
12283  <height>129</height>
12284  <uuid>{a74dd8ed-bd68-4266-ab1f-3209a3f7d4b7}</uuid>
12285  <visible>true</visible>
12286  <midichan>0</midichan>
12287  <midicc>0</midicc>
12288  <objectName2>disp_G1LEV</objectName2>
12289  <xMin>0.00000000</xMin>
12290  <xMax>1.00000000</xMax>
12291  <yMin>0.00000000</yMin>
12292  <yMax>1.00000000</yMax>
12293  <xValue>0.80000000</xValue>
12294  <yValue>0.50000000</yValue>
12295  <type>fill</type>
12296  <pointsize>1</pointsize>
12297  <fadeSpeed>0.00000000</fadeSpeed>
12298  <mouseControl act="press">jump</mouseControl>
12299  <color>
12300   <r>102</r>
12301   <g>204</g>
12302   <b>255</b>
12303  </color>
12304  <randomizable group="0" mode="both">false</randomizable>
12305  <bgcolor>
12306   <r>0</r>
12307   <g>0</g>
12308   <b>0</b>
12309  </bgcolor>
12310 </bsbObject>
12311 <bsbObject type="BSBDisplay" version="2">
12312  <objectName>disp_rand2</objectName>
12313  <x>194</x>
12314  <y>327</y>
12315  <width>50</width>
12316  <height>20</height>
12317  <uuid>{808d323d-6d70-49b4-be90-883c7a6cb84e}</uuid>
12318  <visible>true</visible>
12319  <midichan>0</midichan>
12320  <midicc>0</midicc>
12321  <label>24.422</label>
12322  <alignment>left</alignment>
12323  <font>Lucida Grande</font>
12324  <fontsize>8</fontsize>
12325  <precision>3</precision>
12326  <color>
12327   <r>204</r>
12328   <g>255</g>
12329   <b>102</b>
12330  </color>
12331  <bgcolor mode="nobackground">
12332   <r>64</r>
12333   <g>0</g>
12334   <b>128</b>
12335  </bgcolor>
12336  <bordermode>noborder</bordermode>
12337  <borderradius>1</borderradius>
12338  <borderwidth>1</borderwidth>
12339 </bsbObject>
12340 <bsbObject type="BSBLabel" version="2">
12341  <objectName/>
12342  <x>-253921141</x>
12343  <y>677009588</y>
12344  <width>10</width>
12345  <height>187</height>
12346  <uuid>{f1ccd7ed-1c35-44a4-bcdc-e60c05b05ed1}</uuid>
12347  <visible>true</visible>
12348  <midichan>0</midichan>
12349  <midicc>-3</midicc>
12350  <label>New Label</label>
12351  <alignment>left</alignment>
12352  <font>Lucida Grande</font>
12353  <fontsize>10</fontsize>
12354  <precision>3</precision>
12355  <color>
12356   <r>0</r>
12357   <g>0</g>
12358   <b>0</b>
12359  </color>
12360  <bgcolor mode="nobackground">
12361   <r>255</r>
12362   <g>255</g>
12363   <b>255</b>
12364  </bgcolor>
12365  <bordermode>noborder</bordermode>
12366  <borderradius>1</borderradius>
12367  <borderwidth>1</borderwidth>
12368 </bsbObject>
12369 <bsbObject type="BSBDropdown" version="2">
12370  <objectName>MIDIVAR_8</objectName>
12371  <x>1852447484</x>
12372  <y>2059320742</y>
12373  <width>132</width>
12374  <height>24</height>
12375  <uuid>{af17d496-6a80-4c61-b351-7dd6fa09d969}</uuid>
12376  <visible>true</visible>
12377  <midichan>0</midichan>
12378  <midicc>-3</midicc>
12379  <bsbDropdownItemList>
12380   <bsbDropdownItem>
12381    <name>nul</name>
12382    <value>0</value>
12383    <stringvalue/>
12384   </bsbDropdownItem>
12385   <bsbDropdownItem>
12386    <name> LEV_1</name>
12387    <value>1</value>
12388    <stringvalue/>
12389   </bsbDropdownItem>
12390   <bsbDropdownItem>
12391    <name> X1</name>
12392    <value>2</value>
12393    <stringvalue/>
12394   </bsbDropdownItem>
12395   <bsbDropdownItem>
12396    <name> Y1</name>
12397    <value>3</value>
12398    <stringvalue/>
12399   </bsbDropdownItem>
12400   <bsbDropdownItem>
12401    <name> F_1</name>
12402    <value>4</value>
12403    <stringvalue/>
12404   </bsbDropdownItem>
12405   <bsbDropdownItem>
12406    <name> IM_1</name>
12407    <value>5</value>
12408    <stringvalue/>
12409   </bsbDropdownItem>
12410   <bsbDropdownItem>
12411    <name> ATK_1</name>
12412    <value>6</value>
12413    <stringvalue/>
12414   </bsbDropdownItem>
12415   <bsbDropdownItem>
12416    <name> REL_1</name>
12417    <value>7</value>
12418    <stringvalue/>
12419   </bsbDropdownItem>
12420   <bsbDropdownItem>
12421    <name> RAN AMP_1</name>
12422    <value>8</value>
12423    <stringvalue/>
12424   </bsbDropdownItem>
12425   <bsbDropdownItem>
12426    <name> RAN RATE_1</name>
12427    <value>9</value>
12428    <stringvalue/>
12429   </bsbDropdownItem>
12430   <bsbDropdownItem>
12431    <name> VOI</name>
12432    <value>10</value>
12433    <stringvalue/>
12434   </bsbDropdownItem>
12435   <bsbDropdownItem>
12436    <name> STEP</name>
12437    <value>11</value>
12438    <stringvalue/>
12439   </bsbDropdownItem>
12440   <bsbDropdownItem>
12441    <name> XFADE</name>
12442    <value>12</value>
12443    <stringvalue/>
12444   </bsbDropdownItem>
12445   <bsbDropdownItem>
12446    <name> LEV_2</name>
12447    <value>13</value>
12448    <stringvalue/>
12449   </bsbDropdownItem>
12450   <bsbDropdownItem>
12451    <name> F_2</name>
12452    <value>14</value>
12453    <stringvalue/>
12454   </bsbDropdownItem>
12455   <bsbDropdownItem>
12456    <name> IM_2</name>
12457    <value>15</value>
12458    <stringvalue/>
12459   </bsbDropdownItem>
12460   <bsbDropdownItem>
12461    <name> RAN AMP_2</name>
12462    <value>16</value>
12463    <stringvalue/>
12464   </bsbDropdownItem>
12465   <bsbDropdownItem>
12466    <name> RAN RATE_2</name>
12467    <value>17</value>
12468    <stringvalue/>
12469   </bsbDropdownItem>
12470   <bsbDropdownItem>
12471    <name> REV_2</name>
12472    <value>18</value>
12473    <stringvalue/>
12474   </bsbDropdownItem>
12475  </bsbDropdownItemList>
12476  <selectedIndex>0</selectedIndex>
12477  <randomizable group="0">false</randomizable>
12478 </bsbObject>
12479 <bsbObject type="BSBDisplay" version="2">
12480  <objectName>transtime</objectName>
12481  <x>1214</x>
12482  <y>652</y>
12483  <width>75</width>
12484  <height>26</height>
12485  <uuid>{3e4479f8-8d4d-4379-9c51-87b74fe92e57}</uuid>
12486  <visible>true</visible>
12487  <midichan>0</midichan>
12488  <midicc>0</midicc>
12489  <label>6.863</label>
12490  <alignment>center</alignment>
12491  <font>Lucida Grande</font>
12492  <fontsize>14</fontsize>
12493  <precision>3</precision>
12494  <color>
12495   <r>0</r>
12496   <g>255</g>
12497   <b>0</b>
12498  </color>
12499  <bgcolor mode="background">
12500   <r>102</r>
12501   <g>102</g>
12502   <b>102</b>
12503  </bgcolor>
12504  <bordermode>noborder</bordermode>
12505  <borderradius>3</borderradius>
12506  <borderwidth>1</borderwidth>
12507 </bsbObject>
12508 <bsbObject type="BSBButton" version="2">
12509  <objectName/>
12510  <x>917</x>
12511  <y>296</y>
12512  <width>124</width>
12513  <height>30</height>
12514  <uuid>{45582961-ca11-4ece-b3bc-daf5dfc8991f}</uuid>
12515  <visible>true</visible>
12516  <midichan>0</midichan>
12517  <midicc>0</midicc>
12518  <type>event</type>
12519  <pressedValue>1.00000000</pressedValue>
12520  <stringvalue/>
12521  <text>Write MIDI Patch</text>
12522  <image>/</image>
12523  <eventLine>i14 0 1</eventLine>
12524  <latch>false</latch>
12525  <latched>false</latched>
12526 </bsbObject>
12527 <bsbObject type="BSBLabel" version="2">
12528  <objectName/>
12529  <x>1083</x>
12530  <y>214</y>
12531  <width>52</width>
12532  <height>20</height>
12533  <uuid>{963b4f44-b590-41ff-ab09-e3f30e9fef57}</uuid>
12534  <visible>true</visible>
12535  <midichan>0</midichan>
12536  <midicc>0</midicc>
12537  <label>Volume</label>
12538  <alignment>center</alignment>
12539  <font>Lucida Grande</font>
12540  <fontsize>9</fontsize>
12541  <precision>3</precision>
12542  <color>
12543   <r>255</r>
12544   <g>255</g>
12545   <b>255</b>
12546  </color>
12547  <bgcolor mode="nobackground">
12548   <r>255</r>
12549   <g>255</g>
12550   <b>255</b>
12551  </bgcolor>
12552  <bordermode>noborder</bordermode>
12553  <borderradius>1</borderradius>
12554  <borderwidth>1</borderwidth>
12555 </bsbObject>
12556 <bsbObject type="BSBDropdown" version="2">
12557  <objectName>ABOUT</objectName>
12558  <x>1331</x>
12559  <y>12</y>
12560  <width>83</width>
12561  <height>23</height>
12562  <uuid>{b9b547f0-e8bd-4e9f-a26a-c140e2876b15}</uuid>
12563  <visible>true</visible>
12564  <midichan>0</midichan>
12565  <midicc>0</midicc>
12566  <bsbDropdownItemList>
12567   <bsbDropdownItem>
12568    <name>About:   Stria is written by Eugenio Giordani as a tribute to prof. John Chowning - Ver. 3.0a  - 27 Nov 2019</name>
12569    <value>0</value>
12570    <stringvalue/>
12571   </bsbDropdownItem>
12572   <bsbDropdownItem>
12573    <name>Who:     Eugenio Giordani is professor of Electroacoustic Music at "G. Rossini" Conservatory - Pesaro - ITALY</name>
12574    <value>1</value>
12575    <stringvalue/>
12576   </bsbDropdownItem>
12577   <bsbDropdownItem>
12578    <name>Where:    LEMS (Electronic Laboratory for Experimental Music)- Pesaro-Italy</name>
12579    <value>2</value>
12580    <stringvalue/>
12581   </bsbDropdownItem>
12582   <bsbDropdownItem>
12583    <name>www:     www.eugenio-giordani.it/www.rossinispace.it/www.conservatoriorossini.it</name>
12584    <value>3</value>
12585    <stringvalue/>
12586   </bsbDropdownItem>
12587   <bsbDropdownItem>
12588    <name>Contact: eugenio.giordani18i@gmail.com</name>
12589    <value>4</value>
12590    <stringvalue/>
12591   </bsbDropdownItem>
12592  </bsbDropdownItemList>
12593  <selectedIndex>0</selectedIndex>
12594  <randomizable group="0">false</randomizable>
12595 </bsbObject>
12596 <bsbObject type="BSBLabel" version="2">
12597  <objectName/>
12598  <x>388</x>
12599  <y>268</y>
12600  <width>376</width>
12601  <height>81</height>
12602  <uuid>{4241df49-525e-4125-8cd1-44ce95572c10}</uuid>
12603  <visible>true</visible>
12604  <midichan>0</midichan>
12605  <midicc>0</midicc>
12606  <label/>
12607  <alignment>left</alignment>
12608  <font>Lucida Grande</font>
12609  <fontsize>10</fontsize>
12610  <precision>3</precision>
12611  <color>
12612   <r>0</r>
12613   <g>0</g>
12614   <b>0</b>
12615  </color>
12616  <bgcolor mode="background">
12617   <r>128</r>
12618   <g>128</g>
12619   <b>128</b>
12620  </bgcolor>
12621  <bordermode>border</bordermode>
12622  <borderradius>6</borderradius>
12623  <borderwidth>1</borderwidth>
12624 </bsbObject>
12625 <bsbObject type="BSBButton" version="2">
12626  <objectName>button1</objectName>
12627  <x>624</x>
12628  <y>288</y>
12629  <width>136</width>
12630  <height>32</height>
12631  <uuid>{fd7cec78-9036-41d2-989e-467c46de560c}</uuid>
12632  <visible>true</visible>
12633  <midichan>1</midichan>
12634  <midicc>15</midicc>
12635  <type>event</type>
12636  <pressedValue>1.00000000</pressedValue>
12637  <stringvalue/>
12638  <text>Create FIBONACCI</text>
12639  <image>/</image>
12640  <eventLine>i13 0 -1</eventLine>
12641  <latch>false</latch>
12642  <latched>true</latched>
12643 </bsbObject>
12644 <bsbObject type="BSBDisplay" version="2">
12645  <objectName/>
12646  <x>394</x>
12647  <y>326</y>
12648  <width>50</width>
12649  <height>21</height>
12650  <uuid>{ab03f153-0a4c-4d8a-b1d9-342d36f06f6c}</uuid>
12651  <visible>true</visible>
12652  <midichan>0</midichan>
12653  <midicc>0</midicc>
12654  <label>1st </label>
12655  <alignment>center</alignment>
12656  <font>Lucida Grande</font>
12657  <fontsize>10</fontsize>
12658  <precision>3</precision>
12659  <color>
12660   <r>255</r>
12661   <g>255</g>
12662   <b>255</b>
12663  </color>
12664  <bgcolor mode="nobackground">
12665   <r>102</r>
12666   <g>204</g>
12667   <b>255</b>
12668  </bgcolor>
12669  <bordermode>noborder</bordermode>
12670  <borderradius>1</borderradius>
12671  <borderwidth>1</borderwidth>
12672 </bsbObject>
12673 <bsbObject type="BSBController" version="2">
12674  <objectName>hor267</objectName>
12675  <x>168076941</x>
12676  <y>426667403</y>
12677  <width>31</width>
12678  <height>10</height>
12679  <uuid>{afd7f9e7-6157-4bf2-a11c-5fbfb3796d54}</uuid>
12680  <visible>true</visible>
12681  <midichan>0</midichan>
12682  <midicc>-3</midicc>
12683  <objectName2>vert267</objectName2>
12684  <xMin>0.00000000</xMin>
12685  <xMax>1.00000000</xMax>
12686  <yMin>0.00000000</yMin>
12687  <yMax>1.00000000</yMax>
12688  <xValue>0.00000000</xValue>
12689  <yValue>0.00000000</yValue>
12690  <type>fill</type>
12691  <pointsize>1</pointsize>
12692  <fadeSpeed>0.00000000</fadeSpeed>
12693  <mouseControl act="press">jump</mouseControl>
12694  <color>
12695   <r>0</r>
12696   <g>234</g>
12697   <b>0</b>
12698  </color>
12699  <randomizable group="0" mode="both">false</randomizable>
12700  <bgcolor>
12701   <r>0</r>
12702   <g>0</g>
12703   <b>0</b>
12704  </bgcolor>
12705 </bsbObject>
12706 <bsbObject type="BSBController" version="2">
12707  <objectName>led_F</objectName>
12708  <x>629</x>
12709  <y>279</y>
12710  <width>125</width>
12711  <height>10</height>
12712  <uuid>{d630ca3a-c108-456d-965d-6a95d1aa55d6}</uuid>
12713  <visible>true</visible>
12714  <midichan>0</midichan>
12715  <midicc>0</midicc>
12716  <objectName2>vert268</objectName2>
12717  <xMin>0.00000000</xMin>
12718  <xMax>1.00000000</xMax>
12719  <yMin>0.00000000</yMin>
12720  <yMax>1.00000000</yMax>
12721  <xValue>0.00000000</xValue>
12722  <yValue>0.00000000</yValue>
12723  <type>fill</type>
12724  <pointsize>1</pointsize>
12725  <fadeSpeed>0.00000000</fadeSpeed>
12726  <mouseControl act="press">jump</mouseControl>
12727  <color>
12728   <r>0</r>
12729   <g>0</g>
12730   <b>255</b>
12731  </color>
12732  <randomizable group="0" mode="both">false</randomizable>
12733  <bgcolor>
12734   <r>0</r>
12735   <g>0</g>
12736   <b>0</b>
12737  </bgcolor>
12738 </bsbObject>
12739 <bsbObject type="BSBDisplay" version="2">
12740  <objectName/>
12741  <x>469</x>
12742  <y>325</y>
12743  <width>50</width>
12744  <height>21</height>
12745  <uuid>{2f14454d-f8c0-4f84-ac8d-7522dd888d83}</uuid>
12746  <visible>true</visible>
12747  <midichan>0</midichan>
12748  <midicc>0</midicc>
12749  <label>Fund</label>
12750  <alignment>center</alignment>
12751  <font>Lucida Grande</font>
12752  <fontsize>10</fontsize>
12753  <precision>3</precision>
12754  <color>
12755   <r>255</r>
12756   <g>255</g>
12757   <b>255</b>
12758  </color>
12759  <bgcolor mode="nobackground">
12760   <r>102</r>
12761   <g>204</g>
12762   <b>255</b>
12763  </bgcolor>
12764  <bordermode>noborder</bordermode>
12765  <borderradius>1</borderradius>
12766  <borderwidth>1</borderwidth>
12767 </bsbObject>
12768 <bsbObject type="BSBController" version="2">
12769  <objectName>progress</objectName>
12770  <x>1092</x>
12771  <y>727</y>
12772  <width>332</width>
12773  <height>5</height>
12774  <uuid>{686353e6-aabc-40f6-acc1-9b33b80358ae}</uuid>
12775  <visible>true</visible>
12776  <midichan>0</midichan>
12777  <midicc>0</midicc>
12778  <objectName2>progress</objectName2>
12779  <xMin>0.00000000</xMin>
12780  <xMax>1.00000000</xMax>
12781  <yMin>0.00000000</yMin>
12782  <yMax>1.00000000</yMax>
12783  <xValue>0.00000000</xValue>
12784  <yValue>0.00000000</yValue>
12785  <type>fill</type>
12786  <pointsize>1</pointsize>
12787  <fadeSpeed>0.00000000</fadeSpeed>
12788  <mouseControl act="press">jump</mouseControl>
12789  <color>
12790   <r>255</r>
12791   <g>128</g>
12792   <b>0</b>
12793  </color>
12794  <randomizable group="0" mode="both">false</randomizable>
12795  <bgcolor>
12796   <r>0</r>
12797   <g>0</g>
12798   <b>0</b>
12799  </bgcolor>
12800 </bsbObject>
12801 <bsbObject type="BSBLabel" version="2">
12802  <objectName/>
12803  <x>1323</x>
12804  <y>647</y>
12805  <width>43</width>
12806  <height>23</height>
12807  <uuid>{a81bda6d-b91e-494a-a034-b965243883d6}</uuid>
12808  <visible>true</visible>
12809  <midichan>0</midichan>
12810  <midicc>0</midicc>
12811  <label>-- Lin</label>
12812  <alignment>left</alignment>
12813  <font>Lucida Grande</font>
12814  <fontsize>9</fontsize>
12815  <precision>3</precision>
12816  <color>
12817   <r>255</r>
12818   <g>255</g>
12819   <b>255</b>
12820  </color>
12821  <bgcolor mode="nobackground">
12822   <r>255</r>
12823   <g>255</g>
12824   <b>255</b>
12825  </bgcolor>
12826  <bordermode>noborder</bordermode>
12827  <borderradius>1</borderradius>
12828  <borderwidth>1</borderwidth>
12829 </bsbObject>
12830 <bsbObject type="BSBLabel" version="2">
12831  <objectName/>
12832  <x>1332</x>
12833  <y>619</y>
12834  <width>30</width>
12835  <height>22</height>
12836  <uuid>{630c08dd-b4cc-4119-8e4c-4516f3ee197e}</uuid>
12837  <visible>true</visible>
12838  <midichan>0</midichan>
12839  <midicc>0</midicc>
12840  <label>Exp</label>
12841  <alignment>center</alignment>
12842  <font>Lucida Grande</font>
12843  <fontsize>9</fontsize>
12844  <precision>3</precision>
12845  <color>
12846   <r>255</r>
12847   <g>255</g>
12848   <b>255</b>
12849  </color>
12850  <bgcolor mode="nobackground">
12851   <r>255</r>
12852   <g>255</g>
12853   <b>255</b>
12854  </bgcolor>
12855  <bordermode>noborder</bordermode>
12856  <borderradius>1</borderradius>
12857  <borderwidth>1</borderwidth>
12858 </bsbObject>
12859 <bsbObject type="BSBLabel" version="2">
12860  <objectName/>
12861  <x>1331</x>
12862  <y>676</y>
12863  <width>34</width>
12864  <height>22</height>
12865  <uuid>{a12ee17e-0e74-47d1-b45c-12d4e3b01b3e}</uuid>
12866  <visible>true</visible>
12867  <midichan>0</midichan>
12868  <midicc>0</midicc>
12869  <label>Log</label>
12870  <alignment>center</alignment>
12871  <font>Lucida Grande</font>
12872  <fontsize>9</fontsize>
12873  <precision>3</precision>
12874  <color>
12875   <r>255</r>
12876   <g>255</g>
12877   <b>255</b>
12878  </color>
12879  <bgcolor mode="nobackground">
12880   <r>255</r>
12881   <g>255</g>
12882   <b>255</b>
12883  </bgcolor>
12884  <bordermode>noborder</bordermode>
12885  <borderradius>1</borderradius>
12886  <borderwidth>1</borderwidth>
12887 </bsbObject>
12888 <bsbObject type="BSBDisplay" version="2">
12889  <objectName>AT1</objectName>
12890  <x>55</x>
12891  <y>420</y>
12892  <width>40</width>
12893  <height>25</height>
12894  <uuid>{e3ec5963-8ad7-4097-a9c8-aec7b7e55b5c}</uuid>
12895  <visible>true</visible>
12896  <midichan>0</midichan>
12897  <midicc>0</midicc>
12898  <label>0.900</label>
12899  <alignment>center</alignment>
12900  <font>Lucida Grande</font>
12901  <fontsize>8</fontsize>
12902  <precision>3</precision>
12903  <color>
12904   <r>0</r>
12905   <g>255</g>
12906   <b>0</b>
12907  </color>
12908  <bgcolor mode="nobackground">
12909   <r>64</r>
12910   <g>0</g>
12911   <b>128</b>
12912  </bgcolor>
12913  <bordermode>noborder</bordermode>
12914  <borderradius>1</borderradius>
12915  <borderwidth>1</borderwidth>
12916 </bsbObject>
12917 <bsbObject type="BSBDisplay" version="2">
12918  <objectName>RE1</objectName>
12919  <x>92</x>
12920  <y>420</y>
12921  <width>36</width>
12922  <height>25</height>
12923  <uuid>{6f09c3ed-30c4-46f7-b4bc-ca47885ca713}</uuid>
12924  <visible>true</visible>
12925  <midichan>0</midichan>
12926  <midicc>0</midicc>
12927  <label>0.900</label>
12928  <alignment>center</alignment>
12929  <font>Lucida Grande</font>
12930  <fontsize>8</fontsize>
12931  <precision>3</precision>
12932  <color>
12933   <r>0</r>
12934   <g>255</g>
12935   <b>0</b>
12936  </color>
12937  <bgcolor mode="nobackground">
12938   <r>64</r>
12939   <g>0</g>
12940   <b>128</b>
12941  </bgcolor>
12942  <bordermode>noborder</bordermode>
12943  <borderradius>1</borderradius>
12944  <borderwidth>1</borderwidth>
12945 </bsbObject>
12946 <bsbObject type="BSBDisplay" version="2">
12947  <objectName>REVSEND1</objectName>
12948  <x>125</x>
12949  <y>420</y>
12950  <width>40</width>
12951  <height>25</height>
12952  <uuid>{2ff5f9ed-f843-4c56-86bc-47180f344e65}</uuid>
12953  <visible>true</visible>
12954  <midichan>0</midichan>
12955  <midicc>0</midicc>
12956  <label>1.000</label>
12957  <alignment>center</alignment>
12958  <font>Lucida Grande</font>
12959  <fontsize>8</fontsize>
12960  <precision>3</precision>
12961  <color>
12962   <r>0</r>
12963   <g>255</g>
12964   <b>0</b>
12965  </color>
12966  <bgcolor mode="nobackground">
12967   <r>64</r>
12968   <g>0</g>
12969   <b>128</b>
12970  </bgcolor>
12971  <bordermode>noborder</bordermode>
12972  <borderradius>1</borderradius>
12973  <borderwidth>1</borderwidth>
12974 </bsbObject>
12975 <bsbObject type="BSBDisplay" version="2">
12976  <objectName>AT2</objectName>
12977  <x>238</x>
12978  <y>418</y>
12979  <width>40</width>
12980  <height>25</height>
12981  <uuid>{0b6763e1-7355-410d-8368-a262aefe9c23}</uuid>
12982  <visible>true</visible>
12983  <midichan>0</midichan>
12984  <midicc>0</midicc>
12985  <label>0.900</label>
12986  <alignment>center</alignment>
12987  <font>Lucida Grande</font>
12988  <fontsize>8</fontsize>
12989  <precision>3</precision>
12990  <color>
12991   <r>0</r>
12992   <g>255</g>
12993   <b>0</b>
12994  </color>
12995  <bgcolor mode="nobackground">
12996   <r>64</r>
12997   <g>0</g>
12998   <b>128</b>
12999  </bgcolor>
13000  <bordermode>noborder</bordermode>
13001  <borderradius>1</borderradius>
13002  <borderwidth>1</borderwidth>
13003 </bsbObject>
13004 <bsbObject type="BSBDisplay" version="2">
13005  <objectName>RE2</objectName>
13006  <x>279</x>
13007  <y>418</y>
13008  <width>40</width>
13009  <height>25</height>
13010  <uuid>{e91ae135-dbf7-4998-b4e9-f4d468038c38}</uuid>
13011  <visible>true</visible>
13012  <midichan>0</midichan>
13013  <midicc>0</midicc>
13014  <label>0.900</label>
13015  <alignment>center</alignment>
13016  <font>Lucida Grande</font>
13017  <fontsize>8</fontsize>
13018  <precision>3</precision>
13019  <color>
13020   <r>0</r>
13021   <g>255</g>
13022   <b>0</b>
13023  </color>
13024  <bgcolor mode="nobackground">
13025   <r>64</r>
13026   <g>0</g>
13027   <b>128</b>
13028  </bgcolor>
13029  <bordermode>noborder</bordermode>
13030  <borderradius>1</borderradius>
13031  <borderwidth>1</borderwidth>
13032 </bsbObject>
13033 <bsbObject type="BSBDisplay" version="2">
13034  <objectName>REVSEND2</objectName>
13035  <x>320</x>
13036  <y>418</y>
13037  <width>40</width>
13038  <height>25</height>
13039  <uuid>{c4597131-9594-4b08-bd46-a5ed624a75a9}</uuid>
13040  <visible>true</visible>
13041  <midichan>0</midichan>
13042  <midicc>0</midicc>
13043  <label>1.000</label>
13044  <alignment>center</alignment>
13045  <font>Lucida Grande</font>
13046  <fontsize>8</fontsize>
13047  <precision>3</precision>
13048  <color>
13049   <r>0</r>
13050   <g>255</g>
13051   <b>0</b>
13052  </color>
13053  <bgcolor mode="nobackground">
13054   <r>64</r>
13055   <g>0</g>
13056   <b>128</b>
13057  </bgcolor>
13058  <bordermode>noborder</bordermode>
13059  <borderradius>1</borderradius>
13060  <borderwidth>1</borderwidth>
13061 </bsbObject>
13062 <bsbObject type="BSBDisplay" version="2">
13063  <objectName>ran1amp</objectName>
13064  <x>92</x>
13065  <y>273</y>
13066  <width>41</width>
13067  <height>20</height>
13068  <uuid>{daf46d05-620f-4261-8d12-f928493ccc53}</uuid>
13069  <visible>true</visible>
13070  <midichan>0</midichan>
13071  <midicc>0</midicc>
13072  <label>0.001</label>
13073  <alignment>center</alignment>
13074  <font>Lucida Grande</font>
13075  <fontsize>10</fontsize>
13076  <precision>3</precision>
13077  <color>
13078   <r>0</r>
13079   <g>255</g>
13080   <b>0</b>
13081  </color>
13082  <bgcolor mode="background">
13083   <r>0</r>
13084   <g>64</g>
13085   <b>128</b>
13086  </bgcolor>
13087  <bordermode>noborder</bordermode>
13088  <borderradius>3</borderradius>
13089  <borderwidth>1</borderwidth>
13090 </bsbObject>
13091 <bsbObject type="BSBDisplay" version="2">
13092  <objectName>ran1vel</objectName>
13093  <x>92</x>
13094  <y>310</y>
13095  <width>41</width>
13096  <height>20</height>
13097  <uuid>{c791519a-c4ac-41d3-bf86-7641dd8bf2fe}</uuid>
13098  <visible>true</visible>
13099  <midichan>0</midichan>
13100  <midicc>0</midicc>
13101  <label>0.104</label>
13102  <alignment>center</alignment>
13103  <font>Lucida Grande</font>
13104  <fontsize>10</fontsize>
13105  <precision>3</precision>
13106  <color>
13107   <r>0</r>
13108   <g>255</g>
13109   <b>0</b>
13110  </color>
13111  <bgcolor mode="background">
13112   <r>0</r>
13113   <g>64</g>
13114   <b>128</b>
13115  </bgcolor>
13116  <bordermode>noborder</bordermode>
13117  <borderradius>3</borderradius>
13118  <borderwidth>1</borderwidth>
13119 </bsbObject>
13120 <bsbObject type="BSBLabel" version="2">
13121  <objectName/>
13122  <x>250</x>
13123  <y>276</y>
13124  <width>90</width>
13125  <height>21</height>
13126  <uuid>{89651332-834c-4a4c-88ae-5fc416a870ac}</uuid>
13127  <visible>true</visible>
13128  <midichan>0</midichan>
13129  <midicc>0</midicc>
13130  <label>RAN AMP 2 -></label>
13131  <alignment>left</alignment>
13132  <font>Lucida Grande</font>
13133  <fontsize>9</fontsize>
13134  <precision>3</precision>
13135  <color>
13136   <r>255</r>
13137   <g>255</g>
13138   <b>255</b>
13139  </color>
13140  <bgcolor mode="nobackground">
13141   <r>255</r>
13142   <g>255</g>
13143   <b>255</b>
13144  </bgcolor>
13145  <bordermode>noborder</bordermode>
13146  <borderradius>1</borderradius>
13147  <borderwidth>1</borderwidth>
13148 </bsbObject>
13149 <bsbObject type="BSBDisplay" version="2">
13150  <objectName>ran2amp</objectName>
13151  <x>322</x>
13152  <y>274</y>
13153  <width>39</width>
13154  <height>20</height>
13155  <uuid>{5e108611-300e-468a-b894-24b2c7c1886b}</uuid>
13156  <visible>true</visible>
13157  <midichan>0</midichan>
13158  <midicc>0</midicc>
13159  <label>0.001</label>
13160  <alignment>center</alignment>
13161  <font>Lucida Grande</font>
13162  <fontsize>10</fontsize>
13163  <precision>3</precision>
13164  <color>
13165   <r>0</r>
13166   <g>255</g>
13167   <b>0</b>
13168  </color>
13169  <bgcolor mode="background">
13170   <r>0</r>
13171   <g>64</g>
13172   <b>128</b>
13173  </bgcolor>
13174  <bordermode>noborder</bordermode>
13175  <borderradius>3</borderradius>
13176  <borderwidth>1</borderwidth>
13177 </bsbObject>
13178 <bsbObject type="BSBLabel" version="2">
13179  <objectName/>
13180  <x>234</x>
13181  <y>310</y>
13182  <width>91</width>
13183  <height>20</height>
13184  <uuid>{4c2c08d9-de29-4411-9853-2884b38f83fa}</uuid>
13185  <visible>true</visible>
13186  <midichan>0</midichan>
13187  <midicc>0</midicc>
13188  <label>RAN RATE 2 -></label>
13189  <alignment>left</alignment>
13190  <font>Lucida Grande</font>
13191  <fontsize>9</fontsize>
13192  <precision>3</precision>
13193  <color>
13194   <r>255</r>
13195   <g>255</g>
13196   <b>255</b>
13197  </color>
13198  <bgcolor mode="nobackground">
13199   <r>255</r>
13200   <g>255</g>
13201   <b>255</b>
13202  </bgcolor>
13203  <bordermode>noborder</bordermode>
13204  <borderradius>1</borderradius>
13205  <borderwidth>1</borderwidth>
13206 </bsbObject>
13207 <bsbObject type="BSBDisplay" version="2">
13208  <objectName>ran2vel</objectName>
13209  <x>322</x>
13210  <y>309</y>
13211  <width>39</width>
13212  <height>20</height>
13213  <uuid>{23d34afa-69ba-43b3-9e51-009e167ce0ae}</uuid>
13214  <visible>true</visible>
13215  <midichan>0</midichan>
13216  <midicc>0</midicc>
13217  <label>0.104</label>
13218  <alignment>center</alignment>
13219  <font>Lucida Grande</font>
13220  <fontsize>10</fontsize>
13221  <precision>3</precision>
13222  <color>
13223   <r>0</r>
13224   <g>255</g>
13225   <b>0</b>
13226  </color>
13227  <bgcolor mode="background">
13228   <r>0</r>
13229   <g>64</g>
13230   <b>128</b>
13231  </bgcolor>
13232  <bordermode>noborder</bordermode>
13233  <borderradius>4</borderradius>
13234  <borderwidth>1</borderwidth>
13235 </bsbObject>
13236 <bsbObject type="BSBButton" version="2">
13237  <objectName>STOP</objectName>
13238  <x>1219</x>
13239  <y>689</y>
13240  <width>66</width>
13241  <height>27</height>
13242  <uuid>{1f3b3f3c-9ada-4c9f-ac6f-5e7f799898ea}</uuid>
13243  <visible>true</visible>
13244  <midichan>0</midichan>
13245  <midicc>0</midicc>
13246  <type>value</type>
13247  <pressedValue>1.00000000</pressedValue>
13248  <stringvalue/>
13249  <text>Stop</text>
13250  <image>/</image>
13251  <eventLine/>
13252  <latch>false</latch>
13253  <latched>false</latched>
13254 </bsbObject>
13255 <bsbObject type="BSBController" version="2">
13256  <objectName>L01</objectName>
13257  <x>769</x>
13258  <y>677</y>
13259  <width>20</width>
13260  <height>13</height>
13261  <uuid>{5fe18a73-20dd-4c61-be35-6e42d2cc5d73}</uuid>
13262  <visible>true</visible>
13263  <midichan>0</midichan>
13264  <midicc>0</midicc>
13265  <objectName2>vert273</objectName2>
13266  <xMin>0.00000000</xMin>
13267  <xMax>1.00000000</xMax>
13268  <yMin>0.00000000</yMin>
13269  <yMax>1.00000000</yMax>
13270  <xValue>0.00000000</xValue>
13271  <yValue>0.42857100</yValue>
13272  <type>fill</type>
13273  <pointsize>1</pointsize>
13274  <fadeSpeed>0.00000000</fadeSpeed>
13275  <mouseControl act="press">jump</mouseControl>
13276  <color>
13277   <r>0</r>
13278   <g>255</g>
13279   <b>255</b>
13280  </color>
13281  <randomizable group="0" mode="both">false</randomizable>
13282  <bgcolor>
13283   <r>0</r>
13284   <g>0</g>
13285   <b>0</b>
13286  </bgcolor>
13287 </bsbObject>
13288 <bsbObject type="BSBButton" version="2">
13289  <objectName>clear_snap</objectName>
13290  <x>1104</x>
13291  <y>771</y>
13292  <width>100</width>
13293  <height>30</height>
13294  <uuid>{4b9b831d-9095-4fca-a4eb-c66acb0e70d5}</uuid>
13295  <visible>true</visible>
13296  <midichan>0</midichan>
13297  <midicc>0</midicc>
13298  <type>event</type>
13299  <pressedValue>1.00000000</pressedValue>
13300  <stringvalue/>
13301  <text>Clear Snap</text>
13302  <image>/</image>
13303  <eventLine>i71 0 3600</eventLine>
13304  <latch>false</latch>
13305  <latched>false</latched>
13306 </bsbObject>
13307 <bsbObject type="BSBLabel" version="2">
13308  <objectName/>
13309  <x>767</x>
13310  <y>689</y>
13311  <width>22</width>
13312  <height>20</height>
13313  <uuid>{362ce1fd-31db-4e61-8247-d79980fb4add}</uuid>
13314  <visible>true</visible>
13315  <midichan>0</midichan>
13316  <midicc>0</midicc>
13317  <label>01 </label>
13318  <alignment>center</alignment>
13319  <font>Lucida Grande</font>
13320  <fontsize>9</fontsize>
13321  <precision>3</precision>
13322  <color>
13323   <r>0</r>
13324   <g>0</g>
13325   <b>0</b>
13326  </color>
13327  <bgcolor mode="nobackground">
13328   <r>255</r>
13329   <g>255</g>
13330   <b>255</b>
13331  </bgcolor>
13332  <bordermode>noborder</bordermode>
13333  <borderradius>1</borderradius>
13334  <borderwidth>1</borderwidth>
13335 </bsbObject>
13336 <bsbObject type="BSBLabel" version="2">
13337  <objectName/>
13338  <x>794</x>
13339  <y>689</y>
13340  <width>22</width>
13341  <height>20</height>
13342  <uuid>{9e923663-b7cb-4f4c-86e6-ae306859126c}</uuid>
13343  <visible>true</visible>
13344  <midichan>0</midichan>
13345  <midicc>0</midicc>
13346  <label>02 </label>
13347  <alignment>center</alignment>
13348  <font>Lucida Grande</font>
13349  <fontsize>9</fontsize>
13350  <precision>3</precision>
13351  <color>
13352   <r>0</r>
13353   <g>0</g>
13354   <b>0</b>
13355  </color>
13356  <bgcolor mode="nobackground">
13357   <r>255</r>
13358   <g>255</g>
13359   <b>255</b>
13360  </bgcolor>
13361  <bordermode>noborder</bordermode>
13362  <borderradius>1</borderradius>
13363  <borderwidth>1</borderwidth>
13364 </bsbObject>
13365 <bsbObject type="BSBLabel" version="2">
13366  <objectName/>
13367  <x>821</x>
13368  <y>689</y>
13369  <width>22</width>
13370  <height>20</height>
13371  <uuid>{764b61bc-6a59-458e-8b0e-8ece8612bf92}</uuid>
13372  <visible>true</visible>
13373  <midichan>0</midichan>
13374  <midicc>0</midicc>
13375  <label>03</label>
13376  <alignment>center</alignment>
13377  <font>Lucida Grande</font>
13378  <fontsize>9</fontsize>
13379  <precision>3</precision>
13380  <color>
13381   <r>0</r>
13382   <g>0</g>
13383   <b>0</b>
13384  </color>
13385  <bgcolor mode="nobackground">
13386   <r>255</r>
13387   <g>255</g>
13388   <b>255</b>
13389  </bgcolor>
13390  <bordermode>noborder</bordermode>
13391  <borderradius>1</borderradius>
13392  <borderwidth>1</borderwidth>
13393 </bsbObject>
13394 <bsbObject type="BSBLabel" version="2">
13395  <objectName/>
13396  <x>846</x>
13397  <y>689</y>
13398  <width>22</width>
13399  <height>20</height>
13400  <uuid>{6ab4e64b-45fb-406d-b752-20d9b302d3f3}</uuid>
13401  <visible>true</visible>
13402  <midichan>0</midichan>
13403  <midicc>0</midicc>
13404  <label>04</label>
13405  <alignment>center</alignment>
13406  <font>Lucida Grande</font>
13407  <fontsize>9</fontsize>
13408  <precision>3</precision>
13409  <color>
13410   <r>0</r>
13411   <g>0</g>
13412   <b>0</b>
13413  </color>
13414  <bgcolor mode="nobackground">
13415   <r>255</r>
13416   <g>255</g>
13417   <b>255</b>
13418  </bgcolor>
13419  <bordermode>noborder</bordermode>
13420  <borderradius>1</borderradius>
13421  <borderwidth>1</borderwidth>
13422 </bsbObject>
13423 <bsbObject type="BSBLabel" version="2">
13424  <objectName/>
13425  <x>873</x>
13426  <y>689</y>
13427  <width>22</width>
13428  <height>20</height>
13429  <uuid>{b71c9c1d-11d6-4a8f-9932-71fef8fe34b1}</uuid>
13430  <visible>true</visible>
13431  <midichan>0</midichan>
13432  <midicc>0</midicc>
13433  <label>05</label>
13434  <alignment>center</alignment>
13435  <font>Lucida Grande</font>
13436  <fontsize>9</fontsize>
13437  <precision>3</precision>
13438  <color>
13439   <r>0</r>
13440   <g>0</g>
13441   <b>0</b>
13442  </color>
13443  <bgcolor mode="nobackground">
13444   <r>255</r>
13445   <g>255</g>
13446   <b>255</b>
13447  </bgcolor>
13448  <bordermode>noborder</bordermode>
13449  <borderradius>1</borderradius>
13450  <borderwidth>1</borderwidth>
13451 </bsbObject>
13452 <bsbObject type="BSBLabel" version="2">
13453  <objectName/>
13454  <x>899</x>
13455  <y>689</y>
13456  <width>22</width>
13457  <height>20</height>
13458  <uuid>{393ac026-de58-4c09-b0e3-ca6d065acb34}</uuid>
13459  <visible>true</visible>
13460  <midichan>0</midichan>
13461  <midicc>0</midicc>
13462  <label>06</label>
13463  <alignment>center</alignment>
13464  <font>Lucida Grande</font>
13465  <fontsize>9</fontsize>
13466  <precision>3</precision>
13467  <color>
13468   <r>0</r>
13469   <g>0</g>
13470   <b>0</b>
13471  </color>
13472  <bgcolor mode="nobackground">
13473   <r>255</r>
13474   <g>255</g>
13475   <b>255</b>
13476  </bgcolor>
13477  <bordermode>noborder</bordermode>
13478  <borderradius>1</borderradius>
13479  <borderwidth>1</borderwidth>
13480 </bsbObject>
13481 <bsbObject type="BSBLabel" version="2">
13482  <objectName/>
13483  <x>925</x>
13484  <y>689</y>
13485  <width>22</width>
13486  <height>20</height>
13487  <uuid>{25e3dc61-644a-42f2-91df-c2355ea022b7}</uuid>
13488  <visible>true</visible>
13489  <midichan>0</midichan>
13490  <midicc>0</midicc>
13491  <label>07 </label>
13492  <alignment>center</alignment>
13493  <font>Lucida Grande</font>
13494  <fontsize>9</fontsize>
13495  <precision>3</precision>
13496  <color>
13497   <r>0</r>
13498   <g>0</g>
13499   <b>0</b>
13500  </color>
13501  <bgcolor mode="nobackground">
13502   <r>255</r>
13503   <g>255</g>
13504   <b>255</b>
13505  </bgcolor>
13506  <bordermode>noborder</bordermode>
13507  <borderradius>1</borderradius>
13508  <borderwidth>1</borderwidth>
13509 </bsbObject>
13510 <bsbObject type="BSBLabel" version="2">
13511  <objectName/>
13512  <x>952</x>
13513  <y>689</y>
13514  <width>22</width>
13515  <height>20</height>
13516  <uuid>{6d51f5ec-a56e-4240-958b-ac4144578299}</uuid>
13517  <visible>true</visible>
13518  <midichan>0</midichan>
13519  <midicc>0</midicc>
13520  <label>08 </label>
13521  <alignment>center</alignment>
13522  <font>Lucida Grande</font>
13523  <fontsize>9</fontsize>
13524  <precision>3</precision>
13525  <color>
13526   <r>0</r>
13527   <g>0</g>
13528   <b>0</b>
13529  </color>
13530  <bgcolor mode="nobackground">
13531   <r>255</r>
13532   <g>255</g>
13533   <b>255</b>
13534  </bgcolor>
13535  <bordermode>noborder</bordermode>
13536  <borderradius>1</borderradius>
13537  <borderwidth>1</borderwidth>
13538 </bsbObject>
13539 <bsbObject type="BSBLabel" version="2">
13540  <objectName/>
13541  <x>978</x>
13542  <y>689</y>
13543  <width>22</width>
13544  <height>20</height>
13545  <uuid>{e749fa8d-e0dd-4eea-b02c-f9504731895d}</uuid>
13546  <visible>true</visible>
13547  <midichan>0</midichan>
13548  <midicc>0</midicc>
13549  <label>09 </label>
13550  <alignment>center</alignment>
13551  <font>Lucida Grande</font>
13552  <fontsize>9</fontsize>
13553  <precision>3</precision>
13554  <color>
13555   <r>0</r>
13556   <g>0</g>
13557   <b>0</b>
13558  </color>
13559  <bgcolor mode="nobackground">
13560   <r>255</r>
13561   <g>255</g>
13562   <b>255</b>
13563  </bgcolor>
13564  <bordermode>noborder</bordermode>
13565  <borderradius>1</borderradius>
13566  <borderwidth>1</borderwidth>
13567 </bsbObject>
13568 <bsbObject type="BSBLabel" version="2">
13569  <objectName/>
13570  <x>1004</x>
13571  <y>689</y>
13572  <width>22</width>
13573  <height>20</height>
13574  <uuid>{d97513a7-86fa-4313-9755-f2b04defdc4e}</uuid>
13575  <visible>true</visible>
13576  <midichan>0</midichan>
13577  <midicc>0</midicc>
13578  <label>10 </label>
13579  <alignment>center</alignment>
13580  <font>Lucida Grande</font>
13581  <fontsize>9</fontsize>
13582  <precision>3</precision>
13583  <color>
13584   <r>0</r>
13585   <g>0</g>
13586   <b>0</b>
13587  </color>
13588  <bgcolor mode="nobackground">
13589   <r>255</r>
13590   <g>255</g>
13591   <b>255</b>
13592  </bgcolor>
13593  <bordermode>noborder</bordermode>
13594  <borderradius>1</borderradius>
13595  <borderwidth>1</borderwidth>
13596 </bsbObject>
13597 <bsbObject type="BSBLabel" version="2">
13598  <objectName/>
13599  <x>1031</x>
13600  <y>689</y>
13601  <width>22</width>
13602  <height>20</height>
13603  <uuid>{4af81a57-f728-43b3-9ca2-3b0e9ab109a7}</uuid>
13604  <visible>true</visible>
13605  <midichan>0</midichan>
13606  <midicc>0</midicc>
13607  <label>11</label>
13608  <alignment>center</alignment>
13609  <font>Lucida Grande</font>
13610  <fontsize>9</fontsize>
13611  <precision>3</precision>
13612  <color>
13613   <r>0</r>
13614   <g>0</g>
13615   <b>0</b>
13616  </color>
13617  <bgcolor mode="nobackground">
13618   <r>255</r>
13619   <g>255</g>
13620   <b>255</b>
13621  </bgcolor>
13622  <bordermode>noborder</bordermode>
13623  <borderradius>1</borderradius>
13624  <borderwidth>1</borderwidth>
13625 </bsbObject>
13626 <bsbObject type="BSBLabel" version="2">
13627  <objectName/>
13628  <x>1057</x>
13629  <y>689</y>
13630  <width>22</width>
13631  <height>20</height>
13632  <uuid>{17cf08be-f380-4ab6-aadc-d5e583fe1e48}</uuid>
13633  <visible>true</visible>
13634  <midichan>0</midichan>
13635  <midicc>0</midicc>
13636  <label>12 </label>
13637  <alignment>center</alignment>
13638  <font>Lucida Grande</font>
13639  <fontsize>9</fontsize>
13640  <precision>3</precision>
13641  <color>
13642   <r>0</r>
13643   <g>0</g>
13644   <b>0</b>
13645  </color>
13646  <bgcolor mode="nobackground">
13647   <r>255</r>
13648   <g>255</g>
13649   <b>255</b>
13650  </bgcolor>
13651  <bordermode>noborder</bordermode>
13652  <borderradius>1</borderradius>
13653  <borderwidth>1</borderwidth>
13654 </bsbObject>
13655 <bsbObject type="BSBController" version="2">
13656  <objectName>L02</objectName>
13657  <x>795</x>
13658  <y>677</y>
13659  <width>20</width>
13660  <height>13</height>
13661  <uuid>{1cd90ea5-30bf-48db-a7d4-a1610f01d883}</uuid>
13662  <visible>true</visible>
13663  <midichan>0</midichan>
13664  <midicc>-3</midicc>
13665  <objectName2>vert273</objectName2>
13666  <xMin>0.00000000</xMin>
13667  <xMax>1.00000000</xMax>
13668  <yMin>0.00000000</yMin>
13669  <yMax>1.00000000</yMax>
13670  <xValue>0.00000000</xValue>
13671  <yValue>0.00000000</yValue>
13672  <type>fill</type>
13673  <pointsize>1</pointsize>
13674  <fadeSpeed>0.00000000</fadeSpeed>
13675  <mouseControl act="press">jump</mouseControl>
13676  <color>
13677   <r>0</r>
13678   <g>255</g>
13679   <b>255</b>
13680  </color>
13681  <randomizable group="0" mode="both">false</randomizable>
13682  <bgcolor>
13683   <r>0</r>
13684   <g>0</g>
13685   <b>0</b>
13686  </bgcolor>
13687 </bsbObject>
13688 <bsbObject type="BSBController" version="2">
13689  <objectName>L03</objectName>
13690  <x>821</x>
13691  <y>677</y>
13692  <width>20</width>
13693  <height>13</height>
13694  <uuid>{5c0ec921-f997-4a3a-a14b-30b256956167}</uuid>
13695  <visible>true</visible>
13696  <midichan>0</midichan>
13697  <midicc>-3</midicc>
13698  <objectName2>vert273</objectName2>
13699  <xMin>0.00000000</xMin>
13700  <xMax>1.00000000</xMax>
13701  <yMin>0.00000000</yMin>
13702  <yMax>1.00000000</yMax>
13703  <xValue>0.00000000</xValue>
13704  <yValue>0.42857100</yValue>
13705  <type>fill</type>
13706  <pointsize>1</pointsize>
13707  <fadeSpeed>0.00000000</fadeSpeed>
13708  <mouseControl act="press">jump</mouseControl>
13709  <color>
13710   <r>0</r>
13711   <g>255</g>
13712   <b>255</b>
13713  </color>
13714  <randomizable group="0" mode="both">false</randomizable>
13715  <bgcolor>
13716   <r>0</r>
13717   <g>0</g>
13718   <b>0</b>
13719  </bgcolor>
13720 </bsbObject>
13721 <bsbObject type="BSBController" version="2">
13722  <objectName>L04</objectName>
13723  <x>848</x>
13724  <y>677</y>
13725  <width>20</width>
13726  <height>13</height>
13727  <uuid>{9ac16084-65d1-49c1-b574-68a451be2ec1}</uuid>
13728  <visible>true</visible>
13729  <midichan>0</midichan>
13730  <midicc>-3</midicc>
13731  <objectName2>vert273</objectName2>
13732  <xMin>0.00000000</xMin>
13733  <xMax>1.00000000</xMax>
13734  <yMin>0.00000000</yMin>
13735  <yMax>1.00000000</yMax>
13736  <xValue>0.00000000</xValue>
13737  <yValue>0.42857100</yValue>
13738  <type>fill</type>
13739  <pointsize>1</pointsize>
13740  <fadeSpeed>0.00000000</fadeSpeed>
13741  <mouseControl act="press">jump</mouseControl>
13742  <color>
13743   <r>0</r>
13744   <g>255</g>
13745   <b>255</b>
13746  </color>
13747  <randomizable group="0" mode="both">false</randomizable>
13748  <bgcolor>
13749   <r>0</r>
13750   <g>0</g>
13751   <b>0</b>
13752  </bgcolor>
13753 </bsbObject>
13754 <bsbObject type="BSBController" version="2">
13755  <objectName>L05</objectName>
13756  <x>874</x>
13757  <y>677</y>
13758  <width>20</width>
13759  <height>13</height>
13760  <uuid>{988033de-8b08-4c37-a17d-d925f3b7c671}</uuid>
13761  <visible>true</visible>
13762  <midichan>0</midichan>
13763  <midicc>-3</midicc>
13764  <objectName2>vert273</objectName2>
13765  <xMin>0.00000000</xMin>
13766  <xMax>1.00000000</xMax>
13767  <yMin>0.00000000</yMin>
13768  <yMax>1.00000000</yMax>
13769  <xValue>0.00000000</xValue>
13770  <yValue>0.42857100</yValue>
13771  <type>fill</type>
13772  <pointsize>1</pointsize>
13773  <fadeSpeed>0.00000000</fadeSpeed>
13774  <mouseControl act="press">jump</mouseControl>
13775  <color>
13776   <r>0</r>
13777   <g>255</g>
13778   <b>255</b>
13779  </color>
13780  <randomizable group="0" mode="both">false</randomizable>
13781  <bgcolor>
13782   <r>0</r>
13783   <g>0</g>
13784   <b>0</b>
13785  </bgcolor>
13786 </bsbObject>
13787 <bsbObject type="BSBController" version="2">
13788  <objectName>L06</objectName>
13789  <x>900</x>
13790  <y>677</y>
13791  <width>20</width>
13792  <height>13</height>
13793  <uuid>{db3e3e63-ecab-44e4-8aa9-a90a18283e5b}</uuid>
13794  <visible>true</visible>
13795  <midichan>0</midichan>
13796  <midicc>-3</midicc>
13797  <objectName2>vert273</objectName2>
13798  <xMin>0.00000000</xMin>
13799  <xMax>1.00000000</xMax>
13800  <yMin>0.00000000</yMin>
13801  <yMax>1.00000000</yMax>
13802  <xValue>0.00000000</xValue>
13803  <yValue>0.42857100</yValue>
13804  <type>fill</type>
13805  <pointsize>1</pointsize>
13806  <fadeSpeed>0.00000000</fadeSpeed>
13807  <mouseControl act="press">jump</mouseControl>
13808  <color>
13809   <r>0</r>
13810   <g>255</g>
13811   <b>255</b>
13812  </color>
13813  <randomizable group="0" mode="both">false</randomizable>
13814  <bgcolor>
13815   <r>0</r>
13816   <g>0</g>
13817   <b>0</b>
13818  </bgcolor>
13819 </bsbObject>
13820 <bsbObject type="BSBController" version="2">
13821  <objectName>L07</objectName>
13822  <x>927</x>
13823  <y>677</y>
13824  <width>20</width>
13825  <height>13</height>
13826  <uuid>{867377a0-8bdd-480d-b323-fb1613a77de2}</uuid>
13827  <visible>true</visible>
13828  <midichan>0</midichan>
13829  <midicc>-3</midicc>
13830  <objectName2>vert273</objectName2>
13831  <xMin>0.00000000</xMin>
13832  <xMax>1.00000000</xMax>
13833  <yMin>0.00000000</yMin>
13834  <yMax>1.00000000</yMax>
13835  <xValue>0.00000000</xValue>
13836  <yValue>0.42857100</yValue>
13837  <type>fill</type>
13838  <pointsize>1</pointsize>
13839  <fadeSpeed>0.00000000</fadeSpeed>
13840  <mouseControl act="press">jump</mouseControl>
13841  <color>
13842   <r>0</r>
13843   <g>255</g>
13844   <b>255</b>
13845  </color>
13846  <randomizable group="0" mode="both">false</randomizable>
13847  <bgcolor>
13848   <r>0</r>
13849   <g>0</g>
13850   <b>0</b>
13851  </bgcolor>
13852 </bsbObject>
13853 <bsbObject type="BSBController" version="2">
13854  <objectName>L08</objectName>
13855  <x>953</x>
13856  <y>677</y>
13857  <width>20</width>
13858  <height>13</height>
13859  <uuid>{3c467034-4f9b-4d3d-9892-a24f981867bc}</uuid>
13860  <visible>true</visible>
13861  <midichan>0</midichan>
13862  <midicc>-3</midicc>
13863  <objectName2>vert273</objectName2>
13864  <xMin>0.00000000</xMin>
13865  <xMax>1.00000000</xMax>
13866  <yMin>0.00000000</yMin>
13867  <yMax>1.00000000</yMax>
13868  <xValue>0.00000000</xValue>
13869  <yValue>0.42857100</yValue>
13870  <type>fill</type>
13871  <pointsize>1</pointsize>
13872  <fadeSpeed>0.00000000</fadeSpeed>
13873  <mouseControl act="press">jump</mouseControl>
13874  <color>
13875   <r>0</r>
13876   <g>255</g>
13877   <b>255</b>
13878  </color>
13879  <randomizable group="0" mode="both">false</randomizable>
13880  <bgcolor>
13881   <r>0</r>
13882   <g>0</g>
13883   <b>0</b>
13884  </bgcolor>
13885 </bsbObject>
13886 <bsbObject type="BSBController" version="2">
13887  <objectName>L09</objectName>
13888  <x>980</x>
13889  <y>677</y>
13890  <width>20</width>
13891  <height>13</height>
13892  <uuid>{c74455b4-937e-40fe-b404-3a697f182147}</uuid>
13893  <visible>true</visible>
13894  <midichan>0</midichan>
13895  <midicc>-3</midicc>
13896  <objectName2>vert273</objectName2>
13897  <xMin>0.00000000</xMin>
13898  <xMax>1.00000000</xMax>
13899  <yMin>0.00000000</yMin>
13900  <yMax>1.00000000</yMax>
13901  <xValue>0.00000000</xValue>
13902  <yValue>0.42857100</yValue>
13903  <type>fill</type>
13904  <pointsize>1</pointsize>
13905  <fadeSpeed>0.00000000</fadeSpeed>
13906  <mouseControl act="press">jump</mouseControl>
13907  <color>
13908   <r>0</r>
13909   <g>255</g>
13910   <b>255</b>
13911  </color>
13912  <randomizable group="0" mode="both">false</randomizable>
13913  <bgcolor>
13914   <r>0</r>
13915   <g>0</g>
13916   <b>0</b>
13917  </bgcolor>
13918 </bsbObject>
13919 <bsbObject type="BSBController" version="2">
13920  <objectName>L10</objectName>
13921  <x>1006</x>
13922  <y>677</y>
13923  <width>20</width>
13924  <height>13</height>
13925  <uuid>{6f35cbfe-0063-4031-8443-2e663b489700}</uuid>
13926  <visible>true</visible>
13927  <midichan>0</midichan>
13928  <midicc>-3</midicc>
13929  <objectName2>vert273</objectName2>
13930  <xMin>0.00000000</xMin>
13931  <xMax>1.00000000</xMax>
13932  <yMin>0.00000000</yMin>
13933  <yMax>1.00000000</yMax>
13934  <xValue>0.00000000</xValue>
13935  <yValue>0.42857100</yValue>
13936  <type>fill</type>
13937  <pointsize>1</pointsize>
13938  <fadeSpeed>0.00000000</fadeSpeed>
13939  <mouseControl act="press">jump</mouseControl>
13940  <color>
13941   <r>0</r>
13942   <g>255</g>
13943   <b>255</b>
13944  </color>
13945  <randomizable group="0" mode="both">false</randomizable>
13946  <bgcolor>
13947   <r>0</r>
13948   <g>0</g>
13949   <b>0</b>
13950  </bgcolor>
13951 </bsbObject>
13952 <bsbObject type="BSBController" version="2">
13953  <objectName>L11</objectName>
13954  <x>1033</x>
13955  <y>677</y>
13956  <width>20</width>
13957  <height>13</height>
13958  <uuid>{55417800-63aa-4a0b-bf0c-fbbdc470d1d6}</uuid>
13959  <visible>true</visible>
13960  <midichan>0</midichan>
13961  <midicc>-3</midicc>
13962  <objectName2>vert273</objectName2>
13963  <xMin>0.00000000</xMin>
13964  <xMax>1.00000000</xMax>
13965  <yMin>0.00000000</yMin>
13966  <yMax>1.00000000</yMax>
13967  <xValue>0.00000000</xValue>
13968  <yValue>0.42857100</yValue>
13969  <type>fill</type>
13970  <pointsize>1</pointsize>
13971  <fadeSpeed>0.00000000</fadeSpeed>
13972  <mouseControl act="press">jump</mouseControl>
13973  <color>
13974   <r>0</r>
13975   <g>255</g>
13976   <b>255</b>
13977  </color>
13978  <randomizable group="0" mode="both">false</randomizable>
13979  <bgcolor>
13980   <r>0</r>
13981   <g>0</g>
13982   <b>0</b>
13983  </bgcolor>
13984 </bsbObject>
13985 <bsbObject type="BSBController" version="2">
13986  <objectName>L12</objectName>
13987  <x>1059</x>
13988  <y>677</y>
13989  <width>20</width>
13990  <height>13</height>
13991  <uuid>{760d9a68-a30a-4e00-8ef1-770db6d70873}</uuid>
13992  <visible>true</visible>
13993  <midichan>0</midichan>
13994  <midicc>-3</midicc>
13995  <objectName2>vert273</objectName2>
13996  <xMin>0.00000000</xMin>
13997  <xMax>1.00000000</xMax>
13998  <yMin>0.00000000</yMin>
13999  <yMax>1.00000000</yMax>
14000  <xValue>0.00000000</xValue>
14001  <yValue>0.42857100</yValue>
14002  <type>fill</type>
14003  <pointsize>1</pointsize>
14004  <fadeSpeed>0.00000000</fadeSpeed>
14005  <mouseControl act="press">jump</mouseControl>
14006  <color>
14007   <r>0</r>
14008   <g>255</g>
14009   <b>255</b>
14010  </color>
14011  <randomizable group="0" mode="both">false</randomizable>
14012  <bgcolor>
14013   <r>0</r>
14014   <g>0</g>
14015   <b>0</b>
14016  </bgcolor>
14017 </bsbObject>
14018 <bsbObject type="BSBController" version="2">
14019  <objectName>L13</objectName>
14020  <x>770</x>
14021  <y>716</y>
14022  <width>20</width>
14023  <height>13</height>
14024  <uuid>{7b193c7b-7d71-4866-bb59-25734f3441da}</uuid>
14025  <visible>true</visible>
14026  <midichan>0</midichan>
14027  <midicc>-3</midicc>
14028  <objectName2>vert273</objectName2>
14029  <xMin>0.00000000</xMin>
14030  <xMax>1.00000000</xMax>
14031  <yMin>0.00000000</yMin>
14032  <yMax>1.00000000</yMax>
14033  <xValue>0.00000000</xValue>
14034  <yValue>0.00000000</yValue>
14035  <type>fill</type>
14036  <pointsize>1</pointsize>
14037  <fadeSpeed>0.00000000</fadeSpeed>
14038  <mouseControl act="press">jump</mouseControl>
14039  <color>
14040   <r>0</r>
14041   <g>255</g>
14042   <b>255</b>
14043  </color>
14044  <randomizable group="0" mode="both">false</randomizable>
14045  <bgcolor>
14046   <r>0</r>
14047   <g>0</g>
14048   <b>0</b>
14049  </bgcolor>
14050 </bsbObject>
14051 <bsbObject type="BSBLabel" version="2">
14052  <objectName/>
14053  <x>768</x>
14054  <y>728</y>
14055  <width>23</width>
14056  <height>20</height>
14057  <uuid>{45c28e6f-1ae9-430e-b83c-663a3afc78e9}</uuid>
14058  <visible>true</visible>
14059  <midichan>0</midichan>
14060  <midicc>0</midicc>
14061  <label>13 </label>
14062  <alignment>center</alignment>
14063  <font>Lucida Grande</font>
14064  <fontsize>9</fontsize>
14065  <precision>3</precision>
14066  <color>
14067   <r>0</r>
14068   <g>0</g>
14069   <b>0</b>
14070  </color>
14071  <bgcolor mode="nobackground">
14072   <r>255</r>
14073   <g>255</g>
14074   <b>255</b>
14075  </bgcolor>
14076  <bordermode>noborder</bordermode>
14077  <borderradius>1</borderradius>
14078  <borderwidth>1</borderwidth>
14079 </bsbObject>
14080 <bsbObject type="BSBLabel" version="2">
14081  <objectName/>
14082  <x>795</x>
14083  <y>728</y>
14084  <width>23</width>
14085  <height>20</height>
14086  <uuid>{70b1c459-183b-472a-bf66-120bb24f64ca}</uuid>
14087  <visible>true</visible>
14088  <midichan>0</midichan>
14089  <midicc>0</midicc>
14090  <label>14 </label>
14091  <alignment>center</alignment>
14092  <font>Lucida Grande</font>
14093  <fontsize>9</fontsize>
14094  <precision>3</precision>
14095  <color>
14096   <r>0</r>
14097   <g>0</g>
14098   <b>0</b>
14099  </color>
14100  <bgcolor mode="nobackground">
14101   <r>255</r>
14102   <g>255</g>
14103   <b>255</b>
14104  </bgcolor>
14105  <bordermode>noborder</bordermode>
14106  <borderradius>1</borderradius>
14107  <borderwidth>1</borderwidth>
14108 </bsbObject>
14109 <bsbObject type="BSBLabel" version="2">
14110  <objectName/>
14111  <x>821</x>
14112  <y>728</y>
14113  <width>23</width>
14114  <height>20</height>
14115  <uuid>{6666080f-1b6f-4ad8-a855-fb826dd70e9f}</uuid>
14116  <visible>true</visible>
14117  <midichan>0</midichan>
14118  <midicc>0</midicc>
14119  <label>15 </label>
14120  <alignment>center</alignment>
14121  <font>Lucida Grande</font>
14122  <fontsize>9</fontsize>
14123  <precision>3</precision>
14124  <color>
14125   <r>0</r>
14126   <g>0</g>
14127   <b>0</b>
14128  </color>
14129  <bgcolor mode="nobackground">
14130   <r>255</r>
14131   <g>255</g>
14132   <b>255</b>
14133  </bgcolor>
14134  <bordermode>noborder</bordermode>
14135  <borderradius>1</borderradius>
14136  <borderwidth>1</borderwidth>
14137 </bsbObject>
14138 <bsbObject type="BSBLabel" version="2">
14139  <objectName/>
14140  <x>847</x>
14141  <y>728</y>
14142  <width>23</width>
14143  <height>20</height>
14144  <uuid>{b4734dd5-df49-4d58-9f18-b0dcdd1ee3bd}</uuid>
14145  <visible>true</visible>
14146  <midichan>0</midichan>
14147  <midicc>0</midicc>
14148  <label>16 </label>
14149  <alignment>center</alignment>
14150  <font>Lucida Grande</font>
14151  <fontsize>9</fontsize>
14152  <precision>3</precision>
14153  <color>
14154   <r>0</r>
14155   <g>0</g>
14156   <b>0</b>
14157  </color>
14158  <bgcolor mode="nobackground">
14159   <r>255</r>
14160   <g>255</g>
14161   <b>255</b>
14162  </bgcolor>
14163  <bordermode>noborder</bordermode>
14164  <borderradius>1</borderradius>
14165  <borderwidth>1</borderwidth>
14166 </bsbObject>
14167 <bsbObject type="BSBLabel" version="2">
14168  <objectName/>
14169  <x>875</x>
14170  <y>728</y>
14171  <width>23</width>
14172  <height>20</height>
14173  <uuid>{e9480902-387c-44d6-be30-38e42cba2267}</uuid>
14174  <visible>true</visible>
14175  <midichan>0</midichan>
14176  <midicc>0</midicc>
14177  <label>17 </label>
14178  <alignment>center</alignment>
14179  <font>Lucida Grande</font>
14180  <fontsize>9</fontsize>
14181  <precision>3</precision>
14182  <color>
14183   <r>0</r>
14184   <g>0</g>
14185   <b>0</b>
14186  </color>
14187  <bgcolor mode="nobackground">
14188   <r>255</r>
14189   <g>255</g>
14190   <b>255</b>
14191  </bgcolor>
14192  <bordermode>noborder</bordermode>
14193  <borderradius>1</borderradius>
14194  <borderwidth>1</borderwidth>
14195 </bsbObject>
14196 <bsbObject type="BSBLabel" version="2">
14197  <objectName/>
14198  <x>900</x>
14199  <y>728</y>
14200  <width>23</width>
14201  <height>20</height>
14202  <uuid>{000ccb22-22dc-4d0c-8720-f128ec246024}</uuid>
14203  <visible>true</visible>
14204  <midichan>0</midichan>
14205  <midicc>0</midicc>
14206  <label>18</label>
14207  <alignment>center</alignment>
14208  <font>Lucida Grande</font>
14209  <fontsize>9</fontsize>
14210  <precision>3</precision>
14211  <color>
14212   <r>0</r>
14213   <g>0</g>
14214   <b>0</b>
14215  </color>
14216  <bgcolor mode="nobackground">
14217   <r>255</r>
14218   <g>255</g>
14219   <b>255</b>
14220  </bgcolor>
14221  <bordermode>noborder</bordermode>
14222  <borderradius>1</borderradius>
14223  <borderwidth>1</borderwidth>
14224 </bsbObject>
14225 <bsbObject type="BSBLabel" version="2">
14226  <objectName/>
14227  <x>926</x>
14228  <y>728</y>
14229  <width>23</width>
14230  <height>20</height>
14231  <uuid>{a1486d1b-73ae-49c8-b7c9-ae6ecf9d7ee0}</uuid>
14232  <visible>true</visible>
14233  <midichan>0</midichan>
14234  <midicc>0</midicc>
14235  <label>19 </label>
14236  <alignment>center</alignment>
14237  <font>Lucida Grande</font>
14238  <fontsize>9</fontsize>
14239  <precision>3</precision>
14240  <color>
14241   <r>0</r>
14242   <g>0</g>
14243   <b>0</b>
14244  </color>
14245  <bgcolor mode="nobackground">
14246   <r>255</r>
14247   <g>255</g>
14248   <b>255</b>
14249  </bgcolor>
14250  <bordermode>noborder</bordermode>
14251  <borderradius>1</borderradius>
14252  <borderwidth>1</borderwidth>
14253 </bsbObject>
14254 <bsbObject type="BSBLabel" version="2">
14255  <objectName/>
14256  <x>953</x>
14257  <y>728</y>
14258  <width>23</width>
14259  <height>20</height>
14260  <uuid>{53716b44-db3e-4769-b20f-5aac7896d9a6}</uuid>
14261  <visible>true</visible>
14262  <midichan>0</midichan>
14263  <midicc>0</midicc>
14264  <label>20 </label>
14265  <alignment>center</alignment>
14266  <font>Lucida Grande</font>
14267  <fontsize>9</fontsize>
14268  <precision>3</precision>
14269  <color>
14270   <r>0</r>
14271   <g>0</g>
14272   <b>0</b>
14273  </color>
14274  <bgcolor mode="nobackground">
14275   <r>255</r>
14276   <g>255</g>
14277   <b>255</b>
14278  </bgcolor>
14279  <bordermode>noborder</bordermode>
14280  <borderradius>1</borderradius>
14281  <borderwidth>1</borderwidth>
14282 </bsbObject>
14283 <bsbObject type="BSBLabel" version="2">
14284  <objectName/>
14285  <x>979</x>
14286  <y>728</y>
14287  <width>23</width>
14288  <height>20</height>
14289  <uuid>{cbc754f7-fc87-4bd0-9234-fc667838e535}</uuid>
14290  <visible>true</visible>
14291  <midichan>0</midichan>
14292  <midicc>0</midicc>
14293  <label>21 </label>
14294  <alignment>center</alignment>
14295  <font>Lucida Grande</font>
14296  <fontsize>9</fontsize>
14297  <precision>3</precision>
14298  <color>
14299   <r>0</r>
14300   <g>0</g>
14301   <b>0</b>
14302  </color>
14303  <bgcolor mode="nobackground">
14304   <r>255</r>
14305   <g>255</g>
14306   <b>255</b>
14307  </bgcolor>
14308  <bordermode>noborder</bordermode>
14309  <borderradius>1</borderradius>
14310  <borderwidth>1</borderwidth>
14311 </bsbObject>
14312 <bsbObject type="BSBLabel" version="2">
14313  <objectName/>
14314  <x>1005</x>
14315  <y>728</y>
14316  <width>23</width>
14317  <height>20</height>
14318  <uuid>{e02781b0-606c-4476-9706-14724db15800}</uuid>
14319  <visible>true</visible>
14320  <midichan>0</midichan>
14321  <midicc>0</midicc>
14322  <label>22 </label>
14323  <alignment>center</alignment>
14324  <font>Lucida Grande</font>
14325  <fontsize>9</fontsize>
14326  <precision>3</precision>
14327  <color>
14328   <r>0</r>
14329   <g>0</g>
14330   <b>0</b>
14331  </color>
14332  <bgcolor mode="nobackground">
14333   <r>255</r>
14334   <g>255</g>
14335   <b>255</b>
14336  </bgcolor>
14337  <bordermode>noborder</bordermode>
14338  <borderradius>1</borderradius>
14339  <borderwidth>1</borderwidth>
14340 </bsbObject>
14341 <bsbObject type="BSBLabel" version="2">
14342  <objectName/>
14343  <x>1032</x>
14344  <y>728</y>
14345  <width>23</width>
14346  <height>20</height>
14347  <uuid>{ae7875f2-fc12-427a-a46e-19de39d5586e}</uuid>
14348  <visible>true</visible>
14349  <midichan>0</midichan>
14350  <midicc>0</midicc>
14351  <label>23 </label>
14352  <alignment>center</alignment>
14353  <font>Lucida Grande</font>
14354  <fontsize>9</fontsize>
14355  <precision>3</precision>
14356  <color>
14357   <r>0</r>
14358   <g>0</g>
14359   <b>0</b>
14360  </color>
14361  <bgcolor mode="nobackground">
14362   <r>255</r>
14363   <g>255</g>
14364   <b>255</b>
14365  </bgcolor>
14366  <bordermode>noborder</bordermode>
14367  <borderradius>1</borderradius>
14368  <borderwidth>1</borderwidth>
14369 </bsbObject>
14370 <bsbObject type="BSBLabel" version="2">
14371  <objectName/>
14372  <x>1058</x>
14373  <y>728</y>
14374  <width>23</width>
14375  <height>20</height>
14376  <uuid>{c4b09e7e-0ff0-4865-a701-b5925bb288c8}</uuid>
14377  <visible>true</visible>
14378  <midichan>0</midichan>
14379  <midicc>0</midicc>
14380  <label>24 </label>
14381  <alignment>center</alignment>
14382  <font>Lucida Grande</font>
14383  <fontsize>9</fontsize>
14384  <precision>3</precision>
14385  <color>
14386   <r>0</r>
14387   <g>0</g>
14388   <b>0</b>
14389  </color>
14390  <bgcolor mode="nobackground">
14391   <r>255</r>
14392   <g>255</g>
14393   <b>255</b>
14394  </bgcolor>
14395  <bordermode>noborder</bordermode>
14396  <borderradius>1</borderradius>
14397  <borderwidth>1</borderwidth>
14398 </bsbObject>
14399 <bsbObject type="BSBController" version="2">
14400  <objectName>L14</objectName>
14401  <x>796</x>
14402  <y>716</y>
14403  <width>20</width>
14404  <height>13</height>
14405  <uuid>{262742d9-6ecb-4ef1-8418-ff4658cb8a94}</uuid>
14406  <visible>true</visible>
14407  <midichan>0</midichan>
14408  <midicc>-3</midicc>
14409  <objectName2>vert273</objectName2>
14410  <xMin>0.00000000</xMin>
14411  <xMax>1.00000000</xMax>
14412  <yMin>0.00000000</yMin>
14413  <yMax>1.00000000</yMax>
14414  <xValue>0.00000000</xValue>
14415  <yValue>0.00000000</yValue>
14416  <type>fill</type>
14417  <pointsize>1</pointsize>
14418  <fadeSpeed>0.00000000</fadeSpeed>
14419  <mouseControl act="press">jump</mouseControl>
14420  <color>
14421   <r>0</r>
14422   <g>255</g>
14423   <b>255</b>
14424  </color>
14425  <randomizable group="0" mode="both">false</randomizable>
14426  <bgcolor>
14427   <r>0</r>
14428   <g>0</g>
14429   <b>0</b>
14430  </bgcolor>
14431 </bsbObject>
14432 <bsbObject type="BSBController" version="2">
14433  <objectName>L15</objectName>
14434  <x>822</x>
14435  <y>716</y>
14436  <width>20</width>
14437  <height>13</height>
14438  <uuid>{08519a70-a535-4309-89e5-7f98d9db8546}</uuid>
14439  <visible>true</visible>
14440  <midichan>0</midichan>
14441  <midicc>-3</midicc>
14442  <objectName2>vert273</objectName2>
14443  <xMin>0.00000000</xMin>
14444  <xMax>1.00000000</xMax>
14445  <yMin>0.00000000</yMin>
14446  <yMax>1.00000000</yMax>
14447  <xValue>0.00000000</xValue>
14448  <yValue>0.00000000</yValue>
14449  <type>fill</type>
14450  <pointsize>1</pointsize>
14451  <fadeSpeed>0.00000000</fadeSpeed>
14452  <mouseControl act="press">jump</mouseControl>
14453  <color>
14454   <r>0</r>
14455   <g>255</g>
14456   <b>255</b>
14457  </color>
14458  <randomizable group="0" mode="both">false</randomizable>
14459  <bgcolor>
14460   <r>0</r>
14461   <g>0</g>
14462   <b>0</b>
14463  </bgcolor>
14464 </bsbObject>
14465 <bsbObject type="BSBController" version="2">
14466  <objectName>L16</objectName>
14467  <x>849</x>
14468  <y>716</y>
14469  <width>20</width>
14470  <height>13</height>
14471  <uuid>{6b3ae187-5353-4db6-8954-a1c500e3876c}</uuid>
14472  <visible>true</visible>
14473  <midichan>0</midichan>
14474  <midicc>-3</midicc>
14475  <objectName2>vert273</objectName2>
14476  <xMin>0.00000000</xMin>
14477  <xMax>1.00000000</xMax>
14478  <yMin>0.00000000</yMin>
14479  <yMax>1.00000000</yMax>
14480  <xValue>0.00000000</xValue>
14481  <yValue>0.00000000</yValue>
14482  <type>fill</type>
14483  <pointsize>1</pointsize>
14484  <fadeSpeed>0.00000000</fadeSpeed>
14485  <mouseControl act="press">jump</mouseControl>
14486  <color>
14487   <r>0</r>
14488   <g>255</g>
14489   <b>255</b>
14490  </color>
14491  <randomizable group="0" mode="both">false</randomizable>
14492  <bgcolor>
14493   <r>0</r>
14494   <g>0</g>
14495   <b>0</b>
14496  </bgcolor>
14497 </bsbObject>
14498 <bsbObject type="BSBController" version="2">
14499  <objectName>L17</objectName>
14500  <x>875</x>
14501  <y>716</y>
14502  <width>20</width>
14503  <height>13</height>
14504  <uuid>{56e7f22f-c6d8-4eb1-8bad-dc9519ba7b4e}</uuid>
14505  <visible>true</visible>
14506  <midichan>0</midichan>
14507  <midicc>-3</midicc>
14508  <objectName2>vert273</objectName2>
14509  <xMin>0.00000000</xMin>
14510  <xMax>1.00000000</xMax>
14511  <yMin>0.00000000</yMin>
14512  <yMax>1.00000000</yMax>
14513  <xValue>0.00000000</xValue>
14514  <yValue>0.00000000</yValue>
14515  <type>fill</type>
14516  <pointsize>1</pointsize>
14517  <fadeSpeed>0.00000000</fadeSpeed>
14518  <mouseControl act="press">jump</mouseControl>
14519  <color>
14520   <r>0</r>
14521   <g>255</g>
14522   <b>255</b>
14523  </color>
14524  <randomizable group="0" mode="both">false</randomizable>
14525  <bgcolor>
14526   <r>0</r>
14527   <g>0</g>
14528   <b>0</b>
14529  </bgcolor>
14530 </bsbObject>
14531 <bsbObject type="BSBController" version="2">
14532  <objectName>L18</objectName>
14533  <x>901</x>
14534  <y>716</y>
14535  <width>20</width>
14536  <height>13</height>
14537  <uuid>{8ab04a1a-9f1c-4d92-b2f5-7eaa5216f24b}</uuid>
14538  <visible>true</visible>
14539  <midichan>0</midichan>
14540  <midicc>-3</midicc>
14541  <objectName2>vert273</objectName2>
14542  <xMin>0.00000000</xMin>
14543  <xMax>1.00000000</xMax>
14544  <yMin>0.00000000</yMin>
14545  <yMax>1.00000000</yMax>
14546  <xValue>0.00000000</xValue>
14547  <yValue>0.00000000</yValue>
14548  <type>fill</type>
14549  <pointsize>1</pointsize>
14550  <fadeSpeed>0.00000000</fadeSpeed>
14551  <mouseControl act="press">jump</mouseControl>
14552  <color>
14553   <r>0</r>
14554   <g>255</g>
14555   <b>255</b>
14556  </color>
14557  <randomizable group="0" mode="both">false</randomizable>
14558  <bgcolor>
14559   <r>0</r>
14560   <g>0</g>
14561   <b>0</b>
14562  </bgcolor>
14563 </bsbObject>
14564 <bsbObject type="BSBController" version="2">
14565  <objectName>L19</objectName>
14566  <x>928</x>
14567  <y>716</y>
14568  <width>20</width>
14569  <height>13</height>
14570  <uuid>{5a0801cf-2b0e-4fc7-a460-aed16593e313}</uuid>
14571  <visible>true</visible>
14572  <midichan>0</midichan>
14573  <midicc>-3</midicc>
14574  <objectName2>vert273</objectName2>
14575  <xMin>0.00000000</xMin>
14576  <xMax>1.00000000</xMax>
14577  <yMin>0.00000000</yMin>
14578  <yMax>1.00000000</yMax>
14579  <xValue>0.00000000</xValue>
14580  <yValue>0.00000000</yValue>
14581  <type>fill</type>
14582  <pointsize>1</pointsize>
14583  <fadeSpeed>0.00000000</fadeSpeed>
14584  <mouseControl act="press">jump</mouseControl>
14585  <color>
14586   <r>0</r>
14587   <g>255</g>
14588   <b>255</b>
14589  </color>
14590  <randomizable group="0" mode="both">false</randomizable>
14591  <bgcolor>
14592   <r>0</r>
14593   <g>0</g>
14594   <b>0</b>
14595  </bgcolor>
14596 </bsbObject>
14597 <bsbObject type="BSBController" version="2">
14598  <objectName>L20</objectName>
14599  <x>954</x>
14600  <y>716</y>
14601  <width>20</width>
14602  <height>13</height>
14603  <uuid>{014b8cf4-425f-4a5c-a8f8-0bfcf148d410}</uuid>
14604  <visible>true</visible>
14605  <midichan>0</midichan>
14606  <midicc>-3</midicc>
14607  <objectName2>vert273</objectName2>
14608  <xMin>0.00000000</xMin>
14609  <xMax>1.00000000</xMax>
14610  <yMin>0.00000000</yMin>
14611  <yMax>1.00000000</yMax>
14612  <xValue>0.00000000</xValue>
14613  <yValue>0.00000000</yValue>
14614  <type>fill</type>
14615  <pointsize>1</pointsize>
14616  <fadeSpeed>0.00000000</fadeSpeed>
14617  <mouseControl act="press">jump</mouseControl>
14618  <color>
14619   <r>0</r>
14620   <g>255</g>
14621   <b>255</b>
14622  </color>
14623  <randomizable group="0" mode="both">false</randomizable>
14624  <bgcolor>
14625   <r>0</r>
14626   <g>0</g>
14627   <b>0</b>
14628  </bgcolor>
14629 </bsbObject>
14630 <bsbObject type="BSBController" version="2">
14631  <objectName>L21</objectName>
14632  <x>981</x>
14633  <y>716</y>
14634  <width>20</width>
14635  <height>13</height>
14636  <uuid>{800f8210-7f36-470e-9ba0-1c323a96326a}</uuid>
14637  <visible>true</visible>
14638  <midichan>0</midichan>
14639  <midicc>-3</midicc>
14640  <objectName2>vert273</objectName2>
14641  <xMin>0.00000000</xMin>
14642  <xMax>1.00000000</xMax>
14643  <yMin>0.00000000</yMin>
14644  <yMax>1.00000000</yMax>
14645  <xValue>0.00000000</xValue>
14646  <yValue>0.00000000</yValue>
14647  <type>fill</type>
14648  <pointsize>1</pointsize>
14649  <fadeSpeed>0.00000000</fadeSpeed>
14650  <mouseControl act="press">jump</mouseControl>
14651  <color>
14652   <r>0</r>
14653   <g>255</g>
14654   <b>255</b>
14655  </color>
14656  <randomizable group="0" mode="both">false</randomizable>
14657  <bgcolor>
14658   <r>0</r>
14659   <g>0</g>
14660   <b>0</b>
14661  </bgcolor>
14662 </bsbObject>
14663 <bsbObject type="BSBController" version="2">
14664  <objectName>L22</objectName>
14665  <x>1007</x>
14666  <y>716</y>
14667  <width>20</width>
14668  <height>13</height>
14669  <uuid>{d3502302-a1c8-4d42-be33-fb51461b734b}</uuid>
14670  <visible>true</visible>
14671  <midichan>0</midichan>
14672  <midicc>-3</midicc>
14673  <objectName2>vert273</objectName2>
14674  <xMin>0.00000000</xMin>
14675  <xMax>1.00000000</xMax>
14676  <yMin>0.00000000</yMin>
14677  <yMax>1.00000000</yMax>
14678  <xValue>0.00000000</xValue>
14679  <yValue>0.00000000</yValue>
14680  <type>fill</type>
14681  <pointsize>1</pointsize>
14682  <fadeSpeed>0.00000000</fadeSpeed>
14683  <mouseControl act="press">jump</mouseControl>
14684  <color>
14685   <r>0</r>
14686   <g>255</g>
14687   <b>255</b>
14688  </color>
14689  <randomizable group="0" mode="both">false</randomizable>
14690  <bgcolor>
14691   <r>0</r>
14692   <g>0</g>
14693   <b>0</b>
14694  </bgcolor>
14695 </bsbObject>
14696 <bsbObject type="BSBController" version="2">
14697  <objectName>L23</objectName>
14698  <x>1034</x>
14699  <y>716</y>
14700  <width>20</width>
14701  <height>13</height>
14702  <uuid>{b016b961-0b60-40b5-adfd-69c79add0005}</uuid>
14703  <visible>true</visible>
14704  <midichan>0</midichan>
14705  <midicc>-3</midicc>
14706  <objectName2>vert273</objectName2>
14707  <xMin>0.00000000</xMin>
14708  <xMax>1.00000000</xMax>
14709  <yMin>0.00000000</yMin>
14710  <yMax>1.00000000</yMax>
14711  <xValue>0.00000000</xValue>
14712  <yValue>0.00000000</yValue>
14713  <type>fill</type>
14714  <pointsize>1</pointsize>
14715  <fadeSpeed>0.00000000</fadeSpeed>
14716  <mouseControl act="press">jump</mouseControl>
14717  <color>
14718   <r>0</r>
14719   <g>255</g>
14720   <b>255</b>
14721  </color>
14722  <randomizable group="0" mode="both">false</randomizable>
14723  <bgcolor>
14724   <r>0</r>
14725   <g>0</g>
14726   <b>0</b>
14727  </bgcolor>
14728 </bsbObject>
14729 <bsbObject type="BSBController" version="2">
14730  <objectName>L24</objectName>
14731  <x>1060</x>
14732  <y>716</y>
14733  <width>20</width>
14734  <height>13</height>
14735  <uuid>{8d7aa834-f997-4a6a-9e46-0e169fd1cdf8}</uuid>
14736  <visible>true</visible>
14737  <midichan>0</midichan>
14738  <midicc>-3</midicc>
14739  <objectName2>vert273</objectName2>
14740  <xMin>0.00000000</xMin>
14741  <xMax>1.00000000</xMax>
14742  <yMin>0.00000000</yMin>
14743  <yMax>1.00000000</yMax>
14744  <xValue>0.00000000</xValue>
14745  <yValue>0.00000000</yValue>
14746  <type>fill</type>
14747  <pointsize>1</pointsize>
14748  <fadeSpeed>0.00000000</fadeSpeed>
14749  <mouseControl act="press">jump</mouseControl>
14750  <color>
14751   <r>0</r>
14752   <g>255</g>
14753   <b>255</b>
14754  </color>
14755  <randomizable group="0" mode="both">false</randomizable>
14756  <bgcolor>
14757   <r>0</r>
14758   <g>0</g>
14759   <b>0</b>
14760  </bgcolor>
14761 </bsbObject>
14762 <bsbObject type="BSBController" version="2">
14763  <objectName>L25</objectName>
14764  <x>769</x>
14765  <y>756</y>
14766  <width>20</width>
14767  <height>13</height>
14768  <uuid>{27473f19-3e35-4f3b-b9ad-f4b04005d2d7}</uuid>
14769  <visible>true</visible>
14770  <midichan>0</midichan>
14771  <midicc>-3</midicc>
14772  <objectName2>vert273</objectName2>
14773  <xMin>0.00000000</xMin>
14774  <xMax>1.00000000</xMax>
14775  <yMin>0.00000000</yMin>
14776  <yMax>1.00000000</yMax>
14777  <xValue>0.00000000</xValue>
14778  <yValue>0.00000000</yValue>
14779  <type>fill</type>
14780  <pointsize>1</pointsize>
14781  <fadeSpeed>0.00000000</fadeSpeed>
14782  <mouseControl act="press">jump</mouseControl>
14783  <color>
14784   <r>0</r>
14785   <g>255</g>
14786   <b>255</b>
14787  </color>
14788  <randomizable group="0" mode="both">false</randomizable>
14789  <bgcolor>
14790   <r>0</r>
14791   <g>0</g>
14792   <b>0</b>
14793  </bgcolor>
14794 </bsbObject>
14795 <bsbObject type="BSBLabel" version="2">
14796  <objectName/>
14797  <x>767</x>
14798  <y>768</y>
14799  <width>23</width>
14800  <height>20</height>
14801  <uuid>{6befa2ba-45cf-4a94-ac5d-56a19fb56e72}</uuid>
14802  <visible>true</visible>
14803  <midichan>0</midichan>
14804  <midicc>0</midicc>
14805  <label>25</label>
14806  <alignment>center</alignment>
14807  <font>Lucida Grande</font>
14808  <fontsize>9</fontsize>
14809  <precision>3</precision>
14810  <color>
14811   <r>0</r>
14812   <g>0</g>
14813   <b>0</b>
14814  </color>
14815  <bgcolor mode="nobackground">
14816   <r>255</r>
14817   <g>255</g>
14818   <b>255</b>
14819  </bgcolor>
14820  <bordermode>noborder</bordermode>
14821  <borderradius>1</borderradius>
14822  <borderwidth>1</borderwidth>
14823 </bsbObject>
14824 <bsbObject type="BSBLabel" version="2">
14825  <objectName/>
14826  <x>794</x>
14827  <y>768</y>
14828  <width>23</width>
14829  <height>20</height>
14830  <uuid>{5a242307-b8a1-43c7-9eab-f4d3c9ef249d}</uuid>
14831  <visible>true</visible>
14832  <midichan>0</midichan>
14833  <midicc>0</midicc>
14834  <label>26</label>
14835  <alignment>center</alignment>
14836  <font>Lucida Grande</font>
14837  <fontsize>9</fontsize>
14838  <precision>3</precision>
14839  <color>
14840   <r>0</r>
14841   <g>0</g>
14842   <b>0</b>
14843  </color>
14844  <bgcolor mode="nobackground">
14845   <r>255</r>
14846   <g>255</g>
14847   <b>255</b>
14848  </bgcolor>
14849  <bordermode>noborder</bordermode>
14850  <borderradius>1</borderradius>
14851  <borderwidth>1</borderwidth>
14852 </bsbObject>
14853 <bsbObject type="BSBLabel" version="2">
14854  <objectName/>
14855  <x>820</x>
14856  <y>768</y>
14857  <width>23</width>
14858  <height>20</height>
14859  <uuid>{a18a932b-0ee5-4bf6-aff2-dc7ee4f1a94f}</uuid>
14860  <visible>true</visible>
14861  <midichan>0</midichan>
14862  <midicc>0</midicc>
14863  <label>27</label>
14864  <alignment>center</alignment>
14865  <font>Lucida Grande</font>
14866  <fontsize>9</fontsize>
14867  <precision>3</precision>
14868  <color>
14869   <r>0</r>
14870   <g>0</g>
14871   <b>0</b>
14872  </color>
14873  <bgcolor mode="nobackground">
14874   <r>255</r>
14875   <g>255</g>
14876   <b>255</b>
14877  </bgcolor>
14878  <bordermode>noborder</bordermode>
14879  <borderradius>1</borderradius>
14880  <borderwidth>1</borderwidth>
14881 </bsbObject>
14882 <bsbObject type="BSBLabel" version="2">
14883  <objectName/>
14884  <x>846</x>
14885  <y>768</y>
14886  <width>23</width>
14887  <height>20</height>
14888  <uuid>{d4e6a714-b39c-43ef-a164-6bda00bf2733}</uuid>
14889  <visible>true</visible>
14890  <midichan>0</midichan>
14891  <midicc>0</midicc>
14892  <label>28</label>
14893  <alignment>center</alignment>
14894  <font>Lucida Grande</font>
14895  <fontsize>9</fontsize>
14896  <precision>3</precision>
14897  <color>
14898   <r>0</r>
14899   <g>0</g>
14900   <b>0</b>
14901  </color>
14902  <bgcolor mode="nobackground">
14903   <r>255</r>
14904   <g>255</g>
14905   <b>255</b>
14906  </bgcolor>
14907  <bordermode>noborder</bordermode>
14908  <borderradius>1</borderradius>
14909  <borderwidth>1</borderwidth>
14910 </bsbObject>
14911 <bsbObject type="BSBLabel" version="2">
14912  <objectName/>
14913  <x>873</x>
14914  <y>768</y>
14915  <width>23</width>
14916  <height>20</height>
14917  <uuid>{3f405d61-9019-4b88-b7f3-c00d6ebfe024}</uuid>
14918  <visible>true</visible>
14919  <midichan>0</midichan>
14920  <midicc>0</midicc>
14921  <label>29 </label>
14922  <alignment>center</alignment>
14923  <font>Lucida Grande</font>
14924  <fontsize>9</fontsize>
14925  <precision>3</precision>
14926  <color>
14927   <r>0</r>
14928   <g>0</g>
14929   <b>0</b>
14930  </color>
14931  <bgcolor mode="nobackground">
14932   <r>255</r>
14933   <g>255</g>
14934   <b>255</b>
14935  </bgcolor>
14936  <bordermode>noborder</bordermode>
14937  <borderradius>1</borderradius>
14938  <borderwidth>1</borderwidth>
14939 </bsbObject>
14940 <bsbObject type="BSBLabel" version="2">
14941  <objectName/>
14942  <x>899</x>
14943  <y>768</y>
14944  <width>23</width>
14945  <height>20</height>
14946  <uuid>{4dda7c12-0556-43ed-817f-8781b9ca27c8}</uuid>
14947  <visible>true</visible>
14948  <midichan>0</midichan>
14949  <midicc>0</midicc>
14950  <label>30</label>
14951  <alignment>center</alignment>
14952  <font>Lucida Grande</font>
14953  <fontsize>9</fontsize>
14954  <precision>3</precision>
14955  <color>
14956   <r>0</r>
14957   <g>0</g>
14958   <b>0</b>
14959  </color>
14960  <bgcolor mode="nobackground">
14961   <r>255</r>
14962   <g>255</g>
14963   <b>255</b>
14964  </bgcolor>
14965  <bordermode>noborder</bordermode>
14966  <borderradius>1</borderradius>
14967  <borderwidth>1</borderwidth>
14968 </bsbObject>
14969 <bsbObject type="BSBLabel" version="2">
14970  <objectName/>
14971  <x>925</x>
14972  <y>768</y>
14973  <width>23</width>
14974  <height>20</height>
14975  <uuid>{aa17d62e-3883-41d0-8551-1874957d142c}</uuid>
14976  <visible>true</visible>
14977  <midichan>0</midichan>
14978  <midicc>0</midicc>
14979  <label>31 </label>
14980  <alignment>center</alignment>
14981  <font>Lucida Grande</font>
14982  <fontsize>9</fontsize>
14983  <precision>3</precision>
14984  <color>
14985   <r>0</r>
14986   <g>0</g>
14987   <b>0</b>
14988  </color>
14989  <bgcolor mode="nobackground">
14990   <r>255</r>
14991   <g>255</g>
14992   <b>255</b>
14993  </bgcolor>
14994  <bordermode>noborder</bordermode>
14995  <borderradius>1</borderradius>
14996  <borderwidth>1</borderwidth>
14997 </bsbObject>
14998 <bsbObject type="BSBLabel" version="2">
14999  <objectName/>
15000  <x>952</x>
15001  <y>768</y>
15002  <width>23</width>
15003  <height>20</height>
15004  <uuid>{41e77579-f7da-454d-8da2-c7f34f7bf476}</uuid>
15005  <visible>true</visible>
15006  <midichan>0</midichan>
15007  <midicc>0</midicc>
15008  <label>32</label>
15009  <alignment>center</alignment>
15010  <font>Lucida Grande</font>
15011  <fontsize>9</fontsize>
15012  <precision>3</precision>
15013  <color>
15014   <r>0</r>
15015   <g>0</g>
15016   <b>0</b>
15017  </color>
15018  <bgcolor mode="nobackground">
15019   <r>255</r>
15020   <g>255</g>
15021   <b>255</b>
15022  </bgcolor>
15023  <bordermode>noborder</bordermode>
15024  <borderradius>1</borderradius>
15025  <borderwidth>1</borderwidth>
15026 </bsbObject>
15027 <bsbObject type="BSBLabel" version="2">
15028  <objectName/>
15029  <x>978</x>
15030  <y>768</y>
15031  <width>23</width>
15032  <height>20</height>
15033  <uuid>{eec23f38-f9b9-4220-a40a-42c0e93c5447}</uuid>
15034  <visible>true</visible>
15035  <midichan>0</midichan>
15036  <midicc>0</midicc>
15037  <label>33 </label>
15038  <alignment>center</alignment>
15039  <font>Lucida Grande</font>
15040  <fontsize>9</fontsize>
15041  <precision>3</precision>
15042  <color>
15043   <r>0</r>
15044   <g>0</g>
15045   <b>0</b>
15046  </color>
15047  <bgcolor mode="nobackground">
15048   <r>255</r>
15049   <g>255</g>
15050   <b>255</b>
15051  </bgcolor>
15052  <bordermode>noborder</bordermode>
15053  <borderradius>1</borderradius>
15054  <borderwidth>1</borderwidth>
15055 </bsbObject>
15056 <bsbObject type="BSBLabel" version="2">
15057  <objectName/>
15058  <x>1004</x>
15059  <y>768</y>
15060  <width>23</width>
15061  <height>20</height>
15062  <uuid>{e13c6434-7fff-4527-89ad-395c61db91ae}</uuid>
15063  <visible>true</visible>
15064  <midichan>0</midichan>
15065  <midicc>0</midicc>
15066  <label>34 </label>
15067  <alignment>center</alignment>
15068  <font>Lucida Grande</font>
15069  <fontsize>9</fontsize>
15070  <precision>3</precision>
15071  <color>
15072   <r>0</r>
15073   <g>0</g>
15074   <b>0</b>
15075  </color>
15076  <bgcolor mode="nobackground">
15077   <r>255</r>
15078   <g>255</g>
15079   <b>255</b>
15080  </bgcolor>
15081  <bordermode>noborder</bordermode>
15082  <borderradius>1</borderradius>
15083  <borderwidth>1</borderwidth>
15084 </bsbObject>
15085 <bsbObject type="BSBLabel" version="2">
15086  <objectName/>
15087  <x>1031</x>
15088  <y>768</y>
15089  <width>23</width>
15090  <height>20</height>
15091  <uuid>{75f7d08d-fb93-4304-93c6-f7953867d048}</uuid>
15092  <visible>true</visible>
15093  <midichan>0</midichan>
15094  <midicc>0</midicc>
15095  <label>35</label>
15096  <alignment>center</alignment>
15097  <font>Lucida Grande</font>
15098  <fontsize>9</fontsize>
15099  <precision>3</precision>
15100  <color>
15101   <r>0</r>
15102   <g>0</g>
15103   <b>0</b>
15104  </color>
15105  <bgcolor mode="nobackground">
15106   <r>255</r>
15107   <g>255</g>
15108   <b>255</b>
15109  </bgcolor>
15110  <bordermode>noborder</bordermode>
15111  <borderradius>1</borderradius>
15112  <borderwidth>1</borderwidth>
15113 </bsbObject>
15114 <bsbObject type="BSBLabel" version="2">
15115  <objectName/>
15116  <x>1057</x>
15117  <y>768</y>
15118  <width>23</width>
15119  <height>20</height>
15120  <uuid>{fe6c7795-8707-4a55-85f9-3a9471b1ed68}</uuid>
15121  <visible>true</visible>
15122  <midichan>0</midichan>
15123  <midicc>0</midicc>
15124  <label>36</label>
15125  <alignment>center</alignment>
15126  <font>Lucida Grande</font>
15127  <fontsize>9</fontsize>
15128  <precision>3</precision>
15129  <color>
15130   <r>0</r>
15131   <g>0</g>
15132   <b>0</b>
15133  </color>
15134  <bgcolor mode="nobackground">
15135   <r>255</r>
15136   <g>255</g>
15137   <b>255</b>
15138  </bgcolor>
15139  <bordermode>noborder</bordermode>
15140  <borderradius>1</borderradius>
15141  <borderwidth>1</borderwidth>
15142 </bsbObject>
15143 <bsbObject type="BSBController" version="2">
15144  <objectName>L26</objectName>
15145  <x>795</x>
15146  <y>756</y>
15147  <width>20</width>
15148  <height>13</height>
15149  <uuid>{1beefb1b-cdbc-47be-8692-bb5bc67b636e}</uuid>
15150  <visible>true</visible>
15151  <midichan>0</midichan>
15152  <midicc>-3</midicc>
15153  <objectName2>vert273</objectName2>
15154  <xMin>0.00000000</xMin>
15155  <xMax>1.00000000</xMax>
15156  <yMin>0.00000000</yMin>
15157  <yMax>1.00000000</yMax>
15158  <xValue>0.00000000</xValue>
15159  <yValue>0.00000000</yValue>
15160  <type>fill</type>
15161  <pointsize>1</pointsize>
15162  <fadeSpeed>0.00000000</fadeSpeed>
15163  <mouseControl act="press">jump</mouseControl>
15164  <color>
15165   <r>0</r>
15166   <g>255</g>
15167   <b>255</b>
15168  </color>
15169  <randomizable group="0" mode="both">false</randomizable>
15170  <bgcolor>
15171   <r>0</r>
15172   <g>0</g>
15173   <b>0</b>
15174  </bgcolor>
15175 </bsbObject>
15176 <bsbObject type="BSBController" version="2">
15177  <objectName>L27</objectName>
15178  <x>821</x>
15179  <y>756</y>
15180  <width>20</width>
15181  <height>13</height>
15182  <uuid>{620ea43b-f0f8-4148-8c42-e17d37221d0d}</uuid>
15183  <visible>true</visible>
15184  <midichan>0</midichan>
15185  <midicc>-3</midicc>
15186  <objectName2>vert273</objectName2>
15187  <xMin>0.00000000</xMin>
15188  <xMax>1.00000000</xMax>
15189  <yMin>0.00000000</yMin>
15190  <yMax>1.00000000</yMax>
15191  <xValue>0.00000000</xValue>
15192  <yValue>0.00000000</yValue>
15193  <type>fill</type>
15194  <pointsize>1</pointsize>
15195  <fadeSpeed>0.00000000</fadeSpeed>
15196  <mouseControl act="press">jump</mouseControl>
15197  <color>
15198   <r>0</r>
15199   <g>255</g>
15200   <b>255</b>
15201  </color>
15202  <randomizable group="0" mode="both">false</randomizable>
15203  <bgcolor>
15204   <r>0</r>
15205   <g>0</g>
15206   <b>0</b>
15207  </bgcolor>
15208 </bsbObject>
15209 <bsbObject type="BSBController" version="2">
15210  <objectName>L28</objectName>
15211  <x>848</x>
15212  <y>756</y>
15213  <width>20</width>
15214  <height>13</height>
15215  <uuid>{cba551bb-004e-4625-9e0a-caeeb4eb3527}</uuid>
15216  <visible>true</visible>
15217  <midichan>0</midichan>
15218  <midicc>-3</midicc>
15219  <objectName2>vert273</objectName2>
15220  <xMin>0.00000000</xMin>
15221  <xMax>1.00000000</xMax>
15222  <yMin>0.00000000</yMin>
15223  <yMax>1.00000000</yMax>
15224  <xValue>0.00000000</xValue>
15225  <yValue>0.00000000</yValue>
15226  <type>fill</type>
15227  <pointsize>1</pointsize>
15228  <fadeSpeed>0.00000000</fadeSpeed>
15229  <mouseControl act="press">jump</mouseControl>
15230  <color>
15231   <r>0</r>
15232   <g>255</g>
15233   <b>255</b>
15234  </color>
15235  <randomizable group="0" mode="both">false</randomizable>
15236  <bgcolor>
15237   <r>0</r>
15238   <g>0</g>
15239   <b>0</b>
15240  </bgcolor>
15241 </bsbObject>
15242 <bsbObject type="BSBController" version="2">
15243  <objectName>L29</objectName>
15244  <x>874</x>
15245  <y>756</y>
15246  <width>20</width>
15247  <height>13</height>
15248  <uuid>{7f88191f-4f04-4fb3-ac14-dd727c946b37}</uuid>
15249  <visible>true</visible>
15250  <midichan>0</midichan>
15251  <midicc>-3</midicc>
15252  <objectName2>vert273</objectName2>
15253  <xMin>0.00000000</xMin>
15254  <xMax>1.00000000</xMax>
15255  <yMin>0.00000000</yMin>
15256  <yMax>1.00000000</yMax>
15257  <xValue>0.00000000</xValue>
15258  <yValue>0.00000000</yValue>
15259  <type>fill</type>
15260  <pointsize>1</pointsize>
15261  <fadeSpeed>0.00000000</fadeSpeed>
15262  <mouseControl act="press">jump</mouseControl>
15263  <color>
15264   <r>0</r>
15265   <g>255</g>
15266   <b>255</b>
15267  </color>
15268  <randomizable group="0" mode="both">false</randomizable>
15269  <bgcolor>
15270   <r>0</r>
15271   <g>0</g>
15272   <b>0</b>
15273  </bgcolor>
15274 </bsbObject>
15275 <bsbObject type="BSBController" version="2">
15276  <objectName>L30</objectName>
15277  <x>900</x>
15278  <y>756</y>
15279  <width>20</width>
15280  <height>13</height>
15281  <uuid>{0b39a815-a013-4e5e-8aa1-ea5096218165}</uuid>
15282  <visible>true</visible>
15283  <midichan>0</midichan>
15284  <midicc>-3</midicc>
15285  <objectName2>vert273</objectName2>
15286  <xMin>0.00000000</xMin>
15287  <xMax>1.00000000</xMax>
15288  <yMin>0.00000000</yMin>
15289  <yMax>1.00000000</yMax>
15290  <xValue>0.00000000</xValue>
15291  <yValue>0.00000000</yValue>
15292  <type>fill</type>
15293  <pointsize>1</pointsize>
15294  <fadeSpeed>0.00000000</fadeSpeed>
15295  <mouseControl act="press">jump</mouseControl>
15296  <color>
15297   <r>0</r>
15298   <g>255</g>
15299   <b>255</b>
15300  </color>
15301  <randomizable group="0" mode="both">false</randomizable>
15302  <bgcolor>
15303   <r>0</r>
15304   <g>0</g>
15305   <b>0</b>
15306  </bgcolor>
15307 </bsbObject>
15308 <bsbObject type="BSBController" version="2">
15309  <objectName>L31</objectName>
15310  <x>927</x>
15311  <y>756</y>
15312  <width>20</width>
15313  <height>13</height>
15314  <uuid>{9a8554cb-6910-4d20-b490-55a957fc63f4}</uuid>
15315  <visible>true</visible>
15316  <midichan>0</midichan>
15317  <midicc>-3</midicc>
15318  <objectName2>vert273</objectName2>
15319  <xMin>0.00000000</xMin>
15320  <xMax>1.00000000</xMax>
15321  <yMin>0.00000000</yMin>
15322  <yMax>1.00000000</yMax>
15323  <xValue>0.00000000</xValue>
15324  <yValue>0.00000000</yValue>
15325  <type>fill</type>
15326  <pointsize>1</pointsize>
15327  <fadeSpeed>0.00000000</fadeSpeed>
15328  <mouseControl act="press">jump</mouseControl>
15329  <color>
15330   <r>0</r>
15331   <g>255</g>
15332   <b>255</b>
15333  </color>
15334  <randomizable group="0" mode="both">false</randomizable>
15335  <bgcolor>
15336   <r>0</r>
15337   <g>0</g>
15338   <b>0</b>
15339  </bgcolor>
15340 </bsbObject>
15341 <bsbObject type="BSBController" version="2">
15342  <objectName>L32</objectName>
15343  <x>953</x>
15344  <y>756</y>
15345  <width>20</width>
15346  <height>13</height>
15347  <uuid>{9ddd4dfe-b2b8-48ef-895a-8a97d4dee941}</uuid>
15348  <visible>true</visible>
15349  <midichan>0</midichan>
15350  <midicc>-3</midicc>
15351  <objectName2>vert273</objectName2>
15352  <xMin>0.00000000</xMin>
15353  <xMax>1.00000000</xMax>
15354  <yMin>0.00000000</yMin>
15355  <yMax>1.00000000</yMax>
15356  <xValue>0.00000000</xValue>
15357  <yValue>0.00000000</yValue>
15358  <type>fill</type>
15359  <pointsize>1</pointsize>
15360  <fadeSpeed>0.00000000</fadeSpeed>
15361  <mouseControl act="press">jump</mouseControl>
15362  <color>
15363   <r>0</r>
15364   <g>255</g>
15365   <b>255</b>
15366  </color>
15367  <randomizable group="0" mode="both">false</randomizable>
15368  <bgcolor>
15369   <r>0</r>
15370   <g>0</g>
15371   <b>0</b>
15372  </bgcolor>
15373 </bsbObject>
15374 <bsbObject type="BSBController" version="2">
15375  <objectName>L33</objectName>
15376  <x>980</x>
15377  <y>756</y>
15378  <width>20</width>
15379  <height>13</height>
15380  <uuid>{95cd70ad-3cea-4bcd-8a38-3f849c9d4357}</uuid>
15381  <visible>true</visible>
15382  <midichan>0</midichan>
15383  <midicc>-3</midicc>
15384  <objectName2>vert273</objectName2>
15385  <xMin>0.00000000</xMin>
15386  <xMax>1.00000000</xMax>
15387  <yMin>0.00000000</yMin>
15388  <yMax>1.00000000</yMax>
15389  <xValue>0.00000000</xValue>
15390  <yValue>0.00000000</yValue>
15391  <type>fill</type>
15392  <pointsize>1</pointsize>
15393  <fadeSpeed>0.00000000</fadeSpeed>
15394  <mouseControl act="press">jump</mouseControl>
15395  <color>
15396   <r>0</r>
15397   <g>255</g>
15398   <b>255</b>
15399  </color>
15400  <randomizable group="0" mode="both">false</randomizable>
15401  <bgcolor>
15402   <r>0</r>
15403   <g>0</g>
15404   <b>0</b>
15405  </bgcolor>
15406 </bsbObject>
15407 <bsbObject type="BSBController" version="2">
15408  <objectName>L34</objectName>
15409  <x>1006</x>
15410  <y>756</y>
15411  <width>20</width>
15412  <height>13</height>
15413  <uuid>{5259eb99-74b3-4f47-8486-4d1b75706a15}</uuid>
15414  <visible>true</visible>
15415  <midichan>0</midichan>
15416  <midicc>-3</midicc>
15417  <objectName2>vert273</objectName2>
15418  <xMin>0.00000000</xMin>
15419  <xMax>1.00000000</xMax>
15420  <yMin>0.00000000</yMin>
15421  <yMax>1.00000000</yMax>
15422  <xValue>0.00000000</xValue>
15423  <yValue>0.00000000</yValue>
15424  <type>fill</type>
15425  <pointsize>1</pointsize>
15426  <fadeSpeed>0.00000000</fadeSpeed>
15427  <mouseControl act="press">jump</mouseControl>
15428  <color>
15429   <r>0</r>
15430   <g>255</g>
15431   <b>255</b>
15432  </color>
15433  <randomizable group="0" mode="both">false</randomizable>
15434  <bgcolor>
15435   <r>0</r>
15436   <g>0</g>
15437   <b>0</b>
15438  </bgcolor>
15439 </bsbObject>
15440 <bsbObject type="BSBController" version="2">
15441  <objectName>L35</objectName>
15442  <x>1033</x>
15443  <y>756</y>
15444  <width>20</width>
15445  <height>13</height>
15446  <uuid>{bc44e866-6e0a-4c7e-960c-be1cbd86c2f2}</uuid>
15447  <visible>true</visible>
15448  <midichan>0</midichan>
15449  <midicc>-3</midicc>
15450  <objectName2>vert273</objectName2>
15451  <xMin>0.00000000</xMin>
15452  <xMax>1.00000000</xMax>
15453  <yMin>0.00000000</yMin>
15454  <yMax>1.00000000</yMax>
15455  <xValue>0.00000000</xValue>
15456  <yValue>0.00000000</yValue>
15457  <type>fill</type>
15458  <pointsize>1</pointsize>
15459  <fadeSpeed>0.00000000</fadeSpeed>
15460  <mouseControl act="press">jump</mouseControl>
15461  <color>
15462   <r>0</r>
15463   <g>255</g>
15464   <b>255</b>
15465  </color>
15466  <randomizable group="0" mode="both">false</randomizable>
15467  <bgcolor>
15468   <r>0</r>
15469   <g>0</g>
15470   <b>0</b>
15471  </bgcolor>
15472 </bsbObject>
15473 <bsbObject type="BSBController" version="2">
15474  <objectName>L36</objectName>
15475  <x>1059</x>
15476  <y>756</y>
15477  <width>20</width>
15478  <height>13</height>
15479  <uuid>{08b24f55-b8c4-4b52-b561-f5a50860b786}</uuid>
15480  <visible>true</visible>
15481  <midichan>0</midichan>
15482  <midicc>-3</midicc>
15483  <objectName2>vert273</objectName2>
15484  <xMin>0.00000000</xMin>
15485  <xMax>1.00000000</xMax>
15486  <yMin>0.00000000</yMin>
15487  <yMax>1.00000000</yMax>
15488  <xValue>0.00000000</xValue>
15489  <yValue>0.00000000</yValue>
15490  <type>fill</type>
15491  <pointsize>1</pointsize>
15492  <fadeSpeed>0.00000000</fadeSpeed>
15493  <mouseControl act="press">jump</mouseControl>
15494  <color>
15495   <r>0</r>
15496   <g>255</g>
15497   <b>255</b>
15498  </color>
15499  <randomizable group="0" mode="both">false</randomizable>
15500  <bgcolor>
15501   <r>0</r>
15502   <g>0</g>
15503   <b>0</b>
15504  </bgcolor>
15505 </bsbObject>
15506 <bsbObject type="BSBController" version="2">
15507  <objectName>L37</objectName>
15508  <x>769</x>
15509  <y>793</y>
15510  <width>20</width>
15511  <height>13</height>
15512  <uuid>{70a51052-d4fb-4cc1-9c18-0fa60dc90838}</uuid>
15513  <visible>true</visible>
15514  <midichan>0</midichan>
15515  <midicc>-3</midicc>
15516  <objectName2>vert273</objectName2>
15517  <xMin>0.00000000</xMin>
15518  <xMax>1.00000000</xMax>
15519  <yMin>0.00000000</yMin>
15520  <yMax>1.00000000</yMax>
15521  <xValue>0.00000000</xValue>
15522  <yValue>0.00000000</yValue>
15523  <type>fill</type>
15524  <pointsize>1</pointsize>
15525  <fadeSpeed>0.00000000</fadeSpeed>
15526  <mouseControl act="press">jump</mouseControl>
15527  <color>
15528   <r>0</r>
15529   <g>255</g>
15530   <b>255</b>
15531  </color>
15532  <randomizable group="0" mode="both">false</randomizable>
15533  <bgcolor>
15534   <r>0</r>
15535   <g>0</g>
15536   <b>0</b>
15537  </bgcolor>
15538 </bsbObject>
15539 <bsbObject type="BSBLabel" version="2">
15540  <objectName/>
15541  <x>768</x>
15542  <y>805</y>
15543  <width>23</width>
15544  <height>20</height>
15545  <uuid>{032b8a6e-b7e8-4370-b7a4-7c09121b7444}</uuid>
15546  <visible>true</visible>
15547  <midichan>0</midichan>
15548  <midicc>0</midicc>
15549  <label>37 </label>
15550  <alignment>center</alignment>
15551  <font>Lucida Grande</font>
15552  <fontsize>9</fontsize>
15553  <precision>3</precision>
15554  <color>
15555   <r>0</r>
15556   <g>0</g>
15557   <b>0</b>
15558  </color>
15559  <bgcolor mode="nobackground">
15560   <r>255</r>
15561   <g>255</g>
15562   <b>255</b>
15563  </bgcolor>
15564  <bordermode>noborder</bordermode>
15565  <borderradius>1</borderradius>
15566  <borderwidth>1</borderwidth>
15567 </bsbObject>
15568 <bsbObject type="BSBLabel" version="2">
15569  <objectName/>
15570  <x>795</x>
15571  <y>805</y>
15572  <width>23</width>
15573  <height>20</height>
15574  <uuid>{779e244a-83ad-452b-a414-dc5c1cfdb871}</uuid>
15575  <visible>true</visible>
15576  <midichan>0</midichan>
15577  <midicc>0</midicc>
15578  <label>38 </label>
15579  <alignment>center</alignment>
15580  <font>Lucida Grande</font>
15581  <fontsize>9</fontsize>
15582  <precision>3</precision>
15583  <color>
15584   <r>0</r>
15585   <g>0</g>
15586   <b>0</b>
15587  </color>
15588  <bgcolor mode="nobackground">
15589   <r>255</r>
15590   <g>255</g>
15591   <b>255</b>
15592  </bgcolor>
15593  <bordermode>noborder</bordermode>
15594  <borderradius>1</borderradius>
15595  <borderwidth>1</borderwidth>
15596 </bsbObject>
15597 <bsbObject type="BSBLabel" version="2">
15598  <objectName/>
15599  <x>821</x>
15600  <y>805</y>
15601  <width>23</width>
15602  <height>20</height>
15603  <uuid>{e194e611-5d9e-4a60-9345-d4acace5b0f5}</uuid>
15604  <visible>true</visible>
15605  <midichan>0</midichan>
15606  <midicc>0</midicc>
15607  <label>39 </label>
15608  <alignment>center</alignment>
15609  <font>Lucida Grande</font>
15610  <fontsize>9</fontsize>
15611  <precision>3</precision>
15612  <color>
15613   <r>0</r>
15614   <g>0</g>
15615   <b>0</b>
15616  </color>
15617  <bgcolor mode="nobackground">
15618   <r>204</r>
15619   <g>102</g>
15620   <b>0</b>
15621  </bgcolor>
15622  <bordermode>noborder</bordermode>
15623  <borderradius>1</borderradius>
15624  <borderwidth>1</borderwidth>
15625 </bsbObject>
15626 <bsbObject type="BSBLabel" version="2">
15627  <objectName/>
15628  <x>847</x>
15629  <y>805</y>
15630  <width>23</width>
15631  <height>20</height>
15632  <uuid>{d3468473-0360-4e02-9d08-fdada35e5808}</uuid>
15633  <visible>true</visible>
15634  <midichan>0</midichan>
15635  <midicc>0</midicc>
15636  <label>40</label>
15637  <alignment>center</alignment>
15638  <font>Lucida Grande</font>
15639  <fontsize>9</fontsize>
15640  <precision>3</precision>
15641  <color>
15642   <r>0</r>
15643   <g>0</g>
15644   <b>0</b>
15645  </color>
15646  <bgcolor mode="nobackground">
15647   <r>255</r>
15648   <g>255</g>
15649   <b>255</b>
15650  </bgcolor>
15651  <bordermode>noborder</bordermode>
15652  <borderradius>1</borderradius>
15653  <borderwidth>1</borderwidth>
15654 </bsbObject>
15655 <bsbObject type="BSBLabel" version="2">
15656  <objectName/>
15657  <x>874</x>
15658  <y>805</y>
15659  <width>23</width>
15660  <height>20</height>
15661  <uuid>{f006d8c0-4a75-4ccf-83dc-47d10fef7ad2}</uuid>
15662  <visible>true</visible>
15663  <midichan>0</midichan>
15664  <midicc>0</midicc>
15665  <label>41</label>
15666  <alignment>center</alignment>
15667  <font>Lucida Grande</font>
15668  <fontsize>9</fontsize>
15669  <precision>3</precision>
15670  <color>
15671   <r>0</r>
15672   <g>0</g>
15673   <b>0</b>
15674  </color>
15675  <bgcolor mode="nobackground">
15676   <r>255</r>
15677   <g>255</g>
15678   <b>255</b>
15679  </bgcolor>
15680  <bordermode>noborder</bordermode>
15681  <borderradius>1</borderradius>
15682  <borderwidth>1</borderwidth>
15683 </bsbObject>
15684 <bsbObject type="BSBLabel" version="2">
15685  <objectName/>
15686  <x>900</x>
15687  <y>805</y>
15688  <width>23</width>
15689  <height>20</height>
15690  <uuid>{1436dd20-5537-46f4-8b1e-6aa6e0e6c9c2}</uuid>
15691  <visible>true</visible>
15692  <midichan>0</midichan>
15693  <midicc>0</midicc>
15694  <label>42 </label>
15695  <alignment>center</alignment>
15696  <font>Lucida Grande</font>
15697  <fontsize>9</fontsize>
15698  <precision>3</precision>
15699  <color>
15700   <r>0</r>
15701   <g>0</g>
15702   <b>0</b>
15703  </color>
15704  <bgcolor mode="nobackground">
15705   <r>255</r>
15706   <g>255</g>
15707   <b>255</b>
15708  </bgcolor>
15709  <bordermode>noborder</bordermode>
15710  <borderradius>1</borderradius>
15711  <borderwidth>1</borderwidth>
15712 </bsbObject>
15713 <bsbObject type="BSBLabel" version="2">
15714  <objectName/>
15715  <x>926</x>
15716  <y>805</y>
15717  <width>23</width>
15718  <height>20</height>
15719  <uuid>{178e8e0d-167e-4657-b33a-4304cc1b2851}</uuid>
15720  <visible>true</visible>
15721  <midichan>0</midichan>
15722  <midicc>0</midicc>
15723  <label>43</label>
15724  <alignment>center</alignment>
15725  <font>Lucida Grande</font>
15726  <fontsize>9</fontsize>
15727  <precision>3</precision>
15728  <color>
15729   <r>0</r>
15730   <g>0</g>
15731   <b>0</b>
15732  </color>
15733  <bgcolor mode="nobackground">
15734   <r>255</r>
15735   <g>255</g>
15736   <b>255</b>
15737  </bgcolor>
15738  <bordermode>noborder</bordermode>
15739  <borderradius>1</borderradius>
15740  <borderwidth>1</borderwidth>
15741 </bsbObject>
15742 <bsbObject type="BSBLabel" version="2">
15743  <objectName/>
15744  <x>953</x>
15745  <y>805</y>
15746  <width>23</width>
15747  <height>20</height>
15748  <uuid>{620e5437-7e2d-41cc-91d4-0af82deb598b}</uuid>
15749  <visible>true</visible>
15750  <midichan>0</midichan>
15751  <midicc>0</midicc>
15752  <label>44</label>
15753  <alignment>center</alignment>
15754  <font>Lucida Grande</font>
15755  <fontsize>9</fontsize>
15756  <precision>3</precision>
15757  <color>
15758   <r>0</r>
15759   <g>0</g>
15760   <b>0</b>
15761  </color>
15762  <bgcolor mode="nobackground">
15763   <r>255</r>
15764   <g>255</g>
15765   <b>255</b>
15766  </bgcolor>
15767  <bordermode>noborder</bordermode>
15768  <borderradius>1</borderradius>
15769  <borderwidth>1</borderwidth>
15770 </bsbObject>
15771 <bsbObject type="BSBLabel" version="2">
15772  <objectName/>
15773  <x>979</x>
15774  <y>805</y>
15775  <width>23</width>
15776  <height>20</height>
15777  <uuid>{5cf19371-03a9-41ab-8394-28f069a57171}</uuid>
15778  <visible>true</visible>
15779  <midichan>0</midichan>
15780  <midicc>0</midicc>
15781  <label>45</label>
15782  <alignment>center</alignment>
15783  <font>Lucida Grande</font>
15784  <fontsize>9</fontsize>
15785  <precision>3</precision>
15786  <color>
15787   <r>0</r>
15788   <g>0</g>
15789   <b>0</b>
15790  </color>
15791  <bgcolor mode="nobackground">
15792   <r>255</r>
15793   <g>255</g>
15794   <b>255</b>
15795  </bgcolor>
15796  <bordermode>noborder</bordermode>
15797  <borderradius>1</borderradius>
15798  <borderwidth>1</borderwidth>
15799 </bsbObject>
15800 <bsbObject type="BSBLabel" version="2">
15801  <objectName/>
15802  <x>1005</x>
15803  <y>805</y>
15804  <width>23</width>
15805  <height>20</height>
15806  <uuid>{4f0ce1a1-3cb8-4949-8969-11167e288397}</uuid>
15807  <visible>true</visible>
15808  <midichan>0</midichan>
15809  <midicc>0</midicc>
15810  <label>46</label>
15811  <alignment>center</alignment>
15812  <font>Lucida Grande</font>
15813  <fontsize>9</fontsize>
15814  <precision>3</precision>
15815  <color>
15816   <r>0</r>
15817   <g>0</g>
15818   <b>0</b>
15819  </color>
15820  <bgcolor mode="nobackground">
15821   <r>255</r>
15822   <g>255</g>
15823   <b>255</b>
15824  </bgcolor>
15825  <bordermode>noborder</bordermode>
15826  <borderradius>1</borderradius>
15827  <borderwidth>1</borderwidth>
15828 </bsbObject>
15829 <bsbObject type="BSBLabel" version="2">
15830  <objectName/>
15831  <x>1032</x>
15832  <y>805</y>
15833  <width>23</width>
15834  <height>20</height>
15835  <uuid>{0365a18e-6cdb-4148-a136-c737b5cc3a0d}</uuid>
15836  <visible>true</visible>
15837  <midichan>0</midichan>
15838  <midicc>0</midicc>
15839  <label>47 </label>
15840  <alignment>center</alignment>
15841  <font>Lucida Grande</font>
15842  <fontsize>9</fontsize>
15843  <precision>3</precision>
15844  <color>
15845   <r>0</r>
15846   <g>0</g>
15847   <b>0</b>
15848  </color>
15849  <bgcolor mode="nobackground">
15850   <r>255</r>
15851   <g>255</g>
15852   <b>255</b>
15853  </bgcolor>
15854  <bordermode>noborder</bordermode>
15855  <borderradius>1</borderradius>
15856  <borderwidth>1</borderwidth>
15857 </bsbObject>
15858 <bsbObject type="BSBLabel" version="2">
15859  <objectName/>
15860  <x>1058</x>
15861  <y>805</y>
15862  <width>22</width>
15863  <height>20</height>
15864  <uuid>{abd8a586-8cd9-450b-8904-34395aa66da6}</uuid>
15865  <visible>true</visible>
15866  <midichan>0</midichan>
15867  <midicc>0</midicc>
15868  <label>48 </label>
15869  <alignment>center</alignment>
15870  <font>Lucida Grande</font>
15871  <fontsize>9</fontsize>
15872  <precision>3</precision>
15873  <color>
15874   <r>0</r>
15875   <g>0</g>
15876   <b>0</b>
15877  </color>
15878  <bgcolor mode="nobackground">
15879   <r>255</r>
15880   <g>255</g>
15881   <b>255</b>
15882  </bgcolor>
15883  <bordermode>noborder</bordermode>
15884  <borderradius>1</borderradius>
15885  <borderwidth>1</borderwidth>
15886 </bsbObject>
15887 <bsbObject type="BSBController" version="2">
15888  <objectName>L38</objectName>
15889  <x>795</x>
15890  <y>793</y>
15891  <width>20</width>
15892  <height>13</height>
15893  <uuid>{d167f52e-29fe-40f3-819f-27d13ca63c20}</uuid>
15894  <visible>true</visible>
15895  <midichan>0</midichan>
15896  <midicc>-3</midicc>
15897  <objectName2>vert273</objectName2>
15898  <xMin>0.00000000</xMin>
15899  <xMax>1.00000000</xMax>
15900  <yMin>0.00000000</yMin>
15901  <yMax>1.00000000</yMax>
15902  <xValue>0.00000000</xValue>
15903  <yValue>0.00000000</yValue>
15904  <type>fill</type>
15905  <pointsize>1</pointsize>
15906  <fadeSpeed>0.00000000</fadeSpeed>
15907  <mouseControl act="press">jump</mouseControl>
15908  <color>
15909   <r>0</r>
15910   <g>255</g>
15911   <b>255</b>
15912  </color>
15913  <randomizable group="0" mode="both">false</randomizable>
15914  <bgcolor>
15915   <r>0</r>
15916   <g>0</g>
15917   <b>0</b>
15918  </bgcolor>
15919 </bsbObject>
15920 <bsbObject type="BSBController" version="2">
15921  <objectName>L39</objectName>
15922  <x>821</x>
15923  <y>793</y>
15924  <width>20</width>
15925  <height>13</height>
15926  <uuid>{ea2d64b6-d195-48e7-a2a1-68a53e7a938f}</uuid>
15927  <visible>true</visible>
15928  <midichan>0</midichan>
15929  <midicc>-3</midicc>
15930  <objectName2>vert273</objectName2>
15931  <xMin>0.00000000</xMin>
15932  <xMax>1.00000000</xMax>
15933  <yMin>0.00000000</yMin>
15934  <yMax>1.00000000</yMax>
15935  <xValue>0.00000000</xValue>
15936  <yValue>0.00000000</yValue>
15937  <type>fill</type>
15938  <pointsize>1</pointsize>
15939  <fadeSpeed>0.00000000</fadeSpeed>
15940  <mouseControl act="press">jump</mouseControl>
15941  <color>
15942   <r>0</r>
15943   <g>255</g>
15944   <b>255</b>
15945  </color>
15946  <randomizable group="0" mode="both">false</randomizable>
15947  <bgcolor>
15948   <r>0</r>
15949   <g>0</g>
15950   <b>0</b>
15951  </bgcolor>
15952 </bsbObject>
15953 <bsbObject type="BSBController" version="2">
15954  <objectName>L40</objectName>
15955  <x>848</x>
15956  <y>793</y>
15957  <width>20</width>
15958  <height>13</height>
15959  <uuid>{7476cfbe-47d3-46bd-86cd-8b2db56ca85b}</uuid>
15960  <visible>true</visible>
15961  <midichan>0</midichan>
15962  <midicc>-3</midicc>
15963  <objectName2>vert273</objectName2>
15964  <xMin>0.00000000</xMin>
15965  <xMax>1.00000000</xMax>
15966  <yMin>0.00000000</yMin>
15967  <yMax>1.00000000</yMax>
15968  <xValue>0.00000000</xValue>
15969  <yValue>0.00000000</yValue>
15970  <type>fill</type>
15971  <pointsize>1</pointsize>
15972  <fadeSpeed>0.00000000</fadeSpeed>
15973  <mouseControl act="press">jump</mouseControl>
15974  <color>
15975   <r>0</r>
15976   <g>255</g>
15977   <b>255</b>
15978  </color>
15979  <randomizable group="0" mode="both">false</randomizable>
15980  <bgcolor>
15981   <r>0</r>
15982   <g>0</g>
15983   <b>0</b>
15984  </bgcolor>
15985 </bsbObject>
15986 <bsbObject type="BSBController" version="2">
15987  <objectName>L41</objectName>
15988  <x>874</x>
15989  <y>793</y>
15990  <width>20</width>
15991  <height>13</height>
15992  <uuid>{b33605bf-5283-49ae-a18e-fbcf1a6410a7}</uuid>
15993  <visible>true</visible>
15994  <midichan>0</midichan>
15995  <midicc>-3</midicc>
15996  <objectName2>vert273</objectName2>
15997  <xMin>0.00000000</xMin>
15998  <xMax>1.00000000</xMax>
15999  <yMin>0.00000000</yMin>
16000  <yMax>1.00000000</yMax>
16001  <xValue>0.00000000</xValue>
16002  <yValue>0.00000000</yValue>
16003  <type>fill</type>
16004  <pointsize>1</pointsize>
16005  <fadeSpeed>0.00000000</fadeSpeed>
16006  <mouseControl act="press">jump</mouseControl>
16007  <color>
16008   <r>0</r>
16009   <g>255</g>
16010   <b>255</b>
16011  </color>
16012  <randomizable group="0" mode="both">false</randomizable>
16013  <bgcolor>
16014   <r>0</r>
16015   <g>0</g>
16016   <b>0</b>
16017  </bgcolor>
16018 </bsbObject>
16019 <bsbObject type="BSBController" version="2">
16020  <objectName>L42</objectName>
16021  <x>900</x>
16022  <y>793</y>
16023  <width>20</width>
16024  <height>13</height>
16025  <uuid>{a66c5904-b28a-44c9-b2cf-a9dc6d258f37}</uuid>
16026  <visible>true</visible>
16027  <midichan>0</midichan>
16028  <midicc>-3</midicc>
16029  <objectName2>vert273</objectName2>
16030  <xMin>0.00000000</xMin>
16031  <xMax>1.00000000</xMax>
16032  <yMin>0.00000000</yMin>
16033  <yMax>1.00000000</yMax>
16034  <xValue>0.00000000</xValue>
16035  <yValue>0.00000000</yValue>
16036  <type>fill</type>
16037  <pointsize>1</pointsize>
16038  <fadeSpeed>0.00000000</fadeSpeed>
16039  <mouseControl act="press">jump</mouseControl>
16040  <color>
16041   <r>0</r>
16042   <g>255</g>
16043   <b>255</b>
16044  </color>
16045  <randomizable group="0" mode="both">false</randomizable>
16046  <bgcolor>
16047   <r>0</r>
16048   <g>0</g>
16049   <b>0</b>
16050  </bgcolor>
16051 </bsbObject>
16052 <bsbObject type="BSBController" version="2">
16053  <objectName>L43</objectName>
16054  <x>927</x>
16055  <y>793</y>
16056  <width>20</width>
16057  <height>13</height>
16058  <uuid>{814b029e-b559-46f4-9a3b-664bba8e90e6}</uuid>
16059  <visible>true</visible>
16060  <midichan>0</midichan>
16061  <midicc>-3</midicc>
16062  <objectName2>vert273</objectName2>
16063  <xMin>0.00000000</xMin>
16064  <xMax>1.00000000</xMax>
16065  <yMin>0.00000000</yMin>
16066  <yMax>1.00000000</yMax>
16067  <xValue>0.00000000</xValue>
16068  <yValue>0.00000000</yValue>
16069  <type>fill</type>
16070  <pointsize>1</pointsize>
16071  <fadeSpeed>0.00000000</fadeSpeed>
16072  <mouseControl act="press">jump</mouseControl>
16073  <color>
16074   <r>0</r>
16075   <g>255</g>
16076   <b>255</b>
16077  </color>
16078  <randomizable group="0" mode="both">false</randomizable>
16079  <bgcolor>
16080   <r>0</r>
16081   <g>0</g>
16082   <b>0</b>
16083  </bgcolor>
16084 </bsbObject>
16085 <bsbObject type="BSBController" version="2">
16086  <objectName>L44</objectName>
16087  <x>953</x>
16088  <y>793</y>
16089  <width>20</width>
16090  <height>13</height>
16091  <uuid>{d7badcd2-11bc-4ad1-8ca7-bbe012cd74c6}</uuid>
16092  <visible>true</visible>
16093  <midichan>0</midichan>
16094  <midicc>-3</midicc>
16095  <objectName2>vert273</objectName2>
16096  <xMin>0.00000000</xMin>
16097  <xMax>1.00000000</xMax>
16098  <yMin>0.00000000</yMin>
16099  <yMax>1.00000000</yMax>
16100  <xValue>0.00000000</xValue>
16101  <yValue>0.00000000</yValue>
16102  <type>fill</type>
16103  <pointsize>1</pointsize>
16104  <fadeSpeed>0.00000000</fadeSpeed>
16105  <mouseControl act="press">jump</mouseControl>
16106  <color>
16107   <r>0</r>
16108   <g>255</g>
16109   <b>255</b>
16110  </color>
16111  <randomizable group="0" mode="both">false</randomizable>
16112  <bgcolor>
16113   <r>0</r>
16114   <g>0</g>
16115   <b>0</b>
16116  </bgcolor>
16117 </bsbObject>
16118 <bsbObject type="BSBController" version="2">
16119  <objectName>L45</objectName>
16120  <x>980</x>
16121  <y>793</y>
16122  <width>20</width>
16123  <height>13</height>
16124  <uuid>{ec9301e1-eb13-4228-96d5-b8031ba607b0}</uuid>
16125  <visible>true</visible>
16126  <midichan>0</midichan>
16127  <midicc>-3</midicc>
16128  <objectName2>vert273</objectName2>
16129  <xMin>0.00000000</xMin>
16130  <xMax>1.00000000</xMax>
16131  <yMin>0.00000000</yMin>
16132  <yMax>1.00000000</yMax>
16133  <xValue>0.00000000</xValue>
16134  <yValue>0.00000000</yValue>
16135  <type>fill</type>
16136  <pointsize>1</pointsize>
16137  <fadeSpeed>0.00000000</fadeSpeed>
16138  <mouseControl act="press">jump</mouseControl>
16139  <color>
16140   <r>0</r>
16141   <g>255</g>
16142   <b>255</b>
16143  </color>
16144  <randomizable group="0" mode="both">false</randomizable>
16145  <bgcolor>
16146   <r>0</r>
16147   <g>0</g>
16148   <b>0</b>
16149  </bgcolor>
16150 </bsbObject>
16151 <bsbObject type="BSBController" version="2">
16152  <objectName>L46</objectName>
16153  <x>1006</x>
16154  <y>793</y>
16155  <width>20</width>
16156  <height>13</height>
16157  <uuid>{f2e6d2fc-0aa9-417f-b609-16b4d3d62f35}</uuid>
16158  <visible>true</visible>
16159  <midichan>0</midichan>
16160  <midicc>-3</midicc>
16161  <objectName2>vert273</objectName2>
16162  <xMin>0.00000000</xMin>
16163  <xMax>1.00000000</xMax>
16164  <yMin>0.00000000</yMin>
16165  <yMax>1.00000000</yMax>
16166  <xValue>0.00000000</xValue>
16167  <yValue>0.00000000</yValue>
16168  <type>fill</type>
16169  <pointsize>1</pointsize>
16170  <fadeSpeed>0.00000000</fadeSpeed>
16171  <mouseControl act="press">jump</mouseControl>
16172  <color>
16173   <r>0</r>
16174   <g>255</g>
16175   <b>255</b>
16176  </color>
16177  <randomizable group="0" mode="both">false</randomizable>
16178  <bgcolor>
16179   <r>0</r>
16180   <g>0</g>
16181   <b>0</b>
16182  </bgcolor>
16183 </bsbObject>
16184 <bsbObject type="BSBController" version="2">
16185  <objectName>L47</objectName>
16186  <x>1033</x>
16187  <y>793</y>
16188  <width>20</width>
16189  <height>13</height>
16190  <uuid>{cfdce1b7-123d-4f10-848a-a1a46de0de24}</uuid>
16191  <visible>true</visible>
16192  <midichan>0</midichan>
16193  <midicc>-3</midicc>
16194  <objectName2>vert273</objectName2>
16195  <xMin>0.00000000</xMin>
16196  <xMax>1.00000000</xMax>
16197  <yMin>0.00000000</yMin>
16198  <yMax>1.00000000</yMax>
16199  <xValue>0.00000000</xValue>
16200  <yValue>0.00000000</yValue>
16201  <type>fill</type>
16202  <pointsize>1</pointsize>
16203  <fadeSpeed>0.00000000</fadeSpeed>
16204  <mouseControl act="press">jump</mouseControl>
16205  <color>
16206   <r>0</r>
16207   <g>255</g>
16208   <b>255</b>
16209  </color>
16210  <randomizable group="0" mode="both">false</randomizable>
16211  <bgcolor>
16212   <r>0</r>
16213   <g>0</g>
16214   <b>0</b>
16215  </bgcolor>
16216 </bsbObject>
16217 <bsbObject type="BSBController" version="2">
16218  <objectName>L48</objectName>
16219  <x>1059</x>
16220  <y>793</y>
16221  <width>20</width>
16222  <height>13</height>
16223  <uuid>{9a01b1a1-c533-4c8c-bba8-d5258d398fe3}</uuid>
16224  <visible>true</visible>
16225  <midichan>0</midichan>
16226  <midicc>-3</midicc>
16227  <objectName2>vert273</objectName2>
16228  <xMin>0.00000000</xMin>
16229  <xMax>1.00000000</xMax>
16230  <yMin>0.00000000</yMin>
16231  <yMax>1.00000000</yMax>
16232  <xValue>0.00000000</xValue>
16233  <yValue>0.00000000</yValue>
16234  <type>fill</type>
16235  <pointsize>1</pointsize>
16236  <fadeSpeed>0.00000000</fadeSpeed>
16237  <mouseControl act="press">jump</mouseControl>
16238  <color>
16239   <r>0</r>
16240   <g>255</g>
16241   <b>255</b>
16242  </color>
16243  <randomizable group="0" mode="both">false</randomizable>
16244  <bgcolor>
16245   <r>0</r>
16246   <g>0</g>
16247   <b>0</b>
16248  </bgcolor>
16249 </bsbObject>
16250 <bsbObject type="BSBLabel" version="2">
16251  <objectName/>
16252  <x>1089</x>
16253  <y>271</y>
16254  <width>75</width>
16255  <height>26</height>
16256  <uuid>{69999325-a32b-4e0d-843d-5d75936fd86d}</uuid>
16257  <visible>true</visible>
16258  <midichan>0</midichan>
16259  <midicc>0</midicc>
16260  <label>Sequencer</label>
16261  <alignment>left</alignment>
16262  <font>Helvetica</font>
16263  <fontsize>10</fontsize>
16264  <precision>3</precision>
16265  <color>
16266   <r>255</r>
16267   <g>255</g>
16268   <b>0</b>
16269  </color>
16270  <bgcolor mode="nobackground">
16271   <r>255</r>
16272   <g>255</g>
16273   <b>255</b>
16274  </bgcolor>
16275  <bordermode>noborder</bordermode>
16276  <borderradius>1</borderradius>
16277  <borderwidth>1</borderwidth>
16278 </bsbObject>
16279 <bsbObject type="BSBCheckBox" version="2">
16280  <objectName>BYSTTIME</objectName>
16281  <x>1233</x>
16282  <y>600</y>
16283  <width>20</width>
16284  <height>20</height>
16285  <uuid>{82556f93-b6c9-4d45-b2d3-afa19cd7bb93}</uuid>
16286  <visible>true</visible>
16287  <midichan>0</midichan>
16288  <midicc>0</midicc>
16289  <selected>true</selected>
16290  <label/>
16291  <pressedValue>1</pressedValue>
16292  <randomizable group="0">false</randomizable>
16293 </bsbObject>
16294 <bsbObject type="BSBLabel" version="2">
16295  <objectName/>
16296  <x>771</x>
16297  <y>271</y>
16298  <width>42</width>
16299  <height>24</height>
16300  <uuid>{03c572d9-293e-45b7-b535-40953fede582}</uuid>
16301  <visible>true</visible>
16302  <midichan>0</midichan>
16303  <midicc>0</midicc>
16304  <label>MIDI</label>
16305  <alignment>left</alignment>
16306  <font>Helvetica</font>
16307  <fontsize>10</fontsize>
16308  <precision>3</precision>
16309  <color>
16310   <r>255</r>
16311   <g>255</g>
16312   <b>102</b>
16313  </color>
16314  <bgcolor mode="nobackground">
16315   <r>255</r>
16316   <g>255</g>
16317   <b>255</b>
16318  </bgcolor>
16319  <bordermode>noborder</bordermode>
16320  <borderradius>1</borderradius>
16321  <borderwidth>1</borderwidth>
16322 </bsbObject>
16323 <bsbObject type="BSBButton" version="2">
16324  <objectName>_Play</objectName>
16325  <x>1294</x>
16326  <y>47</y>
16327  <width>117</width>
16328  <height>29</height>
16329  <uuid>{d39dfd02-e85b-43f7-b4d1-eebe7c46cbda}</uuid>
16330  <visible>true</visible>
16331  <midichan>0</midichan>
16332  <midicc>0</midicc>
16333  <type>value</type>
16334  <pressedValue>1.00000000</pressedValue>
16335  <stringvalue/>
16336  <text>RUN/PAUSE</text>
16337  <image>/</image>
16338  <eventLine>i1 0 10</eventLine>
16339  <latch>false</latch>
16340  <latched>true</latched>
16341 </bsbObject>
16342 <bsbObject type="BSBDisplay" version="2">
16343  <objectName>ROOM</objectName>
16344  <x>392</x>
16345  <y>562</y>
16346  <width>40</width>
16347  <height>20</height>
16348  <uuid>{bc33df27-673c-453c-9376-8b9c2655b9ad}</uuid>
16349  <visible>true</visible>
16350  <midichan>0</midichan>
16351  <midicc>0</midicc>
16352  <label>0.950</label>
16353  <alignment>center</alignment>
16354  <font>Lucida Grande</font>
16355  <fontsize>10</fontsize>
16356  <precision>3</precision>
16357  <color>
16358   <r>0</r>
16359   <g>255</g>
16360   <b>0</b>
16361  </color>
16362  <bgcolor mode="background">
16363   <r>0</r>
16364   <g>64</g>
16365   <b>128</b>
16366  </bgcolor>
16367  <bordermode>noborder</bordermode>
16368  <borderradius>3</borderradius>
16369  <borderwidth>1</borderwidth>
16370 </bsbObject>
16371 <bsbObject type="BSBDisplay" version="2">
16372  <objectName>HF</objectName>
16373  <x>434</x>
16374  <y>562</y>
16375  <width>40</width>
16376  <height>20</height>
16377  <uuid>{ef115b20-1e9d-40a6-9618-28870d28e9ef}</uuid>
16378  <visible>true</visible>
16379  <midichan>0</midichan>
16380  <midicc>0</midicc>
16381  <label>0.700</label>
16382  <alignment>center</alignment>
16383  <font>Lucida Grande</font>
16384  <fontsize>10</fontsize>
16385  <precision>3</precision>
16386  <color>
16387   <r>0</r>
16388   <g>255</g>
16389   <b>0</b>
16390  </color>
16391  <bgcolor mode="background">
16392   <r>0</r>
16393   <g>64</g>
16394   <b>128</b>
16395  </bgcolor>
16396  <bordermode>noborder</bordermode>
16397  <borderradius>3</borderradius>
16398  <borderwidth>1</borderwidth>
16399 </bsbObject>
16400 <bsbObject type="BSBDisplay" version="2">
16401  <objectName>REVLEV</objectName>
16402  <x>476</x>
16403  <y>562</y>
16404  <width>40</width>
16405  <height>20</height>
16406  <uuid>{de72f0b2-2f96-483a-a369-afe9ad185839}</uuid>
16407  <visible>true</visible>
16408  <midichan>0</midichan>
16409  <midicc>0</midicc>
16410  <label>1.000</label>
16411  <alignment>center</alignment>
16412  <font>Lucida Grande</font>
16413  <fontsize>10</fontsize>
16414  <precision>3</precision>
16415  <color>
16416   <r>0</r>
16417   <g>255</g>
16418   <b>0</b>
16419  </color>
16420  <bgcolor mode="background">
16421   <r>0</r>
16422   <g>64</g>
16423   <b>128</b>
16424  </bgcolor>
16425  <bordermode>noborder</bordermode>
16426  <borderradius>3</borderradius>
16427  <borderwidth>1</borderwidth>
16428 </bsbObject>
16429 <bsbObject type="BSBCheckBox" version="2">
16430  <objectName>RAN1MUTE</objectName>
16431  <x>125</x>
16432  <y>356</y>
16433  <width>20</width>
16434  <height>20</height>
16435  <uuid>{1bd94d56-d289-4b9d-8781-4f8f505df555}</uuid>
16436  <visible>true</visible>
16437  <midichan>0</midichan>
16438  <midicc>-3</midicc>
16439  <selected>false</selected>
16440  <label/>
16441  <pressedValue>1</pressedValue>
16442  <randomizable group="0">false</randomizable>
16443 </bsbObject>
16444 <bsbObject type="BSBCheckBox" version="2">
16445  <objectName>RAN2MUTE</objectName>
16446  <x>358</x>
16447  <y>352</y>
16448  <width>20</width>
16449  <height>20</height>
16450  <uuid>{ea28963a-ade4-4bbc-9393-da77c00fa57c}</uuid>
16451  <visible>true</visible>
16452  <midichan>0</midichan>
16453  <midicc>-3</midicc>
16454  <selected>false</selected>
16455  <label/>
16456  <pressedValue>1</pressedValue>
16457  <randomizable group="0">false</randomizable>
16458 </bsbObject>
16459 <bsbObject type="BSBLabel" version="2">
16460  <objectName/>
16461  <x>116</x>
16462  <y>371</y>
16463  <width>37</width>
16464  <height>20</height>
16465  <uuid>{e7805161-5186-443d-91e9-655d1e50b1e4}</uuid>
16466  <visible>true</visible>
16467  <midichan>0</midichan>
16468  <midicc>0</midicc>
16469  <label>MUTE</label>
16470  <alignment>center</alignment>
16471  <font>Lucida Grande</font>
16472  <fontsize>8</fontsize>
16473  <precision>3</precision>
16474  <color>
16475   <r>255</r>
16476   <g>255</g>
16477   <b>255</b>
16478  </color>
16479  <bgcolor mode="nobackground">
16480   <r>255</r>
16481   <g>255</g>
16482   <b>255</b>
16483  </bgcolor>
16484  <bordermode>noborder</bordermode>
16485  <borderradius>1</borderradius>
16486  <borderwidth>1</borderwidth>
16487 </bsbObject>
16488 <bsbObject type="BSBLabel" version="2">
16489  <objectName/>
16490  <x>1206</x>
16491  <y>616</y>
16492  <width>104</width>
16493  <height>25</height>
16494  <uuid>{8a9283b5-db3e-4165-8360-6c93b8e9bf3c}</uuid>
16495  <visible>true</visible>
16496  <midichan>0</midichan>
16497  <midicc>0</midicc>
16498  <label>Ignore Saved Time</label>
16499  <alignment>center</alignment>
16500  <font>Lucida Grande</font>
16501  <fontsize>9</fontsize>
16502  <precision>3</precision>
16503  <color>
16504   <r>255</r>
16505   <g>255</g>
16506   <b>255</b>
16507  </color>
16508  <bgcolor mode="nobackground">
16509   <r>255</r>
16510   <g>255</g>
16511   <b>255</b>
16512  </bgcolor>
16513  <bordermode>noborder</bordermode>
16514  <borderradius>1</borderradius>
16515  <borderwidth>1</borderwidth>
16516 </bsbObject>
16517 <bsbObject type="BSBLabel" version="2">
16518  <objectName/>
16519  <x>1120</x>
16520  <y>211</y>
16521  <width>46</width>
16522  <height>23</height>
16523  <uuid>{4a166606-a527-4b2d-8f6f-0840ae017790}</uuid>
16524  <visible>true</visible>
16525  <midichan>0</midichan>
16526  <midicc>0</midicc>
16527  <label>  L   R</label>
16528  <alignment>left</alignment>
16529  <font>Lucida Grande</font>
16530  <fontsize>9</fontsize>
16531  <precision>3</precision>
16532  <color>
16533   <r>255</r>
16534   <g>255</g>
16535   <b>255</b>
16536  </color>
16537  <bgcolor mode="nobackground">
16538   <r>255</r>
16539   <g>255</g>
16540   <b>255</b>
16541  </bgcolor>
16542  <bordermode>noborder</bordermode>
16543  <borderradius>1</borderradius>
16544  <borderwidth>1</borderwidth>
16545 </bsbObject>
16546 <bsbObject type="BSBLabel" version="2">
16547  <objectName/>
16548  <x>392</x>
16549  <y>272</y>
16550  <width>182</width>
16551  <height>24</height>
16552  <uuid>{c5790e5b-aeb0-40bd-adf5-add4f733f604}</uuid>
16553  <visible>true</visible>
16554  <midichan>0</midichan>
16555  <midicc>0</midicc>
16556  <label>Fibonacci Spectra Compiler</label>
16557  <alignment>left</alignment>
16558  <font>Helvetica</font>
16559  <fontsize>10</fontsize>
16560  <precision>3</precision>
16561  <color>
16562   <r>255</r>
16563   <g>255</g>
16564   <b>102</b>
16565  </color>
16566  <bgcolor mode="nobackground">
16567   <r>255</r>
16568   <g>255</g>
16569   <b>255</b>
16570  </bgcolor>
16571  <bordermode>noborder</bordermode>
16572  <borderradius>1</borderradius>
16573  <borderwidth>1</borderwidth>
16574 </bsbObject>
16575 <bsbObject type="BSBDisplay" version="2">
16576  <objectName>strout</objectName>
16577  <x>769</x>
16578  <y>831</y>
16579  <width>312</width>
16580  <height>23</height>
16581  <uuid>{482e16ef-e8a7-4624-b7bd-bcf6d8896c0d}</uuid>
16582  <visible>true</visible>
16583  <midichan>0</midichan>
16584  <midicc>0</midicc>
16585  <label>/Users/eug/Documents/CSD/Stria/Chop_test.txt-> Loaded !</label>
16586  <alignment>left</alignment>
16587  <font>Lucida Grande</font>
16588  <fontsize>10</fontsize>
16589  <precision>3</precision>
16590  <color>
16591   <r>128</r>
16592   <g>0</g>
16593   <b>0</b>
16594  </color>
16595  <bgcolor mode="background">
16596   <r>179</r>
16597   <g>179</g>
16598   <b>179</b>
16599  </bgcolor>
16600  <bordermode>noborder</bordermode>
16601  <borderradius>1</borderradius>
16602  <borderwidth>1</borderwidth>
16603 </bsbObject>
16604 <bsbObject type="BSBButton" version="2">
16605  <objectName>_Browse1</objectName>
16606  <x>1219</x>
16607  <y>796</y>
16608  <width>83</width>
16609  <height>30</height>
16610  <uuid>{3b5447a2-6344-40f1-a2f1-b8fe284ede89}</uuid>
16611  <visible>true</visible>
16612  <midichan>0</midichan>
16613  <midicc>0</midicc>
16614  <type>value</type>
16615  <pressedValue>1.00000000</pressedValue>
16616  <stringvalue>/Users/eug/Documents/CSD/Stria/Chop_test.txt</stringvalue>
16617  <text>Browse</text>
16618  <image>/</image>
16619  <eventLine/>
16620  <latch>false</latch>
16621  <latched>false</latched>
16622 </bsbObject>
16623 <bsbObject type="BSBButton" version="2">
16624  <objectName>clear_snap</objectName>
16625  <x>1217</x>
16626  <y>742</y>
16627  <width>83</width>
16628  <height>31</height>
16629  <uuid>{a7ee1700-dd2a-4a2f-9eeb-e74fd7cfb5da}</uuid>
16630  <visible>true</visible>
16631  <midichan>0</midichan>
16632  <midicc>0</midicc>
16633  <type>event</type>
16634  <pressedValue>1.00000000</pressedValue>
16635  <stringvalue/>
16636  <text>Clear All</text>
16637  <image>/</image>
16638  <eventLine>i72 0 3600</eventLine>
16639  <latch>false</latch>
16640  <latched>false</latched>
16641 </bsbObject>
16642 <bsbObject type="BSBCheckBox" version="2">
16643  <objectName>MIDIsave</objectName>
16644  <x>1051</x>
16645  <y>321</y>
16646  <width>26</width>
16647  <height>20</height>
16648  <uuid>{2b253c87-3071-4456-a422-748b513e9a47}</uuid>
16649  <visible>true</visible>
16650  <midichan>0</midichan>
16651  <midicc>0</midicc>
16652  <selected>false</selected>
16653  <label/>
16654  <pressedValue>1</pressedValue>
16655  <randomizable group="0">false</randomizable>
16656 </bsbObject>
16657 <bsbObject type="BSBLabel" version="2">
16658  <objectName/>
16659  <x>926</x>
16660  <y>321</y>
16661  <width>125</width>
16662  <height>24</height>
16663  <uuid>{ba200599-b433-433e-9428-2f48c76e4b1c}</uuid>
16664  <visible>true</visible>
16665  <midichan>0</midichan>
16666  <midicc>0</midicc>
16667  <label>Associate to BANK---></label>
16668  <alignment>left</alignment>
16669  <font>Lucida Grande</font>
16670  <fontsize>10</fontsize>
16671  <precision>3</precision>
16672  <color>
16673   <r>255</r>
16674   <g>255</g>
16675   <b>255</b>
16676  </color>
16677  <bgcolor mode="nobackground">
16678   <r>255</r>
16679   <g>255</g>
16680   <b>255</b>
16681  </bgcolor>
16682  <bordermode>noborder</bordermode>
16683  <borderradius>1</borderradius>
16684  <borderwidth>1</borderwidth>
16685 </bsbObject>
16686 <bsbObject type="BSBScrollNumber" version="2">
16687  <objectName>TIME</objectName>
16688  <x>1143</x>
16689  <y>601</y>
16690  <width>59</width>
16691  <height>22</height>
16692  <uuid>{a5645fc0-431c-479d-9ba5-3e9434531067}</uuid>
16693  <visible>true</visible>
16694  <midichan>0</midichan>
16695  <midicc>0</midicc>
16696  <alignment>center</alignment>
16697  <font>Lucida Grande</font>
16698  <fontsize>10</fontsize>
16699  <color>
16700   <r>0</r>
16701   <g>255</g>
16702   <b>0</b>
16703  </color>
16704  <bgcolor mode="background">
16705   <r>0</r>
16706   <g>64</g>
16707   <b>128</b>
16708  </bgcolor>
16709  <value>6.85714286</value>
16710  <resolution>0.01000000</resolution>
16711  <minimum>-999999999999.00000000</minimum>
16712  <maximum>999999999999.00000000</maximum>
16713  <bordermode>noborder</bordermode>
16714  <borderradius>3</borderradius>
16715  <borderwidth>1</borderwidth>
16716  <randomizable group="0">false</randomizable>
16717  <mouseControl act=""/>
16718 </bsbObject>
16719 <bsbObject type="BSBLabel" version="2">
16720  <objectName/>
16721  <x>770</x>
16722  <y>649</y>
16723  <width>93</width>
16724  <height>25</height>
16725  <uuid>{e1171953-438f-46a4-a014-db1ac0c49a80}</uuid>
16726  <visible>true</visible>
16727  <midichan>0</midichan>
16728  <midicc>0</midicc>
16729  <label>SNAP Status</label>
16730  <alignment>left</alignment>
16731  <font>Helvetica</font>
16732  <fontsize>10</fontsize>
16733  <precision>3</precision>
16734  <color>
16735   <r>255</r>
16736   <g>255</g>
16737   <b>102</b>
16738  </color>
16739  <bgcolor mode="nobackground">
16740   <r>255</r>
16741   <g>255</g>
16742   <b>255</b>
16743  </bgcolor>
16744  <bordermode>noborder</bordermode>
16745  <borderradius>6</borderradius>
16746  <borderwidth>1</borderwidth>
16747 </bsbObject>
16748 <bsbObject type="BSBLabel" version="2">
16749  <objectName/>
16750  <x>1093</x>
16751  <y>46</y>
16752  <width>41</width>
16753  <height>21</height>
16754  <uuid>{6ff74b45-b76a-46d0-bbd6-30e5a107a38a}</uuid>
16755  <visible>true</visible>
16756  <midichan>0</midichan>
16757  <midicc>0</midicc>
16758  <label>Main
16759</label>
16760  <alignment>left</alignment>
16761  <font>Helvetica</font>
16762  <fontsize>11</fontsize>
16763  <precision>3</precision>
16764  <color>
16765   <r>255</r>
16766   <g>255</g>
16767   <b>0</b>
16768  </color>
16769  <bgcolor mode="nobackground">
16770   <r>255</r>
16771   <g>255</g>
16772   <b>255</b>
16773  </bgcolor>
16774  <bordermode>noborder</bordermode>
16775  <borderradius>1</borderradius>
16776  <borderwidth>1</borderwidth>
16777 </bsbObject>
16778 <bsbObject type="BSBButton" version="2">
16779  <objectName>button1</objectName>
16780  <x>1218</x>
16781  <y>237</y>
16782  <width>128</width>
16783  <height>32</height>
16784  <uuid>{17bd9b33-a756-476d-8201-3d835ecc43b9}</uuid>
16785  <visible>true</visible>
16786  <midichan>0</midichan>
16787  <midicc>0</midicc>
16788  <type>event</type>
16789  <pressedValue>1.00000000</pressedValue>
16790  <stringvalue/>
16791  <text>TIMER Start/Stop</text>
16792  <image>/</image>
16793  <eventLine>i950 0 -1 </eventLine>
16794  <latch>true</latch>
16795  <latched>true</latched>
16796 </bsbObject>
16797 <bsbObject type="BSBDisplay" version="2">
16798  <objectName>mins</objectName>
16799  <x>1214</x>
16800  <y>214</y>
16801  <width>61</width>
16802  <height>24</height>
16803  <uuid>{3f51a6f2-6d42-4eaf-9059-549c57186a3e}</uuid>
16804  <visible>true</visible>
16805  <midichan>0</midichan>
16806  <midicc>0</midicc>
16807  <label>0.000</label>
16808  <alignment>center</alignment>
16809  <font>Eurostile</font>
16810  <fontsize>14</fontsize>
16811  <precision>3</precision>
16812  <color>
16813   <r>0</r>
16814   <g>255</g>
16815   <b>255</b>
16816  </color>
16817  <bgcolor mode="nobackground">
16818   <r>251</r>
16819   <g>255</g>
16820   <b>170</b>
16821  </bgcolor>
16822  <bordermode>noborder</bordermode>
16823  <borderradius>1</borderradius>
16824  <borderwidth>1</borderwidth>
16825 </bsbObject>
16826 <bsbObject type="BSBLabel" version="2">
16827  <objectName/>
16828  <x>1273</x>
16829  <y>210</y>
16830  <width>21</width>
16831  <height>29</height>
16832  <uuid>{7f584f4c-c1a2-4f7d-944a-5db15b2c51d2}</uuid>
16833  <visible>true</visible>
16834  <midichan>0</midichan>
16835  <midicc>0</midicc>
16836  <label>:</label>
16837  <alignment>left</alignment>
16838  <font>Lucida Grande</font>
16839  <fontsize>18</fontsize>
16840  <precision>3</precision>
16841  <color>
16842   <r>102</r>
16843   <g>255</g>
16844   <b>255</b>
16845  </color>
16846  <bgcolor mode="nobackground">
16847   <r>255</r>
16848   <g>255</g>
16849   <b>255</b>
16850  </bgcolor>
16851  <bordermode>noborder</bordermode>
16852  <borderradius>1</borderradius>
16853  <borderwidth>1</borderwidth>
16854 </bsbObject>
16855 <bsbObject type="BSBCheckBox" version="2">
16856  <objectName>grid_morph</objectName>
16857  <x>1115</x>
16858  <y>631</y>
16859  <width>19</width>
16860  <height>22</height>
16861  <uuid>{f1d7b603-14d7-4043-b246-ddbd025184c6}</uuid>
16862  <visible>true</visible>
16863  <midichan>0</midichan>
16864  <midicc>-3</midicc>
16865  <selected>true</selected>
16866  <label/>
16867  <pressedValue>1</pressedValue>
16868  <randomizable group="0">false</randomizable>
16869 </bsbObject>
16870 <bsbObject type="BSBLabel" version="2">
16871  <objectName/>
16872  <x>1092</x>
16873  <y>648</y>
16874  <width>61</width>
16875  <height>22</height>
16876  <uuid>{a9645513-08da-4284-90c4-41dca386caf0}</uuid>
16877  <visible>true</visible>
16878  <midichan>0</midichan>
16879  <midicc>0</midicc>
16880  <label>Slide Grid</label>
16881  <alignment>center</alignment>
16882  <font>Lucida Grande</font>
16883  <fontsize>9</fontsize>
16884  <precision>3</precision>
16885  <color>
16886   <r>255</r>
16887   <g>255</g>
16888   <b>255</b>
16889  </color>
16890  <bgcolor mode="nobackground">
16891   <r>255</r>
16892   <g>255</g>
16893   <b>255</b>
16894  </bgcolor>
16895  <bordermode>noborder</bordermode>
16896  <borderradius>1</borderradius>
16897  <borderwidth>1</borderwidth>
16898 </bsbObject>
16899 <bsbObject type="BSBLabel" version="2">
16900  <objectName/>
16901  <x>79</x>
16902  <y>250</y>
16903  <width>59</width>
16904  <height>24</height>
16905  <uuid>{383e8e5d-b231-40cc-a19b-f4f2c0335e00}</uuid>
16906  <visible>true</visible>
16907  <midichan>0</midichan>
16908  <midicc>-3</midicc>
16909  <label>Voices On</label>
16910  <alignment>left</alignment>
16911  <font>Lucida Grande</font>
16912  <fontsize>12</fontsize>
16913  <precision>3</precision>
16914  <color>
16915   <r>0</r>
16916   <g>255</g>
16917   <b>255</b>
16918  </color>
16919  <bgcolor mode="nobackground">
16920   <r>255</r>
16921   <g>255</g>
16922   <b>255</b>
16923  </bgcolor>
16924  <bordermode>noborder</bordermode>
16925  <borderradius>1</borderradius>
16926  <borderwidth>1</borderwidth>
16927 </bsbObject>
16928 <bsbObject type="BSBDisplay" version="2">
16929  <objectName>secs</objectName>
16930  <x>1286</x>
16931  <y>214</y>
16932  <width>73</width>
16933  <height>24</height>
16934  <uuid>{3e72313b-1cdd-4499-919d-7c7cd40b4978}</uuid>
16935  <visible>true</visible>
16936  <midichan>0</midichan>
16937  <midicc>0</midicc>
16938  <label>0.000</label>
16939  <alignment>center</alignment>
16940  <font>Eurostile</font>
16941  <fontsize>14</fontsize>
16942  <precision>3</precision>
16943  <color>
16944   <r>102</r>
16945   <g>255</g>
16946   <b>255</b>
16947  </color>
16948  <bgcolor mode="nobackground">
16949   <r>251</r>
16950   <g>255</g>
16951   <b>170</b>
16952  </bgcolor>
16953  <bordermode>noborder</bordermode>
16954  <borderradius>1</borderradius>
16955  <borderwidth>1</borderwidth>
16956 </bsbObject>
16957 <bsbObject type="BSBLabel" version="2">
16958  <objectName/>
16959  <x>88</x>
16960  <y>696</y>
16961  <width>34</width>
16962  <height>20</height>
16963  <uuid>{d89237fc-9c3f-43f9-88aa-77aeece84742}</uuid>
16964  <visible>true</visible>
16965  <midichan>0</midichan>
16966  <midicc>0</midicc>
16967  <label>Grid</label>
16968  <alignment>left</alignment>
16969  <font>Lucida Grande</font>
16970  <fontsize>9</fontsize>
16971  <precision>3</precision>
16972  <color>
16973   <r>255</r>
16974   <g>255</g>
16975   <b>102</b>
16976  </color>
16977  <bgcolor mode="nobackground">
16978   <r>255</r>
16979   <g>255</g>
16980   <b>255</b>
16981  </bgcolor>
16982  <bordermode>noborder</bordermode>
16983  <borderradius>1</borderradius>
16984  <borderwidth>1</borderwidth>
16985 </bsbObject>
16986 <bsbObject type="BSBDisplay" version="2">
16987  <objectName>grid_XFREQ</objectName>
16988  <x>122</x>
16989  <y>683</y>
16990  <width>54</width>
16991  <height>24</height>
16992  <uuid>{7d982227-0f5d-4935-a487-68387a50a41a}</uuid>
16993  <visible>true</visible>
16994  <midichan>0</midichan>
16995  <midicc>0</midicc>
16996  <label>256.995</label>
16997  <alignment>left</alignment>
16998  <font>Lucida Grande</font>
16999  <fontsize>8</fontsize>
17000  <precision>3</precision>
17001  <color>
17002   <r>0</r>
17003   <g>255</g>
17004   <b>0</b>
17005  </color>
17006  <bgcolor mode="nobackground">
17007   <r>64</r>
17008   <g>0</g>
17009   <b>128</b>
17010  </bgcolor>
17011  <bordermode>noborder</bordermode>
17012  <borderradius>1</borderradius>
17013  <borderwidth>1</borderwidth>
17014 </bsbObject>
17015 <bsbObject type="BSBLabel" version="2">
17016  <objectName/>
17017  <x>125</x>
17018  <y>696</y>
17019  <width>34</width>
17020  <height>20</height>
17021  <uuid>{724b349f-e5bd-4859-af02-bdf12a3514c1}</uuid>
17022  <visible>true</visible>
17023  <midichan>0</midichan>
17024  <midicc>0</midicc>
17025  <label>Hz</label>
17026  <alignment>center</alignment>
17027  <font>Lucida Grande</font>
17028  <fontsize>9</fontsize>
17029  <precision>3</precision>
17030  <color>
17031   <r>255</r>
17032   <g>255</g>
17033   <b>0</b>
17034  </color>
17035  <bgcolor mode="nobackground">
17036   <r>255</r>
17037   <g>255</g>
17038   <b>255</b>
17039  </bgcolor>
17040  <bordermode>noborder</bordermode>
17041  <borderradius>1</borderradius>
17042  <borderwidth>1</borderwidth>
17043 </bsbObject>
17044 <bsbObject type="BSBLabel" version="2">
17045  <objectName/>
17046  <x>32</x>
17047  <y>785</y>
17048  <width>30</width>
17049  <height>22</height>
17050  <uuid>{d34a3143-a017-406b-9e5b-8422b71bc0fc}</uuid>
17051  <visible>true</visible>
17052  <midichan>0</midichan>
17053  <midicc>0</midicc>
17054  <label>Sine</label>
17055  <alignment>center</alignment>
17056  <font>Lucida Grande</font>
17057  <fontsize>9</fontsize>
17058  <precision>3</precision>
17059  <color>
17060   <r>255</r>
17061   <g>255</g>
17062   <b>255</b>
17063  </color>
17064  <bgcolor mode="nobackground">
17065   <r>255</r>
17066   <g>255</g>
17067   <b>255</b>
17068  </bgcolor>
17069  <bordermode>noborder</bordermode>
17070  <borderradius>1</borderradius>
17071  <borderwidth>1</borderwidth>
17072 </bsbObject>
17073 <bsbObject type="BSBLabel" version="2">
17074  <objectName/>
17075  <x>260</x>
17076  <y>788</y>
17077  <width>30</width>
17078  <height>22</height>
17079  <uuid>{0ad21dd0-3af5-4db8-a4a6-0dcda03af8a0}</uuid>
17080  <visible>true</visible>
17081  <midichan>0</midichan>
17082  <midicc>0</midicc>
17083  <label>Sine</label>
17084  <alignment>center</alignment>
17085  <font>Lucida Grande</font>
17086  <fontsize>9</fontsize>
17087  <precision>3</precision>
17088  <color>
17089   <r>255</r>
17090   <g>255</g>
17091   <b>255</b>
17092  </color>
17093  <bgcolor mode="nobackground">
17094   <r>255</r>
17095   <g>255</g>
17096   <b>255</b>
17097  </bgcolor>
17098  <bordermode>noborder</bordermode>
17099  <borderradius>1</borderradius>
17100  <borderwidth>1</borderwidth>
17101 </bsbObject>
17102 <bsbObject type="BSBDisplay" version="2">
17103  <objectName>warn</objectName>
17104  <x>854</x>
17105  <y>647</y>
17106  <width>219</width>
17107  <height>24</height>
17108  <uuid>{b1ee6d29-f55d-46c8-8727-e5d8cf90dbb7}</uuid>
17109  <visible>true</visible>
17110  <midichan>0</midichan>
17111  <midicc>0</midicc>
17112  <label/>
17113  <alignment>center</alignment>
17114  <font>Arial</font>
17115  <fontsize>12</fontsize>
17116  <precision>3</precision>
17117  <color>
17118   <r>255</r>
17119   <g>0</g>
17120   <b>0</b>
17121  </color>
17122  <bgcolor mode="background">
17123   <r>204</r>
17124   <g>204</g>
17125   <b>204</b>
17126  </bgcolor>
17127  <bordermode>noborder</bordermode>
17128  <borderradius>5</borderradius>
17129  <borderwidth>1</borderwidth>
17130 </bsbObject>
17131 <bsbObject type="BSBLabel" version="2">
17132  <objectName/>
17133  <x>195</x>
17134  <y>38</y>
17135  <width>95</width>
17136  <height>20</height>
17137  <uuid>{d1dbefed-5b8d-4ee4-a941-8b81fa1d5bea}</uuid>
17138  <visible>true</visible>
17139  <midichan>0</midichan>
17140  <midicc>0</midicc>
17141  <label>FREQ. SPREAD</label>
17142  <alignment>left</alignment>
17143  <font>Lucida Grande</font>
17144  <fontsize>9</fontsize>
17145  <precision>3</precision>
17146  <color>
17147   <r>255</r>
17148   <g>255</g>
17149   <b>255</b>
17150  </color>
17151  <bgcolor mode="nobackground">
17152   <r>255</r>
17153   <g>255</g>
17154   <b>255</b>
17155  </bgcolor>
17156  <bordermode>noborder</bordermode>
17157  <borderradius>1</borderradius>
17158  <borderwidth>1</borderwidth>
17159 </bsbObject>
17160 <bsbObject type="BSBLabel" version="2">
17161  <objectName/>
17162  <x>189</x>
17163  <y>79</y>
17164  <width>82</width>
17165  <height>21</height>
17166  <uuid>{e83aa138-c1dd-4b9d-a2ea-70b7810f4b4f}</uuid>
17167  <visible>true</visible>
17168  <midichan>0</midichan>
17169  <midicc>0</midicc>
17170  <label>DURATION</label>
17171  <alignment>center</alignment>
17172  <font>Lucida Grande</font>
17173  <fontsize>9</fontsize>
17174  <precision>3</precision>
17175  <color>
17176   <r>255</r>
17177   <g>255</g>
17178   <b>255</b>
17179  </color>
17180  <bgcolor mode="nobackground">
17181   <r>255</r>
17182   <g>255</g>
17183   <b>255</b>
17184  </bgcolor>
17185  <bordermode>noborder</bordermode>
17186  <borderradius>1</borderradius>
17187  <borderwidth>1</borderwidth>
17188 </bsbObject>
17189 <bsbObject type="BSBLabel" version="2">
17190  <objectName/>
17191  <x>185</x>
17192  <y>125</y>
17193  <width>84</width>
17194  <height>20</height>
17195  <uuid>{47b0d2e9-0bea-493a-8d11-93b5e33b3e3a}</uuid>
17196  <visible>true</visible>
17197  <midichan>0</midichan>
17198  <midicc>0</midicc>
17199  <label>RATE</label>
17200  <alignment>center</alignment>
17201  <font>Lucida Grande</font>
17202  <fontsize>9</fontsize>
17203  <precision>3</precision>
17204  <color>
17205   <r>255</r>
17206   <g>255</g>
17207   <b>255</b>
17208  </color>
17209  <bgcolor mode="nobackground">
17210   <r>255</r>
17211   <g>255</g>
17212   <b>255</b>
17213  </bgcolor>
17214  <bordermode>noborder</bordermode>
17215  <borderradius>1</borderradius>
17216  <borderwidth>1</borderwidth>
17217 </bsbObject>
17218 <bsbObject type="BSBDisplay" version="2">
17219  <objectName>band</objectName>
17220  <x>320</x>
17221  <y>49</y>
17222  <width>52</width>
17223  <height>22</height>
17224  <uuid>{79f389d4-b4fe-42e7-a60c-8416596e7375}</uuid>
17225  <visible>true</visible>
17226  <midichan>0</midichan>
17227  <midicc>0</midicc>
17228  <label>0.100</label>
17229  <alignment>center</alignment>
17230  <font>Lucida Grande</font>
17231  <fontsize>10</fontsize>
17232  <precision>3</precision>
17233  <color>
17234   <r>0</r>
17235   <g>255</g>
17236   <b>0</b>
17237  </color>
17238  <bgcolor mode="background">
17239   <r>0</r>
17240   <g>64</g>
17241   <b>128</b>
17242  </bgcolor>
17243  <bordermode>noborder</bordermode>
17244  <borderradius>3</borderradius>
17245  <borderwidth>1</borderwidth>
17246 </bsbObject>
17247 <bsbObject type="BSBDisplay" version="2">
17248  <objectName>dur</objectName>
17249  <x>320</x>
17250  <y>92</y>
17251  <width>52</width>
17252  <height>22</height>
17253  <uuid>{64e90c2c-03a2-4f4e-b465-3d9f2155c102}</uuid>
17254  <visible>true</visible>
17255  <midichan>0</midichan>
17256  <midicc>0</midicc>
17257  <label>0.470</label>
17258  <alignment>center</alignment>
17259  <font>Lucida Grande</font>
17260  <fontsize>10</fontsize>
17261  <precision>3</precision>
17262  <color>
17263   <r>0</r>
17264   <g>255</g>
17265   <b>0</b>
17266  </color>
17267  <bgcolor mode="background">
17268   <r>0</r>
17269   <g>64</g>
17270   <b>128</b>
17271  </bgcolor>
17272  <bordermode>noborder</bordermode>
17273  <borderradius>3</borderradius>
17274  <borderwidth>1</borderwidth>
17275 </bsbObject>
17276 <bsbObject type="BSBDisplay" version="2">
17277  <objectName>rate</objectName>
17278  <x>320</x>
17279  <y>138</y>
17280  <width>52</width>
17281  <height>22</height>
17282  <uuid>{c084c4a6-5c70-498f-9e63-323c097334c6}</uuid>
17283  <visible>true</visible>
17284  <midichan>0</midichan>
17285  <midicc>0</midicc>
17286  <label>0.200</label>
17287  <alignment>center</alignment>
17288  <font>Lucida Grande</font>
17289  <fontsize>10</fontsize>
17290  <precision>3</precision>
17291  <color>
17292   <r>0</r>
17293   <g>255</g>
17294   <b>0</b>
17295  </color>
17296  <bgcolor mode="background">
17297   <r>0</r>
17298   <g>64</g>
17299   <b>128</b>
17300  </bgcolor>
17301  <bordermode>noborder</bordermode>
17302  <borderradius>3</borderradius>
17303  <borderwidth>1</borderwidth>
17304 </bsbObject>
17305 <bsbObject type="BSBDropdown" version="2">
17306  <objectName>MIDIVAR_1</objectName>
17307  <x>922</x>
17308  <y>346</y>
17309  <width>120</width>
17310  <height>24</height>
17311  <uuid>{15e3eb0a-9593-4ff8-81d1-d8d7f17f554b}</uuid>
17312  <visible>true</visible>
17313  <midichan>0</midichan>
17314  <midicc>0</midicc>
17315  <bsbDropdownItemList>
17316   <bsbDropdownItem>
17317    <name>N/A</name>
17318    <value>0</value>
17319    <stringvalue/>
17320   </bsbDropdownItem>
17321   <bsbDropdownItem>
17322    <name> LEV_1</name>
17323    <value>1</value>
17324    <stringvalue/>
17325   </bsbDropdownItem>
17326   <bsbDropdownItem>
17327    <name> X1</name>
17328    <value>2</value>
17329    <stringvalue/>
17330   </bsbDropdownItem>
17331   <bsbDropdownItem>
17332    <name> Y1</name>
17333    <value>3</value>
17334    <stringvalue/>
17335   </bsbDropdownItem>
17336   <bsbDropdownItem>
17337    <name> F_1</name>
17338    <value>4</value>
17339    <stringvalue/>
17340   </bsbDropdownItem>
17341   <bsbDropdownItem>
17342    <name> IM_1</name>
17343    <value>5</value>
17344    <stringvalue/>
17345   </bsbDropdownItem>
17346   <bsbDropdownItem>
17347    <name> ATK_1</name>
17348    <value>6</value>
17349    <stringvalue/>
17350   </bsbDropdownItem>
17351   <bsbDropdownItem>
17352    <name> REL_1</name>
17353    <value>7</value>
17354    <stringvalue/>
17355   </bsbDropdownItem>
17356   <bsbDropdownItem>
17357    <name> RAN AMP_1</name>
17358    <value>8</value>
17359    <stringvalue/>
17360   </bsbDropdownItem>
17361   <bsbDropdownItem>
17362    <name> RAN RATE_1</name>
17363    <value>9</value>
17364    <stringvalue/>
17365   </bsbDropdownItem>
17366   <bsbDropdownItem>
17367    <name> VOI</name>
17368    <value>10</value>
17369    <stringvalue/>
17370   </bsbDropdownItem>
17371   <bsbDropdownItem>
17372    <name> STEP</name>
17373    <value>11</value>
17374    <stringvalue/>
17375   </bsbDropdownItem>
17376   <bsbDropdownItem>
17377    <name> REV_1</name>
17378    <value>12</value>
17379    <stringvalue/>
17380   </bsbDropdownItem>
17381   <bsbDropdownItem>
17382    <name> FOCUS/DIFF</name>
17383    <value>13</value>
17384    <stringvalue/>
17385   </bsbDropdownItem>
17386   <bsbDropdownItem>
17387    <name> LONG/SHORT</name>
17388    <value>14</value>
17389    <stringvalue/>
17390   </bsbDropdownItem>
17391   <bsbDropdownItem>
17392    <name> FAST/SLOW</name>
17393    <value>15</value>
17394    <stringvalue/>
17395   </bsbDropdownItem>
17396   <bsbDropdownItem>
17397    <name> SHAPE</name>
17398    <value>16</value>
17399    <stringvalue/>
17400   </bsbDropdownItem>
17401   <bsbDropdownItem>
17402    <name> XFADE</name>
17403    <value>17</value>
17404    <stringvalue/>
17405   </bsbDropdownItem>
17406   <bsbDropdownItem>
17407    <name> X2</name>
17408    <value>18</value>
17409    <stringvalue/>
17410   </bsbDropdownItem>
17411   <bsbDropdownItem>
17412    <name> LEV_2</name>
17413    <value>19</value>
17414    <stringvalue/>
17415   </bsbDropdownItem>
17416   <bsbDropdownItem>
17417    <name> F_2</name>
17418    <value>20</value>
17419    <stringvalue/>
17420   </bsbDropdownItem>
17421   <bsbDropdownItem>
17422    <name> IM_2</name>
17423    <value>21</value>
17424    <stringvalue/>
17425   </bsbDropdownItem>
17426   <bsbDropdownItem>
17427    <name> RAN AMP_2</name>
17428    <value>22</value>
17429    <stringvalue/>
17430   </bsbDropdownItem>
17431   <bsbDropdownItem>
17432    <name> RAN RATE_2</name>
17433    <value>23</value>
17434    <stringvalue/>
17435   </bsbDropdownItem>
17436   <bsbDropdownItem>
17437    <name> REV_2</name>
17438    <value>24</value>
17439    <stringvalue/>
17440   </bsbDropdownItem>
17441   <bsbDropdownItem>
17442    <name> Volume</name>
17443    <value>25</value>
17444    <stringvalue/>
17445   </bsbDropdownItem>
17446   <bsbDropdownItem>
17447    <name> CARmin</name>
17448    <value>26</value>
17449    <stringvalue/>
17450   </bsbDropdownItem>
17451   <bsbDropdownItem>
17452    <name> CARmax</name>
17453    <value>27</value>
17454    <stringvalue/>
17455   </bsbDropdownItem>
17456   <bsbDropdownItem>
17457    <name> MODmin</name>
17458    <value>28</value>
17459    <stringvalue/>
17460   </bsbDropdownItem>
17461   <bsbDropdownItem>
17462    <name> MODmax</name>
17463    <value>29</value>
17464    <stringvalue/>
17465   </bsbDropdownItem>
17466   <bsbDropdownItem>
17467    <name>MIXGRAN</name>
17468    <value>30</value>
17469    <stringvalue/>
17470   </bsbDropdownItem>
17471  </bsbDropdownItemList>
17472  <selectedIndex>2</selectedIndex>
17473  <randomizable group="0">false</randomizable>
17474 </bsbObject>
17475 <bsbObject type="BSBVSlider" version="2">
17476  <objectName>CAR_min</objectName>
17477  <x>441</x>
17478  <y>404</y>
17479  <width>20</width>
17480  <height>80</height>
17481  <uuid>{6634db4e-2b53-4f3d-8344-85c2eca80ddc}</uuid>
17482  <visible>true</visible>
17483  <midichan>0</midichan>
17484  <midicc>0</midicc>
17485  <minimum>1.00000000</minimum>
17486  <maximum>14.00000000</maximum>
17487  <value>1.00000000</value>
17488  <mode>lin</mode>
17489  <mouseControl act="jump">continuous</mouseControl>
17490  <resolution>-1.00000000</resolution>
17491  <randomizable group="0">false</randomizable>
17492 </bsbObject>
17493 <bsbObject type="BSBVSlider" version="2">
17494  <objectName>CAR_max</objectName>
17495  <x>499</x>
17496  <y>404</y>
17497  <width>20</width>
17498  <height>80</height>
17499  <uuid>{6a4fbb47-ca15-4e40-a026-faa746cb1772}</uuid>
17500  <visible>true</visible>
17501  <midichan>0</midichan>
17502  <midicc>0</midicc>
17503  <minimum>1.00000000</minimum>
17504  <maximum>14.00000000</maximum>
17505  <value>1.00000000</value>
17506  <mode>lin</mode>
17507  <mouseControl act="jump">continuous</mouseControl>
17508  <resolution>-1.00000000</resolution>
17509  <randomizable group="0">false</randomizable>
17510 </bsbObject>
17511 <bsbObject type="BSBHSlider" version="2">
17512  <objectName>slider434</objectName>
17513  <x>2057484235</x>
17514  <y>1151514430</y>
17515  <width>194</width>
17516  <height>2</height>
17517  <uuid>{b5079378-da9d-46e1-8b43-e3159b389b3f}</uuid>
17518  <visible>true</visible>
17519  <midichan>0</midichan>
17520  <midicc>-3</midicc>
17521  <minimum>0.00000000</minimum>
17522  <maximum>1.00000000</maximum>
17523  <value>0.00000000</value>
17524  <mode>lin</mode>
17525  <mouseControl act="jump">continuous</mouseControl>
17526  <resolution>-1.00000000</resolution>
17527  <randomizable group="0">false</randomizable>
17528 </bsbObject>
17529 <bsbObject type="BSBHSlider" version="2">
17530  <objectName>cc1_lev</objectName>
17531  <x>835</x>
17532  <y>352</y>
17533  <width>50</width>
17534  <height>15</height>
17535  <uuid>{70f7aa81-2e08-444d-b777-bfdbaf390684}</uuid>
17536  <visible>true</visible>
17537  <midichan>0</midichan>
17538  <midicc>0</midicc>
17539  <minimum>0.00000000</minimum>
17540  <maximum>1.00000000</maximum>
17541  <value>0.78000000</value>
17542  <mode>lin</mode>
17543  <mouseControl act="jump">continuous</mouseControl>
17544  <resolution>-1.00000000</resolution>
17545  <randomizable group="0">false</randomizable>
17546 </bsbObject>
17547 <bsbObject type="BSBHSlider" version="2">
17548  <objectName>cc5_lev</objectName>
17549  <x>836</x>
17550  <y>456</y>
17551  <width>50</width>
17552  <height>15</height>
17553  <uuid>{72cf3f75-48c6-4c71-a007-a59fd7c47a1c}</uuid>
17554  <visible>true</visible>
17555  <midichan>0</midichan>
17556  <midicc>0</midicc>
17557  <minimum>0.00000000</minimum>
17558  <maximum>1.00000000</maximum>
17559  <value>1.00000000</value>
17560  <mode>lin</mode>
17561  <mouseControl act="jump">continuous</mouseControl>
17562  <resolution>-1.00000000</resolution>
17563  <randomizable group="0">false</randomizable>
17564 </bsbObject>
17565 <bsbObject type="BSBHSlider" version="2">
17566  <objectName>cc2_lev</objectName>
17567  <x>835</x>
17568  <y>378</y>
17569  <width>50</width>
17570  <height>15</height>
17571  <uuid>{1275c177-b13d-4fd4-ac31-5ba16f4e63f4}</uuid>
17572  <visible>true</visible>
17573  <midichan>0</midichan>
17574  <midicc>0</midicc>
17575  <minimum>0.00000000</minimum>
17576  <maximum>1.00000000</maximum>
17577  <value>0.62000000</value>
17578  <mode>lin</mode>
17579  <mouseControl act="jump">continuous</mouseControl>
17580  <resolution>-1.00000000</resolution>
17581  <randomizable group="0">false</randomizable>
17582 </bsbObject>
17583 <bsbObject type="BSBHSlider" version="2">
17584  <objectName>cc3_lev</objectName>
17585  <x>836</x>
17586  <y>404</y>
17587  <width>50</width>
17588  <height>15</height>
17589  <uuid>{8a9e492b-3a5c-4393-b4c9-fd5395b4973a}</uuid>
17590  <visible>true</visible>
17591  <midichan>0</midichan>
17592  <midicc>0</midicc>
17593  <minimum>0.00000000</minimum>
17594  <maximum>1.00000000</maximum>
17595  <value>1.00000000</value>
17596  <mode>lin</mode>
17597  <mouseControl act="jump">continuous</mouseControl>
17598  <resolution>-1.00000000</resolution>
17599  <randomizable group="0">false</randomizable>
17600 </bsbObject>
17601 <bsbObject type="BSBHSlider" version="2">
17602  <objectName>cc4_lev</objectName>
17603  <x>836</x>
17604  <y>430</y>
17605  <width>50</width>
17606  <height>15</height>
17607  <uuid>{064b74d6-f92b-434c-8bc3-aba7262eee36}</uuid>
17608  <visible>true</visible>
17609  <midichan>0</midichan>
17610  <midicc>0</midicc>
17611  <minimum>0.00000000</minimum>
17612  <maximum>1.00000000</maximum>
17613  <value>1.00000000</value>
17614  <mode>lin</mode>
17615  <mouseControl act="jump">continuous</mouseControl>
17616  <resolution>-1.00000000</resolution>
17617  <randomizable group="0">false</randomizable>
17618 </bsbObject>
17619 <bsbObject type="BSBHSlider" version="2">
17620  <objectName>cc6_lev</objectName>
17621  <x>836</x>
17622  <y>483</y>
17623  <width>50</width>
17624  <height>15</height>
17625  <uuid>{51ad6850-5b0a-42d6-994b-0c2c1e713991}</uuid>
17626  <visible>true</visible>
17627  <midichan>0</midichan>
17628  <midicc>0</midicc>
17629  <minimum>0.00000000</minimum>
17630  <maximum>1.00000000</maximum>
17631  <value>1.00000000</value>
17632  <mode>lin</mode>
17633  <mouseControl act="jump">continuous</mouseControl>
17634  <resolution>-1.00000000</resolution>
17635  <randomizable group="0">false</randomizable>
17636 </bsbObject>
17637 <bsbObject type="BSBHSlider" version="2">
17638  <objectName>cc7_lev</objectName>
17639  <x>836</x>
17640  <y>510</y>
17641  <width>50</width>
17642  <height>15</height>
17643  <uuid>{09baf813-ed0d-4e0f-9df7-5c8de0b37feb}</uuid>
17644  <visible>true</visible>
17645  <midichan>0</midichan>
17646  <midicc>0</midicc>
17647  <minimum>0.00000000</minimum>
17648  <maximum>1.00000000</maximum>
17649  <value>0.44000000</value>
17650  <mode>lin</mode>
17651  <mouseControl act="jump">continuous</mouseControl>
17652  <resolution>-1.00000000</resolution>
17653  <randomizable group="0">false</randomizable>
17654 </bsbObject>
17655 <bsbObject type="BSBHSlider" version="2">
17656  <objectName>cc8_lev</objectName>
17657  <x>836</x>
17658  <y>537</y>
17659  <width>50</width>
17660  <height>15</height>
17661  <uuid>{0bd4d5c9-6881-47e5-9612-3314f77f6196}</uuid>
17662  <visible>true</visible>
17663  <midichan>0</midichan>
17664  <midicc>0</midicc>
17665  <minimum>0.00000000</minimum>
17666  <maximum>1.00000000</maximum>
17667  <value>1.00000000</value>
17668  <mode>lin</mode>
17669  <mouseControl act="jump">continuous</mouseControl>
17670  <resolution>-1.00000000</resolution>
17671  <randomizable group="0">false</randomizable>
17672 </bsbObject>
17673 <bsbObject type="BSBScrollNumber" version="2">
17674  <objectName>cc1_lev</objectName>
17675  <x>890</x>
17676  <y>352</y>
17677  <width>33</width>
17678  <height>13</height>
17679  <uuid>{038559c4-5ffe-4da1-afab-7a213a3461a3}</uuid>
17680  <visible>true</visible>
17681  <midichan>0</midichan>
17682  <midicc>-3</midicc>
17683  <alignment>center</alignment>
17684  <font>Lucida Grande</font>
17685  <fontsize>10</fontsize>
17686  <color>
17687   <r>255</r>
17688   <g>255</g>
17689   <b>255</b>
17690  </color>
17691  <bgcolor mode="background">
17692   <r>0</r>
17693   <g>0</g>
17694   <b>128</b>
17695  </bgcolor>
17696  <value>0.78000000</value>
17697  <resolution>0.00100000</resolution>
17698  <minimum>-999999999999.00000000</minimum>
17699  <maximum>99999999999999.00000000</maximum>
17700  <bordermode>noborder</bordermode>
17701  <borderradius>1</borderradius>
17702  <borderwidth>1</borderwidth>
17703  <randomizable group="0">false</randomizable>
17704  <mouseControl act=""/>
17705 </bsbObject>
17706 <bsbObject type="BSBScrollNumber" version="2">
17707  <objectName>cc2_lev</objectName>
17708  <x>890</x>
17709  <y>378</y>
17710  <width>33</width>
17711  <height>13</height>
17712  <uuid>{552ed9a0-6507-49fc-bb51-47354d792e51}</uuid>
17713  <visible>true</visible>
17714  <midichan>0</midichan>
17715  <midicc>-3</midicc>
17716  <alignment>center</alignment>
17717  <font>Lucida Grande</font>
17718  <fontsize>10</fontsize>
17719  <color>
17720   <r>255</r>
17721   <g>255</g>
17722   <b>255</b>
17723  </color>
17724  <bgcolor mode="background">
17725   <r>0</r>
17726   <g>0</g>
17727   <b>128</b>
17728  </bgcolor>
17729  <value>0.62000000</value>
17730  <resolution>0.00100000</resolution>
17731  <minimum>-999999999999.00000000</minimum>
17732  <maximum>99999999999999.00000000</maximum>
17733  <bordermode>noborder</bordermode>
17734  <borderradius>1</borderradius>
17735  <borderwidth>1</borderwidth>
17736  <randomizable group="0">false</randomizable>
17737  <mouseControl act=""/>
17738 </bsbObject>
17739 <bsbObject type="BSBScrollNumber" version="2">
17740  <objectName>cc3_lev</objectName>
17741  <x>890</x>
17742  <y>404</y>
17743  <width>33</width>
17744  <height>13</height>
17745  <uuid>{5016736f-1466-4e53-b4eb-1471618c5dc5}</uuid>
17746  <visible>true</visible>
17747  <midichan>0</midichan>
17748  <midicc>-3</midicc>
17749  <alignment>center</alignment>
17750  <font>Lucida Grande</font>
17751  <fontsize>10</fontsize>
17752  <color>
17753   <r>255</r>
17754   <g>255</g>
17755   <b>255</b>
17756  </color>
17757  <bgcolor mode="background">
17758   <r>0</r>
17759   <g>0</g>
17760   <b>128</b>
17761  </bgcolor>
17762  <value>1.00000000</value>
17763  <resolution>0.00100000</resolution>
17764  <minimum>-999999999999.00000000</minimum>
17765  <maximum>99999999999999.00000000</maximum>
17766  <bordermode>noborder</bordermode>
17767  <borderradius>1</borderradius>
17768  <borderwidth>1</borderwidth>
17769  <randomizable group="0">false</randomizable>
17770  <mouseControl act=""/>
17771 </bsbObject>
17772 <bsbObject type="BSBScrollNumber" version="2">
17773  <objectName>cc4_lev</objectName>
17774  <x>890</x>
17775  <y>430</y>
17776  <width>33</width>
17777  <height>13</height>
17778  <uuid>{82fed31c-e7e9-49f9-a097-4e1956aa9cf4}</uuid>
17779  <visible>true</visible>
17780  <midichan>0</midichan>
17781  <midicc>-3</midicc>
17782  <alignment>center</alignment>
17783  <font>Lucida Grande</font>
17784  <fontsize>10</fontsize>
17785  <color>
17786   <r>255</r>
17787   <g>255</g>
17788   <b>255</b>
17789  </color>
17790  <bgcolor mode="background">
17791   <r>0</r>
17792   <g>0</g>
17793   <b>128</b>
17794  </bgcolor>
17795  <value>1.00000000</value>
17796  <resolution>0.00100000</resolution>
17797  <minimum>-999999999999.00000000</minimum>
17798  <maximum>99999999999999.00000000</maximum>
17799  <bordermode>noborder</bordermode>
17800  <borderradius>1</borderradius>
17801  <borderwidth>1</borderwidth>
17802  <randomizable group="0">false</randomizable>
17803  <mouseControl act=""/>
17804 </bsbObject>
17805 <bsbObject type="BSBScrollNumber" version="2">
17806  <objectName>cc5_lev</objectName>
17807  <x>890</x>
17808  <y>456</y>
17809  <width>33</width>
17810  <height>13</height>
17811  <uuid>{305603c0-ad1e-4a2a-a0a6-df8b29f38547}</uuid>
17812  <visible>true</visible>
17813  <midichan>0</midichan>
17814  <midicc>-3</midicc>
17815  <alignment>center</alignment>
17816  <font>Lucida Grande</font>
17817  <fontsize>10</fontsize>
17818  <color>
17819   <r>255</r>
17820   <g>255</g>
17821   <b>255</b>
17822  </color>
17823  <bgcolor mode="background">
17824   <r>0</r>
17825   <g>0</g>
17826   <b>128</b>
17827  </bgcolor>
17828  <value>1.00000000</value>
17829  <resolution>0.00100000</resolution>
17830  <minimum>-999999999999.00000000</minimum>
17831  <maximum>99999999999999.00000000</maximum>
17832  <bordermode>noborder</bordermode>
17833  <borderradius>1</borderradius>
17834  <borderwidth>1</borderwidth>
17835  <randomizable group="0">false</randomizable>
17836  <mouseControl act=""/>
17837 </bsbObject>
17838 <bsbObject type="BSBScrollNumber" version="2">
17839  <objectName>cc6_lev</objectName>
17840  <x>890</x>
17841  <y>482</y>
17842  <width>33</width>
17843  <height>13</height>
17844  <uuid>{f709c0ad-d578-4379-acf5-34b348aeaea6}</uuid>
17845  <visible>true</visible>
17846  <midichan>0</midichan>
17847  <midicc>-3</midicc>
17848  <alignment>center</alignment>
17849  <font>Lucida Grande</font>
17850  <fontsize>10</fontsize>
17851  <color>
17852   <r>255</r>
17853   <g>255</g>
17854   <b>255</b>
17855  </color>
17856  <bgcolor mode="background">
17857   <r>0</r>
17858   <g>0</g>
17859   <b>128</b>
17860  </bgcolor>
17861  <value>1.00000000</value>
17862  <resolution>0.00100000</resolution>
17863  <minimum>-999999999999.00000000</minimum>
17864  <maximum>99999999999999.00000000</maximum>
17865  <bordermode>noborder</bordermode>
17866  <borderradius>1</borderradius>
17867  <borderwidth>1</borderwidth>
17868  <randomizable group="0">false</randomizable>
17869  <mouseControl act=""/>
17870 </bsbObject>
17871 <bsbObject type="BSBScrollNumber" version="2">
17872  <objectName>cc7_lev</objectName>
17873  <x>890</x>
17874  <y>509</y>
17875  <width>33</width>
17876  <height>13</height>
17877  <uuid>{bd03ced8-5b39-47d0-8b82-8b9f11081cb6}</uuid>
17878  <visible>true</visible>
17879  <midichan>0</midichan>
17880  <midicc>-3</midicc>
17881  <alignment>center</alignment>
17882  <font>Lucida Grande</font>
17883  <fontsize>10</fontsize>
17884  <color>
17885   <r>255</r>
17886   <g>255</g>
17887   <b>255</b>
17888  </color>
17889  <bgcolor mode="background">
17890   <r>0</r>
17891   <g>0</g>
17892   <b>128</b>
17893  </bgcolor>
17894  <value>0.44000000</value>
17895  <resolution>0.00100000</resolution>
17896  <minimum>-999999999999.00000000</minimum>
17897  <maximum>99999999999999.00000000</maximum>
17898  <bordermode>noborder</bordermode>
17899  <borderradius>1</borderradius>
17900  <borderwidth>1</borderwidth>
17901  <randomizable group="0">false</randomizable>
17902  <mouseControl act=""/>
17903 </bsbObject>
17904 <bsbObject type="BSBCheckBox" version="2">
17905  <objectName>inv1</objectName>
17906  <x>775</x>
17907  <y>349</y>
17908  <width>20</width>
17909  <height>20</height>
17910  <uuid>{88c896a0-652d-448b-927c-0f273350c88c}</uuid>
17911  <visible>true</visible>
17912  <midichan>0</midichan>
17913  <midicc>-3</midicc>
17914  <selected>false</selected>
17915  <label/>
17916  <pressedValue>1</pressedValue>
17917  <randomizable group="0">false</randomizable>
17918 </bsbObject>
17919 <bsbObject type="BSBCheckBox" version="2">
17920  <objectName>inv2</objectName>
17921  <x>775</x>
17922  <y>375</y>
17923  <width>20</width>
17924  <height>20</height>
17925  <uuid>{c7678f80-465d-46a6-bb86-1f1bdbd2dda1}</uuid>
17926  <visible>true</visible>
17927  <midichan>0</midichan>
17928  <midicc>-3</midicc>
17929  <selected>false</selected>
17930  <label/>
17931  <pressedValue>1</pressedValue>
17932  <randomizable group="0">false</randomizable>
17933 </bsbObject>
17934 <bsbObject type="BSBCheckBox" version="2">
17935  <objectName>inv3</objectName>
17936  <x>775</x>
17937  <y>401</y>
17938  <width>20</width>
17939  <height>20</height>
17940  <uuid>{0ac53a44-964a-45bd-8077-f7a7758b65ad}</uuid>
17941  <visible>true</visible>
17942  <midichan>0</midichan>
17943  <midicc>-3</midicc>
17944  <selected>false</selected>
17945  <label/>
17946  <pressedValue>1</pressedValue>
17947  <randomizable group="0">false</randomizable>
17948 </bsbObject>
17949 <bsbObject type="BSBCheckBox" version="2">
17950  <objectName>inv4</objectName>
17951  <x>775</x>
17952  <y>427</y>
17953  <width>20</width>
17954  <height>20</height>
17955  <uuid>{1cdffc4f-2586-4da7-b959-1ba2ffef21c9}</uuid>
17956  <visible>true</visible>
17957  <midichan>0</midichan>
17958  <midicc>-3</midicc>
17959  <selected>false</selected>
17960  <label/>
17961  <pressedValue>1</pressedValue>
17962  <randomizable group="0">false</randomizable>
17963 </bsbObject>
17964 <bsbObject type="BSBCheckBox" version="2">
17965  <objectName>inv5</objectName>
17966  <x>775</x>
17967  <y>453</y>
17968  <width>20</width>
17969  <height>20</height>
17970  <uuid>{566045e1-eec3-4004-836e-ac13aebfdccb}</uuid>
17971  <visible>true</visible>
17972  <midichan>0</midichan>
17973  <midicc>-3</midicc>
17974  <selected>false</selected>
17975  <label/>
17976  <pressedValue>1</pressedValue>
17977  <randomizable group="0">false</randomizable>
17978 </bsbObject>
17979 <bsbObject type="BSBCheckBox" version="2">
17980  <objectName>inv6</objectName>
17981  <x>775</x>
17982  <y>479</y>
17983  <width>20</width>
17984  <height>20</height>
17985  <uuid>{e8e27c2c-e137-48e7-acce-c438485ce9a5}</uuid>
17986  <visible>true</visible>
17987  <midichan>0</midichan>
17988  <midicc>-3</midicc>
17989  <selected>false</selected>
17990  <label/>
17991  <pressedValue>1</pressedValue>
17992  <randomizable group="0">false</randomizable>
17993 </bsbObject>
17994 <bsbObject type="BSBCheckBox" version="2">
17995  <objectName>inv7</objectName>
17996  <x>775</x>
17997  <y>506</y>
17998  <width>20</width>
17999  <height>20</height>
18000  <uuid>{a9a49878-a36d-4ead-b769-31c6e5b7eca7}</uuid>
18001  <visible>true</visible>
18002  <midichan>0</midichan>
18003  <midicc>-3</midicc>
18004  <selected>false</selected>
18005  <label/>
18006  <pressedValue>1</pressedValue>
18007  <randomizable group="0">false</randomizable>
18008 </bsbObject>
18009 <bsbObject type="BSBCheckBox" version="2">
18010  <objectName>inv8</objectName>
18011  <x>775</x>
18012  <y>533</y>
18013  <width>20</width>
18014  <height>20</height>
18015  <uuid>{6a489939-89fe-4e5b-bb1f-189c62fe4878}</uuid>
18016  <visible>true</visible>
18017  <midichan>0</midichan>
18018  <midicc>-3</midicc>
18019  <selected>false</selected>
18020  <label/>
18021  <pressedValue>1</pressedValue>
18022  <randomizable group="0">false</randomizable>
18023 </bsbObject>
18024 <bsbObject type="BSBLabel" version="2">
18025  <objectName/>
18026  <x>772</x>
18027  <y>324</y>
18028  <width>26</width>
18029  <height>20</height>
18030  <uuid>{ff8efcae-d11d-45cd-8a09-24c7211eb0b4}</uuid>
18031  <visible>true</visible>
18032  <midichan>0</midichan>
18033  <midicc>0</midicc>
18034  <label>inv</label>
18035  <alignment>left</alignment>
18036  <font>Lucida Grande</font>
18037  <fontsize>9</fontsize>
18038  <precision>3</precision>
18039  <color>
18040   <r>0</r>
18041   <g>0</g>
18042   <b>0</b>
18043  </color>
18044  <bgcolor mode="background">
18045   <r>102</r>
18046   <g>204</g>
18047   <b>255</b>
18048  </bgcolor>
18049  <bordermode>noborder</bordermode>
18050  <borderradius>4</borderradius>
18051  <borderwidth>1</borderwidth>
18052 </bsbObject>
18053 <bsbObject type="BSBHSlider" version="2">
18054  <objectName>slider25</objectName>
18055  <x>-1684370995</x>
18056  <y>-1632653275</y>
18057  <width>128</width>
18058  <height>17</height>
18059  <uuid>{68ff242e-aff0-4ae3-9bd3-d4ee2fa91625}</uuid>
18060  <visible>true</visible>
18061  <midichan>0</midichan>
18062  <midicc>-3</midicc>
18063  <minimum>0.00000000</minimum>
18064  <maximum>1.00000000</maximum>
18065  <value>0.36718800</value>
18066  <mode>lin</mode>
18067  <mouseControl act="jump">continuous</mouseControl>
18068  <resolution>-1.00000000</resolution>
18069  <randomizable group="0">false</randomizable>
18070 </bsbObject>
18071 <bsbObject type="BSBButton" version="2">
18072  <objectName>Rand_1</objectName>
18073  <x>-1684370995</x>
18074  <y>-1632653259</y>
18075  <width>127</width>
18076  <height>31</height>
18077  <uuid>{3dd8d09c-df46-4434-b436-3c60bd1aa7d2}</uuid>
18078  <visible>true</visible>
18079  <midichan>0</midichan>
18080  <midicc>-3</midicc>
18081  <type>event</type>
18082  <pressedValue>1.00000000</pressedValue>
18083  <stringvalue/>
18084  <text>Rand_1</text>
18085  <image>/</image>
18086  <eventLine>i1 0 10</eventLine>
18087  <latch>false</latch>
18088  <latched>false</latched>
18089 </bsbObject>
18090 <bsbObject type="BSBController" version="2">
18091  <objectName>hor98</objectName>
18092  <x>-1684370793</x>
18093  <y>-1632653247</y>
18094  <width>29</width>
18095  <height>10</height>
18096  <uuid>{a9fccdaa-8f61-443a-9642-03c2e757ea82}</uuid>
18097  <visible>true</visible>
18098  <midichan>0</midichan>
18099  <midicc>-3</midicc>
18100  <objectName2>vert98</objectName2>
18101  <xMin>0.00000000</xMin>
18102  <xMax>1.00000000</xMax>
18103  <yMin>0.00000000</yMin>
18104  <yMax>1.00000000</yMax>
18105  <xValue>0.70000000</xValue>
18106  <yValue>0.07500000</yValue>
18107  <type>fill</type>
18108  <pointsize>1</pointsize>
18109  <fadeSpeed>0.00000000</fadeSpeed>
18110  <mouseControl act="press">jump</mouseControl>
18111  <color>
18112   <r>0</r>
18113   <g>234</g>
18114   <b>0</b>
18115  </color>
18116  <randomizable group="0" mode="both">false</randomizable>
18117  <bgcolor>
18118   <r>0</r>
18119   <g>0</g>
18120   <b>0</b>
18121  </bgcolor>
18122 </bsbObject>
18123 <bsbObject type="BSBDropdown" version="2">
18124  <objectName>menu146</objectName>
18125  <x>926223910</x>
18126  <y>1029660209</y>
18127  <width>10</width>
18128  <height>83</height>
18129  <uuid>{0a9c6687-3269-453b-a46f-b3445691ac6d}</uuid>
18130  <visible>true</visible>
18131  <midichan>0</midichan>
18132  <midicc>-3</midicc>
18133  <bsbDropdownItemList>
18134   <bsbDropdownItem>
18135    <name>UP</name>
18136    <value>0</value>
18137    <stringvalue/>
18138   </bsbDropdownItem>
18139   <bsbDropdownItem>
18140    <name> DOWN</name>
18141    <value>1</value>
18142    <stringvalue/>
18143   </bsbDropdownItem>
18144  </bsbDropdownItemList>
18145  <selectedIndex>0</selectedIndex>
18146  <randomizable group="0">false</randomizable>
18147 </bsbObject>
18148 <bsbObject type="BSBHSlider" version="2">
18149  <objectName>slider25</objectName>
18150  <x>-1684370995</x>
18151  <y>-1632653275</y>
18152  <width>128</width>
18153  <height>17</height>
18154  <uuid>{9ebf8a78-d75d-46fb-8606-c8aa466ab692}</uuid>
18155  <visible>true</visible>
18156  <midichan>0</midichan>
18157  <midicc>-3</midicc>
18158  <minimum>0.00000000</minimum>
18159  <maximum>1.00000000</maximum>
18160  <value>0.36718800</value>
18161  <mode>lin</mode>
18162  <mouseControl act="jump">continuous</mouseControl>
18163  <resolution>-1.00000000</resolution>
18164  <randomizable group="0">false</randomizable>
18165 </bsbObject>
18166 <bsbObject type="BSBButton" version="2">
18167  <objectName>Rand_1</objectName>
18168  <x>-1684370995</x>
18169  <y>-1632653259</y>
18170  <width>127</width>
18171  <height>31</height>
18172  <uuid>{0021512d-e993-4719-b4a0-dcaaabf20b9c}</uuid>
18173  <visible>true</visible>
18174  <midichan>0</midichan>
18175  <midicc>-3</midicc>
18176  <type>event</type>
18177  <pressedValue>1.00000000</pressedValue>
18178  <stringvalue/>
18179  <text>Rand_1</text>
18180  <image>/</image>
18181  <eventLine>i1 0 10</eventLine>
18182  <latch>false</latch>
18183  <latched>false</latched>
18184 </bsbObject>
18185 <bsbObject type="BSBController" version="2">
18186  <objectName>hor98</objectName>
18187  <x>-1684370793</x>
18188  <y>-1632653247</y>
18189  <width>29</width>
18190  <height>10</height>
18191  <uuid>{8840bdce-08b2-4c3d-8ab5-252c45ff63d7}</uuid>
18192  <visible>true</visible>
18193  <midichan>0</midichan>
18194  <midicc>-3</midicc>
18195  <objectName2>vert98</objectName2>
18196  <xMin>0.00000000</xMin>
18197  <xMax>1.00000000</xMax>
18198  <yMin>0.00000000</yMin>
18199  <yMax>1.00000000</yMax>
18200  <xValue>0.70000000</xValue>
18201  <yValue>0.07500000</yValue>
18202  <type>fill</type>
18203  <pointsize>1</pointsize>
18204  <fadeSpeed>0.00000000</fadeSpeed>
18205  <mouseControl act="press">jump</mouseControl>
18206  <color>
18207   <r>0</r>
18208   <g>234</g>
18209   <b>0</b>
18210  </color>
18211  <randomizable group="0" mode="both">false</randomizable>
18212  <bgcolor>
18213   <r>0</r>
18214   <g>0</g>
18215   <b>0</b>
18216  </bgcolor>
18217 </bsbObject>
18218 <bsbObject type="BSBDropdown" version="2">
18219  <objectName>menu146</objectName>
18220  <x>926223910</x>
18221  <y>1029660209</y>
18222  <width>10</width>
18223  <height>83</height>
18224  <uuid>{79c8d462-4f99-40d8-a2ce-f3c5b1423d7b}</uuid>
18225  <visible>true</visible>
18226  <midichan>0</midichan>
18227  <midicc>-3</midicc>
18228  <bsbDropdownItemList>
18229   <bsbDropdownItem>
18230    <name>UP</name>
18231    <value>0</value>
18232    <stringvalue/>
18233   </bsbDropdownItem>
18234   <bsbDropdownItem>
18235    <name> DOWN</name>
18236    <value>1</value>
18237    <stringvalue/>
18238   </bsbDropdownItem>
18239  </bsbDropdownItemList>
18240  <selectedIndex>0</selectedIndex>
18241  <randomizable group="0">false</randomizable>
18242 </bsbObject>
18243 <bsbObject type="BSBButton" version="2">
18244  <objectName>button1</objectName>
18245  <x>-1684371026</x>
18246  <y>-1632653224</y>
18247  <width>10</width>
18248  <height>10</height>
18249  <uuid>{9f1104bc-d497-46b7-9fb1-0c7aa5121f60}</uuid>
18250  <visible>true</visible>
18251  <midichan>0</midichan>
18252  <midicc>-3</midicc>
18253  <type>event</type>
18254  <pressedValue>1.00000000</pressedValue>
18255  <stringvalue/>
18256  <text>On/Off#1</text>
18257  <image>/</image>
18258  <eventLine>i1 0 10</eventLine>
18259  <latch>false</latch>
18260  <latched>true</latched>
18261 </bsbObject>
18262 <bsbObject type="BSBButton" version="2">
18263  <objectName>Rand_1</objectName>
18264  <x>-1684371026</x>
18265  <y>-1632653254</y>
18266  <width>10</width>
18267  <height>10</height>
18268  <uuid>{e5505495-2dce-4689-813e-2fe4552c56d3}</uuid>
18269  <visible>true</visible>
18270  <midichan>0</midichan>
18271  <midicc>-3</midicc>
18272  <type>event</type>
18273  <pressedValue>1.00000000</pressedValue>
18274  <stringvalue/>
18275  <text>Rand_1</text>
18276  <image>/</image>
18277  <eventLine>i1 0 10</eventLine>
18278  <latch>false</latch>
18279  <latched>false</latched>
18280 </bsbObject>
18281 <bsbObject type="BSBController" version="2">
18282  <objectName>hor98</objectName>
18283  <x>-1684370924</x>
18284  <y>-1632653218</y>
18285  <width>10</width>
18286  <height>10</height>
18287  <uuid>{54bd6b4a-f5d7-4c75-be8f-f5a0ccfdaaa5}</uuid>
18288  <visible>true</visible>
18289  <midichan>0</midichan>
18290  <midicc>-3</midicc>
18291  <objectName2>vert98</objectName2>
18292  <xMin>0.00000000</xMin>
18293  <xMax>1.00000000</xMax>
18294  <yMin>0.00000000</yMin>
18295  <yMax>1.00000000</yMax>
18296  <xValue>0.70000000</xValue>
18297  <yValue>0.07500000</yValue>
18298  <type>fill</type>
18299  <pointsize>1</pointsize>
18300  <fadeSpeed>0.00000000</fadeSpeed>
18301  <mouseControl act="press">jump</mouseControl>
18302  <color>
18303   <r>0</r>
18304   <g>234</g>
18305   <b>0</b>
18306  </color>
18307  <randomizable group="0" mode="both">false</randomizable>
18308  <bgcolor>
18309   <r>0</r>
18310   <g>0</g>
18311   <b>0</b>
18312  </bgcolor>
18313 </bsbObject>
18314 <bsbObject type="BSBController" version="2">
18315  <objectName>hor98</objectName>
18316  <x>-1684370923</x>
18317  <y>-1632653246</y>
18318  <width>10</width>
18319  <height>10</height>
18320  <uuid>{cb6ef301-cf00-4fa2-a9c2-4a8ec845a28b}</uuid>
18321  <visible>true</visible>
18322  <midichan>0</midichan>
18323  <midicc>-3</midicc>
18324  <objectName2>vert98</objectName2>
18325  <xMin>0.00000000</xMin>
18326  <xMax>1.00000000</xMax>
18327  <yMin>0.00000000</yMin>
18328  <yMax>1.00000000</yMax>
18329  <xValue>0.70000000</xValue>
18330  <yValue>0.07500000</yValue>
18331  <type>fill</type>
18332  <pointsize>1</pointsize>
18333  <fadeSpeed>0.00000000</fadeSpeed>
18334  <mouseControl act="press">jump</mouseControl>
18335  <color>
18336   <r>0</r>
18337   <g>234</g>
18338   <b>0</b>
18339  </color>
18340  <randomizable group="0" mode="both">false</randomizable>
18341  <bgcolor>
18342   <r>0</r>
18343   <g>0</g>
18344   <b>0</b>
18345  </bgcolor>
18346 </bsbObject>
18347 <bsbObject type="BSBVSlider" version="2">
18348  <objectName>slider165</objectName>
18349  <x>336156730</x>
18350  <y>853334705</y>
18351  <width>20</width>
18352  <height>100</height>
18353  <uuid>{7108172b-b53b-4b2e-9956-02b264c8be56}</uuid>
18354  <visible>true</visible>
18355  <midichan>0</midichan>
18356  <midicc>-3</midicc>
18357  <minimum>0.00000000</minimum>
18358  <maximum>1.00000000</maximum>
18359  <value>0.00000000</value>
18360  <mode>lin</mode>
18361  <mouseControl act="jump">continuous</mouseControl>
18362  <resolution>-1.00000000</resolution>
18363  <randomizable group="0">false</randomizable>
18364 </bsbObject>
18365 <bsbObject type="BSBLabel" version="2">
18366  <objectName/>
18367  <x>396</x>
18368  <y>635</y>
18369  <width>48</width>
18370  <height>22</height>
18371  <uuid>{670a3087-8a3d-49ce-bc5b-a83ff3bdadda}</uuid>
18372  <visible>true</visible>
18373  <midichan>0</midichan>
18374  <midicc>0</midicc>
18375  <label>ROOM</label>
18376  <alignment>center</alignment>
18377  <font>Lucida Grande</font>
18378  <fontsize>9</fontsize>
18379  <precision>3</precision>
18380  <color>
18381   <r>255</r>
18382   <g>255</g>
18383   <b>255</b>
18384  </color>
18385  <bgcolor mode="nobackground">
18386   <r>255</r>
18387   <g>255</g>
18388   <b>255</b>
18389  </bgcolor>
18390  <bordermode>noborder</bordermode>
18391  <borderradius>1</borderradius>
18392  <borderwidth>1</borderwidth>
18393 </bsbObject>
18394 <bsbObject type="BSBDisplay" version="2">
18395  <objectName/>
18396  <x>392</x>
18397  <y>356</y>
18398  <width>82</width>
18399  <height>24</height>
18400  <uuid>{20871dd3-9eae-4b02-96a6-a7f6a3fffd5d}</uuid>
18401  <visible>true</visible>
18402  <midichan>0</midichan>
18403  <midicc>0</midicc>
18404  <label>FM Control</label>
18405  <alignment>left</alignment>
18406  <font>Helvetica</font>
18407  <fontsize>10</fontsize>
18408  <precision>3</precision>
18409  <color>
18410   <r>255</r>
18411   <g>255</g>
18412   <b>0</b>
18413  </color>
18414  <bgcolor mode="nobackground">
18415   <r>204</r>
18416   <g>204</g>
18417   <b>204</b>
18418  </bgcolor>
18419  <bordermode>noborder</bordermode>
18420  <borderradius>1</borderradius>
18421  <borderwidth>1</borderwidth>
18422 </bsbObject>
18423 <bsbObject type="BSBController" version="2">
18424  <objectName>hor198</objectName>
18425  <x>1766595507</x>
18426  <y>-1131970832</y>
18427  <width>37</width>
18428  <height>10</height>
18429  <uuid>{b9137a93-b816-4fef-a998-f3e06790aeb3}</uuid>
18430  <visible>true</visible>
18431  <midichan>0</midichan>
18432  <midicc>-3</midicc>
18433  <objectName2>vert198</objectName2>
18434  <xMin>0.00000000</xMin>
18435  <xMax>1.00000000</xMax>
18436  <yMin>0.00000000</yMin>
18437  <yMax>1.00000000</yMax>
18438  <xValue>0.00000000</xValue>
18439  <yValue>0.00000000</yValue>
18440  <type>fill</type>
18441  <pointsize>1</pointsize>
18442  <fadeSpeed>0.00000000</fadeSpeed>
18443  <mouseControl act="press">jump</mouseControl>
18444  <color>
18445   <r>0</r>
18446   <g>234</g>
18447   <b>0</b>
18448  </color>
18449  <randomizable group="0" mode="both">false</randomizable>
18450  <bgcolor>
18451   <r>0</r>
18452   <g>0</g>
18453   <b>0</b>
18454  </bgcolor>
18455 </bsbObject>
18456 <bsbObject type="BSBLabel" version="2">
18457  <objectName/>
18458  <x>-253921141</x>
18459  <y>677009588</y>
18460  <width>10</width>
18461  <height>187</height>
18462  <uuid>{16dbd935-9d0c-4b11-a7a9-97cacfeda793}</uuid>
18463  <visible>true</visible>
18464  <midichan>0</midichan>
18465  <midicc>-3</midicc>
18466  <label>New Label</label>
18467  <alignment>left</alignment>
18468  <font>Lucida Grande</font>
18469  <fontsize>10</fontsize>
18470  <precision>3</precision>
18471  <color>
18472   <r>0</r>
18473   <g>0</g>
18474   <b>0</b>
18475  </color>
18476  <bgcolor mode="nobackground">
18477   <r>255</r>
18478   <g>255</g>
18479   <b>255</b>
18480  </bgcolor>
18481  <bordermode>noborder</bordermode>
18482  <borderradius>1</borderradius>
18483  <borderwidth>1</borderwidth>
18484 </bsbObject>
18485 <bsbObject type="BSBDropdown" version="2">
18486  <objectName>MIDIVAR_8</objectName>
18487  <x>1852447484</x>
18488  <y>2059320742</y>
18489  <width>132</width>
18490  <height>24</height>
18491  <uuid>{92b1fca1-244b-4af8-ab12-352d213a7db9}</uuid>
18492  <visible>true</visible>
18493  <midichan>0</midichan>
18494  <midicc>-3</midicc>
18495  <bsbDropdownItemList>
18496   <bsbDropdownItem>
18497    <name>nul</name>
18498    <value>0</value>
18499    <stringvalue/>
18500   </bsbDropdownItem>
18501   <bsbDropdownItem>
18502    <name> LEV_1</name>
18503    <value>1</value>
18504    <stringvalue/>
18505   </bsbDropdownItem>
18506   <bsbDropdownItem>
18507    <name> X1</name>
18508    <value>2</value>
18509    <stringvalue/>
18510   </bsbDropdownItem>
18511   <bsbDropdownItem>
18512    <name> Y1</name>
18513    <value>3</value>
18514    <stringvalue/>
18515   </bsbDropdownItem>
18516   <bsbDropdownItem>
18517    <name> F_1</name>
18518    <value>4</value>
18519    <stringvalue/>
18520   </bsbDropdownItem>
18521   <bsbDropdownItem>
18522    <name> IM_1</name>
18523    <value>5</value>
18524    <stringvalue/>
18525   </bsbDropdownItem>
18526   <bsbDropdownItem>
18527    <name> ATK_1</name>
18528    <value>6</value>
18529    <stringvalue/>
18530   </bsbDropdownItem>
18531   <bsbDropdownItem>
18532    <name> REL_1</name>
18533    <value>7</value>
18534    <stringvalue/>
18535   </bsbDropdownItem>
18536   <bsbDropdownItem>
18537    <name> RAN AMP_1</name>
18538    <value>8</value>
18539    <stringvalue/>
18540   </bsbDropdownItem>
18541   <bsbDropdownItem>
18542    <name> RAN RATE_1</name>
18543    <value>9</value>
18544    <stringvalue/>
18545   </bsbDropdownItem>
18546   <bsbDropdownItem>
18547    <name> VOI</name>
18548    <value>10</value>
18549    <stringvalue/>
18550   </bsbDropdownItem>
18551   <bsbDropdownItem>
18552    <name> STEP</name>
18553    <value>11</value>
18554    <stringvalue/>
18555   </bsbDropdownItem>
18556   <bsbDropdownItem>
18557    <name> XFADE</name>
18558    <value>12</value>
18559    <stringvalue/>
18560   </bsbDropdownItem>
18561   <bsbDropdownItem>
18562    <name> LEV_2</name>
18563    <value>13</value>
18564    <stringvalue/>
18565   </bsbDropdownItem>
18566   <bsbDropdownItem>
18567    <name> F_2</name>
18568    <value>14</value>
18569    <stringvalue/>
18570   </bsbDropdownItem>
18571   <bsbDropdownItem>
18572    <name> IM_2</name>
18573    <value>15</value>
18574    <stringvalue/>
18575   </bsbDropdownItem>
18576   <bsbDropdownItem>
18577    <name> RAN AMP_2</name>
18578    <value>16</value>
18579    <stringvalue/>
18580   </bsbDropdownItem>
18581   <bsbDropdownItem>
18582    <name> RAN RATE_2</name>
18583    <value>17</value>
18584    <stringvalue/>
18585   </bsbDropdownItem>
18586   <bsbDropdownItem>
18587    <name> REV_2</name>
18588    <value>18</value>
18589    <stringvalue/>
18590   </bsbDropdownItem>
18591  </bsbDropdownItemList>
18592  <selectedIndex>0</selectedIndex>
18593  <randomizable group="0">false</randomizable>
18594 </bsbObject>
18595 <bsbObject type="BSBController" version="2">
18596  <objectName>hor267</objectName>
18597  <x>168076941</x>
18598  <y>426667403</y>
18599  <width>31</width>
18600  <height>10</height>
18601  <uuid>{6677cb04-3751-4cd0-b488-0056f7ed1827}</uuid>
18602  <visible>true</visible>
18603  <midichan>0</midichan>
18604  <midicc>-3</midicc>
18605  <objectName2>vert267</objectName2>
18606  <xMin>0.00000000</xMin>
18607  <xMax>1.00000000</xMax>
18608  <yMin>0.00000000</yMin>
18609  <yMax>1.00000000</yMax>
18610  <xValue>0.00000000</xValue>
18611  <yValue>0.00000000</yValue>
18612  <type>fill</type>
18613  <pointsize>1</pointsize>
18614  <fadeSpeed>0.00000000</fadeSpeed>
18615  <mouseControl act="press">jump</mouseControl>
18616  <color>
18617   <r>0</r>
18618   <g>234</g>
18619   <b>0</b>
18620  </color>
18621  <randomizable group="0" mode="both">false</randomizable>
18622  <bgcolor>
18623   <r>0</r>
18624   <g>0</g>
18625   <b>0</b>
18626  </bgcolor>
18627 </bsbObject>
18628 <bsbObject type="BSBLabel" version="2">
18629  <objectName/>
18630  <x>349</x>
18631  <y>368</y>
18632  <width>39</width>
18633  <height>20</height>
18634  <uuid>{7c52267b-88f9-49a8-9b91-842cdfcb8a7b}</uuid>
18635  <visible>true</visible>
18636  <midichan>0</midichan>
18637  <midicc>0</midicc>
18638  <label>MUTE</label>
18639  <alignment>center</alignment>
18640  <font>Lucida Grande</font>
18641  <fontsize>8</fontsize>
18642  <precision>3</precision>
18643  <color>
18644   <r>255</r>
18645   <g>255</g>
18646   <b>255</b>
18647  </color>
18648  <bgcolor mode="nobackground">
18649   <r>255</r>
18650   <g>255</g>
18651   <b>255</b>
18652  </bgcolor>
18653  <bordermode>noborder</bordermode>
18654  <borderradius>1</borderradius>
18655  <borderwidth>1</borderwidth>
18656 </bsbObject>
18657 <bsbObject type="BSBHSlider" version="2">
18658  <objectName>slider434</objectName>
18659  <x>2057484235</x>
18660  <y>1151514430</y>
18661  <width>194</width>
18662  <height>2</height>
18663  <uuid>{eeb2db0e-4245-442b-9278-4d4ff7dc8b3d}</uuid>
18664  <visible>true</visible>
18665  <midichan>0</midichan>
18666  <midicc>-3</midicc>
18667  <minimum>0.00000000</minimum>
18668  <maximum>1.00000000</maximum>
18669  <value>0.00000000</value>
18670  <mode>lin</mode>
18671  <mouseControl act="jump">continuous</mouseControl>
18672  <resolution>-1.00000000</resolution>
18673  <randomizable group="0">false</randomizable>
18674 </bsbObject>
18675 <bsbObject type="BSBButton" version="2">
18676  <objectName>button1</objectName>
18677  <x>508</x>
18678  <y>689</y>
18679  <width>49</width>
18680  <height>25</height>
18681  <uuid>{6f83dbcc-1846-4106-8bae-019dbe3ba8d5}</uuid>
18682  <visible>true</visible>
18683  <midichan>0</midichan>
18684  <midicc>0</midicc>
18685  <type>event</type>
18686  <pressedValue>1.00000000</pressedValue>
18687  <stringvalue/>
18688  <text>Rec</text>
18689  <image>/</image>
18690  <eventLine>i960 0 1</eventLine>
18691  <latch>false</latch>
18692  <latched>true</latched>
18693 </bsbObject>
18694 <bsbObject type="BSBScrollNumber" version="2">
18695  <objectName>rectime</objectName>
18696  <x>541</x>
18697  <y>724</y>
18698  <width>77</width>
18699  <height>21</height>
18700  <uuid>{b8be62b1-403d-4762-9e1a-514c52422166}</uuid>
18701  <visible>true</visible>
18702  <midichan>0</midichan>
18703  <midicc>0</midicc>
18704  <alignment>center</alignment>
18705  <font>Lucida Grande</font>
18706  <fontsize>12</fontsize>
18707  <color>
18708   <r>0</r>
18709   <g>0</g>
18710   <b>0</b>
18711  </color>
18712  <bgcolor mode="background">
18713   <r>255</r>
18714   <g>230</g>
18715   <b>97</b>
18716  </bgcolor>
18717  <value>20.00000000</value>
18718  <resolution>1.00000000</resolution>
18719  <minimum>0.00000000</minimum>
18720  <maximum>3600.00000000</maximum>
18721  <bordermode>border</bordermode>
18722  <borderradius>5</borderradius>
18723  <borderwidth>1</borderwidth>
18724  <randomizable group="0">false</randomizable>
18725  <mouseControl act=""/>
18726 </bsbObject>
18727 <bsbObject type="BSBController" version="2">
18728  <objectName>LED_WRITE</objectName>
18729  <x>566</x>
18730  <y>697</y>
18731  <width>12</width>
18732  <height>12</height>
18733  <uuid>{1ccd072b-c074-4f22-977e-8d83d4283c40}</uuid>
18734  <visible>true</visible>
18735  <midichan>0</midichan>
18736  <midicc>0</midicc>
18737  <objectName2>LED_WRITE</objectName2>
18738  <xMin>0.00000000</xMin>
18739  <xMax>1.00000000</xMax>
18740  <yMin>0.00000000</yMin>
18741  <yMax>1.00000000</yMax>
18742  <xValue>0.00000000</xValue>
18743  <yValue>0.00000000</yValue>
18744  <type>fill</type>
18745  <pointsize>1</pointsize>
18746  <fadeSpeed>0.00000000</fadeSpeed>
18747  <mouseControl act="press">jump</mouseControl>
18748  <color>
18749   <r>255</r>
18750   <g>0</g>
18751   <b>0</b>
18752  </color>
18753  <randomizable group="0" mode="both">false</randomizable>
18754  <bgcolor>
18755   <r>0</r>
18756   <g>0</g>
18757   <b>0</b>
18758  </bgcolor>
18759 </bsbObject>
18760 <bsbObject type="BSBDisplay" version="2">
18761  <objectName>DisplayTime</objectName>
18762  <x>535</x>
18763  <y>780</y>
18764  <width>79</width>
18765  <height>24</height>
18766  <uuid>{37b1e989-9bff-4d98-b6d4-95326b525f42}</uuid>
18767  <visible>true</visible>
18768  <midichan>0</midichan>
18769  <midicc>0</midicc>
18770  <label>19.992</label>
18771  <alignment>center</alignment>
18772  <font>Lucida Grande</font>
18773  <fontsize>10</fontsize>
18774  <precision>3</precision>
18775  <color>
18776   <r>0</r>
18777   <g>0</g>
18778   <b>0</b>
18779  </color>
18780  <bgcolor mode="background">
18781   <r>0</r>
18782   <g>255</g>
18783   <b>255</b>
18784  </bgcolor>
18785  <bordermode>border</bordermode>
18786  <borderradius>5</borderradius>
18787  <borderwidth>1</borderwidth>
18788 </bsbObject>
18789 <bsbObject type="BSBController" version="2">
18790  <objectName>rectimedisp</objectName>
18791  <x>511</x>
18792  <y>765</y>
18793  <width>136</width>
18794  <height>9</height>
18795  <uuid>{26b99f3a-4b08-4991-8271-18be2527fc06}</uuid>
18796  <visible>true</visible>
18797  <midichan>0</midichan>
18798  <midicc>-3</midicc>
18799  <objectName2>vert499</objectName2>
18800  <xMin>0.00000000</xMin>
18801  <xMax>1.00000000</xMax>
18802  <yMin>0.00000000</yMin>
18803  <yMax>1.00000000</yMax>
18804  <xValue>0.00000000</xValue>
18805  <yValue>0.00000000</yValue>
18806  <type>fill</type>
18807  <pointsize>1</pointsize>
18808  <fadeSpeed>0.00000000</fadeSpeed>
18809  <mouseControl act="press">jump</mouseControl>
18810  <color>
18811   <r>0</r>
18812   <g>255</g>
18813   <b>255</b>
18814  </color>
18815  <randomizable group="0" mode="both">false</randomizable>
18816  <bgcolor>
18817   <r>0</r>
18818   <g>0</g>
18819   <b>0</b>
18820  </bgcolor>
18821 </bsbObject>
18822 <bsbObject type="BSBButton" version="2">
18823  <objectName>button1</objectName>
18824  <x>588</x>
18825  <y>690</y>
18826  <width>50</width>
18827  <height>25</height>
18828  <uuid>{f7f107a3-7708-4e72-93b9-af57ac0d6642}</uuid>
18829  <visible>true</visible>
18830  <midichan>0</midichan>
18831  <midicc>0</midicc>
18832  <type>event</type>
18833  <pressedValue>1.00000000</pressedValue>
18834  <stringvalue/>
18835  <text>Stop</text>
18836  <image>/</image>
18837  <eventLine>i961 0 1</eventLine>
18838  <latch>false</latch>
18839  <latched>true</latched>
18840 </bsbObject>
18841 <bsbObject type="BSBLabel" version="2">
18842  <objectName/>
18843  <x>615</x>
18844  <y>723</y>
18845  <width>30</width>
18846  <height>22</height>
18847  <uuid>{62a5de70-eb52-40e3-afc2-28059bfdab27}</uuid>
18848  <visible>true</visible>
18849  <midichan>0</midichan>
18850  <midicc>0</midicc>
18851  <label>sec</label>
18852  <alignment>left</alignment>
18853  <font>Lucida Grande</font>
18854  <fontsize>12</fontsize>
18855  <precision>3</precision>
18856  <color>
18857   <r>0</r>
18858   <g>0</g>
18859   <b>0</b>
18860  </color>
18861  <bgcolor mode="nobackground">
18862   <r>255</r>
18863   <g>255</g>
18864   <b>255</b>
18865  </bgcolor>
18866  <bordermode>noborder</bordermode>
18867  <borderradius>1</borderradius>
18868  <borderwidth>1</borderwidth>
18869 </bsbObject>
18870 <bsbObject type="BSBLabel" version="2">
18871  <objectName/>
18872  <x>530</x>
18873  <y>745</y>
18874  <width>103</width>
18875  <height>21</height>
18876  <uuid>{128c9907-b88b-4d3a-976f-1248fa9d2571}</uuid>
18877  <visible>true</visible>
18878  <midichan>0</midichan>
18879  <midicc>0</midicc>
18880  <label>RecTime</label>
18881  <alignment>center</alignment>
18882  <font>Lucida Grande</font>
18883  <fontsize>10</fontsize>
18884  <precision>3</precision>
18885  <color>
18886   <r>0</r>
18887   <g>0</g>
18888   <b>0</b>
18889  </color>
18890  <bgcolor mode="nobackground">
18891   <r>255</r>
18892   <g>255</g>
18893   <b>255</b>
18894  </bgcolor>
18895  <bordermode>noborder</bordermode>
18896  <borderradius>1</borderradius>
18897  <borderwidth>1</borderwidth>
18898 </bsbObject>
18899 <bsbObject type="BSBButton" version="2">
18900  <objectName>button1</objectName>
18901  <x>1220</x>
18902  <y>296</y>
18903  <width>82</width>
18904  <height>25</height>
18905  <uuid>{a2bbbbbf-433d-4661-9061-b272524452af}</uuid>
18906  <visible>true</visible>
18907  <midichan>0</midichan>
18908  <midicc>0</midicc>
18909  <type>event</type>
18910  <pressedValue>1.00000000</pressedValue>
18911  <stringvalue/>
18912  <text> Start Seq</text>
18913  <image>/</image>
18914  <eventLine>i970 0 3600</eventLine>
18915  <latch>false</latch>
18916  <latched>true</latched>
18917 </bsbObject>
18918 <bsbObject type="BSBController" version="2">
18919  <objectName>ledseq</objectName>
18920  <x>1115</x>
18921  <y>350</y>
18922  <width>104</width>
18923  <height>5</height>
18924  <uuid>{5ec00ee9-8b8c-451f-b69d-e4c8b27e3991}</uuid>
18925  <visible>true</visible>
18926  <midichan>0</midichan>
18927  <midicc>0</midicc>
18928  <objectName2>vert505</objectName2>
18929  <xMin>0.00000000</xMin>
18930  <xMax>1.00000000</xMax>
18931  <yMin>0.00000000</yMin>
18932  <yMax>1.00000000</yMax>
18933  <xValue>0.00000000</xValue>
18934  <yValue>0.70000000</yValue>
18935  <type>fill</type>
18936  <pointsize>1</pointsize>
18937  <fadeSpeed>0.00000000</fadeSpeed>
18938  <mouseControl act="press">jump</mouseControl>
18939  <color>
18940   <r>255</r>
18941   <g>0</g>
18942   <b>0</b>
18943  </color>
18944  <randomizable group="0" mode="both">false</randomizable>
18945  <bgcolor>
18946   <r>0</r>
18947   <g>0</g>
18948   <b>0</b>
18949  </bgcolor>
18950 </bsbObject>
18951 <bsbObject type="BSBController" version="2">
18952  <objectName>ledton</objectName>
18953  <x>1091</x>
18954  <y>350</y>
18955  <width>23</width>
18956  <height>5</height>
18957  <uuid>{1fd49133-263e-4cf3-9269-670cf0696b49}</uuid>
18958  <visible>true</visible>
18959  <midichan>0</midichan>
18960  <midicc>0</midicc>
18961  <objectName2>vert505</objectName2>
18962  <xMin>0.00000000</xMin>
18963  <xMax>1.00000000</xMax>
18964  <yMin>0.00000000</yMin>
18965  <yMax>1.00000000</yMax>
18966  <xValue>0.00000000</xValue>
18967  <yValue>0.70000000</yValue>
18968  <type>fill</type>
18969  <pointsize>1</pointsize>
18970  <fadeSpeed>0.00000000</fadeSpeed>
18971  <mouseControl act="press">jump</mouseControl>
18972  <color>
18973   <r>0</r>
18974   <g>255</g>
18975   <b>128</b>
18976  </color>
18977  <randomizable group="0" mode="both">false</randomizable>
18978  <bgcolor>
18979   <r>0</r>
18980   <g>0</g>
18981   <b>0</b>
18982  </bgcolor>
18983 </bsbObject>
18984 <bsbObject type="BSBButton" version="2">
18985  <objectName>button1</objectName>
18986  <x>1352</x>
18987  <y>297</y>
18988  <width>74</width>
18989  <height>25</height>
18990  <uuid>{a83da1f0-11f9-43e1-848d-56f53417d434}</uuid>
18991  <visible>true</visible>
18992  <midichan>0</midichan>
18993  <midicc>0</midicc>
18994  <type>event</type>
18995  <pressedValue>1.00000000</pressedValue>
18996  <stringvalue/>
18997  <text>Halt Seq</text>
18998  <image>/</image>
18999  <eventLine>i971 0 1</eventLine>
19000  <latch>false</latch>
19001  <latched>true</latched>
19002 </bsbObject>
19003 <bsbObject type="BSBButton" version="2">
19004  <objectName>button1</objectName>
19005  <x>1354</x>
19006  <y>380</y>
19007  <width>78</width>
19008  <height>28</height>
19009  <uuid>{2ed98655-8698-407c-baa9-d86ec0e0a03c}</uuid>
19010  <visible>true</visible>
19011  <midichan>0</midichan>
19012  <midicc>0</midicc>
19013  <type>event</type>
19014  <pressedValue>1.00000000</pressedValue>
19015  <stringvalue/>
19016  <text>Load Seq</text>
19017  <image>/</image>
19018  <eventLine>i972 0 1</eventLine>
19019  <latch>false</latch>
19020  <latched>true</latched>
19021 </bsbObject>
19022 <bsbObject type="BSBButton" version="2">
19023  <objectName>button1</objectName>
19024  <x>1224</x>
19025  <y>380</y>
19026  <width>78</width>
19027  <height>28</height>
19028  <uuid>{f9634069-6c10-4295-9cda-91b30f526e04}</uuid>
19029  <visible>true</visible>
19030  <midichan>0</midichan>
19031  <midicc>0</midicc>
19032  <type>event</type>
19033  <pressedValue>1.00000000</pressedValue>
19034  <stringvalue/>
19035  <text>Save Seq</text>
19036  <image>/</image>
19037  <eventLine>i973 0 1</eventLine>
19038  <latch>false</latch>
19039  <latched>true</latched>
19040 </bsbObject>
19041 <bsbObject type="BSBButton" version="2">
19042  <objectName>button1</objectName>
19043  <x>1355</x>
19044  <y>417</y>
19045  <width>71</width>
19046  <height>23</height>
19047  <uuid>{24127d80-f240-436d-8c28-371dbbfec4ba}</uuid>
19048  <visible>true</visible>
19049  <midichan>0</midichan>
19050  <midicc>0</midicc>
19051  <type>event</type>
19052  <pressedValue>1.00000000</pressedValue>
19053  <stringvalue/>
19054  <text>Add</text>
19055  <image>/</image>
19056  <eventLine>i980 0 1</eventLine>
19057  <latch>false</latch>
19058  <latched>true</latched>
19059 </bsbObject>
19060 <bsbObject type="BSBCheckBox" version="2">
19061  <objectName>ADSYN</objectName>
19062  <x>539</x>
19063  <y>461</y>
19064  <width>20</width>
19065  <height>20</height>
19066  <uuid>{a4110ed2-d473-4514-85ef-433b3dec5e21}</uuid>
19067  <visible>true</visible>
19068  <midichan>0</midichan>
19069  <midicc>-3</midicc>
19070  <selected>false</selected>
19071  <label/>
19072  <pressedValue>1</pressedValue>
19073  <randomizable group="0">false</randomizable>
19074 </bsbObject>
19075 <bsbObject type="BSBButton" version="2">
19076  <objectName>_Browse2</objectName>
19077  <x>1094</x>
19078  <y>381</y>
19079  <width>72</width>
19080  <height>30</height>
19081  <uuid>{1aa01640-4512-47b4-aae7-b7fddc61e4d0}</uuid>
19082  <visible>true</visible>
19083  <midichan>0</midichan>
19084  <midicc>0</midicc>
19085  <type>value</type>
19086  <pressedValue>1.00000000</pressedValue>
19087  <stringvalue>/Users/eug/Documents/CSD/Stria/EUGSEQ_new.txt</stringvalue>
19088  <text>Browse</text>
19089  <image>/</image>
19090  <eventLine/>
19091  <latch>false</latch>
19092  <latched>false</latched>
19093 </bsbObject>
19094 <bsbObject type="BSBDisplay" version="2">
19095  <objectName>readend</objectName>
19096  <x>1141</x>
19097  <y>467</y>
19098  <width>44</width>
19099  <height>21</height>
19100  <uuid>{04f186ef-53e1-4b58-bcd9-c426ef04c072}</uuid>
19101  <visible>true</visible>
19102  <midichan>0</midichan>
19103  <midicc>0</midicc>
19104  <label>1.000</label>
19105  <alignment>left</alignment>
19106  <font>Lucida Grande</font>
19107  <fontsize>10</fontsize>
19108  <precision>3</precision>
19109  <color>
19110   <r>0</r>
19111   <g>0</g>
19112   <b>0</b>
19113  </color>
19114  <bgcolor mode="background">
19115   <r>102</r>
19116   <g>255</g>
19117   <b>204</b>
19118  </bgcolor>
19119  <bordermode>noborder</bordermode>
19120  <borderradius>3</borderradius>
19121  <borderwidth>1</borderwidth>
19122 </bsbObject>
19123 <bsbObject type="BSBDisplay" version="2">
19124  <objectName>readton</objectName>
19125  <x>1186</x>
19126  <y>467</y>
19127  <width>46</width>
19128  <height>21</height>
19129  <uuid>{e6886748-0a01-4848-9bc6-3231f1a3621c}</uuid>
19130  <visible>true</visible>
19131  <midichan>0</midichan>
19132  <midicc>0</midicc>
19133  <label>1.000</label>
19134  <alignment>center</alignment>
19135  <font>Lucida Grande</font>
19136  <fontsize>10</fontsize>
19137  <precision>3</precision>
19138  <color>
19139   <r>0</r>
19140   <g>0</g>
19141   <b>0</b>
19142  </color>
19143  <bgcolor mode="background">
19144   <r>255</r>
19145   <g>204</g>
19146   <b>102</b>
19147  </bgcolor>
19148  <bordermode>noborder</bordermode>
19149  <borderradius>3</borderradius>
19150  <borderwidth>1</borderwidth>
19151 </bsbObject>
19152 <bsbObject type="BSBDisplay" version="2">
19153  <objectName>readsnap</objectName>
19154  <x>1233</x>
19155  <y>467</y>
19156  <width>44</width>
19157  <height>21</height>
19158  <uuid>{5ffb1ede-547d-44a7-bd27-27bcf4327cd1}</uuid>
19159  <visible>true</visible>
19160  <midichan>0</midichan>
19161  <midicc>0</midicc>
19162  <label>1.000</label>
19163  <alignment>center</alignment>
19164  <font>Lucida Grande</font>
19165  <fontsize>10</fontsize>
19166  <precision>3</precision>
19167  <color>
19168   <r>0</r>
19169   <g>0</g>
19170   <b>0</b>
19171  </color>
19172  <bgcolor mode="background">
19173   <r>204</r>
19174   <g>204</g>
19175   <b>204</b>
19176  </bgcolor>
19177  <bordermode>noborder</bordermode>
19178  <borderradius>3</borderradius>
19179  <borderwidth>1</borderwidth>
19180 </bsbObject>
19181 <bsbObject type="BSBDisplay" version="2">
19182  <objectName>readttran</objectName>
19183  <x>1278</x>
19184  <y>467</y>
19185  <width>46</width>
19186  <height>21</height>
19187  <uuid>{00fce5c5-3c03-4ab1-a104-a14fe3629afa}</uuid>
19188  <visible>true</visible>
19189  <midichan>0</midichan>
19190  <midicc>0</midicc>
19191  <label>1.000</label>
19192  <alignment>left</alignment>
19193  <font>Lucida Grande</font>
19194  <fontsize>10</fontsize>
19195  <precision>3</precision>
19196  <color>
19197   <r>0</r>
19198   <g>0</g>
19199   <b>0</b>
19200  </color>
19201  <bgcolor mode="background">
19202   <r>128</r>
19203   <g>128</g>
19204   <b>0</b>
19205  </bgcolor>
19206  <bordermode>noborder</bordermode>
19207  <borderradius>3</borderradius>
19208  <borderwidth>1</borderwidth>
19209 </bsbObject>
19210 <bsbObject type="BSBSpinBox" version="2">
19211  <objectName>readindex</objectName>
19212  <x>1106</x>
19213  <y>466</y>
19214  <width>36</width>
19215  <height>25</height>
19216  <uuid>{16e4955d-a3b6-4012-a4ec-ff9a7234f21c}</uuid>
19217  <visible>true</visible>
19218  <midichan>0</midichan>
19219  <midicc>0</midicc>
19220  <alignment>left</alignment>
19221  <font>Lucida Grande</font>
19222  <fontsize>10</fontsize>
19223  <color>
19224   <r>0</r>
19225   <g>0</g>
19226   <b>0</b>
19227  </color>
19228  <bgcolor mode="nobackground">
19229   <r>255</r>
19230   <g>255</g>
19231   <b>255</b>
19232  </bgcolor>
19233  <resolution>1.00000000</resolution>
19234  <minimum>0</minimum>
19235  <maximum>99</maximum>
19236  <randomizable group="0">false</randomizable>
19237  <value>16</value>
19238 </bsbObject>
19239 <bsbObject type="BSBDisplay" version="2">
19240  <objectName>readtype</objectName>
19241  <x>1325</x>
19242  <y>467</y>
19243  <width>46</width>
19244  <height>21</height>
19245  <uuid>{a9c8025d-1d2c-4af7-98d2-c12fed91c805}</uuid>
19246  <visible>true</visible>
19247  <midichan>0</midichan>
19248  <midicc>0</midicc>
19249  <label>1.000</label>
19250  <alignment>left</alignment>
19251  <font>Lucida Grande</font>
19252  <fontsize>10</fontsize>
19253  <precision>3</precision>
19254  <color>
19255   <r>0</r>
19256   <g>0</g>
19257   <b>0</b>
19258  </color>
19259  <bgcolor mode="background">
19260   <r>102</r>
19261   <g>153</g>
19262   <b>255</b>
19263  </bgcolor>
19264  <bordermode>noborder</bordermode>
19265  <borderradius>3</borderradius>
19266  <borderwidth>1</borderwidth>
19267 </bsbObject>
19268 <bsbObject type="BSBLabel" version="2">
19269  <objectName/>
19270  <x>1135</x>
19271  <y>502</y>
19272  <width>56</width>
19273  <height>22</height>
19274  <uuid>{f415c1f3-07f6-4999-a079-d70b793910f5}</uuid>
19275  <visible>true</visible>
19276  <midichan>0</midichan>
19277  <midicc>0</midicc>
19278  <label>Run/Stop</label>
19279  <alignment>center</alignment>
19280  <font>Lucida Grande</font>
19281  <fontsize>9</fontsize>
19282  <precision>3</precision>
19283  <color>
19284   <r>255</r>
19285   <g>255</g>
19286   <b>255</b>
19287  </color>
19288  <bgcolor mode="nobackground">
19289   <r>255</r>
19290   <g>255</g>
19291   <b>255</b>
19292  </bgcolor>
19293  <bordermode>noborder</bordermode>
19294  <borderradius>1</borderradius>
19295  <borderwidth>1</borderwidth>
19296 </bsbObject>
19297 <bsbObject type="BSBLabel" version="2">
19298  <objectName/>
19299  <x>1192</x>
19300  <y>502</y>
19301  <width>36</width>
19302  <height>20</height>
19303  <uuid>{e0955066-6db4-4145-8c43-b674d6a5d396}</uuid>
19304  <visible>true</visible>
19305  <midichan>0</midichan>
19306  <midicc>0</midicc>
19307  <label>Hold</label>
19308  <alignment>center</alignment>
19309  <font>Lucida Grande</font>
19310  <fontsize>9</fontsize>
19311  <precision>3</precision>
19312  <color>
19313   <r>255</r>
19314   <g>255</g>
19315   <b>255</b>
19316  </color>
19317  <bgcolor mode="nobackground">
19318   <r>255</r>
19319   <g>255</g>
19320   <b>255</b>
19321  </bgcolor>
19322  <bordermode>noborder</bordermode>
19323  <borderradius>1</borderradius>
19324  <borderwidth>1</borderwidth>
19325 </bsbObject>
19326 <bsbObject type="BSBLabel" version="2">
19327  <objectName/>
19328  <x>1236</x>
19329  <y>502</y>
19330  <width>41</width>
19331  <height>23</height>
19332  <uuid>{84c87fe5-815b-4aa7-bb3d-ae782e1cc062}</uuid>
19333  <visible>true</visible>
19334  <midichan>0</midichan>
19335  <midicc>0</midicc>
19336  <label>Snap</label>
19337  <alignment>center</alignment>
19338  <font>Lucida Grande</font>
19339  <fontsize>9</fontsize>
19340  <precision>3</precision>
19341  <color>
19342   <r>255</r>
19343   <g>255</g>
19344   <b>255</b>
19345  </color>
19346  <bgcolor mode="nobackground">
19347   <r>255</r>
19348   <g>255</g>
19349   <b>255</b>
19350  </bgcolor>
19351  <bordermode>noborder</bordermode>
19352  <borderradius>1</borderradius>
19353  <borderwidth>1</borderwidth>
19354 </bsbObject>
19355 <bsbObject type="BSBLabel" version="2">
19356  <objectName/>
19357  <x>1283</x>
19358  <y>502</y>
19359  <width>42</width>
19360  <height>23</height>
19361  <uuid>{a4863738-0a75-45f7-be55-fe7ffb59c9a7}</uuid>
19362  <visible>true</visible>
19363  <midichan>0</midichan>
19364  <midicc>0</midicc>
19365  <label>Tmrph</label>
19366  <alignment>center</alignment>
19367  <font>Lucida Grande</font>
19368  <fontsize>9</fontsize>
19369  <precision>3</precision>
19370  <color>
19371   <r>255</r>
19372   <g>255</g>
19373   <b>255</b>
19374  </color>
19375  <bgcolor mode="nobackground">
19376   <r>255</r>
19377   <g>255</g>
19378   <b>255</b>
19379  </bgcolor>
19380  <bordermode>noborder</bordermode>
19381  <borderradius>1</borderradius>
19382  <borderwidth>1</borderwidth>
19383 </bsbObject>
19384 <bsbObject type="BSBLabel" version="2">
19385  <objectName/>
19386  <x>1328</x>
19387  <y>502</y>
19388  <width>41</width>
19389  <height>23</height>
19390  <uuid>{c2ff49a2-248c-4730-b829-f413d4937af8}</uuid>
19391  <visible>true</visible>
19392  <midichan>0</midichan>
19393  <midicc>0</midicc>
19394  <label>Type</label>
19395  <alignment>center</alignment>
19396  <font>Lucida Grande</font>
19397  <fontsize>9</fontsize>
19398  <precision>3</precision>
19399  <color>
19400   <r>255</r>
19401   <g>255</g>
19402   <b>255</b>
19403  </color>
19404  <bgcolor mode="nobackground">
19405   <r>255</r>
19406   <g>255</g>
19407   <b>255</b>
19408  </bgcolor>
19409  <bordermode>noborder</bordermode>
19410  <borderradius>1</borderradius>
19411  <borderwidth>1</borderwidth>
19412 </bsbObject>
19413 <bsbObject type="BSBSpinBox" version="2">
19414  <objectName>ratio</objectName>
19415  <x>390</x>
19416  <y>68</y>
19417  <width>64</width>
19418  <height>25</height>
19419  <uuid>{837da043-443b-4fbe-8666-d69be0756530}</uuid>
19420  <visible>true</visible>
19421  <midichan>0</midichan>
19422  <midicc>0</midicc>
19423  <alignment>left</alignment>
19424  <font>Arial</font>
19425  <fontsize>10</fontsize>
19426  <color>
19427   <r>0</r>
19428   <g>0</g>
19429   <b>0</b>
19430  </color>
19431  <bgcolor mode="background">
19432   <r>179</r>
19433   <g>179</g>
19434   <b>179</b>
19435  </bgcolor>
19436  <resolution>0.00100000</resolution>
19437  <minimum>1.011</minimum>
19438  <maximum>2</maximum>
19439  <randomizable group="0">false</randomizable>
19440  <value>1.011</value>
19441 </bsbObject>
19442 <bsbObject type="BSBSpinBox" version="2">
19443  <objectName>num</objectName>
19444  <x>460</x>
19445  <y>68</y>
19446  <width>64</width>
19447  <height>25</height>
19448  <uuid>{7dfe2d1d-b3cc-4b1f-b686-dec085231606}</uuid>
19449  <visible>true</visible>
19450  <midichan>0</midichan>
19451  <midicc>0</midicc>
19452  <alignment>left</alignment>
19453  <font>Arial</font>
19454  <fontsize>10</fontsize>
19455  <color>
19456   <r>0</r>
19457   <g>0</g>
19458   <b>0</b>
19459  </color>
19460  <bgcolor mode="background">
19461   <r>179</r>
19462   <g>179</g>
19463   <b>179</b>
19464  </bgcolor>
19465  <resolution>0.00100000</resolution>
19466  <minimum>1</minimum>
19467  <maximum>90</maximum>
19468  <randomizable group="0">false</randomizable>
19469  <value>6</value>
19470 </bsbObject>
19471 <bsbObject type="BSBSpinBox" version="2">
19472  <objectName>den</objectName>
19473  <x>462</x>
19474  <y>120</y>
19475  <width>64</width>
19476  <height>25</height>
19477  <uuid>{0725c926-bae8-4b92-821f-75fd90c57f35}</uuid>
19478  <visible>true</visible>
19479  <midichan>0</midichan>
19480  <midicc>0</midicc>
19481  <alignment>left</alignment>
19482  <font>Arial</font>
19483  <fontsize>10</fontsize>
19484  <color>
19485   <r>0</r>
19486   <g>0</g>
19487   <b>0</b>
19488  </color>
19489  <bgcolor mode="background">
19490   <r>179</r>
19491   <g>179</g>
19492   <b>179</b>
19493  </bgcolor>
19494  <resolution>0.00100000</resolution>
19495  <minimum>1</minimum>
19496  <maximum>90</maximum>
19497  <randomizable group="0">false</randomizable>
19498  <value>4.9</value>
19499 </bsbObject>
19500 <bsbObject type="BSBSpinBox" version="2">
19501  <objectName>outf</objectName>
19502  <x>543</x>
19503  <y>67</y>
19504  <width>67</width>
19505  <height>26</height>
19506  <uuid>{7bb0aae7-f218-4d36-a997-6a7b58f04a1d}</uuid>
19507  <visible>true</visible>
19508  <midichan>0</midichan>
19509  <midicc>0</midicc>
19510  <alignment>left</alignment>
19511  <font>Arial</font>
19512  <fontsize>10</fontsize>
19513  <color>
19514   <r>0</r>
19515   <g>0</g>
19516   <b>0</b>
19517  </color>
19518  <bgcolor mode="background">
19519   <r>179</r>
19520   <g>179</g>
19521   <b>179</b>
19522  </bgcolor>
19523  <resolution>0.00100000</resolution>
19524  <minimum>50</minimum>
19525  <maximum>400</maximum>
19526  <randomizable group="0">false</randomizable>
19527  <value>91.9</value>
19528 </bsbObject>
19529 <bsbObject type="BSBVSlider" version="2">
19530  <objectName>outf</objectName>
19531  <x>559</x>
19532  <y>92</y>
19533  <width>18</width>
19534  <height>142</height>
19535  <uuid>{d60f7c25-9c76-4930-a7c3-e4a1c988f95a}</uuid>
19536  <visible>true</visible>
19537  <midichan>0</midichan>
19538  <midicc>0</midicc>
19539  <minimum>50.00000000</minimum>
19540  <maximum>400.00000000</maximum>
19541  <value>91.90000000</value>
19542  <mode>lin</mode>
19543  <mouseControl act="jump">continuous</mouseControl>
19544  <resolution>-1.00000000</resolution>
19545  <randomizable group="0">false</randomizable>
19546 </bsbObject>
19547 <bsbObject type="BSBSpinBox" version="2">
19548  <objectName>ffund</objectName>
19549  <x>792</x>
19550  <y>70</y>
19551  <width>65</width>
19552  <height>25</height>
19553  <uuid>{f5784961-dcaa-4e3e-965f-fe9875bbd87e}</uuid>
19554  <visible>true</visible>
19555  <midichan>0</midichan>
19556  <midicc>0</midicc>
19557  <alignment>left</alignment>
19558  <font>Arial</font>
19559  <fontsize>10</fontsize>
19560  <color>
19561   <r>0</r>
19562   <g>0</g>
19563   <b>0</b>
19564  </color>
19565  <bgcolor mode="background">
19566   <r>179</r>
19567   <g>179</g>
19568   <b>179</b>
19569  </bgcolor>
19570  <resolution>0.00100000</resolution>
19571  <minimum>1</minimum>
19572  <maximum>400</maximum>
19573  <randomizable group="0">false</randomizable>
19574  <value>56.4167</value>
19575 </bsbObject>
19576 <bsbObject type="BSBSpinBox" version="2">
19577  <objectName>exp</objectName>
19578  <x>857</x>
19579  <y>70</y>
19580  <width>64</width>
19581  <height>25</height>
19582  <uuid>{d0067cb0-6c36-47f2-b022-23fc76f0433d}</uuid>
19583  <visible>true</visible>
19584  <midichan>0</midichan>
19585  <midicc>0</midicc>
19586  <alignment>left</alignment>
19587  <font>Arial</font>
19588  <fontsize>10</fontsize>
19589  <color>
19590   <r>0</r>
19591   <g>0</g>
19592   <b>0</b>
19593  </color>
19594  <bgcolor mode="background">
19595   <r>179</r>
19596   <g>179</g>
19597   <b>179</b>
19598  </bgcolor>
19599  <resolution>0.00100000</resolution>
19600  <minimum>-0.01</minimum>
19601  <maximum>0.01</maximum>
19602  <randomizable group="0">false</randomizable>
19603  <value>0.000986</value>
19604 </bsbObject>
19605 <bsbObject type="BSBButton" version="2">
19606  <objectName>_Browse3</objectName>
19607  <x>503</x>
19608  <y>805</y>
19609  <width>138</width>
19610  <height>27</height>
19611  <uuid>{ce236138-7abb-476e-9bfc-f8759a3a30c7}</uuid>
19612  <visible>true</visible>
19613  <midichan>0</midichan>
19614  <midicc>0</midicc>
19615  <type>value</type>
19616  <pressedValue>1.00000000</pressedValue>
19617  <stringvalue>/Users/eug/Documents/CSD/recordSTRIA.wav</stringvalue>
19618  <text>Browse Soundfile</text>
19619  <image>/</image>
19620  <eventLine/>
19621  <latch>false</latch>
19622  <latched>false</latched>
19623 </bsbObject>
19624 <bsbObject type="BSBScrollNumber" version="2">
19625  <objectName>in_readend</objectName>
19626  <x>1140</x>
19627  <y>491</y>
19628  <width>44</width>
19629  <height>17</height>
19630  <uuid>{28de78f2-4452-4f4b-940f-863714f2e994}</uuid>
19631  <visible>true</visible>
19632  <midichan>0</midichan>
19633  <midicc>0</midicc>
19634  <alignment>center</alignment>
19635  <font>Arial</font>
19636  <fontsize>10</fontsize>
19637  <color>
19638   <r>0</r>
19639   <g>0</g>
19640   <b>0</b>
19641  </color>
19642  <bgcolor mode="background">
19643   <r>255</r>
19644   <g>255</g>
19645   <b>255</b>
19646  </bgcolor>
19647  <value>0.00000000</value>
19648  <resolution>1.00000000</resolution>
19649  <minimum>0.00000000</minimum>
19650  <maximum>1.00000000</maximum>
19651  <bordermode>border</bordermode>
19652  <borderradius>4</borderradius>
19653  <borderwidth>1</borderwidth>
19654  <randomizable group="0">false</randomizable>
19655  <mouseControl act=""/>
19656 </bsbObject>
19657 <bsbObject type="BSBScrollNumber" version="2">
19658  <objectName>in_readton</objectName>
19659  <x>1186</x>
19660  <y>491</y>
19661  <width>44</width>
19662  <height>17</height>
19663  <uuid>{21665e42-e5dc-476f-b782-1318675aa4c9}</uuid>
19664  <visible>true</visible>
19665  <midichan>0</midichan>
19666  <midicc>0</midicc>
19667  <alignment>center</alignment>
19668  <font>Arial</font>
19669  <fontsize>10</fontsize>
19670  <color>
19671   <r>0</r>
19672   <g>0</g>
19673   <b>0</b>
19674  </color>
19675  <bgcolor mode="background">
19676   <r>255</r>
19677   <g>255</g>
19678   <b>255</b>
19679  </bgcolor>
19680  <value>0.00000000</value>
19681  <resolution>0.10000000</resolution>
19682  <minimum>0.00000000</minimum>
19683  <maximum>60.00000000</maximum>
19684  <bordermode>border</bordermode>
19685  <borderradius>4</borderradius>
19686  <borderwidth>1</borderwidth>
19687  <randomizable group="0">false</randomizable>
19688  <mouseControl act=""/>
19689 </bsbObject>
19690 <bsbObject type="BSBScrollNumber" version="2">
19691  <objectName>in_readsnap</objectName>
19692  <x>1232</x>
19693  <y>491</y>
19694  <width>44</width>
19695  <height>17</height>
19696  <uuid>{fdd5edcf-5181-4266-ae2e-b89a48ca9d6d}</uuid>
19697  <visible>true</visible>
19698  <midichan>0</midichan>
19699  <midicc>0</midicc>
19700  <alignment>center</alignment>
19701  <font>Arial</font>
19702  <fontsize>10</fontsize>
19703  <color>
19704   <r>0</r>
19705   <g>0</g>
19706   <b>0</b>
19707  </color>
19708  <bgcolor mode="background">
19709   <r>255</r>
19710   <g>255</g>
19711   <b>255</b>
19712  </bgcolor>
19713  <value>3.00000000</value>
19714  <resolution>1.00000000</resolution>
19715  <minimum>1.00000000</minimum>
19716  <maximum>48.00000000</maximum>
19717  <bordermode>border</bordermode>
19718  <borderradius>4</borderradius>
19719  <borderwidth>1</borderwidth>
19720  <randomizable group="0">false</randomizable>
19721  <mouseControl act=""/>
19722 </bsbObject>
19723 <bsbObject type="BSBScrollNumber" version="2">
19724  <objectName>in_readtran</objectName>
19725  <x>1277</x>
19726  <y>491</y>
19727  <width>46</width>
19728  <height>17</height>
19729  <uuid>{9620189d-d9e0-430d-9651-9bd3ad23395e}</uuid>
19730  <visible>true</visible>
19731  <midichan>0</midichan>
19732  <midicc>0</midicc>
19733  <alignment>center</alignment>
19734  <font>Arial</font>
19735  <fontsize>10</fontsize>
19736  <color>
19737   <r>0</r>
19738   <g>0</g>
19739   <b>0</b>
19740  </color>
19741  <bgcolor mode="background">
19742   <r>255</r>
19743   <g>255</g>
19744   <b>255</b>
19745  </bgcolor>
19746  <value>10.00000000</value>
19747  <resolution>0.10000000</resolution>
19748  <minimum>0.10000000</minimum>
19749  <maximum>60.00000000</maximum>
19750  <bordermode>border</bordermode>
19751  <borderradius>4</borderradius>
19752  <borderwidth>1</borderwidth>
19753  <randomizable group="0">false</randomizable>
19754  <mouseControl act=""/>
19755 </bsbObject>
19756 <bsbObject type="BSBScrollNumber" version="2">
19757  <objectName>in_readtype</objectName>
19758  <x>1324</x>
19759  <y>491</y>
19760  <width>45</width>
19761  <height>17</height>
19762  <uuid>{c8af1296-b752-4b15-b4f1-b41995a76e45}</uuid>
19763  <visible>true</visible>
19764  <midichan>0</midichan>
19765  <midicc>0</midicc>
19766  <alignment>center</alignment>
19767  <font>Arial</font>
19768  <fontsize>10</fontsize>
19769  <color>
19770   <r>0</r>
19771   <g>0</g>
19772   <b>0</b>
19773  </color>
19774  <bgcolor mode="background">
19775   <r>255</r>
19776   <g>255</g>
19777   <b>255</b>
19778  </bgcolor>
19779  <value>2.00000000</value>
19780  <resolution>0.10000000</resolution>
19781  <minimum>-5.00000000</minimum>
19782  <maximum>5.00000000</maximum>
19783  <bordermode>border</bordermode>
19784  <borderradius>4</borderradius>
19785  <borderwidth>1</borderwidth>
19786  <randomizable group="0">false</randomizable>
19787  <mouseControl act=""/>
19788 </bsbObject>
19789 <bsbObject type="BSBSpinBox" version="2">
19790  <objectName>FIB_Start</objectName>
19791  <x>391</x>
19792  <y>299</y>
19793  <width>72</width>
19794  <height>24</height>
19795  <uuid>{4bb49b5c-a276-4ca2-ae1d-a9ca97f844e2}</uuid>
19796  <visible>true</visible>
19797  <midichan>0</midichan>
19798  <midicc>0</midicc>
19799  <alignment>center</alignment>
19800  <font>Arial</font>
19801  <fontsize>10</fontsize>
19802  <color>
19803   <r>0</r>
19804   <g>0</g>
19805   <b>0</b>
19806  </color>
19807  <bgcolor mode="nobackground">
19808   <r>255</r>
19809   <g>255</g>
19810   <b>255</b>
19811  </bgcolor>
19812  <resolution>1.00000000</resolution>
19813  <minimum>1</minimum>
19814  <maximum>50</maximum>
19815  <randomizable group="0">false</randomizable>
19816  <value>3</value>
19817 </bsbObject>
19818 <bsbObject type="BSBSpinBox" version="2">
19819  <objectName>FIB_Fund</objectName>
19820  <x>465</x>
19821  <y>299</y>
19822  <width>72</width>
19823  <height>24</height>
19824  <uuid>{e2bc5aa4-cbdb-4368-b59f-db179cc2e0af}</uuid>
19825  <visible>true</visible>
19826  <midichan>0</midichan>
19827  <midicc>0</midicc>
19828  <alignment>center</alignment>
19829  <font>Arial</font>
19830  <fontsize>10</fontsize>
19831  <color>
19832   <r>0</r>
19833   <g>0</g>
19834   <b>0</b>
19835  </color>
19836  <bgcolor mode="nobackground">
19837   <r>255</r>
19838   <g>255</g>
19839   <b>255</b>
19840  </bgcolor>
19841  <resolution>1.00000000</resolution>
19842  <minimum>1</minimum>
19843  <maximum>30</maximum>
19844  <randomizable group="0">false</randomizable>
19845  <value>13</value>
19846 </bsbObject>
19847 <bsbObject type="BSBButton" version="2">
19848  <objectName/>
19849  <x>135</x>
19850  <y>767</y>
19851  <width>108</width>
19852  <height>33</height>
19853  <uuid>{3057a1e5-1bac-4563-91b4-2fb6cc9aed63}</uuid>
19854  <visible>true</visible>
19855  <midichan>1</midichan>
19856  <midicc>99</midicc>
19857  <type>event</type>
19858  <pressedValue>1.00000000</pressedValue>
19859  <stringvalue/>
19860  <text>Gauss Shot</text>
19861  <image>/</image>
19862  <eventLine>i3 0 0.1</eventLine>
19863  <latch>false</latch>
19864  <latched>false</latched>
19865 </bsbObject>
19866 <bsbObject type="BSBButton" version="2">
19867  <objectName>button495</objectName>
19868  <x>916</x>
19869  <y>274</y>
19870  <width>124</width>
19871  <height>22</height>
19872  <uuid>{a3a903ec-7d67-4b2f-a770-c69646640a8b}</uuid>
19873  <visible>true</visible>
19874  <midichan>0</midichan>
19875  <midicc>0</midicc>
19876  <type>event</type>
19877  <pressedValue>1.00000000</pressedValue>
19878  <stringvalue/>
19879  <text>Clear MIDI Patch</text>
19880  <image>/</image>
19881  <eventLine>i5 0 -1</eventLine>
19882  <latch>false</latch>
19883  <latched>false</latched>
19884 </bsbObject>
19885 <bsbObject type="BSBSpinBox" version="2">
19886  <objectName>band</objectName>
19887  <x>318</x>
19888  <y>72</y>
19889  <width>65</width>
19890  <height>18</height>
19891  <uuid>{1c2ddb04-3a79-4e75-a4c9-fb3700c1fd5c}</uuid>
19892  <visible>true</visible>
19893  <midichan>0</midichan>
19894  <midicc>0</midicc>
19895  <alignment>left</alignment>
19896  <font>Arial</font>
19897  <fontsize>10</fontsize>
19898  <color>
19899   <r>0</r>
19900   <g>0</g>
19901   <b>0</b>
19902  </color>
19903  <bgcolor mode="nobackground">
19904   <r>255</r>
19905   <g>255</g>
19906   <b>255</b>
19907  </bgcolor>
19908  <resolution>0.00010000</resolution>
19909  <minimum>0.0001</minimum>
19910  <maximum>400</maximum>
19911  <randomizable group="0">false</randomizable>
19912  <value>0.1</value>
19913 </bsbObject>
19914 <bsbObject type="BSBSpinBox" version="2">
19915  <objectName>metronome</objectName>
19916  <x>1282</x>
19917  <y>340</y>
19918  <width>80</width>
19919  <height>25</height>
19920  <uuid>{427c0956-3071-4659-a273-541a2bf58740}</uuid>
19921  <visible>true</visible>
19922  <midichan>0</midichan>
19923  <midicc>0</midicc>
19924  <alignment>center</alignment>
19925  <font>Arial</font>
19926  <fontsize>10</fontsize>
19927  <color>
19928   <r>0</r>
19929   <g>0</g>
19930   <b>0</b>
19931  </color>
19932  <bgcolor mode="nobackground">
19933   <r>255</r>
19934   <g>255</g>
19935   <b>255</b>
19936  </bgcolor>
19937  <resolution>0.01000000</resolution>
19938  <minimum>0.1</minimum>
19939  <maximum>20</maximum>
19940  <randomizable group="0">false</randomizable>
19941  <value>2</value>
19942 </bsbObject>
19943 <bsbObject type="BSBLineEdit" version="2">
19944  <objectName>_Browse2</objectName>
19945  <x>1095</x>
19946  <y>542</y>
19947  <width>330</width>
19948  <height>24</height>
19949  <uuid>{69c51266-9ae9-499d-acff-f4da45ccb426}</uuid>
19950  <visible>true</visible>
19951  <midichan>0</midichan>
19952  <midicc>0</midicc>
19953  <label>/Users/eug/Documents/CSD/Stria/EUGSEQ_new.txt</label>
19954  <alignment>left</alignment>
19955  <font>Arial</font>
19956  <fontsize>10</fontsize>
19957  <precision>3</precision>
19958  <color>
19959   <r>0</r>
19960   <g>0</g>
19961   <b>0</b>
19962  </color>
19963  <bgcolor mode="nobackground">
19964   <r>236</r>
19965   <g>236</g>
19966   <b>236</b>
19967  </bgcolor>
19968  <background>nobackground</background>
19969 </bsbObject>
19970 <bsbObject type="BSBLineEdit" version="2">
19971  <objectName>_Browse3</objectName>
19972  <x>391</x>
19973  <y>833</y>
19974  <width>370</width>
19975  <height>23</height>
19976  <uuid>{0d04efa5-c7a8-402c-bc84-8d19866367db}</uuid>
19977  <visible>true</visible>
19978  <midichan>0</midichan>
19979  <midicc>0</midicc>
19980  <label>/Users/eug/Documents/CSD/recordSTRIA.wav</label>
19981  <alignment>left</alignment>
19982  <font>Arial</font>
19983  <fontsize>10</fontsize>
19984  <precision>3</precision>
19985  <color>
19986   <r>0</r>
19987   <g>0</g>
19988   <b>0</b>
19989  </color>
19990  <bgcolor mode="nobackground">
19991   <r>236</r>
19992   <g>236</g>
19993   <b>236</b>
19994  </bgcolor>
19995  <background>nobackground</background>
19996 </bsbObject>
19997 <bsbObject type="BSBController" version="2">
19998  <objectName>seq</objectName>
19999  <x>1227</x>
20000  <y>308</y>
20001  <width>7</width>
20002  <height>4</height>
20003  <uuid>{e2e2d59b-c488-4fd4-98ec-7907152a156c}</uuid>
20004  <visible>true</visible>
20005  <midichan>0</midichan>
20006  <midicc>0</midicc>
20007  <objectName2>seq</objectName2>
20008  <xMin>0.00000000</xMin>
20009  <xMax>1.00000000</xMax>
20010  <yMin>0.00000000</yMin>
20011  <yMax>1.00000000</yMax>
20012  <xValue>0.00000000</xValue>
20013  <yValue>0.00000000</yValue>
20014  <type>fill</type>
20015  <pointsize>1</pointsize>
20016  <fadeSpeed>0.00000000</fadeSpeed>
20017  <mouseControl act="press">jump</mouseControl>
20018  <color>
20019   <r>255</r>
20020   <g>0</g>
20021   <b>0</b>
20022  </color>
20023  <randomizable group="0" mode="both">false</randomizable>
20024  <bgcolor>
20025   <r>0</r>
20026   <g>0</g>
20027   <b>0</b>
20028  </bgcolor>
20029 </bsbObject>
20030 <bsbObject type="BSBLabel" version="2">
20031  <objectName/>
20032  <x>390</x>
20033  <y>538</y>
20034  <width>54</width>
20035  <height>21</height>
20036  <uuid>{7974ef0c-e8b3-4bbe-a5c4-cfe0f8ff9524}</uuid>
20037  <visible>true</visible>
20038  <midichan>0</midichan>
20039  <midicc>0</midicc>
20040  <label>Reverb</label>
20041  <alignment>left</alignment>
20042  <font>Helvetica</font>
20043  <fontsize>10</fontsize>
20044  <precision>3</precision>
20045  <color>
20046   <r>255</r>
20047   <g>255</g>
20048   <b>102</b>
20049  </color>
20050  <bgcolor mode="nobackground">
20051   <r>255</r>
20052   <g>255</g>
20053   <b>255</b>
20054  </bgcolor>
20055  <bordermode>noborder</bordermode>
20056  <borderradius>6</borderradius>
20057  <borderwidth>1</borderwidth>
20058 </bsbObject>
20059 <bsbObject type="BSBLabel" version="2">
20060  <objectName/>
20061  <x>392</x>
20062  <y>675</y>
20063  <width>56</width>
20064  <height>21</height>
20065  <uuid>{1befb0f5-45fe-4ca8-9a2e-88e530fbc55a}</uuid>
20066  <visible>true</visible>
20067  <midichan>0</midichan>
20068  <midicc>0</midicc>
20069  <label>Record</label>
20070  <alignment>left</alignment>
20071  <font>Helvetica</font>
20072  <fontsize>10</fontsize>
20073  <precision>3</precision>
20074  <color>
20075   <r>255</r>
20076   <g>255</g>
20077   <b>102</b>
20078  </color>
20079  <bgcolor mode="nobackground">
20080   <r>255</r>
20081   <g>255</g>
20082   <b>255</b>
20083  </bgcolor>
20084  <bordermode>noborder</bordermode>
20085  <borderradius>6</borderradius>
20086  <borderwidth>1</borderwidth>
20087 </bsbObject>
20088 <bsbObject type="BSBController" version="2">
20089  <objectName>progress_lin</objectName>
20090  <x>1092</x>
20091  <y>733</y>
20092  <width>332</width>
20093  <height>5</height>
20094  <uuid>{54cb8d10-7d84-4a65-9a0c-49540e995941}</uuid>
20095  <visible>true</visible>
20096  <midichan>0</midichan>
20097  <midicc>0</midicc>
20098  <objectName2>progress_lin</objectName2>
20099  <xMin>0.00000000</xMin>
20100  <xMax>1.00000000</xMax>
20101  <yMin>0.00000000</yMin>
20102  <yMax>2.00000000</yMax>
20103  <xValue>0.00000000</xValue>
20104  <yValue>0.00000000</yValue>
20105  <type>fill</type>
20106  <pointsize>1</pointsize>
20107  <fadeSpeed>0.00000000</fadeSpeed>
20108  <mouseControl act="press">jump</mouseControl>
20109  <color>
20110   <r>34</r>
20111   <g>255</g>
20112   <b>12</b>
20113  </color>
20114  <randomizable group="0" mode="both">false</randomizable>
20115  <bgcolor>
20116   <r>0</r>
20117   <g>0</g>
20118   <b>0</b>
20119  </bgcolor>
20120 </bsbObject>
20121 <bsbObject type="BSBDisplay" version="2">
20122  <objectName>mpercent</objectName>
20123  <x>1370</x>
20124  <y>696</y>
20125  <width>45</width>
20126  <height>23</height>
20127  <uuid>{786c51b2-b8d3-490b-a051-e23bc85cb6e8}</uuid>
20128  <visible>true</visible>
20129  <midichan>0</midichan>
20130  <midicc>0</midicc>
20131  <label>0.000</label>
20132  <alignment>left</alignment>
20133  <font>Arial</font>
20134  <fontsize>11</fontsize>
20135  <precision>3</precision>
20136  <color>
20137   <r>0</r>
20138   <g>0</g>
20139   <b>0</b>
20140  </color>
20141  <bgcolor mode="background">
20142   <r>69</r>
20143   <g>211</g>
20144   <b>255</b>
20145  </bgcolor>
20146  <bordermode>noborder</bordermode>
20147  <borderradius>6</borderradius>
20148  <borderwidth>1</borderwidth>
20149 </bsbObject>
20150 <bsbObject type="BSBLabel" version="2">
20151  <objectName/>
20152  <x>1406</x>
20153  <y>696</y>
20154  <width>31</width>
20155  <height>22</height>
20156  <uuid>{763dfad7-6f52-43ac-877d-af2e0d6f50c2}</uuid>
20157  <visible>true</visible>
20158  <midichan>0</midichan>
20159  <midicc>0</midicc>
20160  <label>%</label>
20161  <alignment>center</alignment>
20162  <font>Lucida Grande</font>
20163  <fontsize>12</fontsize>
20164  <precision>3</precision>
20165  <color>
20166   <r>255</r>
20167   <g>255</g>
20168   <b>255</b>
20169  </color>
20170  <bgcolor mode="nobackground">
20171   <r>255</r>
20172   <g>255</g>
20173   <b>255</b>
20174  </bgcolor>
20175  <bordermode>noborder</bordermode>
20176  <borderradius>1</borderradius>
20177  <borderwidth>1</borderwidth>
20178 </bsbObject>
20179 <bsbObject type="BSBScope" version="2">
20180  <objectName/>
20181  <x>6</x>
20182  <y>7</y>
20183  <width>40</width>
20184  <height>28</height>
20185  <uuid>{0dbdc8b0-fc05-4581-9839-390c2b0e26d7}</uuid>
20186  <visible>true</visible>
20187  <midichan>0</midichan>
20188  <midicc>0</midicc>
20189  <value>-255.00000000</value>
20190  <type>poincare</type>
20191  <zoomx>18.00000000</zoomx>
20192  <zoomy>16.00000000</zoomy>
20193  <dispx>1.00000000</dispx>
20194  <dispy>1.00000000</dispy>
20195  <mode>0.00000000</mode>
20196 </bsbObject>
20197 <bsbObject type="BSBSpinBox" version="2">
20198  <objectName>Get</objectName>
20199  <x>1296</x>
20200  <y>769</y>
20201  <width>16</width>
20202  <height>28</height>
20203  <uuid>{64c5953b-a497-45ca-b6e5-0f9f8c4246b5}</uuid>
20204  <visible>true</visible>
20205  <midichan>0</midichan>
20206  <midicc>0</midicc>
20207  <alignment>left</alignment>
20208  <font>Arial</font>
20209  <fontsize>0</fontsize>
20210  <color>
20211   <r>255</r>
20212   <g>255</g>
20213   <b>255</b>
20214  </color>
20215  <bgcolor mode="nobackground">
20216   <r>255</r>
20217   <g>204</g>
20218   <b>102</b>
20219  </bgcolor>
20220  <resolution>1.00000000</resolution>
20221  <minimum>0</minimum>
20222  <maximum>47</maximum>
20223  <randomizable group="0">false</randomizable>
20224  <value>2</value>
20225 </bsbObject>
20226 <bsbObject type="BSBLabel" version="2">
20227  <objectName/>
20228  <x>49</x>
20229  <y>404</y>
20230  <width>47</width>
20231  <height>23</height>
20232  <uuid>{16ce171a-bf51-4d58-a22b-30406fe325fd}</uuid>
20233  <visible>true</visible>
20234  <midichan>0</midichan>
20235  <midicc>0</midicc>
20236  <label>G1_grid</label>
20237  <alignment>center</alignment>
20238  <font>Arial</font>
20239  <fontsize>10</fontsize>
20240  <precision>3</precision>
20241  <color>
20242   <r>255</r>
20243   <g>255</g>
20244   <b>102</b>
20245  </color>
20246  <bgcolor mode="nobackground">
20247   <r>255</r>
20248   <g>255</g>
20249   <b>255</b>
20250  </bgcolor>
20251  <bordermode>noborder</bordermode>
20252  <borderradius>1</borderradius>
20253  <borderwidth>1</borderwidth>
20254 </bsbObject>
20255 <bsbObject type="BSBLabel" version="2">
20256  <objectName/>
20257  <x>279</x>
20258  <y>404</y>
20259  <width>37</width>
20260  <height>21</height>
20261  <uuid>{51e5e3cd-287b-4b26-b9c1-4b80ab332869}</uuid>
20262  <visible>true</visible>
20263  <midichan>0</midichan>
20264  <midicc>0</midicc>
20265  <label>G2</label>
20266  <alignment>center</alignment>
20267  <font>Arial</font>
20268  <fontsize>10</fontsize>
20269  <precision>3</precision>
20270  <color>
20271   <r>255</r>
20272   <g>255</g>
20273   <b>102</b>
20274  </color>
20275  <bgcolor mode="nobackground">
20276   <r>255</r>
20277   <g>255</g>
20278   <b>255</b>
20279  </bgcolor>
20280  <bordermode>noborder</bordermode>
20281  <borderradius>1</borderradius>
20282  <borderwidth>1</borderwidth>
20283 </bsbObject>
20284 <bsbObject type="BSBGraph" version="2">
20285  <objectName>disptab</objectName>
20286  <x>1159</x>
20287  <y>79</y>
20288  <width>252</width>
20289  <height>134</height>
20290  <uuid>{df7371bb-57ed-442d-9cb0-b69bbd6fc3ae}</uuid>
20291  <visible>true</visible>
20292  <midichan>0</midichan>
20293  <midicc>0</midicc>
20294  <value>89</value>
20295  <objectName2/>
20296  <zoomx>1.00000000</zoomx>
20297  <zoomy>1.00000000</zoomy>
20298  <dispx>1.00000000</dispx>
20299  <dispy>1.00000000</dispy>
20300  <modex>lin</modex>
20301  <modey>lin</modey>
20302  <all>true</all>
20303 </bsbObject>
20304 <bsbObject type="BSBButton" version="2">
20305  <objectName>IM1_SW</objectName>
20306  <x>118</x>
20307  <y>840</y>
20308  <width>12</width>
20309  <height>12</height>
20310  <uuid>{5d55657e-9b08-4cf1-8084-a582e7d7f67c}</uuid>
20311  <visible>true</visible>
20312  <midichan>0</midichan>
20313  <midicc>0</midicc>
20314  <type>value</type>
20315  <pressedValue>1.00000000</pressedValue>
20316  <stringvalue/>
20317  <text/>
20318  <image>/</image>
20319  <eventLine>i1 0 10</eventLine>
20320  <latch>true</latch>
20321  <latched>false</latched>
20322 </bsbObject>
20323 <bsbObject type="BSBButton" version="2">
20324  <objectName>F1_SW</objectName>
20325  <x>19</x>
20326  <y>840</y>
20327  <width>12</width>
20328  <height>12</height>
20329  <uuid>{b48650aa-361e-4bcd-80d8-1f54fc5f10d9}</uuid>
20330  <visible>true</visible>
20331  <midichan>0</midichan>
20332  <midicc>0</midicc>
20333  <type>value</type>
20334  <pressedValue>1.00000000</pressedValue>
20335  <stringvalue/>
20336  <text/>
20337  <image>/</image>
20338  <eventLine>i1 0 10</eventLine>
20339  <latch>true</latch>
20340  <latched>false</latched>
20341 </bsbObject>
20342 <bsbObject type="BSBButton" version="2">
20343  <objectName>X1_SW</objectName>
20344  <x>154</x>
20345  <y>552</y>
20346  <width>12</width>
20347  <height>12</height>
20348  <uuid>{9b53a133-0863-4865-9eef-908be7bd3aa6}</uuid>
20349  <visible>true</visible>
20350  <midichan>0</midichan>
20351  <midicc>0</midicc>
20352  <type>value</type>
20353  <pressedValue>1.00000000</pressedValue>
20354  <stringvalue/>
20355  <text/>
20356  <image>/</image>
20357  <eventLine>i1 0 10</eventLine>
20358  <latch>true</latch>
20359  <latched>false</latched>
20360 </bsbObject>
20361 <bsbObject type="BSBButton" version="2">
20362  <objectName>X2_SW</objectName>
20363  <x>218</x>
20364  <y>552</y>
20365  <width>12</width>
20366  <height>12</height>
20367  <uuid>{ac5d6394-0aeb-44c2-8cfa-a39d30ccb16b}</uuid>
20368  <visible>true</visible>
20369  <midichan>0</midichan>
20370  <midicc>0</midicc>
20371  <type>value</type>
20372  <pressedValue>1.00000000</pressedValue>
20373  <stringvalue/>
20374  <text/>
20375  <image>/</image>
20376  <eventLine>i1 0 10</eventLine>
20377  <latch>true</latch>
20378  <latched>false</latched>
20379 </bsbObject>
20380 <bsbObject type="BSBButton" version="2">
20381  <objectName>VOI_SW</objectName>
20382  <x>10</x>
20383  <y>538</y>
20384  <width>12</width>
20385  <height>12</height>
20386  <uuid>{5439183a-4b25-4290-8475-a9b5e2cfd566}</uuid>
20387  <visible>true</visible>
20388  <midichan>0</midichan>
20389  <midicc>0</midicc>
20390  <type>value</type>
20391  <pressedValue>1.00000000</pressedValue>
20392  <stringvalue/>
20393  <text/>
20394  <image>/</image>
20395  <eventLine>i1 0 10</eventLine>
20396  <latch>true</latch>
20397  <latched>false</latched>
20398 </bsbObject>
20399 <bsbObject type="BSBButton" version="2">
20400  <objectName>STEP_SW</objectName>
20401  <x>39</x>
20402  <y>538</y>
20403  <width>12</width>
20404  <height>12</height>
20405  <uuid>{8f25ea20-d7bf-45fa-b65b-6ff2501c30ff}</uuid>
20406  <visible>true</visible>
20407  <midichan>0</midichan>
20408  <midicc>0</midicc>
20409  <type>value</type>
20410  <pressedValue>1.00000000</pressedValue>
20411  <stringvalue/>
20412  <text/>
20413  <image>/</image>
20414  <eventLine>i1 0 10</eventLine>
20415  <latch>true</latch>
20416  <latched>false</latched>
20417 </bsbObject>
20418 <bsbObject type="BSBButton" version="2">
20419  <objectName>AT1_SW</objectName>
20420  <x>69</x>
20421  <y>538</y>
20422  <width>11</width>
20423  <height>12</height>
20424  <uuid>{5e62ef73-109e-4cd2-9d9e-4aa2b6b58cf0}</uuid>
20425  <visible>true</visible>
20426  <midichan>0</midichan>
20427  <midicc>0</midicc>
20428  <type>value</type>
20429  <pressedValue>1.00000000</pressedValue>
20430  <stringvalue/>
20431  <text/>
20432  <image>/</image>
20433  <eventLine>i1 0 10</eventLine>
20434  <latch>true</latch>
20435  <latched>false</latched>
20436 </bsbObject>
20437 <bsbObject type="BSBButton" version="2">
20438  <objectName>REL1_SW</objectName>
20439  <x>100</x>
20440  <y>538</y>
20441  <width>12</width>
20442  <height>12</height>
20443  <uuid>{d0df1cab-c659-4396-a3e3-d374c5bb2651}</uuid>
20444  <visible>true</visible>
20445  <midichan>0</midichan>
20446  <midicc>0</midicc>
20447  <type>value</type>
20448  <pressedValue>1.00000000</pressedValue>
20449  <stringvalue/>
20450  <text/>
20451  <image>/</image>
20452  <eventLine>i1 0 10</eventLine>
20453  <latch>true</latch>
20454  <latched>false</latched>
20455 </bsbObject>
20456 <bsbObject type="BSBButton" version="2">
20457  <objectName>REV1_SW</objectName>
20458  <x>129</x>
20459  <y>538</y>
20460  <width>12</width>
20461  <height>12</height>
20462  <uuid>{0b4aa9f4-218a-494f-989b-d145ce55ccdb}</uuid>
20463  <visible>true</visible>
20464  <midichan>0</midichan>
20465  <midicc>0</midicc>
20466  <type>value</type>
20467  <pressedValue>1.00000000</pressedValue>
20468  <stringvalue/>
20469  <text/>
20470  <image>/</image>
20471  <eventLine>i1 0 10</eventLine>
20472  <latch>true</latch>
20473  <latched>false</latched>
20474 </bsbObject>
20475 <bsbObject type="BSBButton" version="2">
20476  <objectName>AT2_SW</objectName>
20477  <x>246</x>
20478  <y>538</y>
20479  <width>12</width>
20480  <height>12</height>
20481  <uuid>{7878e3cb-acf6-4900-9fc1-e2b401ce5610}</uuid>
20482  <visible>true</visible>
20483  <midichan>0</midichan>
20484  <midicc>0</midicc>
20485  <type>value</type>
20486  <pressedValue>1.00000000</pressedValue>
20487  <stringvalue/>
20488  <text/>
20489  <image>/</image>
20490  <eventLine>i1 0 10</eventLine>
20491  <latch>true</latch>
20492  <latched>false</latched>
20493 </bsbObject>
20494 <bsbObject type="BSBButton" version="2">
20495  <objectName>REL2_SW</objectName>
20496  <x>287</x>
20497  <y>538</y>
20498  <width>12</width>
20499  <height>12</height>
20500  <uuid>{64bb996b-ce56-4d3b-924a-e8fcc8fde170}</uuid>
20501  <visible>true</visible>
20502  <midichan>0</midichan>
20503  <midicc>0</midicc>
20504  <type>value</type>
20505  <pressedValue>1.00000000</pressedValue>
20506  <stringvalue/>
20507  <text/>
20508  <image>/</image>
20509  <eventLine>i1 0 10</eventLine>
20510  <latch>true</latch>
20511  <latched>false</latched>
20512 </bsbObject>
20513 <bsbObject type="BSBButton" version="2">
20514  <objectName>REV2_SW</objectName>
20515  <x>331</x>
20516  <y>538</y>
20517  <width>12</width>
20518  <height>12</height>
20519  <uuid>{224ec89c-6bf3-4415-970e-add6a17fde4c}</uuid>
20520  <visible>true</visible>
20521  <midichan>0</midichan>
20522  <midicc>0</midicc>
20523  <type>value</type>
20524  <pressedValue>1.00000000</pressedValue>
20525  <stringvalue/>
20526  <text/>
20527  <image>/</image>
20528  <eventLine>i1 0 10</eventLine>
20529  <latch>true</latch>
20530  <latched>false</latched>
20531 </bsbObject>
20532 <bsbObject type="BSBButton" version="2">
20533  <objectName>IM2_SW</objectName>
20534  <x>336</x>
20535  <y>840</y>
20536  <width>12</width>
20537  <height>12</height>
20538  <uuid>{9ff89b46-07ef-4f0e-802b-1a1199c22e58}</uuid>
20539  <visible>true</visible>
20540  <midichan>0</midichan>
20541  <midicc>0</midicc>
20542  <type>value</type>
20543  <pressedValue>1.00000000</pressedValue>
20544  <stringvalue/>
20545  <text/>
20546  <image>/</image>
20547  <eventLine>i1 0 10</eventLine>
20548  <latch>true</latch>
20549  <latched>false</latched>
20550 </bsbObject>
20551 <bsbObject type="BSBButton" version="2">
20552  <objectName>LEV2_SW</objectName>
20553  <x>289</x>
20554  <y>840</y>
20555  <width>12</width>
20556  <height>12</height>
20557  <uuid>{f1b7f4df-a44e-4b96-a0e6-fe4e0c506b70}</uuid>
20558  <visible>true</visible>
20559  <midichan>0</midichan>
20560  <midicc>0</midicc>
20561  <type>value</type>
20562  <pressedValue>1.00000000</pressedValue>
20563  <stringvalue/>
20564  <text/>
20565  <image>/</image>
20566  <eventLine>i1 0 10</eventLine>
20567  <latch>true</latch>
20568  <latched>false</latched>
20569 </bsbObject>
20570 <bsbObject type="BSBButton" version="2">
20571  <objectName>F2_SW</objectName>
20572  <x>245</x>
20573  <y>840</y>
20574  <width>12</width>
20575  <height>12</height>
20576  <uuid>{84dc4251-6955-4f0d-94cf-009c894ac78c}</uuid>
20577  <visible>true</visible>
20578  <midichan>0</midichan>
20579  <midicc>0</midicc>
20580  <type>value</type>
20581  <pressedValue>1.00000000</pressedValue>
20582  <stringvalue/>
20583  <text/>
20584  <image>/</image>
20585  <eventLine>i1 0 10</eventLine>
20586  <latch>true</latch>
20587  <latched>false</latched>
20588 </bsbObject>
20589 <bsbObject type="BSBButton" version="2">
20590  <objectName>SHAPE_SW</objectName>
20591  <x>230</x>
20592  <y>187</y>
20593  <width>11</width>
20594  <height>8</height>
20595  <uuid>{e00bb5ae-1779-40df-9c1f-ce0ebd532ae0}</uuid>
20596  <visible>true</visible>
20597  <midichan>0</midichan>
20598  <midicc>0</midicc>
20599  <type>value</type>
20600  <pressedValue>1.00000000</pressedValue>
20601  <stringvalue/>
20602  <text/>
20603  <image>/</image>
20604  <eventLine>i1 0 10</eventLine>
20605  <latch>true</latch>
20606  <latched>false</latched>
20607 </bsbObject>
20608 <bsbObject type="BSBButton" version="2">
20609  <objectName>RATE_SW</objectName>
20610  <x>219</x>
20611  <y>157</y>
20612  <width>12</width>
20613  <height>12</height>
20614  <uuid>{ab84a741-79d6-4ac2-ab49-73db21449acf}</uuid>
20615  <visible>true</visible>
20616  <midichan>0</midichan>
20617  <midicc>0</midicc>
20618  <type>value</type>
20619  <pressedValue>1.00000000</pressedValue>
20620  <stringvalue/>
20621  <text/>
20622  <image>/</image>
20623  <eventLine>i1 0 10</eventLine>
20624  <latch>true</latch>
20625  <latched>false</latched>
20626 </bsbObject>
20627 <bsbObject type="BSBButton" version="2">
20628  <objectName>DUR_SW</objectName>
20629  <x>219</x>
20630  <y>111</y>
20631  <width>12</width>
20632  <height>12</height>
20633  <uuid>{a6d9e28a-6644-41e7-bb38-b62bd976bf09}</uuid>
20634  <visible>true</visible>
20635  <midichan>0</midichan>
20636  <midicc>0</midicc>
20637  <type>value</type>
20638  <pressedValue>1.00000000</pressedValue>
20639  <stringvalue/>
20640  <text/>
20641  <image>/</image>
20642  <eventLine>i1 0 10</eventLine>
20643  <latch>true</latch>
20644  <latched>false</latched>
20645 </bsbObject>
20646 <bsbObject type="BSBButton" version="2">
20647  <objectName>BAND_SW</objectName>
20648  <x>219</x>
20649  <y>69</y>
20650  <width>12</width>
20651  <height>12</height>
20652  <uuid>{db3c1a40-c491-4681-8a01-d86eaf8f66f9}</uuid>
20653  <visible>true</visible>
20654  <midichan>0</midichan>
20655  <midicc>0</midicc>
20656  <type>value</type>
20657  <pressedValue>1.00000000</pressedValue>
20658  <stringvalue/>
20659  <text/>
20660  <image>/</image>
20661  <eventLine>i1 0 10</eventLine>
20662  <latch>true</latch>
20663  <latched>false</latched>
20664 </bsbObject>
20665 <bsbObject type="BSBButton" version="2">
20666  <objectName>LEV1_SW</objectName>
20667  <x>69</x>
20668  <y>840</y>
20669  <width>12</width>
20670  <height>12</height>
20671  <uuid>{447ffde1-aaa9-4fed-a6e3-9140282d4f94}</uuid>
20672  <visible>true</visible>
20673  <midichan>0</midichan>
20674  <midicc>0</midicc>
20675  <type>value</type>
20676  <pressedValue>1.00000000</pressedValue>
20677  <stringvalue/>
20678  <text/>
20679  <image>/</image>
20680  <eventLine>i1 0 10</eventLine>
20681  <latch>true</latch>
20682  <latched>false</latched>
20683 </bsbObject>
20684 <bsbObject type="BSBButton" version="2">
20685  <objectName>CARMIN_SW</objectName>
20686  <x>444</x>
20687  <y>508</y>
20688  <width>12</width>
20689  <height>12</height>
20690  <uuid>{4ed9bee6-586f-4c73-8d80-a25d9a63e57f}</uuid>
20691  <visible>true</visible>
20692  <midichan>0</midichan>
20693  <midicc>0</midicc>
20694  <type>value</type>
20695  <pressedValue>1.00000000</pressedValue>
20696  <stringvalue/>
20697  <text/>
20698  <image>/</image>
20699  <eventLine>i1 0 10</eventLine>
20700  <latch>true</latch>
20701  <latched>false</latched>
20702 </bsbObject>
20703 <bsbObject type="BSBButton" version="2">
20704  <objectName>CARMAX_SW</objectName>
20705  <x>502</x>
20706  <y>508</y>
20707  <width>12</width>
20708  <height>12</height>
20709  <uuid>{f048459d-e254-49ac-8b7a-f88e1e7f7e28}</uuid>
20710  <visible>true</visible>
20711  <midichan>0</midichan>
20712  <midicc>0</midicc>
20713  <type>value</type>
20714  <pressedValue>1.00000000</pressedValue>
20715  <stringvalue/>
20716  <text/>
20717  <image>/</image>
20718  <eventLine>i1 0 10</eventLine>
20719  <latch>true</latch>
20720  <latched>false</latched>
20721 </bsbObject>
20722 <bsbObject type="BSBButton" version="2">
20723  <objectName>MODMIN_SW</objectName>
20724  <x>648</x>
20725  <y>508</y>
20726  <width>12</width>
20727  <height>12</height>
20728  <uuid>{8829971f-047b-44cb-9591-fbac670bd1f8}</uuid>
20729  <visible>true</visible>
20730  <midichan>0</midichan>
20731  <midicc>0</midicc>
20732  <type>value</type>
20733  <pressedValue>1.00000000</pressedValue>
20734  <stringvalue/>
20735  <text/>
20736  <image>/</image>
20737  <eventLine>i1 0 10</eventLine>
20738  <latch>true</latch>
20739  <latched>false</latched>
20740 </bsbObject>
20741 <bsbObject type="BSBButton" version="2">
20742  <objectName>MODMAX_SW</objectName>
20743  <x>707</x>
20744  <y>508</y>
20745  <width>12</width>
20746  <height>12</height>
20747  <uuid>{c87973c4-2eca-4071-a26c-c5feb4c836a9}</uuid>
20748  <visible>true</visible>
20749  <midichan>0</midichan>
20750  <midicc>0</midicc>
20751  <type>value</type>
20752  <pressedValue>1.00000000</pressedValue>
20753  <stringvalue/>
20754  <text/>
20755  <image>/</image>
20756  <eventLine>i1 0 10</eventLine>
20757  <latch>true</latch>
20758  <latched>false</latched>
20759 </bsbObject>
20760 <bsbObject type="BSBButton" version="2">
20761  <objectName>FADE_SW</objectName>
20762  <x>187</x>
20763  <y>648</y>
20764  <width>12</width>
20765  <height>12</height>
20766  <uuid>{025a478e-7c81-4542-b14c-32dac50906b5}</uuid>
20767  <visible>true</visible>
20768  <midichan>0</midichan>
20769  <midicc>0</midicc>
20770  <type>value</type>
20771  <pressedValue>1.00000000</pressedValue>
20772  <stringvalue/>
20773  <text/>
20774  <image>/</image>
20775  <eventLine>i1 0 10</eventLine>
20776  <latch>true</latch>
20777  <latched>false</latched>
20778 </bsbObject>
20779 <bsbObject type="BSBLabel" version="2">
20780  <objectName/>
20781  <x>1185</x>
20782  <y>216</y>
20783  <width>31</width>
20784  <height>21</height>
20785  <uuid>{4b77d8ee-4fd9-4733-9bb5-ec66b0ee9671}</uuid>
20786  <visible>true</visible>
20787  <midichan>0</midichan>
20788  <midicc>0</midicc>
20789  <label>min</label>
20790  <alignment>left</alignment>
20791  <font>Arial</font>
20792  <fontsize>12</fontsize>
20793  <precision>3</precision>
20794  <color>
20795   <r>255</r>
20796   <g>255</g>
20797   <b>255</b>
20798  </color>
20799  <bgcolor mode="nobackground">
20800   <r>255</r>
20801   <g>255</g>
20802   <b>255</b>
20803  </bgcolor>
20804  <bordermode>noborder</bordermode>
20805  <borderradius>1</borderradius>
20806  <borderwidth>1</borderwidth>
20807 </bsbObject>
20808 <bsbObject type="BSBLabel" version="2">
20809  <objectName/>
20810  <x>1351</x>
20811  <y>216</y>
20812  <width>35</width>
20813  <height>21</height>
20814  <uuid>{27f13c28-de91-4654-995e-df400c9f4c34}</uuid>
20815  <visible>true</visible>
20816  <midichan>0</midichan>
20817  <midicc>0</midicc>
20818  <label>secs</label>
20819  <alignment>left</alignment>
20820  <font>Arial</font>
20821  <fontsize>12</fontsize>
20822  <precision>3</precision>
20823  <color>
20824   <r>255</r>
20825   <g>255</g>
20826   <b>255</b>
20827  </color>
20828  <bgcolor mode="nobackground">
20829   <r>255</r>
20830   <g>255</g>
20831   <b>255</b>
20832  </bgcolor>
20833  <bordermode>noborder</bordermode>
20834  <borderradius>1</borderradius>
20835  <borderwidth>1</borderwidth>
20836 </bsbObject>
20837 <bsbObject type="BSBController" version="2">
20838  <objectName>led_TIMER1</objectName>
20839  <x>1209</x>
20840  <y>248</y>
20841  <width>7</width>
20842  <height>7</height>
20843  <uuid>{6c7cc8d4-3855-4f0d-8ab4-d9bbcf901185}</uuid>
20844  <visible>true</visible>
20845  <midichan>0</midichan>
20846  <midicc>0</midicc>
20847  <objectName2>led_TIMER1</objectName2>
20848  <xMin>0.00000000</xMin>
20849  <xMax>1.00000000</xMax>
20850  <yMin>0.00000000</yMin>
20851  <yMax>1.00000000</yMax>
20852  <xValue>0.00000000</xValue>
20853  <yValue>0.00000000</yValue>
20854  <type>fill</type>
20855  <pointsize>1</pointsize>
20856  <fadeSpeed>0.00000000</fadeSpeed>
20857  <mouseControl act="press">jump</mouseControl>
20858  <color>
20859   <r>0</r>
20860   <g>255</g>
20861   <b>255</b>
20862  </color>
20863  <randomizable group="0" mode="both">false</randomizable>
20864  <bgcolor>
20865   <r>0</r>
20866   <g>0</g>
20867   <b>0</b>
20868  </bgcolor>
20869 </bsbObject>
20870 <bsbObject type="BSBController" version="2">
20871  <objectName>led_TIMER2</objectName>
20872  <x>1347</x>
20873  <y>248</y>
20874  <width>7</width>
20875  <height>7</height>
20876  <uuid>{3799bbd0-18b1-4668-b216-582890766d77}</uuid>
20877  <visible>true</visible>
20878  <midichan>0</midichan>
20879  <midicc>0</midicc>
20880  <objectName2>led_TIMER2</objectName2>
20881  <xMin>0.00000000</xMin>
20882  <xMax>1.00000000</xMax>
20883  <yMin>0.00000000</yMin>
20884  <yMax>1.00000000</yMax>
20885  <xValue>0.00000000</xValue>
20886  <yValue>0.00000000</yValue>
20887  <type>fill</type>
20888  <pointsize>1</pointsize>
20889  <fadeSpeed>0.00000000</fadeSpeed>
20890  <mouseControl act="press">jump</mouseControl>
20891  <color>
20892   <r>255</r>
20893   <g>128</g>
20894   <b>0</b>
20895  </color>
20896  <randomizable group="0" mode="both">false</randomizable>
20897  <bgcolor>
20898   <r>0</r>
20899   <g>0</g>
20900   <b>0</b>
20901  </bgcolor>
20902 </bsbObject>
20903 <bsbObject type="BSBDisplay" version="2">
20904  <objectName>max_index_FI</objectName>
20905  <x>547</x>
20906  <y>300</y>
20907  <width>71</width>
20908  <height>22</height>
20909  <uuid>{24ba47c9-ccce-439e-a906-e78e9396f49a}</uuid>
20910  <visible>true</visible>
20911  <midichan>0</midichan>
20912  <midicc>0</midicc>
20913  <label>15.000</label>
20914  <alignment>center</alignment>
20915  <font>Lucida Grande</font>
20916  <fontsize>10</fontsize>
20917  <precision>3</precision>
20918  <color>
20919   <r>0</r>
20920   <g>255</g>
20921   <b>0</b>
20922  </color>
20923  <bgcolor mode="background">
20924   <r>0</r>
20925   <g>64</g>
20926   <b>128</b>
20927  </bgcolor>
20928  <bordermode>noborder</bordermode>
20929  <borderradius>3</borderradius>
20930  <borderwidth>1</borderwidth>
20931 </bsbObject>
20932 <bsbObject type="BSBDisplay" version="2">
20933  <objectName/>
20934  <x>552</x>
20935  <y>325</y>
20936  <width>65</width>
20937  <height>22</height>
20938  <uuid>{405fbdad-d354-438c-b533-947fed66fa5e}</uuid>
20939  <visible>true</visible>
20940  <midichan>0</midichan>
20941  <midicc>0</midicc>
20942  <label>#of_FREQS</label>
20943  <alignment>center</alignment>
20944  <font>Lucida Grande</font>
20945  <fontsize>9</fontsize>
20946  <precision>3</precision>
20947  <color>
20948   <r>255</r>
20949   <g>255</g>
20950   <b>255</b>
20951  </color>
20952  <bgcolor mode="nobackground">
20953   <r>102</r>
20954   <g>204</g>
20955   <b>255</b>
20956  </bgcolor>
20957  <bordermode>noborder</bordermode>
20958  <borderradius>1</borderradius>
20959  <borderwidth>1</borderwidth>
20960 </bsbObject>
20961 <bsbObject type="BSBDisplay" version="2">
20962  <objectName>timelaps</objectName>
20963  <x>1364</x>
20964  <y>342</y>
20965  <width>54</width>
20966  <height>22</height>
20967  <uuid>{4d8252e2-d3fc-40c8-ac48-4e25d3c3d434}</uuid>
20968  <visible>true</visible>
20969  <midichan>0</midichan>
20970  <midicc>0</midicc>
20971  <label>0.000</label>
20972  <alignment>center</alignment>
20973  <font>Arial</font>
20974  <fontsize>10</fontsize>
20975  <precision>3</precision>
20976  <color>
20977   <r>0</r>
20978   <g>0</g>
20979   <b>0</b>
20980  </color>
20981  <bgcolor mode="background">
20982   <r>204</r>
20983   <g>204</g>
20984   <b>204</b>
20985  </bgcolor>
20986  <bordermode>border</bordermode>
20987  <borderradius>1</borderradius>
20988  <borderwidth>1</borderwidth>
20989 </bsbObject>
20990 <bsbObject type="BSBDisplay" version="2">
20991  <objectName>seq_tot_time</objectName>
20992  <x>1227</x>
20993  <y>342</y>
20994  <width>53</width>
20995  <height>22</height>
20996  <uuid>{06a81177-27bb-4e66-bf58-1a33c3feb736}</uuid>
20997  <visible>true</visible>
20998  <midichan>0</midichan>
20999  <midicc>0</midicc>
21000  <label>1.000</label>
21001  <alignment>center</alignment>
21002  <font>Arial</font>
21003  <fontsize>10</fontsize>
21004  <precision>3</precision>
21005  <color>
21006   <r>0</r>
21007   <g>0</g>
21008   <b>0</b>
21009  </color>
21010  <bgcolor mode="background">
21011   <r>102</r>
21012   <g>255</g>
21013   <b>102</b>
21014  </bgcolor>
21015  <bordermode>border</bordermode>
21016  <borderradius>1</borderradius>
21017  <borderwidth>1</borderwidth>
21018 </bsbObject>
21019 <bsbObject type="BSBController" version="2">
21020  <objectName>timeline</objectName>
21021  <x>1094</x>
21022  <y>533</y>
21023  <width>331</width>
21024  <height>5</height>
21025  <uuid>{ec7130c5-a7dc-43f6-9dc3-faec7a3b947a}</uuid>
21026  <visible>true</visible>
21027  <midichan>0</midichan>
21028  <midicc>0</midicc>
21029  <objectName2>timeline</objectName2>
21030  <xMin>0.00000000</xMin>
21031  <xMax>1.00000000</xMax>
21032  <yMin>0.00000000</yMin>
21033  <yMax>1.00000000</yMax>
21034  <xValue>0.00000000</xValue>
21035  <yValue>0.00000000</yValue>
21036  <type>fill</type>
21037  <pointsize>1</pointsize>
21038  <fadeSpeed>0.00000000</fadeSpeed>
21039  <mouseControl act="press">jump</mouseControl>
21040  <color>
21041   <r>252</r>
21042   <g>1</g>
21043   <b>7</b>
21044  </color>
21045  <randomizable group="0" mode="both">false</randomizable>
21046  <bgcolor>
21047   <r>0</r>
21048   <g>0</g>
21049   <b>0</b>
21050  </bgcolor>
21051 </bsbObject>
21052 <bsbObject type="BSBDisplay" version="2">
21053  <objectName>over</objectName>
21054  <x>1084</x>
21055  <y>72</y>
21056  <width>46</width>
21057  <height>22</height>
21058  <uuid>{f7bf92ca-9057-48dc-8d7d-71fd02b35264}</uuid>
21059  <visible>true</visible>
21060  <midichan>0</midichan>
21061  <midicc>0</midicc>
21062  <label>0.500</label>
21063  <alignment>center</alignment>
21064  <font>Lucida Grande</font>
21065  <fontsize>10</fontsize>
21066  <precision>3</precision>
21067  <color>
21068   <r>0</r>
21069   <g>255</g>
21070   <b>0</b>
21071  </color>
21072  <bgcolor mode="nobackground">
21073   <r>0</r>
21074   <g>64</g>
21075   <b>128</b>
21076  </bgcolor>
21077  <bordermode>noborder</bordermode>
21078  <borderradius>3</borderradius>
21079  <borderwidth>1</borderwidth>
21080 </bsbObject>
21081 <bsbObject type="BSBButton" version="2">
21082  <objectName>button1</objectName>
21083  <x>1225</x>
21084  <y>418</y>
21085  <width>71</width>
21086  <height>23</height>
21087  <uuid>{30e5f2d8-2ddb-4f45-9914-999ff0d3c71d}</uuid>
21088  <visible>true</visible>
21089  <midichan>0</midichan>
21090  <midicc>0</midicc>
21091  <type>event</type>
21092  <pressedValue>1.00000000</pressedValue>
21093  <stringvalue/>
21094  <text>Delete</text>
21095  <image>/</image>
21096  <eventLine>i981 0 1</eventLine>
21097  <latch>false</latch>
21098  <latched>true</latched>
21099 </bsbObject>
21100 <bsbObject type="BSBButton" version="2">
21101  <objectName>button1</objectName>
21102  <x>1095</x>
21103  <y>417</y>
21104  <width>71</width>
21105  <height>23</height>
21106  <uuid>{00f285cb-e392-49d4-a855-88bbcdd3880d}</uuid>
21107  <visible>true</visible>
21108  <midichan>0</midichan>
21109  <midicc>0</midicc>
21110  <type>event</type>
21111  <pressedValue>1.00000000</pressedValue>
21112  <stringvalue/>
21113  <text>Insert</text>
21114  <image>/</image>
21115  <eventLine>i982 0 1</eventLine>
21116  <latch>false</latch>
21117  <latched>true</latched>
21118 </bsbObject>
21119 <bsbObject type="BSBLabel" version="2">
21120  <objectName/>
21121  <x>1160</x>
21122  <y>394</y>
21123  <width>70</width>
21124  <height>2</height>
21125  <uuid>{c42cbbad-f00b-45c1-b3ae-3bf0f2e7d12e}</uuid>
21126  <visible>true</visible>
21127  <midichan>0</midichan>
21128  <midicc>0</midicc>
21129  <label/>
21130  <alignment>left</alignment>
21131  <font>Arial</font>
21132  <fontsize>10</fontsize>
21133  <precision>3</precision>
21134  <color>
21135   <r>0</r>
21136   <g>0</g>
21137   <b>0</b>
21138  </color>
21139  <bgcolor mode="background">
21140   <r>230</r>
21141   <g>230</g>
21142   <b>230</b>
21143  </bgcolor>
21144  <bordermode>noborder</bordermode>
21145  <borderradius>1</borderradius>
21146  <borderwidth>1</borderwidth>
21147 </bsbObject>
21148 <bsbObject type="BSBLabel" version="2">
21149  <objectName/>
21150  <x>1291</x>
21151  <y>430</y>
21152  <width>70</width>
21153  <height>2</height>
21154  <uuid>{d1cebcb2-123f-46cb-8f69-a47a277318a4}</uuid>
21155  <visible>true</visible>
21156  <midichan>0</midichan>
21157  <midicc>0</midicc>
21158  <label/>
21159  <alignment>left</alignment>
21160  <font>Arial</font>
21161  <fontsize>10</fontsize>
21162  <precision>3</precision>
21163  <color>
21164   <r>0</r>
21165   <g>0</g>
21166   <b>0</b>
21167  </color>
21168  <bgcolor mode="background">
21169   <r>230</r>
21170   <g>230</g>
21171   <b>230</b>
21172  </bgcolor>
21173  <bordermode>noborder</bordermode>
21174  <borderradius>1</borderradius>
21175  <borderwidth>1</borderwidth>
21176 </bsbObject>
21177 <bsbObject type="BSBLabel" version="2">
21178  <objectName/>
21179  <x>1095</x>
21180  <y>326</y>
21181  <width>63</width>
21182  <height>22</height>
21183  <uuid>{ed0119d9-e921-4a3c-9cd6-07cbdad783e0}</uuid>
21184  <visible>true</visible>
21185  <midichan>0</midichan>
21186  <midicc>0</midicc>
21187  <label>Event #</label>
21188  <alignment>right</alignment>
21189  <font>Lucida Grande</font>
21190  <fontsize>12</fontsize>
21191  <precision>3</precision>
21192  <color>
21193   <r>255</r>
21194   <g>255</g>
21195   <b>255</b>
21196  </color>
21197  <bgcolor mode="nobackground">
21198   <r>255</r>
21199   <g>255</g>
21200   <b>255</b>
21201  </bgcolor>
21202  <bordermode>noborder</bordermode>
21203  <borderradius>1</borderradius>
21204  <borderwidth>1</borderwidth>
21205 </bsbObject>
21206 <bsbObject type="BSBLabel" version="2">
21207  <objectName/>
21208  <x>1223</x>
21209  <y>326</y>
21210  <width>63</width>
21211  <height>22</height>
21212  <uuid>{a9634dd4-160d-4c61-8c05-32eebd8b2a2f}</uuid>
21213  <visible>true</visible>
21214  <midichan>0</midichan>
21215  <midicc>0</midicc>
21216  <label>Total Dur</label>
21217  <alignment>left</alignment>
21218  <font>Lucida Grande</font>
21219  <fontsize>9</fontsize>
21220  <precision>3</precision>
21221  <color>
21222   <r>255</r>
21223   <g>255</g>
21224   <b>255</b>
21225  </color>
21226  <bgcolor mode="nobackground">
21227   <r>255</r>
21228   <g>255</g>
21229   <b>255</b>
21230  </bgcolor>
21231  <bordermode>noborder</bordermode>
21232  <borderradius>1</borderradius>
21233  <borderwidth>1</borderwidth>
21234 </bsbObject>
21235 <bsbObject type="BSBLabel" version="2">
21236  <objectName/>
21237  <x>1363</x>
21238  <y>326</y>
21239  <width>63</width>
21240  <height>22</height>
21241  <uuid>{7960849f-bc4b-47fb-9111-7d994023108b}</uuid>
21242  <visible>true</visible>
21243  <midichan>0</midichan>
21244  <midicc>0</midicc>
21245  <label>Curr Time</label>
21246  <alignment>left</alignment>
21247  <font>Lucida Grande</font>
21248  <fontsize>9</fontsize>
21249  <precision>3</precision>
21250  <color>
21251   <r>255</r>
21252   <g>255</g>
21253   <b>255</b>
21254  </color>
21255  <bgcolor mode="nobackground">
21256   <r>255</r>
21257   <g>255</g>
21258   <b>255</b>
21259  </bgcolor>
21260  <bordermode>noborder</bordermode>
21261  <borderradius>1</borderradius>
21262  <borderwidth>1</borderwidth>
21263 </bsbObject>
21264 <bsbObject type="BSBLabel" version="2">
21265  <objectName/>
21266  <x>1233</x>
21267  <y>672</y>
21268  <width>40</width>
21269  <height>24</height>
21270  <uuid>{cddccb46-8aee-4d23-88d1-dc1b150d8291}</uuid>
21271  <visible>true</visible>
21272  <midichan>0</midichan>
21273  <midicc>0</midicc>
21274  <label>Time</label>
21275  <alignment>center</alignment>
21276  <font>Lucida Grande</font>
21277  <fontsize>9</fontsize>
21278  <precision>3</precision>
21279  <color>
21280   <r>255</r>
21281   <g>255</g>
21282   <b>255</b>
21283  </color>
21284  <bgcolor mode="nobackground">
21285   <r>255</r>
21286   <g>255</g>
21287   <b>255</b>
21288  </bgcolor>
21289  <bordermode>noborder</bordermode>
21290  <borderradius>1</borderradius>
21291  <borderwidth>1</borderwidth>
21292 </bsbObject>
21293 <bsbObject type="BSBButton" version="2">
21294  <objectName>fftONOFF</objectName>
21295  <x>1158</x>
21296  <y>49</y>
21297  <width>92</width>
21298  <height>30</height>
21299  <uuid>{bd7cdd8e-efcf-4eb5-87bb-d5dd436e3e84}</uuid>
21300  <visible>true</visible>
21301  <midichan>0</midichan>
21302  <midicc>0</midicc>
21303  <type>value</type>
21304  <pressedValue>1.00000000</pressedValue>
21305  <stringvalue/>
21306  <text>FFT On/Off</text>
21307  <image>/</image>
21308  <eventLine>i1 0 10</eventLine>
21309  <latch>true</latch>
21310  <latched>false</latched>
21311 </bsbObject>
21312 <bsbObject type="BSBButton" version="2">
21313  <objectName>button548</objectName>
21314  <x>1132</x>
21315  <y>295</y>
21316  <width>88</width>
21317  <height>28</height>
21318  <uuid>{a9a80c43-c18d-47c1-828d-cbebabaacf63}</uuid>
21319  <visible>true</visible>
21320  <midichan>0</midichan>
21321  <midicc>0</midicc>
21322  <type>event</type>
21323  <pressedValue>1.00000000</pressedValue>
21324  <stringvalue/>
21325  <text>  Rand Seq</text>
21326  <image>/</image>
21327  <eventLine>i969 0 3600  </eventLine>
21328  <latch>false</latch>
21329  <latched>false</latched>
21330 </bsbObject>
21331 <bsbObject type="BSBLabel" version="2">
21332  <objectName/>
21333  <x>1160</x>
21334  <y>430</y>
21335  <width>70</width>
21336  <height>2</height>
21337  <uuid>{3065a5e8-3a17-4a29-8020-920fa199c49b}</uuid>
21338  <visible>true</visible>
21339  <midichan>0</midichan>
21340  <midicc>0</midicc>
21341  <label/>
21342  <alignment>left</alignment>
21343  <font>Arial</font>
21344  <fontsize>10</fontsize>
21345  <precision>3</precision>
21346  <color>
21347   <r>0</r>
21348   <g>0</g>
21349   <b>0</b>
21350  </color>
21351  <bgcolor mode="background">
21352   <r>230</r>
21353   <g>230</g>
21354   <b>230</b>
21355  </bgcolor>
21356  <bordermode>noborder</bordermode>
21357  <borderradius>1</borderradius>
21358  <borderwidth>1</borderwidth>
21359 </bsbObject>
21360 <bsbObject type="BSBLabel" version="2">
21361  <objectName/>
21362  <x>1160</x>
21363  <y>394</y>
21364  <width>70</width>
21365  <height>2</height>
21366  <uuid>{17ea97ec-5166-4b5e-95f8-30096c631bd3}</uuid>
21367  <visible>true</visible>
21368  <midichan>0</midichan>
21369  <midicc>0</midicc>
21370  <label/>
21371  <alignment>left</alignment>
21372  <font>Arial</font>
21373  <fontsize>10</fontsize>
21374  <precision>3</precision>
21375  <color>
21376   <r>0</r>
21377   <g>0</g>
21378   <b>0</b>
21379  </color>
21380  <bgcolor mode="background">
21381   <r>230</r>
21382   <g>230</g>
21383   <b>230</b>
21384  </bgcolor>
21385  <bordermode>noborder</bordermode>
21386  <borderradius>1</borderradius>
21387  <borderwidth>1</borderwidth>
21388 </bsbObject>
21389 <bsbObject type="BSBLabel" version="2">
21390  <objectName/>
21391  <x>1290</x>
21392  <y>394</y>
21393  <width>70</width>
21394  <height>2</height>
21395  <uuid>{3dfd32a6-546c-4866-bec7-d7b33aa21d24}</uuid>
21396  <visible>true</visible>
21397  <midichan>0</midichan>
21398  <midicc>0</midicc>
21399  <label/>
21400  <alignment>left</alignment>
21401  <font>Arial</font>
21402  <fontsize>10</fontsize>
21403  <precision>3</precision>
21404  <color>
21405   <r>0</r>
21406   <g>0</g>
21407   <b>0</b>
21408  </color>
21409  <bgcolor mode="background">
21410   <r>230</r>
21411   <g>230</g>
21412   <b>230</b>
21413  </bgcolor>
21414  <bordermode>noborder</bordermode>
21415  <borderradius>1</borderradius>
21416  <borderwidth>1</borderwidth>
21417 </bsbObject>
21418 <bsbObject type="BSBButton" version="2">
21419  <objectName>REVLEV_SW</objectName>
21420  <x>491</x>
21421  <y>655</y>
21422  <width>12</width>
21423  <height>12</height>
21424  <uuid>{180f948f-e1fa-4609-bb74-a4fc2bf023dc}</uuid>
21425  <visible>true</visible>
21426  <midichan>0</midichan>
21427  <midicc>0</midicc>
21428  <type>value</type>
21429  <pressedValue>1.00000000</pressedValue>
21430  <stringvalue/>
21431  <text/>
21432  <image>/</image>
21433  <eventLine>i1 0 10</eventLine>
21434  <latch>true</latch>
21435  <latched>false</latched>
21436 </bsbObject>
21437 <bsbObject type="BSBButton" version="2">
21438  <objectName>ROOM_SW</objectName>
21439  <x>410</x>
21440  <y>655</y>
21441  <width>12</width>
21442  <height>12</height>
21443  <uuid>{36c1678c-9679-4a24-9aa9-1eecbdd1e9d9}</uuid>
21444  <visible>true</visible>
21445  <midichan>0</midichan>
21446  <midicc>0</midicc>
21447  <type>value</type>
21448  <pressedValue>1.00000000</pressedValue>
21449  <stringvalue/>
21450  <text/>
21451  <image>/</image>
21452  <eventLine>i1 0 10</eventLine>
21453  <latch>true</latch>
21454  <latched>false</latched>
21455 </bsbObject>
21456 <bsbObject type="BSBButton" version="2">
21457  <objectName>HF_SW</objectName>
21458  <x>453</x>
21459  <y>655</y>
21460  <width>12</width>
21461  <height>12</height>
21462  <uuid>{1c9c7efa-04ed-49a9-87ec-901f7502cac7}</uuid>
21463  <visible>true</visible>
21464  <midichan>0</midichan>
21465  <midicc>0</midicc>
21466  <type>value</type>
21467  <pressedValue>1.00000000</pressedValue>
21468  <stringvalue/>
21469  <text/>
21470  <image>/</image>
21471  <eventLine>i1 0 10</eventLine>
21472  <latch>true</latch>
21473  <latched>false</latched>
21474 </bsbObject>
21475 <bsbObject type="BSBLabel" version="2">
21476  <objectName/>
21477  <x>1089</x>
21478  <y>579</y>
21479  <width>83</width>
21480  <height>22</height>
21481  <uuid>{1c434c74-ae75-4941-aaa8-df533d43daa7}</uuid>
21482  <visible>true</visible>
21483  <midichan>0</midichan>
21484  <midicc>0</midicc>
21485  <label>Snap Morph
21486</label>
21487  <alignment>left</alignment>
21488  <font>Helvetica</font>
21489  <fontsize>10</fontsize>
21490  <precision>3</precision>
21491  <color>
21492   <r>255</r>
21493   <g>255</g>
21494   <b>0</b>
21495  </color>
21496  <bgcolor mode="nobackground">
21497   <r>255</r>
21498   <g>255</g>
21499   <b>255</b>
21500  </bgcolor>
21501  <bordermode>noborder</bordermode>
21502  <borderradius>1</borderradius>
21503  <borderwidth>1</borderwidth>
21504 </bsbObject>
21505 <bsbObject type="BSBButton" version="2">
21506  <objectName>keyb_SW</objectName>
21507  <x>781</x>
21508  <y>299</y>
21509  <width>117</width>
21510  <height>30</height>
21511  <uuid>{1b5384ca-d2ec-4f4f-93ff-4a813b88afa4}</uuid>
21512  <visible>true</visible>
21513  <midichan>0</midichan>
21514  <midicc>0</midicc>
21515  <type>value</type>
21516  <pressedValue>1.00000000</pressedValue>
21517  <stringvalue/>
21518  <text>MIDI Kb. On/Off</text>
21519  <image>/</image>
21520  <eventLine>i1 0 10</eventLine>
21521  <latch>true</latch>
21522  <latched>false</latched>
21523 </bsbObject>
21524 <bsbObject type="BSBDropdown" version="2">
21525  <objectName>direction</objectName>
21526  <x>1222</x>
21527  <y>277</y>
21528  <width>72</width>
21529  <height>24</height>
21530  <uuid>{c1a3e9f0-06eb-4736-9dd5-e98db19c89be}</uuid>
21531  <visible>true</visible>
21532  <midichan>0</midichan>
21533  <midicc>0</midicc>
21534  <bsbDropdownItemList>
21535   <bsbDropdownItem>
21536    <name>--></name>
21537    <value>0</value>
21538    <stringvalue/>
21539   </bsbDropdownItem>
21540   <bsbDropdownItem>
21541    <name>&lt;--</name>
21542    <value>1</value>
21543    <stringvalue/>
21544   </bsbDropdownItem>
21545  </bsbDropdownItemList>
21546  <selectedIndex>0</selectedIndex>
21547  <randomizable group="0">false</randomizable>
21548 </bsbObject>
21549 <bsbObject type="BSBDisplay" version="2">
21550  <objectName>contdisp</objectName>
21551  <x>1152</x>
21552  <y>325</y>
21553  <width>28</width>
21554  <height>25</height>
21555  <uuid>{c7d8cdc5-8097-4ebe-ae29-812d4b6c1095}</uuid>
21556  <visible>true</visible>
21557  <midichan>0</midichan>
21558  <midicc>0</midicc>
21559  <label>4.000</label>
21560  <alignment>left</alignment>
21561  <font>Arial</font>
21562  <fontsize>13</fontsize>
21563  <precision>3</precision>
21564  <color>
21565   <r>102</r>
21566   <g>255</g>
21567   <b>204</b>
21568  </color>
21569  <bgcolor mode="nobackground">
21570   <r>255</r>
21571   <g>255</g>
21572   <b>255</b>
21573  </bgcolor>
21574  <bordermode>noborder</bordermode>
21575  <borderradius>1</borderradius>
21576  <borderwidth>1</borderwidth>
21577 </bsbObject>
21578 <bsbObject type="BSBController" version="2">
21579  <objectName>seqblink</objectName>
21580  <x>1168</x>
21581  <y>280</y>
21582  <width>7</width>
21583  <height>7</height>
21584  <uuid>{74467b27-b61e-4391-95b2-2d863f650942}</uuid>
21585  <visible>true</visible>
21586  <midichan>0</midichan>
21587  <midicc>0</midicc>
21588  <objectName2>seqblink</objectName2>
21589  <xMin>0.00000000</xMin>
21590  <xMax>1.00000000</xMax>
21591  <yMin>0.00000000</yMin>
21592  <yMax>1.00000000</yMax>
21593  <xValue>0.00000000</xValue>
21594  <yValue>0.00000000</yValue>
21595  <type>fill</type>
21596  <pointsize>1</pointsize>
21597  <fadeSpeed>0.00000000</fadeSpeed>
21598  <mouseControl act="press">jump</mouseControl>
21599  <color>
21600   <r>255</r>
21601   <g>0</g>
21602   <b>0</b>
21603  </color>
21604  <randomizable group="0" mode="both">false</randomizable>
21605  <bgcolor>
21606   <r>0</r>
21607   <g>0</g>
21608   <b>0</b>
21609  </bgcolor>
21610 </bsbObject>
21611 <bsbObject type="BSBController" version="2">
21612  <objectName>seqran</objectName>
21613  <x>1139</x>
21614  <y>307</y>
21615  <width>7</width>
21616  <height>4</height>
21617  <uuid>{ebbeb3df-0820-4e19-a99b-6e3a947fe443}</uuid>
21618  <visible>true</visible>
21619  <midichan>0</midichan>
21620  <midicc>0</midicc>
21621  <objectName2>seqran</objectName2>
21622  <xMin>0.00000000</xMin>
21623  <xMax>1.00000000</xMax>
21624  <yMin>0.00000000</yMin>
21625  <yMax>1.00000000</yMax>
21626  <xValue>0.00000000</xValue>
21627  <yValue>0.00000000</yValue>
21628  <type>fill</type>
21629  <pointsize>1</pointsize>
21630  <fadeSpeed>0.00000000</fadeSpeed>
21631  <mouseControl act="press">jump</mouseControl>
21632  <color>
21633   <r>255</r>
21634   <g>0</g>
21635   <b>0</b>
21636  </color>
21637  <randomizable group="0" mode="both">false</randomizable>
21638  <bgcolor>
21639   <r>0</r>
21640   <g>0</g>
21641   <b>0</b>
21642  </bgcolor>
21643 </bsbObject>
21644 <bsbObject type="BSBSpinBox" version="2">
21645  <objectName>startcont</objectName>
21646  <x>1302</x>
21647  <y>299</y>
21648  <width>36</width>
21649  <height>25</height>
21650  <uuid>{1820a272-f026-455c-9392-2445369537ca}</uuid>
21651  <visible>true</visible>
21652  <midichan>0</midichan>
21653  <midicc>0</midicc>
21654  <alignment>left</alignment>
21655  <font>Lucida Grande</font>
21656  <fontsize>10</fontsize>
21657  <color>
21658   <r>0</r>
21659   <g>0</g>
21660   <b>0</b>
21661  </color>
21662  <bgcolor mode="nobackground">
21663   <r>255</r>
21664   <g>255</g>
21665   <b>255</b>
21666  </bgcolor>
21667  <resolution>1.00000000</resolution>
21668  <minimum>0</minimum>
21669  <maximum>99</maximum>
21670  <randomizable group="0">false</randomizable>
21671  <value>0</value>
21672 </bsbObject>
21673 <bsbObject type="BSBLabel" version="2">
21674  <objectName/>
21675  <x>1087</x>
21676  <y>355</y>
21677  <width>37</width>
21678  <height>25</height>
21679  <uuid>{361417d1-6af4-43f1-a05d-726a408958ed}</uuid>
21680  <visible>true</visible>
21681  <midichan>0</midichan>
21682  <midicc>0</midicc>
21683  <label>Stable</label>
21684  <alignment>left</alignment>
21685  <font>Lucida Grande</font>
21686  <fontsize>9</fontsize>
21687  <precision>3</precision>
21688  <color>
21689   <r>255</r>
21690   <g>255</g>
21691   <b>255</b>
21692  </color>
21693  <bgcolor mode="nobackground">
21694   <r>255</r>
21695   <g>255</g>
21696   <b>255</b>
21697  </bgcolor>
21698  <bordermode>noborder</bordermode>
21699  <borderradius>1</borderradius>
21700  <borderwidth>1</borderwidth>
21701 </bsbObject>
21702 <bsbObject type="BSBLabel" version="2">
21703  <objectName/>
21704  <x>1150</x>
21705  <y>355</y>
21706  <width>60</width>
21707  <height>24</height>
21708  <uuid>{2e68f756-eede-4478-8c00-30716bdac845}</uuid>
21709  <visible>true</visible>
21710  <midichan>0</midichan>
21711  <midicc>0</midicc>
21712  <label>Transition</label>
21713  <alignment>left</alignment>
21714  <font>Lucida Grande</font>
21715  <fontsize>9</fontsize>
21716  <precision>3</precision>
21717  <color>
21718   <r>255</r>
21719   <g>255</g>
21720   <b>255</b>
21721  </color>
21722  <bgcolor mode="nobackground">
21723   <r>255</r>
21724   <g>255</g>
21725   <b>255</b>
21726  </bgcolor>
21727  <bordermode>noborder</bordermode>
21728  <borderradius>1</borderradius>
21729  <borderwidth>1</borderwidth>
21730 </bsbObject>
21731 <bsbObject type="BSBButton" version="2">
21732  <objectName>midi_1</objectName>
21733  <x>1034</x>
21734  <y>344</y>
21735  <width>54</width>
21736  <height>22</height>
21737  <uuid>{67da08fe-4e78-492f-b1eb-0f685315d517}</uuid>
21738  <visible>true</visible>
21739  <midichan>0</midichan>
21740  <midicc>0</midicc>
21741  <type>value</type>
21742  <pressedValue>1.00000000</pressedValue>
21743  <stringvalue/>
21744  <text>onoff</text>
21745  <image>/</image>
21746  <eventLine/>
21747  <latch>true</latch>
21748  <latched>false</latched>
21749 </bsbObject>
21750 <bsbObject type="BSBDropdown" version="2">
21751  <objectName>MIDIVAR_2</objectName>
21752  <x>922</x>
21753  <y>372</y>
21754  <width>120</width>
21755  <height>24</height>
21756  <uuid>{3f2885c2-e932-43fa-b3ae-a372dd5dcdf9}</uuid>
21757  <visible>true</visible>
21758  <midichan>0</midichan>
21759  <midicc>0</midicc>
21760  <bsbDropdownItemList>
21761   <bsbDropdownItem>
21762    <name>N/A</name>
21763    <value>0</value>
21764    <stringvalue/>
21765   </bsbDropdownItem>
21766   <bsbDropdownItem>
21767    <name> LEV_1</name>
21768    <value>1</value>
21769    <stringvalue/>
21770   </bsbDropdownItem>
21771   <bsbDropdownItem>
21772    <name> X1</name>
21773    <value>2</value>
21774    <stringvalue/>
21775   </bsbDropdownItem>
21776   <bsbDropdownItem>
21777    <name> Y1</name>
21778    <value>3</value>
21779    <stringvalue/>
21780   </bsbDropdownItem>
21781   <bsbDropdownItem>
21782    <name> F_1</name>
21783    <value>4</value>
21784    <stringvalue/>
21785   </bsbDropdownItem>
21786   <bsbDropdownItem>
21787    <name> IM_1</name>
21788    <value>5</value>
21789    <stringvalue/>
21790   </bsbDropdownItem>
21791   <bsbDropdownItem>
21792    <name> ATK_1</name>
21793    <value>6</value>
21794    <stringvalue/>
21795   </bsbDropdownItem>
21796   <bsbDropdownItem>
21797    <name> REL_1</name>
21798    <value>7</value>
21799    <stringvalue/>
21800   </bsbDropdownItem>
21801   <bsbDropdownItem>
21802    <name> RAN AMP_1</name>
21803    <value>8</value>
21804    <stringvalue/>
21805   </bsbDropdownItem>
21806   <bsbDropdownItem>
21807    <name> RAN RATE_1</name>
21808    <value>9</value>
21809    <stringvalue/>
21810   </bsbDropdownItem>
21811   <bsbDropdownItem>
21812    <name> VOI</name>
21813    <value>10</value>
21814    <stringvalue/>
21815   </bsbDropdownItem>
21816   <bsbDropdownItem>
21817    <name> STEP</name>
21818    <value>11</value>
21819    <stringvalue/>
21820   </bsbDropdownItem>
21821   <bsbDropdownItem>
21822    <name> REV_1</name>
21823    <value>12</value>
21824    <stringvalue/>
21825   </bsbDropdownItem>
21826   <bsbDropdownItem>
21827    <name> FOCUS/DIFF</name>
21828    <value>13</value>
21829    <stringvalue/>
21830   </bsbDropdownItem>
21831   <bsbDropdownItem>
21832    <name> LONG/SHORT</name>
21833    <value>14</value>
21834    <stringvalue/>
21835   </bsbDropdownItem>
21836   <bsbDropdownItem>
21837    <name> FAST/SLOW</name>
21838    <value>15</value>
21839    <stringvalue/>
21840   </bsbDropdownItem>
21841   <bsbDropdownItem>
21842    <name> SHAPE</name>
21843    <value>16</value>
21844    <stringvalue/>
21845   </bsbDropdownItem>
21846   <bsbDropdownItem>
21847    <name> XFADE</name>
21848    <value>17</value>
21849    <stringvalue/>
21850   </bsbDropdownItem>
21851   <bsbDropdownItem>
21852    <name> X2</name>
21853    <value>18</value>
21854    <stringvalue/>
21855   </bsbDropdownItem>
21856   <bsbDropdownItem>
21857    <name> LEV_2</name>
21858    <value>19</value>
21859    <stringvalue/>
21860   </bsbDropdownItem>
21861   <bsbDropdownItem>
21862    <name> F_2</name>
21863    <value>20</value>
21864    <stringvalue/>
21865   </bsbDropdownItem>
21866   <bsbDropdownItem>
21867    <name> IM_2</name>
21868    <value>21</value>
21869    <stringvalue/>
21870   </bsbDropdownItem>
21871   <bsbDropdownItem>
21872    <name> RAN AMP_2</name>
21873    <value>22</value>
21874    <stringvalue/>
21875   </bsbDropdownItem>
21876   <bsbDropdownItem>
21877    <name> RAN RATE_2</name>
21878    <value>23</value>
21879    <stringvalue/>
21880   </bsbDropdownItem>
21881   <bsbDropdownItem>
21882    <name> REV_2</name>
21883    <value>24</value>
21884    <stringvalue/>
21885   </bsbDropdownItem>
21886   <bsbDropdownItem>
21887    <name> Volume</name>
21888    <value>25</value>
21889    <stringvalue/>
21890   </bsbDropdownItem>
21891   <bsbDropdownItem>
21892    <name> CARmin</name>
21893    <value>26</value>
21894    <stringvalue/>
21895   </bsbDropdownItem>
21896   <bsbDropdownItem>
21897    <name> CARmax</name>
21898    <value>27</value>
21899    <stringvalue/>
21900   </bsbDropdownItem>
21901   <bsbDropdownItem>
21902    <name> MODmin</name>
21903    <value>28</value>
21904    <stringvalue/>
21905   </bsbDropdownItem>
21906   <bsbDropdownItem>
21907    <name> MODmax</name>
21908    <value>29</value>
21909    <stringvalue/>
21910   </bsbDropdownItem>
21911  </bsbDropdownItemList>
21912  <selectedIndex>18</selectedIndex>
21913  <randomizable group="0">false</randomizable>
21914 </bsbObject>
21915 <bsbObject type="BSBDropdown" version="2">
21916  <objectName>MIDIVAR_3</objectName>
21917  <x>922</x>
21918  <y>398</y>
21919  <width>120</width>
21920  <height>24</height>
21921  <uuid>{22db14a5-e990-4e70-8885-83484776c1a7}</uuid>
21922  <visible>true</visible>
21923  <midichan>0</midichan>
21924  <midicc>0</midicc>
21925  <bsbDropdownItemList>
21926   <bsbDropdownItem>
21927    <name>N/A</name>
21928    <value>0</value>
21929    <stringvalue/>
21930   </bsbDropdownItem>
21931   <bsbDropdownItem>
21932    <name> LEV_1</name>
21933    <value>1</value>
21934    <stringvalue/>
21935   </bsbDropdownItem>
21936   <bsbDropdownItem>
21937    <name> X1</name>
21938    <value>2</value>
21939    <stringvalue/>
21940   </bsbDropdownItem>
21941   <bsbDropdownItem>
21942    <name> Y1</name>
21943    <value>3</value>
21944    <stringvalue/>
21945   </bsbDropdownItem>
21946   <bsbDropdownItem>
21947    <name> F_1</name>
21948    <value>4</value>
21949    <stringvalue/>
21950   </bsbDropdownItem>
21951   <bsbDropdownItem>
21952    <name> IM_1</name>
21953    <value>5</value>
21954    <stringvalue/>
21955   </bsbDropdownItem>
21956   <bsbDropdownItem>
21957    <name> ATK_1</name>
21958    <value>6</value>
21959    <stringvalue/>
21960   </bsbDropdownItem>
21961   <bsbDropdownItem>
21962    <name> REL_1</name>
21963    <value>7</value>
21964    <stringvalue/>
21965   </bsbDropdownItem>
21966   <bsbDropdownItem>
21967    <name> RAN AMP_1</name>
21968    <value>8</value>
21969    <stringvalue/>
21970   </bsbDropdownItem>
21971   <bsbDropdownItem>
21972    <name> RAN RATE_1</name>
21973    <value>9</value>
21974    <stringvalue/>
21975   </bsbDropdownItem>
21976   <bsbDropdownItem>
21977    <name> VOI</name>
21978    <value>10</value>
21979    <stringvalue/>
21980   </bsbDropdownItem>
21981   <bsbDropdownItem>
21982    <name> STEP</name>
21983    <value>11</value>
21984    <stringvalue/>
21985   </bsbDropdownItem>
21986   <bsbDropdownItem>
21987    <name> REV_1</name>
21988    <value>12</value>
21989    <stringvalue/>
21990   </bsbDropdownItem>
21991   <bsbDropdownItem>
21992    <name> FOCUS/DIFF</name>
21993    <value>13</value>
21994    <stringvalue/>
21995   </bsbDropdownItem>
21996   <bsbDropdownItem>
21997    <name> LONG/SHORT</name>
21998    <value>14</value>
21999    <stringvalue/>
22000   </bsbDropdownItem>
22001   <bsbDropdownItem>
22002    <name> FAST/SLOW</name>
22003    <value>15</value>
22004    <stringvalue/>
22005   </bsbDropdownItem>
22006   <bsbDropdownItem>
22007    <name> SHAPE</name>
22008    <value>16</value>
22009    <stringvalue/>
22010   </bsbDropdownItem>
22011   <bsbDropdownItem>
22012    <name> XFADE</name>
22013    <value>17</value>
22014    <stringvalue/>
22015   </bsbDropdownItem>
22016   <bsbDropdownItem>
22017    <name> X2</name>
22018    <value>18</value>
22019    <stringvalue/>
22020   </bsbDropdownItem>
22021   <bsbDropdownItem>
22022    <name> LEV_2</name>
22023    <value>19</value>
22024    <stringvalue/>
22025   </bsbDropdownItem>
22026   <bsbDropdownItem>
22027    <name> F_2</name>
22028    <value>20</value>
22029    <stringvalue/>
22030   </bsbDropdownItem>
22031   <bsbDropdownItem>
22032    <name> IM_2</name>
22033    <value>21</value>
22034    <stringvalue/>
22035   </bsbDropdownItem>
22036   <bsbDropdownItem>
22037    <name> RAN AMP_2</name>
22038    <value>22</value>
22039    <stringvalue/>
22040   </bsbDropdownItem>
22041   <bsbDropdownItem>
22042    <name> RAN RATE_2</name>
22043    <value>23</value>
22044    <stringvalue/>
22045   </bsbDropdownItem>
22046   <bsbDropdownItem>
22047    <name> REV_2</name>
22048    <value>24</value>
22049    <stringvalue/>
22050   </bsbDropdownItem>
22051   <bsbDropdownItem>
22052    <name> Volume</name>
22053    <value>25</value>
22054    <stringvalue/>
22055   </bsbDropdownItem>
22056   <bsbDropdownItem>
22057    <name> CARmin</name>
22058    <value>26</value>
22059    <stringvalue/>
22060   </bsbDropdownItem>
22061   <bsbDropdownItem>
22062    <name> CARmax</name>
22063    <value>27</value>
22064    <stringvalue/>
22065   </bsbDropdownItem>
22066   <bsbDropdownItem>
22067    <name> MODmin</name>
22068    <value>28</value>
22069    <stringvalue/>
22070   </bsbDropdownItem>
22071   <bsbDropdownItem>
22072    <name> MODmax</name>
22073    <value>29</value>
22074    <stringvalue/>
22075   </bsbDropdownItem>
22076  </bsbDropdownItemList>
22077  <selectedIndex>17</selectedIndex>
22078  <randomizable group="0">false</randomizable>
22079 </bsbObject>
22080 <bsbObject type="BSBDropdown" version="2">
22081  <objectName>MIDIVAR_4</objectName>
22082  <x>922</x>
22083  <y>424</y>
22084  <width>120</width>
22085  <height>24</height>
22086  <uuid>{fb8c6600-666b-4954-9dea-73793e9254fc}</uuid>
22087  <visible>true</visible>
22088  <midichan>0</midichan>
22089  <midicc>0</midicc>
22090  <bsbDropdownItemList>
22091   <bsbDropdownItem>
22092    <name>N/A</name>
22093    <value>0</value>
22094    <stringvalue/>
22095   </bsbDropdownItem>
22096   <bsbDropdownItem>
22097    <name> LEV_1</name>
22098    <value>1</value>
22099    <stringvalue/>
22100   </bsbDropdownItem>
22101   <bsbDropdownItem>
22102    <name> X1</name>
22103    <value>2</value>
22104    <stringvalue/>
22105   </bsbDropdownItem>
22106   <bsbDropdownItem>
22107    <name> Y1</name>
22108    <value>3</value>
22109    <stringvalue/>
22110   </bsbDropdownItem>
22111   <bsbDropdownItem>
22112    <name> F_1</name>
22113    <value>4</value>
22114    <stringvalue/>
22115   </bsbDropdownItem>
22116   <bsbDropdownItem>
22117    <name> IM_1</name>
22118    <value>5</value>
22119    <stringvalue/>
22120   </bsbDropdownItem>
22121   <bsbDropdownItem>
22122    <name> ATK_1</name>
22123    <value>6</value>
22124    <stringvalue/>
22125   </bsbDropdownItem>
22126   <bsbDropdownItem>
22127    <name> REL_1</name>
22128    <value>7</value>
22129    <stringvalue/>
22130   </bsbDropdownItem>
22131   <bsbDropdownItem>
22132    <name> RAN AMP_1</name>
22133    <value>8</value>
22134    <stringvalue/>
22135   </bsbDropdownItem>
22136   <bsbDropdownItem>
22137    <name> RAN RATE_1</name>
22138    <value>9</value>
22139    <stringvalue/>
22140   </bsbDropdownItem>
22141   <bsbDropdownItem>
22142    <name> VOI</name>
22143    <value>10</value>
22144    <stringvalue/>
22145   </bsbDropdownItem>
22146   <bsbDropdownItem>
22147    <name> STEP</name>
22148    <value>11</value>
22149    <stringvalue/>
22150   </bsbDropdownItem>
22151   <bsbDropdownItem>
22152    <name> REV_1</name>
22153    <value>12</value>
22154    <stringvalue/>
22155   </bsbDropdownItem>
22156   <bsbDropdownItem>
22157    <name> FOCUS/DIFF</name>
22158    <value>13</value>
22159    <stringvalue/>
22160   </bsbDropdownItem>
22161   <bsbDropdownItem>
22162    <name> LONG/SHORT</name>
22163    <value>14</value>
22164    <stringvalue/>
22165   </bsbDropdownItem>
22166   <bsbDropdownItem>
22167    <name> FAST/SLOW</name>
22168    <value>15</value>
22169    <stringvalue/>
22170   </bsbDropdownItem>
22171   <bsbDropdownItem>
22172    <name> SHAPE</name>
22173    <value>16</value>
22174    <stringvalue/>
22175   </bsbDropdownItem>
22176   <bsbDropdownItem>
22177    <name> XFADE</name>
22178    <value>17</value>
22179    <stringvalue/>
22180   </bsbDropdownItem>
22181   <bsbDropdownItem>
22182    <name> X2</name>
22183    <value>18</value>
22184    <stringvalue/>
22185   </bsbDropdownItem>
22186   <bsbDropdownItem>
22187    <name> LEV_2</name>
22188    <value>19</value>
22189    <stringvalue/>
22190   </bsbDropdownItem>
22191   <bsbDropdownItem>
22192    <name> F_2</name>
22193    <value>20</value>
22194    <stringvalue/>
22195   </bsbDropdownItem>
22196   <bsbDropdownItem>
22197    <name> IM_2</name>
22198    <value>21</value>
22199    <stringvalue/>
22200   </bsbDropdownItem>
22201   <bsbDropdownItem>
22202    <name> RAN AMP_2</name>
22203    <value>22</value>
22204    <stringvalue/>
22205   </bsbDropdownItem>
22206   <bsbDropdownItem>
22207    <name> RAN RATE_2</name>
22208    <value>23</value>
22209    <stringvalue/>
22210   </bsbDropdownItem>
22211   <bsbDropdownItem>
22212    <name> REV_2</name>
22213    <value>24</value>
22214    <stringvalue/>
22215   </bsbDropdownItem>
22216   <bsbDropdownItem>
22217    <name> Volume</name>
22218    <value>25</value>
22219    <stringvalue/>
22220   </bsbDropdownItem>
22221   <bsbDropdownItem>
22222    <name> CARmin</name>
22223    <value>26</value>
22224    <stringvalue/>
22225   </bsbDropdownItem>
22226   <bsbDropdownItem>
22227    <name> CARmax</name>
22228    <value>27</value>
22229    <stringvalue/>
22230   </bsbDropdownItem>
22231   <bsbDropdownItem>
22232    <name> MODmin</name>
22233    <value>28</value>
22234    <stringvalue/>
22235   </bsbDropdownItem>
22236   <bsbDropdownItem>
22237    <name> MODmax</name>
22238    <value>29</value>
22239    <stringvalue/>
22240   </bsbDropdownItem>
22241  </bsbDropdownItemList>
22242  <selectedIndex>13</selectedIndex>
22243  <randomizable group="0">false</randomizable>
22244 </bsbObject>
22245 <bsbObject type="BSBDropdown" version="2">
22246  <objectName>MIDIVAR_5</objectName>
22247  <x>922</x>
22248  <y>450</y>
22249  <width>120</width>
22250  <height>24</height>
22251  <uuid>{fb4f02c5-dee5-4337-9920-ac42b86a141e}</uuid>
22252  <visible>true</visible>
22253  <midichan>0</midichan>
22254  <midicc>0</midicc>
22255  <bsbDropdownItemList>
22256   <bsbDropdownItem>
22257    <name>N/A</name>
22258    <value>0</value>
22259    <stringvalue/>
22260   </bsbDropdownItem>
22261   <bsbDropdownItem>
22262    <name> LEV_1</name>
22263    <value>1</value>
22264    <stringvalue/>
22265   </bsbDropdownItem>
22266   <bsbDropdownItem>
22267    <name> X1</name>
22268    <value>2</value>
22269    <stringvalue/>
22270   </bsbDropdownItem>
22271   <bsbDropdownItem>
22272    <name> Y1</name>
22273    <value>3</value>
22274    <stringvalue/>
22275   </bsbDropdownItem>
22276   <bsbDropdownItem>
22277    <name> F_1</name>
22278    <value>4</value>
22279    <stringvalue/>
22280   </bsbDropdownItem>
22281   <bsbDropdownItem>
22282    <name> IM_1</name>
22283    <value>5</value>
22284    <stringvalue/>
22285   </bsbDropdownItem>
22286   <bsbDropdownItem>
22287    <name> ATK_1</name>
22288    <value>6</value>
22289    <stringvalue/>
22290   </bsbDropdownItem>
22291   <bsbDropdownItem>
22292    <name> REL_1</name>
22293    <value>7</value>
22294    <stringvalue/>
22295   </bsbDropdownItem>
22296   <bsbDropdownItem>
22297    <name> RAN AMP_1</name>
22298    <value>8</value>
22299    <stringvalue/>
22300   </bsbDropdownItem>
22301   <bsbDropdownItem>
22302    <name> RAN RATE_1</name>
22303    <value>9</value>
22304    <stringvalue/>
22305   </bsbDropdownItem>
22306   <bsbDropdownItem>
22307    <name> VOI</name>
22308    <value>10</value>
22309    <stringvalue/>
22310   </bsbDropdownItem>
22311   <bsbDropdownItem>
22312    <name> STEP</name>
22313    <value>11</value>
22314    <stringvalue/>
22315   </bsbDropdownItem>
22316   <bsbDropdownItem>
22317    <name> REV_1</name>
22318    <value>12</value>
22319    <stringvalue/>
22320   </bsbDropdownItem>
22321   <bsbDropdownItem>
22322    <name> FOCUS/DIFF</name>
22323    <value>13</value>
22324    <stringvalue/>
22325   </bsbDropdownItem>
22326   <bsbDropdownItem>
22327    <name> LONG/SHORT</name>
22328    <value>14</value>
22329    <stringvalue/>
22330   </bsbDropdownItem>
22331   <bsbDropdownItem>
22332    <name> FAST/SLOW</name>
22333    <value>15</value>
22334    <stringvalue/>
22335   </bsbDropdownItem>
22336   <bsbDropdownItem>
22337    <name> SHAPE</name>
22338    <value>16</value>
22339    <stringvalue/>
22340   </bsbDropdownItem>
22341   <bsbDropdownItem>
22342    <name> XFADE</name>
22343    <value>17</value>
22344    <stringvalue/>
22345   </bsbDropdownItem>
22346   <bsbDropdownItem>
22347    <name> X2</name>
22348    <value>18</value>
22349    <stringvalue/>
22350   </bsbDropdownItem>
22351   <bsbDropdownItem>
22352    <name> LEV_2</name>
22353    <value>19</value>
22354    <stringvalue/>
22355   </bsbDropdownItem>
22356   <bsbDropdownItem>
22357    <name> F_2</name>
22358    <value>20</value>
22359    <stringvalue/>
22360   </bsbDropdownItem>
22361   <bsbDropdownItem>
22362    <name> IM_2</name>
22363    <value>21</value>
22364    <stringvalue/>
22365   </bsbDropdownItem>
22366   <bsbDropdownItem>
22367    <name> RAN AMP_2</name>
22368    <value>22</value>
22369    <stringvalue/>
22370   </bsbDropdownItem>
22371   <bsbDropdownItem>
22372    <name> RAN RATE_2</name>
22373    <value>23</value>
22374    <stringvalue/>
22375   </bsbDropdownItem>
22376   <bsbDropdownItem>
22377    <name> REV_2</name>
22378    <value>24</value>
22379    <stringvalue/>
22380   </bsbDropdownItem>
22381   <bsbDropdownItem>
22382    <name> Volume</name>
22383    <value>25</value>
22384    <stringvalue/>
22385   </bsbDropdownItem>
22386   <bsbDropdownItem>
22387    <name> CARmin</name>
22388    <value>26</value>
22389    <stringvalue/>
22390   </bsbDropdownItem>
22391   <bsbDropdownItem>
22392    <name> CARmax</name>
22393    <value>27</value>
22394    <stringvalue/>
22395   </bsbDropdownItem>
22396   <bsbDropdownItem>
22397    <name> MODmin</name>
22398    <value>28</value>
22399    <stringvalue/>
22400   </bsbDropdownItem>
22401   <bsbDropdownItem>
22402    <name> MODmax</name>
22403    <value>29</value>
22404    <stringvalue/>
22405   </bsbDropdownItem>
22406  </bsbDropdownItemList>
22407  <selectedIndex>4</selectedIndex>
22408  <randomizable group="0">false</randomizable>
22409 </bsbObject>
22410 <bsbObject type="BSBDropdown" version="2">
22411  <objectName>MIDIVAR_6</objectName>
22412  <x>922</x>
22413  <y>476</y>
22414  <width>120</width>
22415  <height>24</height>
22416  <uuid>{9000f652-0ffe-4abc-b0b1-7c7d0f43fa1f}</uuid>
22417  <visible>true</visible>
22418  <midichan>0</midichan>
22419  <midicc>0</midicc>
22420  <bsbDropdownItemList>
22421   <bsbDropdownItem>
22422    <name>N/A</name>
22423    <value>0</value>
22424    <stringvalue/>
22425   </bsbDropdownItem>
22426   <bsbDropdownItem>
22427    <name> LEV_1</name>
22428    <value>1</value>
22429    <stringvalue/>
22430   </bsbDropdownItem>
22431   <bsbDropdownItem>
22432    <name> X1</name>
22433    <value>2</value>
22434    <stringvalue/>
22435   </bsbDropdownItem>
22436   <bsbDropdownItem>
22437    <name> Y1</name>
22438    <value>3</value>
22439    <stringvalue/>
22440   </bsbDropdownItem>
22441   <bsbDropdownItem>
22442    <name> F_1</name>
22443    <value>4</value>
22444    <stringvalue/>
22445   </bsbDropdownItem>
22446   <bsbDropdownItem>
22447    <name> IM_1</name>
22448    <value>5</value>
22449    <stringvalue/>
22450   </bsbDropdownItem>
22451   <bsbDropdownItem>
22452    <name> ATK_1</name>
22453    <value>6</value>
22454    <stringvalue/>
22455   </bsbDropdownItem>
22456   <bsbDropdownItem>
22457    <name> REL_1</name>
22458    <value>7</value>
22459    <stringvalue/>
22460   </bsbDropdownItem>
22461   <bsbDropdownItem>
22462    <name> RAN AMP_1</name>
22463    <value>8</value>
22464    <stringvalue/>
22465   </bsbDropdownItem>
22466   <bsbDropdownItem>
22467    <name> RAN RATE_1</name>
22468    <value>9</value>
22469    <stringvalue/>
22470   </bsbDropdownItem>
22471   <bsbDropdownItem>
22472    <name> VOI</name>
22473    <value>10</value>
22474    <stringvalue/>
22475   </bsbDropdownItem>
22476   <bsbDropdownItem>
22477    <name> STEP</name>
22478    <value>11</value>
22479    <stringvalue/>
22480   </bsbDropdownItem>
22481   <bsbDropdownItem>
22482    <name> REV_1</name>
22483    <value>12</value>
22484    <stringvalue/>
22485   </bsbDropdownItem>
22486   <bsbDropdownItem>
22487    <name> FOCUS/DIFF</name>
22488    <value>13</value>
22489    <stringvalue/>
22490   </bsbDropdownItem>
22491   <bsbDropdownItem>
22492    <name> LONG/SHORT</name>
22493    <value>14</value>
22494    <stringvalue/>
22495   </bsbDropdownItem>
22496   <bsbDropdownItem>
22497    <name> FAST/SLOW</name>
22498    <value>15</value>
22499    <stringvalue/>
22500   </bsbDropdownItem>
22501   <bsbDropdownItem>
22502    <name> SHAPE</name>
22503    <value>16</value>
22504    <stringvalue/>
22505   </bsbDropdownItem>
22506   <bsbDropdownItem>
22507    <name> XFADE</name>
22508    <value>17</value>
22509    <stringvalue/>
22510   </bsbDropdownItem>
22511   <bsbDropdownItem>
22512    <name> X2</name>
22513    <value>18</value>
22514    <stringvalue/>
22515   </bsbDropdownItem>
22516   <bsbDropdownItem>
22517    <name> LEV_2</name>
22518    <value>19</value>
22519    <stringvalue/>
22520   </bsbDropdownItem>
22521   <bsbDropdownItem>
22522    <name> F_2</name>
22523    <value>20</value>
22524    <stringvalue/>
22525   </bsbDropdownItem>
22526   <bsbDropdownItem>
22527    <name> IM_2</name>
22528    <value>21</value>
22529    <stringvalue/>
22530   </bsbDropdownItem>
22531   <bsbDropdownItem>
22532    <name> RAN AMP_2</name>
22533    <value>22</value>
22534    <stringvalue/>
22535   </bsbDropdownItem>
22536   <bsbDropdownItem>
22537    <name> RAN RATE_2</name>
22538    <value>23</value>
22539    <stringvalue/>
22540   </bsbDropdownItem>
22541   <bsbDropdownItem>
22542    <name> REV_2</name>
22543    <value>24</value>
22544    <stringvalue/>
22545   </bsbDropdownItem>
22546   <bsbDropdownItem>
22547    <name> Volume</name>
22548    <value>25</value>
22549    <stringvalue/>
22550   </bsbDropdownItem>
22551   <bsbDropdownItem>
22552    <name> CARmin</name>
22553    <value>26</value>
22554    <stringvalue/>
22555   </bsbDropdownItem>
22556   <bsbDropdownItem>
22557    <name> CARmax</name>
22558    <value>27</value>
22559    <stringvalue/>
22560   </bsbDropdownItem>
22561   <bsbDropdownItem>
22562    <name> MODmin</name>
22563    <value>28</value>
22564    <stringvalue/>
22565   </bsbDropdownItem>
22566   <bsbDropdownItem>
22567    <name> MODmax</name>
22568    <value>29</value>
22569    <stringvalue/>
22570   </bsbDropdownItem>
22571  </bsbDropdownItemList>
22572  <selectedIndex>0</selectedIndex>
22573  <randomizable group="0">false</randomizable>
22574 </bsbObject>
22575 <bsbObject type="BSBDropdown" version="2">
22576  <objectName>MIDIVAR_7</objectName>
22577  <x>922</x>
22578  <y>503</y>
22579  <width>120</width>
22580  <height>24</height>
22581  <uuid>{d3a1de91-6456-4b1e-b144-78ddbe43396b}</uuid>
22582  <visible>true</visible>
22583  <midichan>0</midichan>
22584  <midicc>0</midicc>
22585  <bsbDropdownItemList>
22586   <bsbDropdownItem>
22587    <name>N/A</name>
22588    <value>0</value>
22589    <stringvalue/>
22590   </bsbDropdownItem>
22591   <bsbDropdownItem>
22592    <name> LEV_1</name>
22593    <value>1</value>
22594    <stringvalue/>
22595   </bsbDropdownItem>
22596   <bsbDropdownItem>
22597    <name> X1</name>
22598    <value>2</value>
22599    <stringvalue/>
22600   </bsbDropdownItem>
22601   <bsbDropdownItem>
22602    <name> Y1</name>
22603    <value>3</value>
22604    <stringvalue/>
22605   </bsbDropdownItem>
22606   <bsbDropdownItem>
22607    <name> F_1</name>
22608    <value>4</value>
22609    <stringvalue/>
22610   </bsbDropdownItem>
22611   <bsbDropdownItem>
22612    <name> IM_1</name>
22613    <value>5</value>
22614    <stringvalue/>
22615   </bsbDropdownItem>
22616   <bsbDropdownItem>
22617    <name> ATK_1</name>
22618    <value>6</value>
22619    <stringvalue/>
22620   </bsbDropdownItem>
22621   <bsbDropdownItem>
22622    <name> REL_1</name>
22623    <value>7</value>
22624    <stringvalue/>
22625   </bsbDropdownItem>
22626   <bsbDropdownItem>
22627    <name> RAN AMP_1</name>
22628    <value>8</value>
22629    <stringvalue/>
22630   </bsbDropdownItem>
22631   <bsbDropdownItem>
22632    <name> RAN RATE_1</name>
22633    <value>9</value>
22634    <stringvalue/>
22635   </bsbDropdownItem>
22636   <bsbDropdownItem>
22637    <name> VOI</name>
22638    <value>10</value>
22639    <stringvalue/>
22640   </bsbDropdownItem>
22641   <bsbDropdownItem>
22642    <name> STEP</name>
22643    <value>11</value>
22644    <stringvalue/>
22645   </bsbDropdownItem>
22646   <bsbDropdownItem>
22647    <name> REV_1</name>
22648    <value>12</value>
22649    <stringvalue/>
22650   </bsbDropdownItem>
22651   <bsbDropdownItem>
22652    <name> FOCUS/DIFF</name>
22653    <value>13</value>
22654    <stringvalue/>
22655   </bsbDropdownItem>
22656   <bsbDropdownItem>
22657    <name> LONG/SHORT</name>
22658    <value>14</value>
22659    <stringvalue/>
22660   </bsbDropdownItem>
22661   <bsbDropdownItem>
22662    <name> FAST/SLOW</name>
22663    <value>15</value>
22664    <stringvalue/>
22665   </bsbDropdownItem>
22666   <bsbDropdownItem>
22667    <name> SHAPE</name>
22668    <value>16</value>
22669    <stringvalue/>
22670   </bsbDropdownItem>
22671   <bsbDropdownItem>
22672    <name> XFADE</name>
22673    <value>17</value>
22674    <stringvalue/>
22675   </bsbDropdownItem>
22676   <bsbDropdownItem>
22677    <name> X2</name>
22678    <value>18</value>
22679    <stringvalue/>
22680   </bsbDropdownItem>
22681   <bsbDropdownItem>
22682    <name> LEV_2</name>
22683    <value>19</value>
22684    <stringvalue/>
22685   </bsbDropdownItem>
22686   <bsbDropdownItem>
22687    <name> F_2</name>
22688    <value>20</value>
22689    <stringvalue/>
22690   </bsbDropdownItem>
22691   <bsbDropdownItem>
22692    <name> IM_2</name>
22693    <value>21</value>
22694    <stringvalue/>
22695   </bsbDropdownItem>
22696   <bsbDropdownItem>
22697    <name> RAN AMP_2</name>
22698    <value>22</value>
22699    <stringvalue/>
22700   </bsbDropdownItem>
22701   <bsbDropdownItem>
22702    <name> RAN RATE_2</name>
22703    <value>23</value>
22704    <stringvalue/>
22705   </bsbDropdownItem>
22706   <bsbDropdownItem>
22707    <name> REV_2</name>
22708    <value>24</value>
22709    <stringvalue/>
22710   </bsbDropdownItem>
22711   <bsbDropdownItem>
22712    <name> Volume</name>
22713    <value>25</value>
22714    <stringvalue/>
22715   </bsbDropdownItem>
22716   <bsbDropdownItem>
22717    <name> CARmin</name>
22718    <value>26</value>
22719    <stringvalue/>
22720   </bsbDropdownItem>
22721   <bsbDropdownItem>
22722    <name> CARmax</name>
22723    <value>27</value>
22724    <stringvalue/>
22725   </bsbDropdownItem>
22726   <bsbDropdownItem>
22727    <name> MODmin</name>
22728    <value>28</value>
22729    <stringvalue/>
22730   </bsbDropdownItem>
22731   <bsbDropdownItem>
22732    <name> MODmax</name>
22733    <value>29</value>
22734    <stringvalue/>
22735   </bsbDropdownItem>
22736  </bsbDropdownItemList>
22737  <selectedIndex>0</selectedIndex>
22738  <randomizable group="0">false</randomizable>
22739 </bsbObject>
22740 <bsbObject type="BSBDropdown" version="2">
22741  <objectName>MIDIVAR_8</objectName>
22742  <x>922</x>
22743  <y>530</y>
22744  <width>120</width>
22745  <height>24</height>
22746  <uuid>{3098daeb-d160-4c33-a68f-86f1e969b1b8}</uuid>
22747  <visible>true</visible>
22748  <midichan>0</midichan>
22749  <midicc>0</midicc>
22750  <bsbDropdownItemList>
22751   <bsbDropdownItem>
22752    <name>N/A</name>
22753    <value>0</value>
22754    <stringvalue/>
22755   </bsbDropdownItem>
22756   <bsbDropdownItem>
22757    <name> LEV_1</name>
22758    <value>1</value>
22759    <stringvalue/>
22760   </bsbDropdownItem>
22761   <bsbDropdownItem>
22762    <name> X1</name>
22763    <value>2</value>
22764    <stringvalue/>
22765   </bsbDropdownItem>
22766   <bsbDropdownItem>
22767    <name> Y1</name>
22768    <value>3</value>
22769    <stringvalue/>
22770   </bsbDropdownItem>
22771   <bsbDropdownItem>
22772    <name> F_1</name>
22773    <value>4</value>
22774    <stringvalue/>
22775   </bsbDropdownItem>
22776   <bsbDropdownItem>
22777    <name> IM_1</name>
22778    <value>5</value>
22779    <stringvalue/>
22780   </bsbDropdownItem>
22781   <bsbDropdownItem>
22782    <name> ATK_1</name>
22783    <value>6</value>
22784    <stringvalue/>
22785   </bsbDropdownItem>
22786   <bsbDropdownItem>
22787    <name> REL_1</name>
22788    <value>7</value>
22789    <stringvalue/>
22790   </bsbDropdownItem>
22791   <bsbDropdownItem>
22792    <name> RAN AMP_1</name>
22793    <value>8</value>
22794    <stringvalue/>
22795   </bsbDropdownItem>
22796   <bsbDropdownItem>
22797    <name> RAN RATE_1</name>
22798    <value>9</value>
22799    <stringvalue/>
22800   </bsbDropdownItem>
22801   <bsbDropdownItem>
22802    <name> VOI</name>
22803    <value>10</value>
22804    <stringvalue/>
22805   </bsbDropdownItem>
22806   <bsbDropdownItem>
22807    <name> STEP</name>
22808    <value>11</value>
22809    <stringvalue/>
22810   </bsbDropdownItem>
22811   <bsbDropdownItem>
22812    <name> REV_1</name>
22813    <value>12</value>
22814    <stringvalue/>
22815   </bsbDropdownItem>
22816   <bsbDropdownItem>
22817    <name> FOCUS/DIFF</name>
22818    <value>13</value>
22819    <stringvalue/>
22820   </bsbDropdownItem>
22821   <bsbDropdownItem>
22822    <name> LONG/SHORT</name>
22823    <value>14</value>
22824    <stringvalue/>
22825   </bsbDropdownItem>
22826   <bsbDropdownItem>
22827    <name> FAST/SLOW</name>
22828    <value>15</value>
22829    <stringvalue/>
22830   </bsbDropdownItem>
22831   <bsbDropdownItem>
22832    <name> SHAPE</name>
22833    <value>16</value>
22834    <stringvalue/>
22835   </bsbDropdownItem>
22836   <bsbDropdownItem>
22837    <name> XFADE</name>
22838    <value>17</value>
22839    <stringvalue/>
22840   </bsbDropdownItem>
22841   <bsbDropdownItem>
22842    <name> X2</name>
22843    <value>18</value>
22844    <stringvalue/>
22845   </bsbDropdownItem>
22846   <bsbDropdownItem>
22847    <name> LEV_2</name>
22848    <value>19</value>
22849    <stringvalue/>
22850   </bsbDropdownItem>
22851   <bsbDropdownItem>
22852    <name> F_2</name>
22853    <value>20</value>
22854    <stringvalue/>
22855   </bsbDropdownItem>
22856   <bsbDropdownItem>
22857    <name> IM_2</name>
22858    <value>21</value>
22859    <stringvalue/>
22860   </bsbDropdownItem>
22861   <bsbDropdownItem>
22862    <name> RAN AMP_2</name>
22863    <value>22</value>
22864    <stringvalue/>
22865   </bsbDropdownItem>
22866   <bsbDropdownItem>
22867    <name> RAN RATE_2</name>
22868    <value>23</value>
22869    <stringvalue/>
22870   </bsbDropdownItem>
22871   <bsbDropdownItem>
22872    <name> REV_2</name>
22873    <value>24</value>
22874    <stringvalue/>
22875   </bsbDropdownItem>
22876   <bsbDropdownItem>
22877    <name> Volume</name>
22878    <value>25</value>
22879    <stringvalue/>
22880   </bsbDropdownItem>
22881   <bsbDropdownItem>
22882    <name> CARmin</name>
22883    <value>26</value>
22884    <stringvalue/>
22885   </bsbDropdownItem>
22886   <bsbDropdownItem>
22887    <name> CARmax</name>
22888    <value>27</value>
22889    <stringvalue/>
22890   </bsbDropdownItem>
22891   <bsbDropdownItem>
22892    <name> MODmin</name>
22893    <value>28</value>
22894    <stringvalue/>
22895   </bsbDropdownItem>
22896   <bsbDropdownItem>
22897    <name> MODmax</name>
22898    <value>29</value>
22899    <stringvalue/>
22900   </bsbDropdownItem>
22901  </bsbDropdownItemList>
22902  <selectedIndex>0</selectedIndex>
22903  <randomizable group="0">false</randomizable>
22904 </bsbObject>
22905 <bsbObject type="BSBButton" version="2">
22906  <objectName>midi_2</objectName>
22907  <x>1034</x>
22908  <y>370</y>
22909  <width>54</width>
22910  <height>22</height>
22911  <uuid>{c22e87ca-78f2-4602-97d3-e783395fce48}</uuid>
22912  <visible>true</visible>
22913  <midichan>0</midichan>
22914  <midicc>0</midicc>
22915  <type>value</type>
22916  <pressedValue>1.00000000</pressedValue>
22917  <stringvalue/>
22918  <text>onoff</text>
22919  <image>/</image>
22920  <eventLine/>
22921  <latch>true</latch>
22922  <latched>false</latched>
22923 </bsbObject>
22924 <bsbObject type="BSBScrollNumber" version="2">
22925  <objectName>cc_A</objectName>
22926  <x>804</x>
22927  <y>353</y>
22928  <width>28</width>
22929  <height>13</height>
22930  <uuid>{8cc56057-128d-4bb4-94fb-cd7b80c441cf}</uuid>
22931  <visible>true</visible>
22932  <midichan>0</midichan>
22933  <midicc>0</midicc>
22934  <alignment>center</alignment>
22935  <font>Arial</font>
22936  <fontsize>12</fontsize>
22937  <color>
22938   <r>0</r>
22939   <g>0</g>
22940   <b>0</b>
22941  </color>
22942  <bgcolor mode="background">
22943   <r>255</r>
22944   <g>255</g>
22945   <b>255</b>
22946  </bgcolor>
22947  <value>127.00000000</value>
22948  <resolution>1.00000000</resolution>
22949  <minimum>1.00000000</minimum>
22950  <maximum>127.00000000</maximum>
22951  <bordermode>noborder</bordermode>
22952  <borderradius>1</borderradius>
22953  <borderwidth>1</borderwidth>
22954  <randomizable group="0">false</randomizable>
22955  <mouseControl act=""/>
22956 </bsbObject>
22957 <bsbObject type="BSBScrollNumber" version="2">
22958  <objectName>cc_B</objectName>
22959  <x>804</x>
22960  <y>379</y>
22961  <width>28</width>
22962  <height>13</height>
22963  <uuid>{e9ca6409-3cb7-4864-9c0c-467e98d5888a}</uuid>
22964  <visible>true</visible>
22965  <midichan>0</midichan>
22966  <midicc>0</midicc>
22967  <alignment>center</alignment>
22968  <font>Arial</font>
22969  <fontsize>12</fontsize>
22970  <color>
22971   <r>0</r>
22972   <g>0</g>
22973   <b>0</b>
22974  </color>
22975  <bgcolor mode="background">
22976   <r>255</r>
22977   <g>255</g>
22978   <b>255</b>
22979  </bgcolor>
22980  <value>23.00000000</value>
22981  <resolution>1.00000000</resolution>
22982  <minimum>1.00000000</minimum>
22983  <maximum>50.00000000</maximum>
22984  <bordermode>noborder</bordermode>
22985  <borderradius>1</borderradius>
22986  <borderwidth>1</borderwidth>
22987  <randomizable group="0">false</randomizable>
22988  <mouseControl act=""/>
22989 </bsbObject>
22990 <bsbObject type="BSBScrollNumber" version="2">
22991  <objectName>cc_C</objectName>
22992  <x>804</x>
22993  <y>405</y>
22994  <width>28</width>
22995  <height>13</height>
22996  <uuid>{8409fce4-ce31-4e0b-9580-8a84a8990d0c}</uuid>
22997  <visible>true</visible>
22998  <midichan>0</midichan>
22999  <midicc>0</midicc>
23000  <alignment>center</alignment>
23001  <font>Arial</font>
23002  <fontsize>12</fontsize>
23003  <color>
23004   <r>0</r>
23005   <g>0</g>
23006   <b>0</b>
23007  </color>
23008  <bgcolor mode="background">
23009   <r>255</r>
23010   <g>255</g>
23011   <b>255</b>
23012  </bgcolor>
23013  <value>22.00000000</value>
23014  <resolution>1.00000000</resolution>
23015  <minimum>1.00000000</minimum>
23016  <maximum>50.00000000</maximum>
23017  <bordermode>noborder</bordermode>
23018  <borderradius>1</borderradius>
23019  <borderwidth>1</borderwidth>
23020  <randomizable group="0">false</randomizable>
23021  <mouseControl act=""/>
23022 </bsbObject>
23023 <bsbObject type="BSBScrollNumber" version="2">
23024  <objectName>cc_D</objectName>
23025  <x>804</x>
23026  <y>431</y>
23027  <width>28</width>
23028  <height>13</height>
23029  <uuid>{3b4b5c0d-78fd-4d60-b0e0-2755ae702088}</uuid>
23030  <visible>true</visible>
23031  <midichan>0</midichan>
23032  <midicc>0</midicc>
23033  <alignment>center</alignment>
23034  <font>Arial</font>
23035  <fontsize>12</fontsize>
23036  <color>
23037   <r>0</r>
23038   <g>0</g>
23039   <b>0</b>
23040  </color>
23041  <bgcolor mode="background">
23042   <r>255</r>
23043   <g>255</g>
23044   <b>255</b>
23045  </bgcolor>
23046  <value>31.00000000</value>
23047  <resolution>1.00000000</resolution>
23048  <minimum>1.00000000</minimum>
23049  <maximum>50.00000000</maximum>
23050  <bordermode>noborder</bordermode>
23051  <borderradius>1</borderradius>
23052  <borderwidth>1</borderwidth>
23053  <randomizable group="0">false</randomizable>
23054  <mouseControl act=""/>
23055 </bsbObject>
23056 <bsbObject type="BSBScrollNumber" version="2">
23057  <objectName>cc_E</objectName>
23058  <x>804</x>
23059  <y>457</y>
23060  <width>28</width>
23061  <height>13</height>
23062  <uuid>{0c83e328-de97-4e1c-9055-22c386a8a122}</uuid>
23063  <visible>true</visible>
23064  <midichan>0</midichan>
23065  <midicc>0</midicc>
23066  <alignment>center</alignment>
23067  <font>Arial</font>
23068  <fontsize>12</fontsize>
23069  <color>
23070   <r>0</r>
23071   <g>0</g>
23072   <b>0</b>
23073  </color>
23074  <bgcolor mode="background">
23075   <r>255</r>
23076   <g>255</g>
23077   <b>255</b>
23078  </bgcolor>
23079  <value>33.00000000</value>
23080  <resolution>1.00000000</resolution>
23081  <minimum>1.00000000</minimum>
23082  <maximum>50.00000000</maximum>
23083  <bordermode>noborder</bordermode>
23084  <borderradius>1</borderradius>
23085  <borderwidth>1</borderwidth>
23086  <randomizable group="0">false</randomizable>
23087  <mouseControl act=""/>
23088 </bsbObject>
23089 <bsbObject type="BSBScrollNumber" version="2">
23090  <objectName>cc_F</objectName>
23091  <x>804</x>
23092  <y>483</y>
23093  <width>28</width>
23094  <height>13</height>
23095  <uuid>{da4ca5f5-5b32-488f-acfb-ed85eff7fa24}</uuid>
23096  <visible>true</visible>
23097  <midichan>0</midichan>
23098  <midicc>0</midicc>
23099  <alignment>center</alignment>
23100  <font>Arial</font>
23101  <fontsize>12</fontsize>
23102  <color>
23103   <r>0</r>
23104   <g>0</g>
23105   <b>0</b>
23106  </color>
23107  <bgcolor mode="background">
23108   <r>255</r>
23109   <g>255</g>
23110   <b>255</b>
23111  </bgcolor>
23112  <value>0.00000000</value>
23113  <resolution>1.00000000</resolution>
23114  <minimum>1.00000000</minimum>
23115  <maximum>50.00000000</maximum>
23116  <bordermode>noborder</bordermode>
23117  <borderradius>1</borderradius>
23118  <borderwidth>1</borderwidth>
23119  <randomizable group="0">false</randomizable>
23120  <mouseControl act=""/>
23121 </bsbObject>
23122 <bsbObject type="BSBScrollNumber" version="2">
23123  <objectName>cc_G</objectName>
23124  <x>804</x>
23125  <y>510</y>
23126  <width>28</width>
23127  <height>13</height>
23128  <uuid>{08e59e97-432c-4df6-a346-e5de2691fb25}</uuid>
23129  <visible>true</visible>
23130  <midichan>0</midichan>
23131  <midicc>0</midicc>
23132  <alignment>center</alignment>
23133  <font>Arial</font>
23134  <fontsize>12</fontsize>
23135  <color>
23136   <r>0</r>
23137   <g>0</g>
23138   <b>0</b>
23139  </color>
23140  <bgcolor mode="background">
23141   <r>255</r>
23142   <g>255</g>
23143   <b>255</b>
23144  </bgcolor>
23145  <value>0.00000000</value>
23146  <resolution>1.00000000</resolution>
23147  <minimum>1.00000000</minimum>
23148  <maximum>50.00000000</maximum>
23149  <bordermode>noborder</bordermode>
23150  <borderradius>1</borderradius>
23151  <borderwidth>1</borderwidth>
23152  <randomizable group="0">false</randomizable>
23153  <mouseControl act=""/>
23154 </bsbObject>
23155 <bsbObject type="BSBScrollNumber" version="2">
23156  <objectName>cc_H</objectName>
23157  <x>804</x>
23158  <y>537</y>
23159  <width>28</width>
23160  <height>13</height>
23161  <uuid>{c26426db-bddd-455a-95b3-db69ee632624}</uuid>
23162  <visible>true</visible>
23163  <midichan>0</midichan>
23164  <midicc>0</midicc>
23165  <alignment>center</alignment>
23166  <font>Arial</font>
23167  <fontsize>12</fontsize>
23168  <color>
23169   <r>0</r>
23170   <g>0</g>
23171   <b>0</b>
23172  </color>
23173  <bgcolor mode="background">
23174   <r>255</r>
23175   <g>255</g>
23176   <b>255</b>
23177  </bgcolor>
23178  <value>0.00000000</value>
23179  <resolution>1.00000000</resolution>
23180  <minimum>1.00000000</minimum>
23181  <maximum>50.00000000</maximum>
23182  <bordermode>noborder</bordermode>
23183  <borderradius>1</borderradius>
23184  <borderwidth>1</borderwidth>
23185  <randomizable group="0">false</randomizable>
23186  <mouseControl act=""/>
23187 </bsbObject>
23188 <bsbObject type="BSBButton" version="2">
23189  <objectName>midi_4</objectName>
23190  <x>1034</x>
23191  <y>422</y>
23192  <width>54</width>
23193  <height>22</height>
23194  <uuid>{b5b9b3be-9156-4c01-a968-25d31e2d76fc}</uuid>
23195  <visible>true</visible>
23196  <midichan>0</midichan>
23197  <midicc>0</midicc>
23198  <type>value</type>
23199  <pressedValue>1.00000000</pressedValue>
23200  <stringvalue/>
23201  <text>onoff</text>
23202  <image>/</image>
23203  <eventLine/>
23204  <latch>true</latch>
23205  <latched>false</latched>
23206 </bsbObject>
23207 <bsbObject type="BSBButton" version="2">
23208  <objectName>midi_5</objectName>
23209  <x>1034</x>
23210  <y>448</y>
23211  <width>54</width>
23212  <height>22</height>
23213  <uuid>{b12ce0f6-cd4e-4f01-81d9-08199e55565f}</uuid>
23214  <visible>true</visible>
23215  <midichan>0</midichan>
23216  <midicc>0</midicc>
23217  <type>value</type>
23218  <pressedValue>1.00000000</pressedValue>
23219  <stringvalue/>
23220  <text>onoff</text>
23221  <image>/</image>
23222  <eventLine/>
23223  <latch>true</latch>
23224  <latched>false</latched>
23225 </bsbObject>
23226 <bsbObject type="BSBButton" version="2">
23227  <objectName>midi_6</objectName>
23228  <x>1034</x>
23229  <y>474</y>
23230  <width>54</width>
23231  <height>22</height>
23232  <uuid>{71b17763-d60f-4610-8fa9-ca0206d4fb98}</uuid>
23233  <visible>true</visible>
23234  <midichan>0</midichan>
23235  <midicc>0</midicc>
23236  <type>value</type>
23237  <pressedValue>1.00000000</pressedValue>
23238  <stringvalue/>
23239  <text>onoff</text>
23240  <image>/</image>
23241  <eventLine/>
23242  <latch>true</latch>
23243  <latched>false</latched>
23244 </bsbObject>
23245 <bsbObject type="BSBButton" version="2">
23246  <objectName>midi_7</objectName>
23247  <x>1034</x>
23248  <y>501</y>
23249  <width>54</width>
23250  <height>22</height>
23251  <uuid>{c9a545e1-ce20-4c90-a13f-05469b5cafda}</uuid>
23252  <visible>true</visible>
23253  <midichan>0</midichan>
23254  <midicc>0</midicc>
23255  <type>value</type>
23256  <pressedValue>1.00000000</pressedValue>
23257  <stringvalue/>
23258  <text>onoff</text>
23259  <image>/</image>
23260  <eventLine/>
23261  <latch>true</latch>
23262  <latched>false</latched>
23263 </bsbObject>
23264 <bsbObject type="BSBButton" version="2">
23265  <objectName>midi_8</objectName>
23266  <x>1034</x>
23267  <y>528</y>
23268  <width>54</width>
23269  <height>22</height>
23270  <uuid>{517b3128-c63a-46ae-961f-44f0cea106d9}</uuid>
23271  <visible>true</visible>
23272  <midichan>0</midichan>
23273  <midicc>0</midicc>
23274  <type>value</type>
23275  <pressedValue>1.00000000</pressedValue>
23276  <stringvalue/>
23277  <text>onoff</text>
23278  <image>/</image>
23279  <eventLine/>
23280  <latch>true</latch>
23281  <latched>false</latched>
23282 </bsbObject>
23283 <bsbObject type="BSBDisplay" version="2">
23284  <objectName/>
23285  <x>837</x>
23286  <y>324</y>
23287  <width>50</width>
23288  <height>21</height>
23289  <uuid>{36ec54bd-68d5-4180-bf52-42411f3916be}</uuid>
23290  <visible>true</visible>
23291  <midichan>0</midichan>
23292  <midicc>0</midicc>
23293  <label>Gain</label>
23294  <alignment>center</alignment>
23295  <font>Lucida Grande</font>
23296  <fontsize>10</fontsize>
23297  <precision>3</precision>
23298  <color>
23299   <r>255</r>
23300   <g>255</g>
23301   <b>255</b>
23302  </color>
23303  <bgcolor mode="nobackground">
23304   <r>102</r>
23305   <g>204</g>
23306   <b>255</b>
23307  </bgcolor>
23308  <bordermode>noborder</bordermode>
23309  <borderradius>1</borderradius>
23310  <borderwidth>1</borderwidth>
23311 </bsbObject>
23312 <bsbObject type="BSBButton" version="2">
23313  <objectName/>
23314  <x>1029</x>
23315  <y>274</y>
23316  <width>60</width>
23317  <height>28</height>
23318  <uuid>{0339a7d7-39f1-4ed7-ae6c-643bfd9b48c1}</uuid>
23319  <visible>true</visible>
23320  <midichan>0</midichan>
23321  <midicc>0</midicc>
23322  <type>event</type>
23323  <pressedValue>1.00000000</pressedValue>
23324  <stringvalue/>
23325  <text>All On</text>
23326  <image>/</image>
23327  <eventLine>i919 0 0.2</eventLine>
23328  <latch>false</latch>
23329  <latched>false</latched>
23330 </bsbObject>
23331 <bsbObject type="BSBButton" version="2">
23332  <objectName/>
23333  <x>1030</x>
23334  <y>296</y>
23335  <width>60</width>
23336  <height>28</height>
23337  <uuid>{3aaae69e-6021-4578-b663-0bf150d5ffb2}</uuid>
23338  <visible>true</visible>
23339  <midichan>0</midichan>
23340  <midicc>0</midicc>
23341  <type>event</type>
23342  <pressedValue>1.00000000</pressedValue>
23343  <stringvalue/>
23344  <text>All Off</text>
23345  <image>/</image>
23346  <eventLine>i920 0 0.2</eventLine>
23347  <latch>false</latch>
23348  <latched>false</latched>
23349 </bsbObject>
23350 <bsbObject type="BSBController" version="2">
23351  <objectName>Lev_1_cc</objectName>
23352  <x>71</x>
23353  <y>822</y>
23354  <width>11</width>
23355  <height>6</height>
23356  <uuid>{9f3b0946-868b-47fa-9118-201b9c782fa1}</uuid>
23357  <visible>true</visible>
23358  <midichan>0</midichan>
23359  <midicc>0</midicc>
23360  <objectName2>Lev_1_cc</objectName2>
23361  <xMin>0.00000000</xMin>
23362  <xMax>1.00000000</xMax>
23363  <yMin>0.00000000</yMin>
23364  <yMax>1.00000000</yMax>
23365  <xValue>0.00000000</xValue>
23366  <yValue>0.00000000</yValue>
23367  <type>fill</type>
23368  <pointsize>1</pointsize>
23369  <fadeSpeed>0.00000000</fadeSpeed>
23370  <mouseControl act="press">jump</mouseControl>
23371  <color>
23372   <r>255</r>
23373   <g>0</g>
23374   <b>0</b>
23375  </color>
23376  <randomizable group="0" mode="both">false</randomizable>
23377  <bgcolor>
23378   <r>0</r>
23379   <g>0</g>
23380   <b>0</b>
23381  </bgcolor>
23382 </bsbObject>
23383 <bsbObject type="BSBController" version="2">
23384  <objectName>AT1_cc</objectName>
23385  <x>70</x>
23386  <y>523</y>
23387  <width>11</width>
23388  <height>6</height>
23389  <uuid>{41432701-a48e-4334-bc7c-7dc09a74b64e}</uuid>
23390  <visible>true</visible>
23391  <midichan>0</midichan>
23392  <midicc>0</midicc>
23393  <objectName2>AT1_cc</objectName2>
23394  <xMin>0.00000000</xMin>
23395  <xMax>1.00000000</xMax>
23396  <yMin>0.00000000</yMin>
23397  <yMax>1.00000000</yMax>
23398  <xValue>0.00000000</xValue>
23399  <yValue>0.00000000</yValue>
23400  <type>fill</type>
23401  <pointsize>1</pointsize>
23402  <fadeSpeed>0.00000000</fadeSpeed>
23403  <mouseControl act="press">jump</mouseControl>
23404  <color>
23405   <r>255</r>
23406   <g>0</g>
23407   <b>0</b>
23408  </color>
23409  <randomizable group="0" mode="both">false</randomizable>
23410  <bgcolor>
23411   <r>0</r>
23412   <g>0</g>
23413   <b>0</b>
23414  </bgcolor>
23415 </bsbObject>
23416 <bsbObject type="BSBController" version="2">
23417  <objectName>indx1_cc</objectName>
23418  <x>121</x>
23419  <y>822</y>
23420  <width>11</width>
23421  <height>6</height>
23422  <uuid>{1fe7e008-7096-4101-9cba-bd6b70dfaa02}</uuid>
23423  <visible>true</visible>
23424  <midichan>0</midichan>
23425  <midicc>0</midicc>
23426  <objectName2>indx1_cc</objectName2>
23427  <xMin>0.00000000</xMin>
23428  <xMax>1.00000000</xMax>
23429  <yMin>0.00000000</yMin>
23430  <yMax>1.00000000</yMax>
23431  <xValue>0.00000000</xValue>
23432  <yValue>0.00000000</yValue>
23433  <type>fill</type>
23434  <pointsize>1</pointsize>
23435  <fadeSpeed>0.00000000</fadeSpeed>
23436  <mouseControl act="press">jump</mouseControl>
23437  <color>
23438   <r>255</r>
23439   <g>0</g>
23440   <b>0</b>
23441  </color>
23442  <randomizable group="0" mode="both">false</randomizable>
23443  <bgcolor>
23444   <r>0</r>
23445   <g>0</g>
23446   <b>0</b>
23447  </bgcolor>
23448 </bsbObject>
23449 <bsbObject type="BSBController" version="2">
23450  <objectName>ran1vel_cc</objectName>
23451  <x>134</x>
23452  <y>334</y>
23453  <width>11</width>
23454  <height>6</height>
23455  <uuid>{9b4e6b32-710d-4da7-adb4-9e7977e47096}</uuid>
23456  <visible>true</visible>
23457  <midichan>0</midichan>
23458  <midicc>0</midicc>
23459  <objectName2>ran1vel_cc</objectName2>
23460  <xMin>0.00000000</xMin>
23461  <xMax>1.00000000</xMax>
23462  <yMin>0.00000000</yMin>
23463  <yMax>1.00000000</yMax>
23464  <xValue>0.00000000</xValue>
23465  <yValue>0.00000000</yValue>
23466  <type>fill</type>
23467  <pointsize>1</pointsize>
23468  <fadeSpeed>0.00000000</fadeSpeed>
23469  <mouseControl act="press">jump</mouseControl>
23470  <color>
23471   <r>255</r>
23472   <g>0</g>
23473   <b>0</b>
23474  </color>
23475  <randomizable group="0" mode="both">false</randomizable>
23476  <bgcolor>
23477   <r>0</r>
23478   <g>0</g>
23479   <b>0</b>
23480  </bgcolor>
23481 </bsbObject>
23482 <bsbObject type="BSBController" version="2">
23483  <objectName>pad_Y1_cc</objectName>
23484  <x>4</x>
23485  <y>553</y>
23486  <width>9</width>
23487  <height>7</height>
23488  <uuid>{343a18ef-f5d0-494d-b81f-3b06cb832d79}</uuid>
23489  <visible>true</visible>
23490  <midichan>0</midichan>
23491  <midicc>0</midicc>
23492  <objectName2>pad_Y1_cc</objectName2>
23493  <xMin>0.00000000</xMin>
23494  <xMax>1.00000000</xMax>
23495  <yMin>0.00000000</yMin>
23496  <yMax>1.00000000</yMax>
23497  <xValue>0.00000000</xValue>
23498  <yValue>0.00000000</yValue>
23499  <type>fill</type>
23500  <pointsize>1</pointsize>
23501  <fadeSpeed>0.00000000</fadeSpeed>
23502  <mouseControl act="press">jump</mouseControl>
23503  <color>
23504   <r>255</r>
23505   <g>0</g>
23506   <b>0</b>
23507  </color>
23508  <randomizable group="0" mode="both">false</randomizable>
23509  <bgcolor>
23510   <r>0</r>
23511   <g>0</g>
23512   <b>0</b>
23513  </bgcolor>
23514 </bsbObject>
23515 <bsbObject type="BSBController" version="2">
23516  <objectName>ran1amp_cc</objectName>
23517  <x>134</x>
23518  <y>300</y>
23519  <width>11</width>
23520  <height>6</height>
23521  <uuid>{a0070990-f3fa-4d5c-9342-7f150fd397ca}</uuid>
23522  <visible>true</visible>
23523  <midichan>0</midichan>
23524  <midicc>0</midicc>
23525  <objectName2>ran1amp_cc</objectName2>
23526  <xMin>0.00000000</xMin>
23527  <xMax>1.00000000</xMax>
23528  <yMin>0.00000000</yMin>
23529  <yMax>1.00000000</yMax>
23530  <xValue>0.00000000</xValue>
23531  <yValue>0.00000000</yValue>
23532  <type>fill</type>
23533  <pointsize>1</pointsize>
23534  <fadeSpeed>0.00000000</fadeSpeed>
23535  <mouseControl act="press">jump</mouseControl>
23536  <color>
23537   <r>255</r>
23538   <g>0</g>
23539   <b>0</b>
23540  </color>
23541  <randomizable group="0" mode="both">false</randomizable>
23542  <bgcolor>
23543   <r>0</r>
23544   <g>0</g>
23545   <b>0</b>
23546  </bgcolor>
23547 </bsbObject>
23548 <bsbObject type="BSBController" version="2">
23549  <objectName>pad_Y2_cc</objectName>
23550  <x>372</x>
23551  <y>552</y>
23552  <width>11</width>
23553  <height>6</height>
23554  <uuid>{d0031f56-4fa1-43b0-83de-7f0a3cecf5e0}</uuid>
23555  <visible>true</visible>
23556  <midichan>0</midichan>
23557  <midicc>0</midicc>
23558  <objectName2>pad_Y2_cc</objectName2>
23559  <xMin>0.00000000</xMin>
23560  <xMax>1.00000000</xMax>
23561  <yMin>0.00000000</yMin>
23562  <yMax>1.00000000</yMax>
23563  <xValue>0.00000000</xValue>
23564  <yValue>0.00000000</yValue>
23565  <type>fill</type>
23566  <pointsize>1</pointsize>
23567  <fadeSpeed>0.00000000</fadeSpeed>
23568  <mouseControl act="press">jump</mouseControl>
23569  <color>
23570   <r>255</r>
23571   <g>0</g>
23572   <b>0</b>
23573  </color>
23574  <randomizable group="0" mode="both">false</randomizable>
23575  <bgcolor>
23576   <r>0</r>
23577   <g>0</g>
23578   <b>0</b>
23579  </bgcolor>
23580 </bsbObject>
23581 <bsbObject type="BSBController" version="2">
23582  <objectName>REVSEND2_cc</objectName>
23583  <x>330</x>
23584  <y>523</y>
23585  <width>11</width>
23586  <height>6</height>
23587  <uuid>{d595f0a1-d815-4585-9113-3b6a7594661e}</uuid>
23588  <visible>true</visible>
23589  <midichan>0</midichan>
23590  <midicc>0</midicc>
23591  <objectName2>REVSEND2_cc</objectName2>
23592  <xMin>0.00000000</xMin>
23593  <xMax>1.00000000</xMax>
23594  <yMin>0.00000000</yMin>
23595  <yMax>1.00000000</yMax>
23596  <xValue>0.00000000</xValue>
23597  <yValue>0.00000000</yValue>
23598  <type>fill</type>
23599  <pointsize>1</pointsize>
23600  <fadeSpeed>0.00000000</fadeSpeed>
23601  <mouseControl act="press">jump</mouseControl>
23602  <color>
23603   <r>255</r>
23604   <g>0</g>
23605   <b>0</b>
23606  </color>
23607  <randomizable group="0" mode="both">false</randomizable>
23608  <bgcolor>
23609   <r>0</r>
23610   <g>0</g>
23611   <b>0</b>
23612  </bgcolor>
23613 </bsbObject>
23614 <bsbObject type="BSBController" version="2">
23615  <objectName>pad_X1_cc</objectName>
23616  <x>131</x>
23617  <y>682</y>
23618  <width>11</width>
23619  <height>6</height>
23620  <uuid>{2ee55ee2-1e72-4efa-966c-23c36f7e903b}</uuid>
23621  <visible>true</visible>
23622  <midichan>0</midichan>
23623  <midicc>0</midicc>
23624  <objectName2>pad_X1_cc</objectName2>
23625  <xMin>0.00000000</xMin>
23626  <xMax>1.00000000</xMax>
23627  <yMin>0.00000000</yMin>
23628  <yMax>1.00000000</yMax>
23629  <xValue>0.00000000</xValue>
23630  <yValue>0.00000000</yValue>
23631  <type>fill</type>
23632  <pointsize>1</pointsize>
23633  <fadeSpeed>0.00000000</fadeSpeed>
23634  <mouseControl act="press">jump</mouseControl>
23635  <color>
23636   <r>255</r>
23637   <g>0</g>
23638   <b>0</b>
23639  </color>
23640  <randomizable group="0" mode="both">false</randomizable>
23641  <bgcolor>
23642   <r>0</r>
23643   <g>0</g>
23644   <b>0</b>
23645  </bgcolor>
23646 </bsbObject>
23647 <bsbObject type="BSBController" version="2">
23648  <objectName>RE1_cc</objectName>
23649  <x>100</x>
23650  <y>523</y>
23651  <width>11</width>
23652  <height>6</height>
23653  <uuid>{725a4799-608c-4cbc-80db-8b9127b02638}</uuid>
23654  <visible>true</visible>
23655  <midichan>0</midichan>
23656  <midicc>0</midicc>
23657  <objectName2>RE1_cc</objectName2>
23658  <xMin>0.00000000</xMin>
23659  <xMax>1.00000000</xMax>
23660  <yMin>0.00000000</yMin>
23661  <yMax>1.00000000</yMax>
23662  <xValue>0.00000000</xValue>
23663  <yValue>0.00000000</yValue>
23664  <type>fill</type>
23665  <pointsize>1</pointsize>
23666  <fadeSpeed>0.00000000</fadeSpeed>
23667  <mouseControl act="press">jump</mouseControl>
23668  <color>
23669   <r>255</r>
23670   <g>0</g>
23671   <b>0</b>
23672  </color>
23673  <randomizable group="0" mode="both">false</randomizable>
23674  <bgcolor>
23675   <r>0</r>
23676   <g>0</g>
23677   <b>0</b>
23678  </bgcolor>
23679 </bsbObject>
23680 <bsbObject type="BSBController" version="2">
23681  <objectName>XFADE_cc</objectName>
23682  <x>187</x>
23683  <y>628</y>
23684  <width>11</width>
23685  <height>6</height>
23686  <uuid>{eb6ee144-479c-40d1-a0cc-7d8be306dd5c}</uuid>
23687  <visible>true</visible>
23688  <midichan>0</midichan>
23689  <midicc>0</midicc>
23690  <objectName2>XFADE_cc</objectName2>
23691  <xMin>0.00000000</xMin>
23692  <xMax>1.00000000</xMax>
23693  <yMin>0.00000000</yMin>
23694  <yMax>1.00000000</yMax>
23695  <xValue>0.00000000</xValue>
23696  <yValue>0.00000000</yValue>
23697  <type>fill</type>
23698  <pointsize>1</pointsize>
23699  <fadeSpeed>0.00000000</fadeSpeed>
23700  <mouseControl act="press">jump</mouseControl>
23701  <color>
23702   <r>255</r>
23703   <g>0</g>
23704   <b>0</b>
23705  </color>
23706  <randomizable group="0" mode="both">false</randomizable>
23707  <bgcolor>
23708   <r>0</r>
23709   <g>0</g>
23710   <b>0</b>
23711  </bgcolor>
23712 </bsbObject>
23713 <bsbObject type="BSBController" version="2">
23714  <objectName>ran2vel_cc</objectName>
23715  <x>364</x>
23716  <y>334</y>
23717  <width>11</width>
23718  <height>6</height>
23719  <uuid>{a5278c9e-f1b0-47bf-9e9b-169862a2dac7}</uuid>
23720  <visible>true</visible>
23721  <midichan>0</midichan>
23722  <midicc>0</midicc>
23723  <objectName2>ran2vel_cc</objectName2>
23724  <xMin>0.00000000</xMin>
23725  <xMax>1.00000000</xMax>
23726  <yMin>0.00000000</yMin>
23727  <yMax>1.00000000</yMax>
23728  <xValue>0.00000000</xValue>
23729  <yValue>0.00000000</yValue>
23730  <type>fill</type>
23731  <pointsize>1</pointsize>
23732  <fadeSpeed>0.00000000</fadeSpeed>
23733  <mouseControl act="press">jump</mouseControl>
23734  <color>
23735   <r>255</r>
23736   <g>0</g>
23737   <b>0</b>
23738  </color>
23739  <randomizable group="0" mode="both">false</randomizable>
23740  <bgcolor>
23741   <r>0</r>
23742   <g>0</g>
23743   <b>0</b>
23744  </bgcolor>
23745 </bsbObject>
23746 <bsbObject type="BSBController" version="2">
23747  <objectName>SHAPE_cc</objectName>
23748  <x>230</x>
23749  <y>204</y>
23750  <width>11</width>
23751  <height>6</height>
23752  <uuid>{079496c4-5416-429b-ba30-883a577b38da}</uuid>
23753  <visible>true</visible>
23754  <midichan>0</midichan>
23755  <midicc>0</midicc>
23756  <objectName2>SHAPE_cc</objectName2>
23757  <xMin>0.00000000</xMin>
23758  <xMax>1.00000000</xMax>
23759  <yMin>0.00000000</yMin>
23760  <yMax>1.00000000</yMax>
23761  <xValue>0.00000000</xValue>
23762  <yValue>0.00000000</yValue>
23763  <type>fill</type>
23764  <pointsize>1</pointsize>
23765  <fadeSpeed>0.00000000</fadeSpeed>
23766  <mouseControl act="press">jump</mouseControl>
23767  <color>
23768   <r>255</r>
23769   <g>0</g>
23770   <b>0</b>
23771  </color>
23772  <randomizable group="0" mode="both">false</randomizable>
23773  <bgcolor>
23774   <r>0</r>
23775   <g>0</g>
23776   <b>0</b>
23777  </bgcolor>
23778 </bsbObject>
23779 <bsbObject type="BSBController" version="2">
23780  <objectName>ran2amp_cc</objectName>
23781  <x>364</x>
23782  <y>300</y>
23783  <width>11</width>
23784  <height>6</height>
23785  <uuid>{14a45463-092b-47bd-aded-bdca923541b4}</uuid>
23786  <visible>true</visible>
23787  <midichan>0</midichan>
23788  <midicc>0</midicc>
23789  <objectName2>ran2amp_cc</objectName2>
23790  <xMin>0.00000000</xMin>
23791  <xMax>1.00000000</xMax>
23792  <yMin>0.00000000</yMin>
23793  <yMax>1.00000000</yMax>
23794  <xValue>0.00000000</xValue>
23795  <yValue>0.00000000</yValue>
23796  <type>fill</type>
23797  <pointsize>1</pointsize>
23798  <fadeSpeed>0.00000000</fadeSpeed>
23799  <mouseControl act="press">jump</mouseControl>
23800  <color>
23801   <r>255</r>
23802   <g>0</g>
23803   <b>0</b>
23804  </color>
23805  <randomizable group="0" mode="both">false</randomizable>
23806  <bgcolor>
23807   <r>0</r>
23808   <g>0</g>
23809   <b>0</b>
23810  </bgcolor>
23811 </bsbObject>
23812 <bsbObject type="BSBController" version="2">
23813  <objectName>Fun_1_cc</objectName>
23814  <x>19</x>
23815  <y>822</y>
23816  <width>11</width>
23817  <height>6</height>
23818  <uuid>{623b2a04-b992-4383-a569-d7e0a5d141cf}</uuid>
23819  <visible>true</visible>
23820  <midichan>0</midichan>
23821  <midicc>0</midicc>
23822  <objectName2>Fun_1_cc</objectName2>
23823  <xMin>0.00000000</xMin>
23824  <xMax>1.00000000</xMax>
23825  <yMin>0.00000000</yMin>
23826  <yMax>1.00000000</yMax>
23827  <xValue>0.00000000</xValue>
23828  <yValue>0.00000000</yValue>
23829  <type>fill</type>
23830  <pointsize>1</pointsize>
23831  <fadeSpeed>0.00000000</fadeSpeed>
23832  <mouseControl act="press">jump</mouseControl>
23833  <color>
23834   <r>255</r>
23835   <g>0</g>
23836   <b>0</b>
23837  </color>
23838  <randomizable group="0" mode="both">false</randomizable>
23839  <bgcolor>
23840   <r>0</r>
23841   <g>0</g>
23842   <b>0</b>
23843  </bgcolor>
23844 </bsbObject>
23845 <bsbObject type="BSBController" version="2">
23846  <objectName>REVSEND1_cc</objectName>
23847  <x>130</x>
23848  <y>523</y>
23849  <width>11</width>
23850  <height>6</height>
23851  <uuid>{215e410e-c9e6-4dd4-a9f9-4f5d2aedf78e}</uuid>
23852  <visible>true</visible>
23853  <midichan>0</midichan>
23854  <midicc>0</midicc>
23855  <objectName2>REVSEND1_cc</objectName2>
23856  <xMin>0.00000000</xMin>
23857  <xMax>1.00000000</xMax>
23858  <yMin>0.00000000</yMin>
23859  <yMax>1.00000000</yMax>
23860  <xValue>0.00000000</xValue>
23861  <yValue>0.00000000</yValue>
23862  <type>fill</type>
23863  <pointsize>1</pointsize>
23864  <fadeSpeed>0.00000000</fadeSpeed>
23865  <mouseControl act="press">jump</mouseControl>
23866  <color>
23867   <r>255</r>
23868   <g>0</g>
23869   <b>0</b>
23870  </color>
23871  <randomizable group="0" mode="both">false</randomizable>
23872  <bgcolor>
23873   <r>0</r>
23874   <g>0</g>
23875   <b>0</b>
23876  </bgcolor>
23877 </bsbObject>
23878 <bsbObject type="BSBController" version="2">
23879  <objectName>rate_cc</objectName>
23880  <x>126</x>
23881  <y>159</y>
23882  <width>11</width>
23883  <height>6</height>
23884  <uuid>{2008619b-d8ae-42c3-a72a-f40486ad83de}</uuid>
23885  <visible>true</visible>
23886  <midichan>0</midichan>
23887  <midicc>0</midicc>
23888  <objectName2>rate_cc</objectName2>
23889  <xMin>0.00000000</xMin>
23890  <xMax>1.00000000</xMax>
23891  <yMin>0.00000000</yMin>
23892  <yMax>1.00000000</yMax>
23893  <xValue>0.00000000</xValue>
23894  <yValue>0.00000000</yValue>
23895  <type>fill</type>
23896  <pointsize>1</pointsize>
23897  <fadeSpeed>0.00000000</fadeSpeed>
23898  <mouseControl act="press">jump</mouseControl>
23899  <color>
23900   <r>255</r>
23901   <g>0</g>
23902   <b>0</b>
23903  </color>
23904  <randomizable group="0" mode="both">false</randomizable>
23905  <bgcolor>
23906   <r>0</r>
23907   <g>0</g>
23908   <b>0</b>
23909  </bgcolor>
23910 </bsbObject>
23911 <bsbObject type="BSBController" version="2">
23912  <objectName>indx2_cc</objectName>
23913  <x>338</x>
23914  <y>822</y>
23915  <width>11</width>
23916  <height>6</height>
23917  <uuid>{d8b10d8a-e2c9-40eb-9525-e85bc0b6f2f5}</uuid>
23918  <visible>true</visible>
23919  <midichan>0</midichan>
23920  <midicc>0</midicc>
23921  <objectName2>indx2_cc</objectName2>
23922  <xMin>0.00000000</xMin>
23923  <xMax>1.00000000</xMax>
23924  <yMin>0.00000000</yMin>
23925  <yMax>1.00000000</yMax>
23926  <xValue>0.00000000</xValue>
23927  <yValue>0.00000000</yValue>
23928  <type>fill</type>
23929  <pointsize>1</pointsize>
23930  <fadeSpeed>0.00000000</fadeSpeed>
23931  <mouseControl act="press">jump</mouseControl>
23932  <color>
23933   <r>255</r>
23934   <g>0</g>
23935   <b>0</b>
23936  </color>
23937  <randomizable group="0" mode="both">false</randomizable>
23938  <bgcolor>
23939   <r>0</r>
23940   <g>0</g>
23941   <b>0</b>
23942  </bgcolor>
23943 </bsbObject>
23944 <bsbObject type="BSBController" version="2">
23945  <objectName>dur_cc</objectName>
23946  <x>126</x>
23947  <y>110</y>
23948  <width>11</width>
23949  <height>6</height>
23950  <uuid>{883e24b5-069b-46c6-9415-dd6fbb2822d9}</uuid>
23951  <visible>true</visible>
23952  <midichan>0</midichan>
23953  <midicc>0</midicc>
23954  <objectName2>dur_cc</objectName2>
23955  <xMin>0.00000000</xMin>
23956  <xMax>1.00000000</xMax>
23957  <yMin>0.00000000</yMin>
23958  <yMax>1.00000000</yMax>
23959  <xValue>0.00000000</xValue>
23960  <yValue>0.00000000</yValue>
23961  <type>fill</type>
23962  <pointsize>1</pointsize>
23963  <fadeSpeed>0.00000000</fadeSpeed>
23964  <mouseControl act="press">jump</mouseControl>
23965  <color>
23966   <r>255</r>
23967   <g>0</g>
23968   <b>0</b>
23969  </color>
23970  <randomizable group="0" mode="both">false</randomizable>
23971  <bgcolor>
23972   <r>0</r>
23973   <g>0</g>
23974   <b>0</b>
23975  </bgcolor>
23976 </bsbObject>
23977 <bsbObject type="BSBController" version="2">
23978  <objectName>Fun_2_cc</objectName>
23979  <x>245</x>
23980  <y>822</y>
23981  <width>11</width>
23982  <height>6</height>
23983  <uuid>{525532a4-c1ae-4b64-9a4d-4516667adfd6}</uuid>
23984  <visible>true</visible>
23985  <midichan>0</midichan>
23986  <midicc>0</midicc>
23987  <objectName2>Fun_2_cc</objectName2>
23988  <xMin>0.00000000</xMin>
23989  <xMax>1.00000000</xMax>
23990  <yMin>0.00000000</yMin>
23991  <yMax>1.00000000</yMax>
23992  <xValue>0.00000000</xValue>
23993  <yValue>0.00000000</yValue>
23994  <type>fill</type>
23995  <pointsize>1</pointsize>
23996  <fadeSpeed>0.00000000</fadeSpeed>
23997  <mouseControl act="press">jump</mouseControl>
23998  <color>
23999   <r>255</r>
24000   <g>0</g>
24001   <b>0</b>
24002  </color>
24003  <randomizable group="0" mode="both">false</randomizable>
24004  <bgcolor>
24005   <r>0</r>
24006   <g>0</g>
24007   <b>0</b>
24008  </bgcolor>
24009 </bsbObject>
24010 <bsbObject type="BSBController" version="2">
24011  <objectName>knob154_cc</objectName>
24012  <x>40</x>
24013  <y>523</y>
24014  <width>11</width>
24015  <height>6</height>
24016  <uuid>{dc8a9903-bf8b-441f-8037-ae3e936bf149}</uuid>
24017  <visible>true</visible>
24018  <midichan>0</midichan>
24019  <midicc>0</midicc>
24020  <objectName2>knob154_cc</objectName2>
24021  <xMin>0.00000000</xMin>
24022  <xMax>1.00000000</xMax>
24023  <yMin>0.00000000</yMin>
24024  <yMax>1.00000000</yMax>
24025  <xValue>0.00000000</xValue>
24026  <yValue>0.00000000</yValue>
24027  <type>fill</type>
24028  <pointsize>1</pointsize>
24029  <fadeSpeed>0.00000000</fadeSpeed>
24030  <mouseControl act="press">jump</mouseControl>
24031  <color>
24032   <r>255</r>
24033   <g>0</g>
24034   <b>0</b>
24035  </color>
24036  <randomizable group="0" mode="both">false</randomizable>
24037  <bgcolor>
24038   <r>0</r>
24039   <g>0</g>
24040   <b>0</b>
24041  </bgcolor>
24042 </bsbObject>
24043 <bsbObject type="BSBController" version="2">
24044  <objectName>Lev_2_cc</objectName>
24045  <x>291</x>
24046  <y>822</y>
24047  <width>11</width>
24048  <height>6</height>
24049  <uuid>{39f6edc1-9071-4aed-8255-412092937170}</uuid>
24050  <visible>true</visible>
24051  <midichan>0</midichan>
24052  <midicc>0</midicc>
24053  <objectName2>Lev_2_cc</objectName2>
24054  <xMin>0.00000000</xMin>
24055  <xMax>1.00000000</xMax>
24056  <yMin>0.00000000</yMin>
24057  <yMax>1.00000000</yMax>
24058  <xValue>0.00000000</xValue>
24059  <yValue>0.00000000</yValue>
24060  <type>fill</type>
24061  <pointsize>1</pointsize>
24062  <fadeSpeed>0.00000000</fadeSpeed>
24063  <mouseControl act="press">jump</mouseControl>
24064  <color>
24065   <r>255</r>
24066   <g>0</g>
24067   <b>0</b>
24068  </color>
24069  <randomizable group="0" mode="both">false</randomizable>
24070  <bgcolor>
24071   <r>0</r>
24072   <g>0</g>
24073   <b>0</b>
24074  </bgcolor>
24075 </bsbObject>
24076 <bsbObject type="BSBController" version="2">
24077  <objectName>vox_cc</objectName>
24078  <x>10</x>
24079  <y>523</y>
24080  <width>11</width>
24081  <height>6</height>
24082  <uuid>{f4708986-1059-4ed4-95ab-57dd629cea3e}</uuid>
24083  <visible>true</visible>
24084  <midichan>0</midichan>
24085  <midicc>0</midicc>
24086  <objectName2>vox_cc</objectName2>
24087  <xMin>0.00000000</xMin>
24088  <xMax>1.00000000</xMax>
24089  <yMin>0.00000000</yMin>
24090  <yMax>1.00000000</yMax>
24091  <xValue>0.00000000</xValue>
24092  <yValue>0.00000000</yValue>
24093  <type>fill</type>
24094  <pointsize>1</pointsize>
24095  <fadeSpeed>0.00000000</fadeSpeed>
24096  <mouseControl act="press">jump</mouseControl>
24097  <color>
24098   <r>255</r>
24099   <g>0</g>
24100   <b>0</b>
24101  </color>
24102  <randomizable group="0" mode="both">false</randomizable>
24103  <bgcolor>
24104   <r>0</r>
24105   <g>0</g>
24106   <b>0</b>
24107  </bgcolor>
24108 </bsbObject>
24109 <bsbObject type="BSBController" version="2">
24110  <objectName>MOD_max_cc</objectName>
24111  <x>708</x>
24112  <y>484</y>
24113  <width>11</width>
24114  <height>6</height>
24115  <uuid>{a8dc78fa-fdda-42d3-9b86-974ff2a67cba}</uuid>
24116  <visible>true</visible>
24117  <midichan>0</midichan>
24118  <midicc>0</midicc>
24119  <objectName2>MOD_max_cc</objectName2>
24120  <xMin>0.00000000</xMin>
24121  <xMax>1.00000000</xMax>
24122  <yMin>0.00000000</yMin>
24123  <yMax>1.00000000</yMax>
24124  <xValue>0.00000000</xValue>
24125  <yValue>0.00000000</yValue>
24126  <type>fill</type>
24127  <pointsize>1</pointsize>
24128  <fadeSpeed>0.00000000</fadeSpeed>
24129  <mouseControl act="press">jump</mouseControl>
24130  <color>
24131   <r>255</r>
24132   <g>0</g>
24133   <b>0</b>
24134  </color>
24135  <randomizable group="0" mode="both">false</randomizable>
24136  <bgcolor>
24137   <r>0</r>
24138   <g>0</g>
24139   <b>0</b>
24140  </bgcolor>
24141 </bsbObject>
24142 <bsbObject type="BSBController" version="2">
24143  <objectName>CAR_min_cc</objectName>
24144  <x>445</x>
24145  <y>484</y>
24146  <width>11</width>
24147  <height>6</height>
24148  <uuid>{4a4c9293-fa41-4524-bdb4-79f270af5b9a}</uuid>
24149  <visible>true</visible>
24150  <midichan>0</midichan>
24151  <midicc>0</midicc>
24152  <objectName2>CAR_min_cc</objectName2>
24153  <xMin>0.00000000</xMin>
24154  <xMax>1.00000000</xMax>
24155  <yMin>0.00000000</yMin>
24156  <yMax>1.00000000</yMax>
24157  <xValue>0.00000000</xValue>
24158  <yValue>0.00000000</yValue>
24159  <type>fill</type>
24160  <pointsize>1</pointsize>
24161  <fadeSpeed>0.00000000</fadeSpeed>
24162  <mouseControl act="press">jump</mouseControl>
24163  <color>
24164   <r>255</r>
24165   <g>0</g>
24166   <b>0</b>
24167  </color>
24168  <randomizable group="0" mode="both">false</randomizable>
24169  <bgcolor>
24170   <r>0</r>
24171   <g>0</g>
24172   <b>0</b>
24173  </bgcolor>
24174 </bsbObject>
24175 <bsbObject type="BSBController" version="2">
24176  <objectName>over_cc</objectName>
24177  <x>1101</x>
24178  <y>213</y>
24179  <width>11</width>
24180  <height>6</height>
24181  <uuid>{744ab503-da0c-4bde-a223-6aefdb18837c}</uuid>
24182  <visible>true</visible>
24183  <midichan>0</midichan>
24184  <midicc>0</midicc>
24185  <objectName2>over_cc</objectName2>
24186  <xMin>0.00000000</xMin>
24187  <xMax>1.00000000</xMax>
24188  <yMin>0.00000000</yMin>
24189  <yMax>1.00000000</yMax>
24190  <xValue>0.00000000</xValue>
24191  <yValue>0.00000000</yValue>
24192  <type>fill</type>
24193  <pointsize>1</pointsize>
24194  <fadeSpeed>0.00000000</fadeSpeed>
24195  <mouseControl act="press">jump</mouseControl>
24196  <color>
24197   <r>255</r>
24198   <g>0</g>
24199   <b>0</b>
24200  </color>
24201  <randomizable group="0" mode="both">false</randomizable>
24202  <bgcolor>
24203   <r>0</r>
24204   <g>0</g>
24205   <b>0</b>
24206  </bgcolor>
24207 </bsbObject>
24208 <bsbObject type="BSBController" version="2">
24209  <objectName>MOD_min_cc</objectName>
24210  <x>648</x>
24211  <y>484</y>
24212  <width>11</width>
24213  <height>6</height>
24214  <uuid>{cb61898a-0641-41d1-941b-315da4fad47f}</uuid>
24215  <visible>true</visible>
24216  <midichan>0</midichan>
24217  <midicc>0</midicc>
24218  <objectName2>MOD_min_cc</objectName2>
24219  <xMin>0.00000000</xMin>
24220  <xMax>1.00000000</xMax>
24221  <yMin>0.00000000</yMin>
24222  <yMax>1.00000000</yMax>
24223  <xValue>0.00000000</xValue>
24224  <yValue>0.00000000</yValue>
24225  <type>fill</type>
24226  <pointsize>1</pointsize>
24227  <fadeSpeed>0.00000000</fadeSpeed>
24228  <mouseControl act="press">jump</mouseControl>
24229  <color>
24230   <r>255</r>
24231   <g>0</g>
24232   <b>0</b>
24233  </color>
24234  <randomizable group="0" mode="both">false</randomizable>
24235  <bgcolor>
24236   <r>0</r>
24237   <g>0</g>
24238   <b>0</b>
24239  </bgcolor>
24240 </bsbObject>
24241 <bsbObject type="BSBController" version="2">
24242  <objectName>pad_X2_cc</objectName>
24243  <x>360</x>
24244  <y>681</y>
24245  <width>11</width>
24246  <height>6</height>
24247  <uuid>{0bbfda8e-9ad0-41fe-b0f7-f7b685352a41}</uuid>
24248  <visible>true</visible>
24249  <midichan>0</midichan>
24250  <midicc>0</midicc>
24251  <objectName2>pad_X2_cc</objectName2>
24252  <xMin>0.00000000</xMin>
24253  <xMax>1.00000000</xMax>
24254  <yMin>0.00000000</yMin>
24255  <yMax>1.00000000</yMax>
24256  <xValue>0.00000000</xValue>
24257  <yValue>0.00000000</yValue>
24258  <type>fill</type>
24259  <pointsize>1</pointsize>
24260  <fadeSpeed>0.00000000</fadeSpeed>
24261  <mouseControl act="press">jump</mouseControl>
24262  <color>
24263   <r>255</r>
24264   <g>0</g>
24265   <b>0</b>
24266  </color>
24267  <randomizable group="0" mode="both">false</randomizable>
24268  <bgcolor>
24269   <r>0</r>
24270   <g>0</g>
24271   <b>0</b>
24272  </bgcolor>
24273 </bsbObject>
24274 <bsbObject type="BSBController" version="2">
24275  <objectName>CAR_max_cc</objectName>
24276  <x>503</x>
24277  <y>484</y>
24278  <width>11</width>
24279  <height>6</height>
24280  <uuid>{74942261-743a-42ce-9442-cb1f396c3f20}</uuid>
24281  <visible>true</visible>
24282  <midichan>0</midichan>
24283  <midicc>0</midicc>
24284  <objectName2>CAR_max_cc</objectName2>
24285  <xMin>0.00000000</xMin>
24286  <xMax>1.00000000</xMax>
24287  <yMin>0.00000000</yMin>
24288  <yMax>1.00000000</yMax>
24289  <xValue>0.00000000</xValue>
24290  <yValue>0.00000000</yValue>
24291  <type>fill</type>
24292  <pointsize>1</pointsize>
24293  <fadeSpeed>0.00000000</fadeSpeed>
24294  <mouseControl act="press">jump</mouseControl>
24295  <color>
24296   <r>255</r>
24297   <g>0</g>
24298   <b>0</b>
24299  </color>
24300  <randomizable group="0" mode="both">false</randomizable>
24301  <bgcolor>
24302   <r>0</r>
24303   <g>0</g>
24304   <b>0</b>
24305  </bgcolor>
24306 </bsbObject>
24307 <bsbObject type="BSBController" version="2">
24308  <objectName>band_cc</objectName>
24309  <x>126</x>
24310  <y>73</y>
24311  <width>11</width>
24312  <height>6</height>
24313  <uuid>{a8c9086f-34ee-4cd5-865f-2215dcbb4653}</uuid>
24314  <visible>true</visible>
24315  <midichan>0</midichan>
24316  <midicc>0</midicc>
24317  <objectName2>band_cc</objectName2>
24318  <xMin>0.00000000</xMin>
24319  <xMax>1.00000000</xMax>
24320  <yMin>0.00000000</yMin>
24321  <yMax>1.00000000</yMax>
24322  <xValue>0.00000000</xValue>
24323  <yValue>0.00000000</yValue>
24324  <type>fill</type>
24325  <pointsize>1</pointsize>
24326  <fadeSpeed>0.00000000</fadeSpeed>
24327  <mouseControl act="press">jump</mouseControl>
24328  <color>
24329   <r>255</r>
24330   <g>0</g>
24331   <b>0</b>
24332  </color>
24333  <randomizable group="0" mode="both">false</randomizable>
24334  <bgcolor>
24335   <r>0</r>
24336   <g>0</g>
24337   <b>0</b>
24338  </bgcolor>
24339 </bsbObject>
24340 <bsbObject type="BSBHSlider" version="2">
24341  <objectName>cc9_lev</objectName>
24342  <x>836</x>
24343  <y>564</y>
24344  <width>50</width>
24345  <height>15</height>
24346  <uuid>{bbaf4aa2-03f7-43b5-b596-3a780842ed98}</uuid>
24347  <visible>true</visible>
24348  <midichan>0</midichan>
24349  <midicc>0</midicc>
24350  <minimum>0.00000000</minimum>
24351  <maximum>1.00000000</maximum>
24352  <value>0.78000000</value>
24353  <mode>lin</mode>
24354  <mouseControl act="jump">continuous</mouseControl>
24355  <resolution>-1.00000000</resolution>
24356  <randomizable group="0">false</randomizable>
24357 </bsbObject>
24358 <bsbObject type="BSBScrollNumber" version="2">
24359  <objectName>cc8_lev</objectName>
24360  <x>890</x>
24361  <y>536</y>
24362  <width>33</width>
24363  <height>13</height>
24364  <uuid>{8c7f2ff9-c294-45fa-86a9-5b8c396693f7}</uuid>
24365  <visible>true</visible>
24366  <midichan>0</midichan>
24367  <midicc>-3</midicc>
24368  <alignment>center</alignment>
24369  <font>Lucida Grande</font>
24370  <fontsize>10</fontsize>
24371  <color>
24372   <r>255</r>
24373   <g>255</g>
24374   <b>255</b>
24375  </color>
24376  <bgcolor mode="background">
24377   <r>0</r>
24378   <g>0</g>
24379   <b>128</b>
24380  </bgcolor>
24381  <value>0.96900000</value>
24382  <resolution>0.00100000</resolution>
24383  <minimum>-999999999999.00000000</minimum>
24384  <maximum>99999999999999.00000000</maximum>
24385  <bordermode>noborder</bordermode>
24386  <borderradius>1</borderradius>
24387  <borderwidth>1</borderwidth>
24388  <randomizable group="0">false</randomizable>
24389  <mouseControl act=""/>
24390 </bsbObject>
24391 <bsbObject type="BSBCheckBox" version="2">
24392  <objectName>inv8</objectName>
24393  <x>775</x>
24394  <y>560</y>
24395  <width>20</width>
24396  <height>20</height>
24397  <uuid>{5a18d2cb-6d1b-4b3b-920c-4f4aff748ac3}</uuid>
24398  <visible>true</visible>
24399  <midichan>0</midichan>
24400  <midicc>-3</midicc>
24401  <selected>false</selected>
24402  <label/>
24403  <pressedValue>1</pressedValue>
24404  <randomizable group="0">false</randomizable>
24405 </bsbObject>
24406 <bsbObject type="BSBDropdown" version="2">
24407  <objectName>MIDIVAR_9</objectName>
24408  <x>922</x>
24409  <y>557</y>
24410  <width>120</width>
24411  <height>24</height>
24412  <uuid>{79df8796-00e4-4eb1-8a6c-47fe8819b16d}</uuid>
24413  <visible>true</visible>
24414  <midichan>0</midichan>
24415  <midicc>0</midicc>
24416  <bsbDropdownItemList>
24417   <bsbDropdownItem>
24418    <name>N/A</name>
24419    <value>0</value>
24420    <stringvalue/>
24421   </bsbDropdownItem>
24422   <bsbDropdownItem>
24423    <name> LEV_1</name>
24424    <value>1</value>
24425    <stringvalue/>
24426   </bsbDropdownItem>
24427   <bsbDropdownItem>
24428    <name> X1</name>
24429    <value>2</value>
24430    <stringvalue/>
24431   </bsbDropdownItem>
24432   <bsbDropdownItem>
24433    <name> Y1</name>
24434    <value>3</value>
24435    <stringvalue/>
24436   </bsbDropdownItem>
24437   <bsbDropdownItem>
24438    <name> F_1</name>
24439    <value>4</value>
24440    <stringvalue/>
24441   </bsbDropdownItem>
24442   <bsbDropdownItem>
24443    <name> IM_1</name>
24444    <value>5</value>
24445    <stringvalue/>
24446   </bsbDropdownItem>
24447   <bsbDropdownItem>
24448    <name> ATK_1</name>
24449    <value>6</value>
24450    <stringvalue/>
24451   </bsbDropdownItem>
24452   <bsbDropdownItem>
24453    <name> REL_1</name>
24454    <value>7</value>
24455    <stringvalue/>
24456   </bsbDropdownItem>
24457   <bsbDropdownItem>
24458    <name> RAN AMP_1</name>
24459    <value>8</value>
24460    <stringvalue/>
24461   </bsbDropdownItem>
24462   <bsbDropdownItem>
24463    <name> RAN RATE_1</name>
24464    <value>9</value>
24465    <stringvalue/>
24466   </bsbDropdownItem>
24467   <bsbDropdownItem>
24468    <name> VOI</name>
24469    <value>10</value>
24470    <stringvalue/>
24471   </bsbDropdownItem>
24472   <bsbDropdownItem>
24473    <name> STEP</name>
24474    <value>11</value>
24475    <stringvalue/>
24476   </bsbDropdownItem>
24477   <bsbDropdownItem>
24478    <name> REV_1</name>
24479    <value>12</value>
24480    <stringvalue/>
24481   </bsbDropdownItem>
24482   <bsbDropdownItem>
24483    <name> FOCUS/DIFF</name>
24484    <value>13</value>
24485    <stringvalue/>
24486   </bsbDropdownItem>
24487   <bsbDropdownItem>
24488    <name> LONG/SHORT</name>
24489    <value>14</value>
24490    <stringvalue/>
24491   </bsbDropdownItem>
24492   <bsbDropdownItem>
24493    <name> FAST/SLOW</name>
24494    <value>15</value>
24495    <stringvalue/>
24496   </bsbDropdownItem>
24497   <bsbDropdownItem>
24498    <name> SHAPE</name>
24499    <value>16</value>
24500    <stringvalue/>
24501   </bsbDropdownItem>
24502   <bsbDropdownItem>
24503    <name> XFADE</name>
24504    <value>17</value>
24505    <stringvalue/>
24506   </bsbDropdownItem>
24507   <bsbDropdownItem>
24508    <name> X2</name>
24509    <value>18</value>
24510    <stringvalue/>
24511   </bsbDropdownItem>
24512   <bsbDropdownItem>
24513    <name> LEV_2</name>
24514    <value>19</value>
24515    <stringvalue/>
24516   </bsbDropdownItem>
24517   <bsbDropdownItem>
24518    <name> F_2</name>
24519    <value>20</value>
24520    <stringvalue/>
24521   </bsbDropdownItem>
24522   <bsbDropdownItem>
24523    <name> IM_2</name>
24524    <value>21</value>
24525    <stringvalue/>
24526   </bsbDropdownItem>
24527   <bsbDropdownItem>
24528    <name> RAN AMP_2</name>
24529    <value>22</value>
24530    <stringvalue/>
24531   </bsbDropdownItem>
24532   <bsbDropdownItem>
24533    <name> RAN RATE_2</name>
24534    <value>23</value>
24535    <stringvalue/>
24536   </bsbDropdownItem>
24537   <bsbDropdownItem>
24538    <name> REV_2</name>
24539    <value>24</value>
24540    <stringvalue/>
24541   </bsbDropdownItem>
24542   <bsbDropdownItem>
24543    <name> Volume</name>
24544    <value>25</value>
24545    <stringvalue/>
24546   </bsbDropdownItem>
24547   <bsbDropdownItem>
24548    <name> CARmin</name>
24549    <value>26</value>
24550    <stringvalue/>
24551   </bsbDropdownItem>
24552   <bsbDropdownItem>
24553    <name> CARmax</name>
24554    <value>27</value>
24555    <stringvalue/>
24556   </bsbDropdownItem>
24557   <bsbDropdownItem>
24558    <name> MODmin</name>
24559    <value>28</value>
24560    <stringvalue/>
24561   </bsbDropdownItem>
24562   <bsbDropdownItem>
24563    <name> MODmax</name>
24564    <value>29</value>
24565    <stringvalue/>
24566   </bsbDropdownItem>
24567  </bsbDropdownItemList>
24568  <selectedIndex>0</selectedIndex>
24569  <randomizable group="0">false</randomizable>
24570 </bsbObject>
24571 <bsbObject type="BSBScrollNumber" version="2">
24572  <objectName>cc_I</objectName>
24573  <x>804</x>
24574  <y>564</y>
24575  <width>28</width>
24576  <height>13</height>
24577  <uuid>{8aae3e6f-98c4-45e5-b723-018dc671e675}</uuid>
24578  <visible>true</visible>
24579  <midichan>0</midichan>
24580  <midicc>0</midicc>
24581  <alignment>center</alignment>
24582  <font>Arial</font>
24583  <fontsize>12</fontsize>
24584  <color>
24585   <r>0</r>
24586   <g>0</g>
24587   <b>0</b>
24588  </color>
24589  <bgcolor mode="background">
24590   <r>255</r>
24591   <g>255</g>
24592   <b>255</b>
24593  </bgcolor>
24594  <value>0.00000000</value>
24595  <resolution>1.00000000</resolution>
24596  <minimum>1.00000000</minimum>
24597  <maximum>50.00000000</maximum>
24598  <bordermode>noborder</bordermode>
24599  <borderradius>1</borderradius>
24600  <borderwidth>1</borderwidth>
24601  <randomizable group="0">false</randomizable>
24602  <mouseControl act=""/>
24603 </bsbObject>
24604 <bsbObject type="BSBButton" version="2">
24605  <objectName>midi_9</objectName>
24606  <x>1034</x>
24607  <y>555</y>
24608  <width>54</width>
24609  <height>22</height>
24610  <uuid>{de77b248-7c9d-4680-a197-3e5ea2d89fcb}</uuid>
24611  <visible>true</visible>
24612  <midichan>0</midichan>
24613  <midicc>0</midicc>
24614  <type>value</type>
24615  <pressedValue>1.00000000</pressedValue>
24616  <stringvalue/>
24617  <text>onoff</text>
24618  <image>/</image>
24619  <eventLine/>
24620  <latch>true</latch>
24621  <latched>false</latched>
24622 </bsbObject>
24623 <bsbObject type="BSBHSlider" version="2">
24624  <objectName>cc10_lev</objectName>
24625  <x>836</x>
24626  <y>591</y>
24627  <width>50</width>
24628  <height>15</height>
24629  <uuid>{96f5daad-5141-4cf5-be44-5f2df922d198}</uuid>
24630  <visible>true</visible>
24631  <midichan>0</midichan>
24632  <midicc>0</midicc>
24633  <minimum>0.00000000</minimum>
24634  <maximum>1.00000000</maximum>
24635  <value>0.96700000</value>
24636  <mode>lin</mode>
24637  <mouseControl act="jump">continuous</mouseControl>
24638  <resolution>-1.00000000</resolution>
24639  <randomizable group="0">false</randomizable>
24640 </bsbObject>
24641 <bsbObject type="BSBScrollNumber" version="2">
24642  <objectName>cc9_lev</objectName>
24643  <x>890</x>
24644  <y>563</y>
24645  <width>33</width>
24646  <height>13</height>
24647  <uuid>{b689a6de-4436-48eb-a28e-87f34767c177}</uuid>
24648  <visible>true</visible>
24649  <midichan>0</midichan>
24650  <midicc>0</midicc>
24651  <alignment>center</alignment>
24652  <font>Lucida Grande</font>
24653  <fontsize>10</fontsize>
24654  <color>
24655   <r>255</r>
24656   <g>255</g>
24657   <b>255</b>
24658  </color>
24659  <bgcolor mode="background">
24660   <r>0</r>
24661   <g>0</g>
24662   <b>128</b>
24663  </bgcolor>
24664  <value>0.78000000</value>
24665  <resolution>0.00100000</resolution>
24666  <minimum>-999999999999.00000000</minimum>
24667  <maximum>999999999999.00000000</maximum>
24668  <bordermode>noborder</bordermode>
24669  <borderradius>1</borderradius>
24670  <borderwidth>1</borderwidth>
24671  <randomizable group="0">false</randomizable>
24672  <mouseControl act=""/>
24673 </bsbObject>
24674 <bsbObject type="BSBCheckBox" version="2">
24675  <objectName>inv8</objectName>
24676  <x>775</x>
24677  <y>587</y>
24678  <width>20</width>
24679  <height>20</height>
24680  <uuid>{eea3d4e9-94ab-4717-9fcb-2c6021b6cc5d}</uuid>
24681  <visible>true</visible>
24682  <midichan>0</midichan>
24683  <midicc>-3</midicc>
24684  <selected>false</selected>
24685  <label/>
24686  <pressedValue>1</pressedValue>
24687  <randomizable group="0">false</randomizable>
24688 </bsbObject>
24689 <bsbObject type="BSBDropdown" version="2">
24690  <objectName>MIDIVAR_10</objectName>
24691  <x>922</x>
24692  <y>584</y>
24693  <width>120</width>
24694  <height>24</height>
24695  <uuid>{50558166-3c70-4e89-98af-438e4c69508e}</uuid>
24696  <visible>true</visible>
24697  <midichan>0</midichan>
24698  <midicc>0</midicc>
24699  <bsbDropdownItemList>
24700   <bsbDropdownItem>
24701    <name>N/A</name>
24702    <value>0</value>
24703    <stringvalue/>
24704   </bsbDropdownItem>
24705   <bsbDropdownItem>
24706    <name> LEV_1</name>
24707    <value>1</value>
24708    <stringvalue/>
24709   </bsbDropdownItem>
24710   <bsbDropdownItem>
24711    <name> X1</name>
24712    <value>2</value>
24713    <stringvalue/>
24714   </bsbDropdownItem>
24715   <bsbDropdownItem>
24716    <name> Y1</name>
24717    <value>3</value>
24718    <stringvalue/>
24719   </bsbDropdownItem>
24720   <bsbDropdownItem>
24721    <name> F_1</name>
24722    <value>4</value>
24723    <stringvalue/>
24724   </bsbDropdownItem>
24725   <bsbDropdownItem>
24726    <name> IM_1</name>
24727    <value>5</value>
24728    <stringvalue/>
24729   </bsbDropdownItem>
24730   <bsbDropdownItem>
24731    <name> ATK_1</name>
24732    <value>6</value>
24733    <stringvalue/>
24734   </bsbDropdownItem>
24735   <bsbDropdownItem>
24736    <name> REL_1</name>
24737    <value>7</value>
24738    <stringvalue/>
24739   </bsbDropdownItem>
24740   <bsbDropdownItem>
24741    <name> RAN AMP_1</name>
24742    <value>8</value>
24743    <stringvalue/>
24744   </bsbDropdownItem>
24745   <bsbDropdownItem>
24746    <name> RAN RATE_1</name>
24747    <value>9</value>
24748    <stringvalue/>
24749   </bsbDropdownItem>
24750   <bsbDropdownItem>
24751    <name> VOI</name>
24752    <value>10</value>
24753    <stringvalue/>
24754   </bsbDropdownItem>
24755   <bsbDropdownItem>
24756    <name> STEP</name>
24757    <value>11</value>
24758    <stringvalue/>
24759   </bsbDropdownItem>
24760   <bsbDropdownItem>
24761    <name> REV_1</name>
24762    <value>12</value>
24763    <stringvalue/>
24764   </bsbDropdownItem>
24765   <bsbDropdownItem>
24766    <name> FOCUS/DIFF</name>
24767    <value>13</value>
24768    <stringvalue/>
24769   </bsbDropdownItem>
24770   <bsbDropdownItem>
24771    <name> LONG/SHORT</name>
24772    <value>14</value>
24773    <stringvalue/>
24774   </bsbDropdownItem>
24775   <bsbDropdownItem>
24776    <name> FAST/SLOW</name>
24777    <value>15</value>
24778    <stringvalue/>
24779   </bsbDropdownItem>
24780   <bsbDropdownItem>
24781    <name> SHAPE</name>
24782    <value>16</value>
24783    <stringvalue/>
24784   </bsbDropdownItem>
24785   <bsbDropdownItem>
24786    <name> XFADE</name>
24787    <value>17</value>
24788    <stringvalue/>
24789   </bsbDropdownItem>
24790   <bsbDropdownItem>
24791    <name> X2</name>
24792    <value>18</value>
24793    <stringvalue/>
24794   </bsbDropdownItem>
24795   <bsbDropdownItem>
24796    <name> LEV_2</name>
24797    <value>19</value>
24798    <stringvalue/>
24799   </bsbDropdownItem>
24800   <bsbDropdownItem>
24801    <name> F_2</name>
24802    <value>20</value>
24803    <stringvalue/>
24804   </bsbDropdownItem>
24805   <bsbDropdownItem>
24806    <name> IM_2</name>
24807    <value>21</value>
24808    <stringvalue/>
24809   </bsbDropdownItem>
24810   <bsbDropdownItem>
24811    <name> RAN AMP_2</name>
24812    <value>22</value>
24813    <stringvalue/>
24814   </bsbDropdownItem>
24815   <bsbDropdownItem>
24816    <name> RAN RATE_2</name>
24817    <value>23</value>
24818    <stringvalue/>
24819   </bsbDropdownItem>
24820   <bsbDropdownItem>
24821    <name> REV_2</name>
24822    <value>24</value>
24823    <stringvalue/>
24824   </bsbDropdownItem>
24825   <bsbDropdownItem>
24826    <name> Volume</name>
24827    <value>25</value>
24828    <stringvalue/>
24829   </bsbDropdownItem>
24830   <bsbDropdownItem>
24831    <name> CARmin</name>
24832    <value>26</value>
24833    <stringvalue/>
24834   </bsbDropdownItem>
24835   <bsbDropdownItem>
24836    <name> CARmax</name>
24837    <value>27</value>
24838    <stringvalue/>
24839   </bsbDropdownItem>
24840   <bsbDropdownItem>
24841    <name> MODmin</name>
24842    <value>28</value>
24843    <stringvalue/>
24844   </bsbDropdownItem>
24845   <bsbDropdownItem>
24846    <name> MODmax</name>
24847    <value>29</value>
24848    <stringvalue/>
24849   </bsbDropdownItem>
24850  </bsbDropdownItemList>
24851  <selectedIndex>0</selectedIndex>
24852  <randomizable group="0">false</randomizable>
24853 </bsbObject>
24854 <bsbObject type="BSBScrollNumber" version="2">
24855  <objectName>cc_L</objectName>
24856  <x>804</x>
24857  <y>591</y>
24858  <width>28</width>
24859  <height>13</height>
24860  <uuid>{f1028d98-dd28-48f1-ae51-6282dc423e14}</uuid>
24861  <visible>true</visible>
24862  <midichan>0</midichan>
24863  <midicc>0</midicc>
24864  <alignment>center</alignment>
24865  <font>Arial</font>
24866  <fontsize>12</fontsize>
24867  <color>
24868   <r>0</r>
24869   <g>0</g>
24870   <b>0</b>
24871  </color>
24872  <bgcolor mode="background">
24873   <r>255</r>
24874   <g>255</g>
24875   <b>255</b>
24876  </bgcolor>
24877  <value>0.00000000</value>
24878  <resolution>1.00000000</resolution>
24879  <minimum>1.00000000</minimum>
24880  <maximum>50.00000000</maximum>
24881  <bordermode>noborder</bordermode>
24882  <borderradius>1</borderradius>
24883  <borderwidth>1</borderwidth>
24884  <randomizable group="0">false</randomizable>
24885  <mouseControl act=""/>
24886 </bsbObject>
24887 <bsbObject type="BSBButton" version="2">
24888  <objectName>midi_10</objectName>
24889  <x>1034</x>
24890  <y>582</y>
24891  <width>54</width>
24892  <height>22</height>
24893  <uuid>{370f483a-eb68-439c-9361-e4ff56931553}</uuid>
24894  <visible>true</visible>
24895  <midichan>0</midichan>
24896  <midicc>0</midicc>
24897  <type>value</type>
24898  <pressedValue>1.00000000</pressedValue>
24899  <stringvalue/>
24900  <text>onoff</text>
24901  <image>/</image>
24902  <eventLine/>
24903  <latch>true</latch>
24904  <latched>false</latched>
24905 </bsbObject>
24906 <bsbObject type="BSBScrollNumber" version="2">
24907  <objectName>cc10_lev</objectName>
24908  <x>890</x>
24909  <y>590</y>
24910  <width>33</width>
24911  <height>13</height>
24912  <uuid>{0f610975-44f1-45bf-ac0f-4cf9e8048da4}</uuid>
24913  <visible>true</visible>
24914  <midichan>0</midichan>
24915  <midicc>0</midicc>
24916  <alignment>center</alignment>
24917  <font>Lucida Grande</font>
24918  <fontsize>10</fontsize>
24919  <color>
24920   <r>255</r>
24921   <g>255</g>
24922   <b>255</b>
24923  </color>
24924  <bgcolor mode="background">
24925   <r>0</r>
24926   <g>0</g>
24927   <b>128</b>
24928  </bgcolor>
24929  <value>0.96700000</value>
24930  <resolution>0.00100000</resolution>
24931  <minimum>-999999999999.00000000</minimum>
24932  <maximum>999999999999.00000000</maximum>
24933  <bordermode>noborder</bordermode>
24934  <borderradius>1</borderradius>
24935  <borderwidth>1</borderwidth>
24936  <randomizable group="0">false</randomizable>
24937  <mouseControl act=""/>
24938 </bsbObject>
24939 <bsbObject type="BSBLabel" version="2">
24940  <objectName/>
24941  <x>864</x>
24942  <y>606</y>
24943  <width>57</width>
24944  <height>19</height>
24945  <uuid>{096a2704-dc4b-438c-9db1-e1f50d1dd5cc}</uuid>
24946  <visible>true</visible>
24947  <midichan>0</midichan>
24948  <midicc>0</midicc>
24949  <label>CHAN</label>
24950  <alignment>center</alignment>
24951  <font>Lucida Grande</font>
24952  <fontsize>8</fontsize>
24953  <precision>3</precision>
24954  <color>
24955   <r>255</r>
24956   <g>255</g>
24957   <b>255</b>
24958  </color>
24959  <bgcolor mode="nobackground">
24960   <r>255</r>
24961   <g>255</g>
24962   <b>255</b>
24963  </bgcolor>
24964  <bordermode>noborder</bordermode>
24965  <borderradius>1</borderradius>
24966  <borderwidth>1</borderwidth>
24967 </bsbObject>
24968 <bsbObject type="BSBLabel" version="2">
24969  <objectName/>
24970  <x>932</x>
24971  <y>606</y>
24972  <width>57</width>
24973  <height>19</height>
24974  <uuid>{e0e91919-4359-402b-968d-e8964eb50d9d}</uuid>
24975  <visible>true</visible>
24976  <midichan>0</midichan>
24977  <midicc>0</midicc>
24978  <label>DATA1</label>
24979  <alignment>center</alignment>
24980  <font>Lucida Grande</font>
24981  <fontsize>8</fontsize>
24982  <precision>3</precision>
24983  <color>
24984   <r>255</r>
24985   <g>255</g>
24986   <b>255</b>
24987  </color>
24988  <bgcolor mode="nobackground">
24989   <r>255</r>
24990   <g>255</g>
24991   <b>255</b>
24992  </bgcolor>
24993  <bordermode>noborder</bordermode>
24994  <borderradius>1</borderradius>
24995  <borderwidth>1</borderwidth>
24996 </bsbObject>
24997 <bsbObject type="BSBLabel" version="2">
24998  <objectName/>
24999  <x>999</x>
25000  <y>606</y>
25001  <width>57</width>
25002  <height>19</height>
25003  <uuid>{0890f09c-a6c1-48c5-9c6e-bd82fbfb6112}</uuid>
25004  <visible>true</visible>
25005  <midichan>0</midichan>
25006  <midicc>0</midicc>
25007  <label>DATA2</label>
25008  <alignment>center</alignment>
25009  <font>Lucida Grande</font>
25010  <fontsize>8</fontsize>
25011  <precision>3</precision>
25012  <color>
25013   <r>255</r>
25014   <g>255</g>
25015   <b>255</b>
25016  </color>
25017  <bgcolor mode="nobackground">
25018   <r>255</r>
25019   <g>255</g>
25020   <b>255</b>
25021  </bgcolor>
25022  <bordermode>noborder</bordermode>
25023  <borderradius>1</borderradius>
25024  <borderwidth>1</borderwidth>
25025 </bsbObject>
25026 <bsbObject type="BSBButton" version="2">
25027  <objectName>midi_3</objectName>
25028  <x>1034</x>
25029  <y>396</y>
25030  <width>54</width>
25031  <height>22</height>
25032  <uuid>{079c1fba-6da6-4584-8fce-f3e727e79290}</uuid>
25033  <visible>true</visible>
25034  <midichan>0</midichan>
25035  <midicc>0</midicc>
25036  <type>value</type>
25037  <pressedValue>1.00000000</pressedValue>
25038  <stringvalue/>
25039  <text>onoff</text>
25040  <image>/</image>
25041  <eventLine/>
25042  <latch>true</latch>
25043  <latched>false</latched>
25044 </bsbObject>
25045 <bsbObject type="BSBLabel" version="2">
25046  <objectName/>
25047  <x>800</x>
25048  <y>284</y>
25049  <width>57</width>
25050  <height>19</height>
25051  <uuid>{c6641efb-87a3-4898-ac90-7c6a331c9667}</uuid>
25052  <visible>true</visible>
25053  <midichan>0</midichan>
25054  <midicc>0</midicc>
25055  <label>minSNP</label>
25056  <alignment>center</alignment>
25057  <font>Lucida Grande</font>
25058  <fontsize>8</fontsize>
25059  <precision>3</precision>
25060  <color>
25061   <r>255</r>
25062   <g>255</g>
25063   <b>255</b>
25064  </color>
25065  <bgcolor mode="nobackground">
25066   <r>255</r>
25067   <g>255</g>
25068   <b>255</b>
25069  </bgcolor>
25070  <bordermode>noborder</bordermode>
25071  <borderradius>1</borderradius>
25072  <borderwidth>1</borderwidth>
25073 </bsbObject>
25074 <bsbObject type="BSBLabel" version="2">
25075  <objectName/>
25076  <x>847</x>
25077  <y>283</y>
25078  <width>56</width>
25079  <height>21</height>
25080  <uuid>{870f4eb7-3110-44d8-9d2b-f576d6fec0e1}</uuid>
25081  <visible>true</visible>
25082  <midichan>0</midichan>
25083  <midicc>0</midicc>
25084  <label>maxSNP</label>
25085  <alignment>center</alignment>
25086  <font>Lucida Grande</font>
25087  <fontsize>8</fontsize>
25088  <precision>3</precision>
25089  <color>
25090   <r>255</r>
25091   <g>255</g>
25092   <b>255</b>
25093  </color>
25094  <bgcolor mode="nobackground">
25095   <r>255</r>
25096   <g>255</g>
25097   <b>255</b>
25098  </bgcolor>
25099  <bordermode>noborder</bordermode>
25100  <borderradius>1</borderradius>
25101  <borderwidth>1</borderwidth>
25102 </bsbObject>
25103 <bsbObject type="BSBScrollNumber" version="2">
25104  <objectName>minSNAP</objectName>
25105  <x>813</x>
25106  <y>274</y>
25107  <width>28</width>
25108  <height>13</height>
25109  <uuid>{92c99042-770d-4cbc-8e35-dfc6a6afd12d}</uuid>
25110  <visible>true</visible>
25111  <midichan>0</midichan>
25112  <midicc>0</midicc>
25113  <alignment>center</alignment>
25114  <font>Arial</font>
25115  <fontsize>12</fontsize>
25116  <color>
25117   <r>0</r>
25118   <g>0</g>
25119   <b>0</b>
25120  </color>
25121  <bgcolor mode="background">
25122   <r>102</r>
25123   <g>255</g>
25124   <b>255</b>
25125  </bgcolor>
25126  <value>1.00000000</value>
25127  <resolution>1.00000000</resolution>
25128  <minimum>1.00000000</minimum>
25129  <maximum>48.00000000</maximum>
25130  <bordermode>noborder</bordermode>
25131  <borderradius>1</borderradius>
25132  <borderwidth>1</borderwidth>
25133  <randomizable group="0">false</randomizable>
25134  <mouseControl act=""/>
25135 </bsbObject>
25136 <bsbObject type="BSBScrollNumber" version="2">
25137  <objectName>maxSNAP</objectName>
25138  <x>858</x>
25139  <y>273</y>
25140  <width>28</width>
25141  <height>13</height>
25142  <uuid>{0b366bc5-6240-4ff7-b2e5-5caf34176b5e}</uuid>
25143  <visible>true</visible>
25144  <midichan>0</midichan>
25145  <midicc>0</midicc>
25146  <alignment>center</alignment>
25147  <font>Arial</font>
25148  <fontsize>12</fontsize>
25149  <color>
25150   <r>0</r>
25151   <g>0</g>
25152   <b>0</b>
25153  </color>
25154  <bgcolor mode="background">
25155   <r>102</r>
25156   <g>255</g>
25157   <b>255</b>
25158  </bgcolor>
25159  <value>9.00000000</value>
25160  <resolution>1.00000000</resolution>
25161  <minimum>1.00000000</minimum>
25162  <maximum>48.00000000</maximum>
25163  <bordermode>noborder</bordermode>
25164  <borderradius>1</borderradius>
25165  <borderwidth>1</borderwidth>
25166  <randomizable group="0">false</randomizable>
25167  <mouseControl act=""/>
25168 </bsbObject>
25169 <bsbObject type="BSBButton" version="2">
25170  <objectName>button605</objectName>
25171  <x>1352</x>
25172  <y>271</y>
25173  <width>73</width>
25174  <height>30</height>
25175  <uuid>{b6ae6aec-c9d0-4cf4-ae6a-b10da853050a}</uuid>
25176  <visible>true</visible>
25177  <midichan>0</midichan>
25178  <midicc>0</midicc>
25179  <type>event</type>
25180  <pressedValue>1.00000000</pressedValue>
25181  <stringvalue/>
25182  <text>Drunk</text>
25183  <image>/</image>
25184  <eventLine>i968 0 -1</eventLine>
25185  <latch>true</latch>
25186  <latched>false</latched>
25187 </bsbObject>
25188 <bsbObject type="BSBButton" version="2">
25189  <objectName>MSC2</objectName>
25190  <x>193</x>
25191  <y>473</y>
25192  <width>58</width>
25193  <height>26</height>
25194  <uuid>{8b8d829b-b5d7-4eb0-9163-f4f96aab0304}</uuid>
25195  <visible>true</visible>
25196  <midichan>0</midichan>
25197  <midicc>0</midicc>
25198  <type>value</type>
25199  <pressedValue>1.00000000</pressedValue>
25200  <stringvalue/>
25201  <text>msw2</text>
25202  <image>/</image>
25203  <eventLine>i1 0 10</eventLine>
25204  <latch>true</latch>
25205  <latched>false</latched>
25206 </bsbObject>
25207 <bsbObject type="BSBButton" version="2">
25208  <objectName>MSC1</objectName>
25209  <x>142</x>
25210  <y>473</y>
25211  <width>58</width>
25212  <height>26</height>
25213  <uuid>{a1e83a52-921e-41af-816d-f4aceeb0d260}</uuid>
25214  <visible>true</visible>
25215  <midichan>0</midichan>
25216  <midicc>0</midicc>
25217  <type>value</type>
25218  <pressedValue>1.00000000</pressedValue>
25219  <stringvalue/>
25220  <text>msw1</text>
25221  <image>/</image>
25222  <eventLine>i1 0 10</eventLine>
25223  <latch>true</latch>
25224  <latched>true</latched>
25225 </bsbObject>
25226 <bsbObject type="BSBLabel" version="2">
25227  <objectName/>
25228  <x>153</x>
25229  <y>458</y>
25230  <width>45</width>
25231  <height>23</height>
25232  <uuid>{7f55ae11-d79b-4d07-86f5-c8af2d049acf}</uuid>
25233  <visible>true</visible>
25234  <midichan>0</midichan>
25235  <midicc>0</midicc>
25236  <label>A / S</label>
25237  <alignment>center</alignment>
25238  <font>Lucida Grande</font>
25239  <fontsize>10</fontsize>
25240  <precision>3</precision>
25241  <color>
25242   <r>255</r>
25243   <g>255</g>
25244   <b>255</b>
25245  </color>
25246  <bgcolor mode="nobackground">
25247   <r>255</r>
25248   <g>255</g>
25249   <b>255</b>
25250  </bgcolor>
25251  <bordermode>noborder</bordermode>
25252  <borderradius>1</borderradius>
25253  <borderwidth>1</borderwidth>
25254 </bsbObject>
25255 <bsbObject type="BSBLabel" version="2">
25256  <objectName/>
25257  <x>202</x>
25258  <y>458</y>
25259  <width>36</width>
25260  <height>21</height>
25261  <uuid>{84a88194-c2b1-41f6-be95-72b3f06fd478}</uuid>
25262  <visible>true</visible>
25263  <midichan>0</midichan>
25264  <midicc>0</midicc>
25265  <label>Z / X</label>
25266  <alignment>center</alignment>
25267  <font>Lucida Grande</font>
25268  <fontsize>10</fontsize>
25269  <precision>3</precision>
25270  <color>
25271   <r>255</r>
25272   <g>255</g>
25273   <b>255</b>
25274  </color>
25275  <bgcolor mode="nobackground">
25276   <r>255</r>
25277   <g>255</g>
25278   <b>255</b>
25279  </bgcolor>
25280  <bordermode>noborder</bordermode>
25281  <borderradius>1</borderradius>
25282  <borderwidth>1</borderwidth>
25283 </bsbObject>
25284 <bsbObject type="BSBLabel" version="2">
25285  <objectName/>
25286  <x>157</x>
25287  <y>443</y>
25288  <width>82</width>
25289  <height>24</height>
25290  <uuid>{a5c3ce6e-1dfe-419a-9c2a-210717b5586c}</uuid>
25291  <visible>true</visible>
25292  <midichan>0</midichan>
25293  <midicc>0</midicc>
25294  <label>--- KBD ---</label>
25295  <alignment>center</alignment>
25296  <font>Lucida Grande</font>
25297  <fontsize>10</fontsize>
25298  <precision>3</precision>
25299  <color>
25300   <r>255</r>
25301   <g>255</g>
25302   <b>255</b>
25303  </color>
25304  <bgcolor mode="nobackground">
25305   <r>255</r>
25306   <g>255</g>
25307   <b>255</b>
25308  </bgcolor>
25309  <bordermode>noborder</bordermode>
25310  <borderradius>1</borderradius>
25311  <borderwidth>1</borderwidth>
25312 </bsbObject>
25313 <bsbObject type="BSBLabel" version="2">
25314  <objectName/>
25315  <x>117</x>
25316  <y>211</y>
25317  <width>86</width>
25318  <height>23</height>
25319  <uuid>{f5b3046c-4cf6-460c-8579-4dfdeee1fe29}</uuid>
25320  <visible>true</visible>
25321  <midichan>0</midichan>
25322  <midicc>0</midicc>
25323  <label>Active Oscils</label>
25324  <alignment>center</alignment>
25325  <font>Lucida Grande</font>
25326  <fontsize>10</fontsize>
25327  <precision>3</precision>
25328  <color>
25329   <r>255</r>
25330   <g>255</g>
25331   <b>255</b>
25332  </color>
25333  <bgcolor mode="nobackground">
25334   <r>255</r>
25335   <g>255</g>
25336   <b>255</b>
25337  </bgcolor>
25338  <bordermode>noborder</bordermode>
25339  <borderradius>1</borderradius>
25340  <borderwidth>1</borderwidth>
25341 </bsbObject>
25342 <bsbObject type="BSBDropdown" version="2">
25343  <objectName>nchn</objectName>
25344  <x>404</x>
25345  <y>731</y>
25346  <width>104</width>
25347  <height>24</height>
25348  <uuid>{fa648a5b-72af-4e81-bc68-fc48df1e707f}</uuid>
25349  <visible>true</visible>
25350  <midichan>0</midichan>
25351  <midicc>-3</midicc>
25352  <bsbDropdownItemList>
25353   <bsbDropdownItem>
25354    <name>Stereo</name>
25355    <value>0</value>
25356    <stringvalue/>
25357   </bsbDropdownItem>
25358   <bsbDropdownItem>
25359    <name>Mono (L) </name>
25360    <value>1</value>
25361    <stringvalue/>
25362   </bsbDropdownItem>
25363   <bsbDropdownItem>
25364    <name>Mono (R)</name>
25365    <value>2</value>
25366    <stringvalue/>
25367   </bsbDropdownItem>
25368   <bsbDropdownItem>
25369    <name>Mono (L+R)</name>
25370    <value>3</value>
25371    <stringvalue/>
25372   </bsbDropdownItem>
25373  </bsbDropdownItemList>
25374  <selectedIndex>0</selectedIndex>
25375  <randomizable group="0">false</randomizable>
25376 </bsbObject>
25377 <bsbObject type="BSBLabel" version="2">
25378  <objectName/>
25379  <x>400</x>
25380  <y>749</y>
25381  <width>103</width>
25382  <height>21</height>
25383  <uuid>{6815f606-b474-4969-9476-db1a9f3069d8}</uuid>
25384  <visible>true</visible>
25385  <midichan>0</midichan>
25386  <midicc>0</midicc>
25387  <label>Channels</label>
25388  <alignment>center</alignment>
25389  <font>Lucida Grande</font>
25390  <fontsize>10</fontsize>
25391  <precision>3</precision>
25392  <color>
25393   <r>0</r>
25394   <g>0</g>
25395   <b>0</b>
25396  </color>
25397  <bgcolor mode="nobackground">
25398   <r>255</r>
25399   <g>255</g>
25400   <b>255</b>
25401  </bgcolor>
25402  <bordermode>noborder</bordermode>
25403  <borderradius>1</borderradius>
25404  <borderwidth>1</borderwidth>
25405 </bsbObject>
25406 <bsbObject type="BSBDropdown" version="2">
25407  <objectName>_datares</objectName>
25408  <x>418</x>
25409  <y>771</y>
25410  <width>75</width>
25411  <height>22</height>
25412  <uuid>{6dab7574-d672-4b21-a03c-7a1072d18ffe}</uuid>
25413  <visible>true</visible>
25414  <midichan>0</midichan>
25415  <midicc>0</midicc>
25416  <bsbDropdownItemList>
25417   <bsbDropdownItem>
25418    <name>16 bit</name>
25419    <value>0</value>
25420    <stringvalue/>
25421   </bsbDropdownItem>
25422   <bsbDropdownItem>
25423    <name> 24 bit</name>
25424    <value>1</value>
25425    <stringvalue/>
25426   </bsbDropdownItem>
25427  </bsbDropdownItemList>
25428  <selectedIndex>0</selectedIndex>
25429  <randomizable group="0">false</randomizable>
25430 </bsbObject>
25431 <bsbObject type="BSBLabel" version="2">
25432  <objectName/>
25433  <x>408</x>
25434  <y>793</y>
25435  <width>85</width>
25436  <height>22</height>
25437  <uuid>{158fb726-95f7-4750-8a20-17e11754919f}</uuid>
25438  <visible>true</visible>
25439  <midichan>0</midichan>
25440  <midicc>0</midicc>
25441  <label>Bit Depth</label>
25442  <alignment>center</alignment>
25443  <font>Lucida Grande</font>
25444  <fontsize>10</fontsize>
25445  <precision>3</precision>
25446  <color>
25447   <r>0</r>
25448   <g>0</g>
25449   <b>0</b>
25450  </color>
25451  <bgcolor mode="nobackground">
25452   <r>255</r>
25453   <g>255</g>
25454   <b>255</b>
25455  </bgcolor>
25456  <bordermode>noborder</bordermode>
25457  <borderradius>1</borderradius>
25458  <borderwidth>1</borderwidth>
25459 </bsbObject>
25460 <bsbObject type="BSBKnob" version="2">
25461  <objectName>rec_atk</objectName>
25462  <x>649</x>
25463  <y>717</y>
25464  <width>55</width>
25465  <height>39</height>
25466  <uuid>{004b6761-a416-4b1e-bdf9-2048fe54c6ed}</uuid>
25467  <visible>true</visible>
25468  <midichan>0</midichan>
25469  <midicc>0</midicc>
25470  <minimum>0.00000000</minimum>
25471  <maximum>1.00000000</maximum>
25472  <value>0.22000000</value>
25473  <mode>lin</mode>
25474  <mouseControl act="jump">continuous</mouseControl>
25475  <resolution>0.01000000</resolution>
25476  <randomizable group="0">false</randomizable>
25477 </bsbObject>
25478 <bsbObject type="BSBKnob" version="2">
25479  <objectName>rec_rel</objectName>
25480  <x>701</x>
25481  <y>717</y>
25482  <width>55</width>
25483  <height>39</height>
25484  <uuid>{aedbd6f6-a1ba-4664-bb12-9f37c51e5734}</uuid>
25485  <visible>true</visible>
25486  <midichan>0</midichan>
25487  <midicc>0</midicc>
25488  <minimum>0.02000000</minimum>
25489  <maximum>1.00000000</maximum>
25490  <value>0.33360000</value>
25491  <mode>lin</mode>
25492  <mouseControl act="jump">continuous</mouseControl>
25493  <resolution>0.01000000</resolution>
25494  <randomizable group="0">false</randomizable>
25495 </bsbObject>
25496 <bsbObject type="BSBLabel" version="2">
25497  <objectName/>
25498  <x>652</x>
25499  <y>754</y>
25500  <width>56</width>
25501  <height>25</height>
25502  <uuid>{d905d6ac-ac8e-44d8-850f-607fe6c128ba}</uuid>
25503  <visible>true</visible>
25504  <midichan>0</midichan>
25505  <midicc>0</midicc>
25506  <label>Fade In</label>
25507  <alignment>center</alignment>
25508  <font>Lucida Grande</font>
25509  <fontsize>10</fontsize>
25510  <precision>3</precision>
25511  <color>
25512   <r>128</r>
25513   <g>0</g>
25514   <b>2</b>
25515  </color>
25516  <bgcolor mode="nobackground">
25517   <r>255</r>
25518   <g>255</g>
25519   <b>255</b>
25520  </bgcolor>
25521  <bordermode>noborder</bordermode>
25522  <borderradius>1</borderradius>
25523  <borderwidth>1</borderwidth>
25524 </bsbObject>
25525 <bsbObject type="BSBLabel" version="2">
25526  <objectName/>
25527  <x>696</x>
25528  <y>754</y>
25529  <width>65</width>
25530  <height>24</height>
25531  <uuid>{1d2be6bf-fd6f-48c8-9601-847c77dfb861}</uuid>
25532  <visible>true</visible>
25533  <midichan>0</midichan>
25534  <midicc>0</midicc>
25535  <label>Fade Out</label>
25536  <alignment>center</alignment>
25537  <font>Lucida Grande</font>
25538  <fontsize>10</fontsize>
25539  <precision>3</precision>
25540  <color>
25541   <r>128</r>
25542   <g>255</g>
25543   <b>7</b>
25544  </color>
25545  <bgcolor mode="nobackground">
25546   <r>255</r>
25547   <g>255</g>
25548   <b>255</b>
25549  </bgcolor>
25550  <bordermode>noborder</bordermode>
25551  <borderradius>1</borderradius>
25552  <borderwidth>1</borderwidth>
25553 </bsbObject>
25554 <bsbObject type="BSBScrollNumber" version="2">
25555  <objectName>rec_atk</objectName>
25556  <x>660</x>
25557  <y>697</y>
25558  <width>34</width>
25559  <height>18</height>
25560  <uuid>{11dc8dae-129c-42bc-acc7-c76d3022f580}</uuid>
25561  <visible>true</visible>
25562  <midichan>0</midichan>
25563  <midicc>-3</midicc>
25564  <alignment>center</alignment>
25565  <font>Arial</font>
25566  <fontsize>10</fontsize>
25567  <color>
25568   <r>0</r>
25569   <g>0</g>
25570   <b>0</b>
25571  </color>
25572  <bgcolor mode="background">
25573   <r>255</r>
25574   <g>255</g>
25575   <b>255</b>
25576  </bgcolor>
25577  <value>0.22000000</value>
25578  <resolution>0.01000000</resolution>
25579  <minimum>0.00000000</minimum>
25580  <maximum>1.00000000</maximum>
25581  <bordermode>noborder</bordermode>
25582  <borderradius>1</borderradius>
25583  <borderwidth>1</borderwidth>
25584  <randomizable group="0">false</randomizable>
25585  <mouseControl act=""/>
25586 </bsbObject>
25587 <bsbObject type="BSBScrollNumber" version="2">
25588  <objectName>rec_rel</objectName>
25589  <x>709</x>
25590  <y>697</y>
25591  <width>34</width>
25592  <height>18</height>
25593  <uuid>{a2ddf1d6-b303-4da2-be92-2d5cec4cafbc}</uuid>
25594  <visible>true</visible>
25595  <midichan>0</midichan>
25596  <midicc>-3</midicc>
25597  <alignment>center</alignment>
25598  <font>Arial</font>
25599  <fontsize>10</fontsize>
25600  <color>
25601   <r>0</r>
25602   <g>0</g>
25603   <b>0</b>
25604  </color>
25605  <bgcolor mode="background">
25606   <r>255</r>
25607   <g>255</g>
25608   <b>255</b>
25609  </bgcolor>
25610  <value>0.33360000</value>
25611  <resolution>0.01000000</resolution>
25612  <minimum>0.02000000</minimum>
25613  <maximum>1.00000000</maximum>
25614  <bordermode>noborder</bordermode>
25615  <borderradius>1</borderradius>
25616  <borderwidth>1</borderwidth>
25617  <randomizable group="0">false</randomizable>
25618  <mouseControl act=""/>
25619 </bsbObject>
25620 <bsbObject type="BSBButton" version="2">
25621  <objectName>fade_onoff</objectName>
25622  <x>670</x>
25623  <y>783</y>
25624  <width>69</width>
25625  <height>27</height>
25626  <uuid>{2a887535-478e-4487-be1f-ed86054324be}</uuid>
25627  <visible>true</visible>
25628  <midichan>0</midichan>
25629  <midicc>0</midicc>
25630  <type>value</type>
25631  <pressedValue>1.00000000</pressedValue>
25632  <stringvalue/>
25633  <text>On/Off</text>
25634  <image>/</image>
25635  <eventLine>i1 0 10</eventLine>
25636  <latch>true</latch>
25637  <latched>false</latched>
25638 </bsbObject>
25639 <bsbObject type="BSBLabel" version="2">
25640  <objectName/>
25641  <x>653</x>
25642  <y>808</y>
25643  <width>103</width>
25644  <height>21</height>
25645  <uuid>{f3a2c9e5-6235-4c13-8cdf-3aba006f3ed2}</uuid>
25646  <visible>true</visible>
25647  <midichan>0</midichan>
25648  <midicc>0</midicc>
25649  <label>RecFade</label>
25650  <alignment>center</alignment>
25651  <font>Lucida Grande</font>
25652  <fontsize>10</fontsize>
25653  <precision>3</precision>
25654  <color>
25655   <r>0</r>
25656   <g>0</g>
25657   <b>0</b>
25658  </color>
25659  <bgcolor mode="nobackground">
25660   <r>255</r>
25661   <g>255</g>
25662   <b>255</b>
25663  </bgcolor>
25664  <bordermode>noborder</bordermode>
25665  <borderradius>1</borderradius>
25666  <borderwidth>1</borderwidth>
25667 </bsbObject>
25668 <bsbObject type="BSBLabel" version="2">
25669  <objectName/>
25670  <x>536</x>
25671  <y>634</y>
25672  <width>34</width>
25673  <height>21</height>
25674  <uuid>{b8f03a36-ef3f-44e5-bdb6-5c12e2ce0d05}</uuid>
25675  <visible>true</visible>
25676  <midichan>0</midichan>
25677  <midicc>0</midicc>
25678  <label>Dens</label>
25679  <alignment>center</alignment>
25680  <font>Lucida Grande</font>
25681  <fontsize>9</fontsize>
25682  <precision>3</precision>
25683  <color>
25684   <r>255</r>
25685   <g>255</g>
25686   <b>255</b>
25687  </color>
25688  <bgcolor mode="nobackground">
25689   <r>255</r>
25690   <g>255</g>
25691   <b>255</b>
25692  </bgcolor>
25693  <bordermode>noborder</bordermode>
25694  <borderradius>1</borderradius>
25695  <borderwidth>1</borderwidth>
25696 </bsbObject>
25697 <bsbObject type="BSBScrollNumber" version="2">
25698  <objectName>chop_dens</objectName>
25699  <x>539</x>
25700  <y>560</y>
25701  <width>28</width>
25702  <height>14</height>
25703  <uuid>{c876d84c-7e68-47e1-b287-42af877a6133}</uuid>
25704  <visible>true</visible>
25705  <midichan>0</midichan>
25706  <midicc>-3</midicc>
25707  <alignment>center</alignment>
25708  <font>Arial</font>
25709  <fontsize>10</fontsize>
25710  <color>
25711   <r>0</r>
25712   <g>0</g>
25713   <b>0</b>
25714  </color>
25715  <bgcolor mode="background">
25716   <r>255</r>
25717   <g>255</g>
25718   <b>255</b>
25719  </bgcolor>
25720  <value>7.46093800</value>
25721  <resolution>0.10000000</resolution>
25722  <minimum>0.50000000</minimum>
25723  <maximum>50.00000000</maximum>
25724  <bordermode>noborder</bordermode>
25725  <borderradius>3</borderradius>
25726  <borderwidth>1</borderwidth>
25727  <randomizable group="0">false</randomizable>
25728  <mouseControl act=""/>
25729 </bsbObject>
25730 <bsbObject type="BSBLabel" version="2">
25731  <objectName/>
25732  <x>564</x>
25733  <y>634</y>
25734  <width>33</width>
25735  <height>30</height>
25736  <uuid>{8a2a92b2-fadf-4d9f-9588-1ac54cc47764}</uuid>
25737  <visible>true</visible>
25738  <midichan>0</midichan>
25739  <midicc>0</midicc>
25740  <label>Rand
25741Dens</label>
25742  <alignment>center</alignment>
25743  <font>Lucida Grande</font>
25744  <fontsize>9</fontsize>
25745  <precision>3</precision>
25746  <color>
25747   <r>255</r>
25748   <g>255</g>
25749   <b>255</b>
25750  </color>
25751  <bgcolor mode="nobackground">
25752   <r>255</r>
25753   <g>255</g>
25754   <b>255</b>
25755  </bgcolor>
25756  <bordermode>noborder</bordermode>
25757  <borderradius>1</borderradius>
25758  <borderwidth>1</borderwidth>
25759 </bsbObject>
25760 <bsbObject type="BSBScrollNumber" version="2">
25761  <objectName>rand_dens_amt</objectName>
25762  <x>568</x>
25763  <y>560</y>
25764  <width>28</width>
25765  <height>14</height>
25766  <uuid>{7924fc68-8292-427c-883a-aa95b8e3a625}</uuid>
25767  <visible>true</visible>
25768  <midichan>0</midichan>
25769  <midicc>-3</midicc>
25770  <alignment>center</alignment>
25771  <font>Arial</font>
25772  <fontsize>10</fontsize>
25773  <color>
25774   <r>0</r>
25775   <g>0</g>
25776   <b>0</b>
25777  </color>
25778  <bgcolor mode="background">
25779   <r>255</r>
25780   <g>255</g>
25781   <b>255</b>
25782  </bgcolor>
25783  <value>0.34375000</value>
25784  <resolution>0.01000000</resolution>
25785  <minimum>0.00000000</minimum>
25786  <maximum>1.00000000</maximum>
25787  <bordermode>noborder</bordermode>
25788  <borderradius>3</borderradius>
25789  <borderwidth>1</borderwidth>
25790  <randomizable group="0">false</randomizable>
25791  <mouseControl act=""/>
25792 </bsbObject>
25793 <bsbObject type="BSBLabel" version="2">
25794  <objectName/>
25795  <x>593</x>
25796  <y>634</y>
25797  <width>33</width>
25798  <height>30</height>
25799  <uuid>{59dffc93-f310-4f83-b79f-31b3acb33dbd}</uuid>
25800  <visible>true</visible>
25801  <midichan>0</midichan>
25802  <midicc>0</midicc>
25803  <label>Dur
25804</label>
25805  <alignment>center</alignment>
25806  <font>Lucida Grande</font>
25807  <fontsize>9</fontsize>
25808  <precision>3</precision>
25809  <color>
25810   <r>255</r>
25811   <g>255</g>
25812   <b>255</b>
25813  </color>
25814  <bgcolor mode="nobackground">
25815   <r>255</r>
25816   <g>255</g>
25817   <b>255</b>
25818  </bgcolor>
25819  <bordermode>noborder</bordermode>
25820  <borderradius>1</borderradius>
25821  <borderwidth>1</borderwidth>
25822 </bsbObject>
25823 <bsbObject type="BSBScrollNumber" version="2">
25824  <objectName>chop_dur</objectName>
25825  <x>597</x>
25826  <y>560</y>
25827  <width>28</width>
25828  <height>14</height>
25829  <uuid>{a5412602-c274-4c99-8448-ff9079bc95ee}</uuid>
25830  <visible>true</visible>
25831  <midichan>0</midichan>
25832  <midicc>-3</midicc>
25833  <alignment>center</alignment>
25834  <font>Arial</font>
25835  <fontsize>10</fontsize>
25836  <color>
25837   <r>0</r>
25838   <g>0</g>
25839   <b>0</b>
25840  </color>
25841  <bgcolor mode="background">
25842   <r>255</r>
25843   <g>255</g>
25844   <b>255</b>
25845  </bgcolor>
25846  <value>0.01000000</value>
25847  <resolution>0.00100000</resolution>
25848  <minimum>0.01000000</minimum>
25849  <maximum>0.30000000</maximum>
25850  <bordermode>noborder</bordermode>
25851  <borderradius>3</borderradius>
25852  <borderwidth>1</borderwidth>
25853  <randomizable group="0">false</randomizable>
25854  <mouseControl act=""/>
25855 </bsbObject>
25856 <bsbObject type="BSBLabel" version="2">
25857  <objectName/>
25858  <x>643</x>
25859  <y>635</y>
25860  <width>42</width>
25861  <height>31</height>
25862  <uuid>{390c4592-2d20-425c-872d-e9b76e66f983}</uuid>
25863  <visible>true</visible>
25864  <midichan>0</midichan>
25865  <midicc>0</midicc>
25866  <label>Grain
25867Win
25868</label>
25869  <alignment>center</alignment>
25870  <font>Lucida Grande</font>
25871  <fontsize>9</fontsize>
25872  <precision>3</precision>
25873  <color>
25874   <r>255</r>
25875   <g>255</g>
25876   <b>255</b>
25877  </color>
25878  <bgcolor mode="nobackground">
25879   <r>255</r>
25880   <g>255</g>
25881   <b>255</b>
25882  </bgcolor>
25883  <bordermode>noborder</bordermode>
25884  <borderradius>1</borderradius>
25885  <borderwidth>1</borderwidth>
25886 </bsbObject>
25887 <bsbObject type="BSBScrollNumber" version="2">
25888  <objectName>grwin</objectName>
25889  <x>655</x>
25890  <y>560</y>
25891  <width>28</width>
25892  <height>14</height>
25893  <uuid>{588f7600-d0a8-401f-a2f0-236c836ffa8a}</uuid>
25894  <visible>true</visible>
25895  <midichan>0</midichan>
25896  <midicc>-3</midicc>
25897  <alignment>center</alignment>
25898  <font>Arial</font>
25899  <fontsize>10</fontsize>
25900  <color>
25901   <r>0</r>
25902   <g>0</g>
25903   <b>0</b>
25904  </color>
25905  <bgcolor mode="background">
25906   <r>255</r>
25907   <g>255</g>
25908   <b>255</b>
25909  </bgcolor>
25910  <value>0.00000000</value>
25911  <resolution>0.01000000</resolution>
25912  <minimum>0.00000000</minimum>
25913  <maximum>3.00000000</maximum>
25914  <bordermode>noborder</bordermode>
25915  <borderradius>3</borderradius>
25916  <borderwidth>1</borderwidth>
25917  <randomizable group="0">false</randomizable>
25918  <mouseControl act=""/>
25919 </bsbObject>
25920 <bsbObject type="BSBLabel" version="2">
25921  <objectName/>
25922  <x>537</x>
25923  <y>538</y>
25924  <width>74</width>
25925  <height>22</height>
25926  <uuid>{e803bc66-71ca-4b7c-8754-33447ffa9b31}</uuid>
25927  <visible>true</visible>
25928  <midichan>0</midichan>
25929  <midicc>0</midicc>
25930  <label>Chop/Grain</label>
25931  <alignment>left</alignment>
25932  <font>Helvetica</font>
25933  <fontsize>10</fontsize>
25934  <precision>3</precision>
25935  <color>
25936   <r>255</r>
25937   <g>255</g>
25938   <b>102</b>
25939  </color>
25940  <bgcolor mode="nobackground">
25941   <r>255</r>
25942   <g>255</g>
25943   <b>255</b>
25944  </bgcolor>
25945  <bordermode>noborder</bordermode>
25946  <borderradius>6</borderradius>
25947  <borderwidth>1</borderwidth>
25948 </bsbObject>
25949 <bsbObject type="BSBLabel" version="2">
25950  <objectName/>
25951  <x>724</x>
25952  <y>638</y>
25953  <width>36</width>
25954  <height>21</height>
25955  <uuid>{01c34935-4a78-477b-8372-2c6c8ad1c37f}</uuid>
25956  <visible>true</visible>
25957  <midichan>0</midichan>
25958  <midicc>0</midicc>
25959  <label>Mix</label>
25960  <alignment>center</alignment>
25961  <font>Lucida Grande</font>
25962  <fontsize>9</fontsize>
25963  <precision>3</precision>
25964  <color>
25965   <r>128</r>
25966   <g>0</g>
25967   <b>2</b>
25968  </color>
25969  <bgcolor mode="nobackground">
25970   <r>255</r>
25971   <g>255</g>
25972   <b>255</b>
25973  </bgcolor>
25974  <bordermode>noborder</bordermode>
25975  <borderradius>1</borderradius>
25976  <borderwidth>1</borderwidth>
25977 </bsbObject>
25978 <bsbObject type="BSBScrollNumber" version="2">
25979  <objectName>MIXGRAN</objectName>
25980  <x>731</x>
25981  <y>561</y>
25982  <width>28</width>
25983  <height>14</height>
25984  <uuid>{375cf078-e74d-4bc6-b503-a9e9eb9c578b}</uuid>
25985  <visible>true</visible>
25986  <midichan>0</midichan>
25987  <midicc>-3</midicc>
25988  <alignment>center</alignment>
25989  <font>Arial</font>
25990  <fontsize>10</fontsize>
25991  <color>
25992   <r>0</r>
25993   <g>0</g>
25994   <b>0</b>
25995  </color>
25996  <bgcolor mode="background">
25997   <r>255</r>
25998   <g>255</g>
25999   <b>255</b>
26000  </bgcolor>
26001  <value>0.00000000</value>
26002  <resolution>0.01000000</resolution>
26003  <minimum>0.00000000</minimum>
26004  <maximum>1.00000000</maximum>
26005  <bordermode>noborder</bordermode>
26006  <borderradius>3</borderradius>
26007  <borderwidth>1</borderwidth>
26008  <randomizable group="0">false</randomizable>
26009  <mouseControl act=""/>
26010 </bsbObject>
26011 <bsbObject type="BSBLabel" version="2">
26012  <objectName/>
26013  <x>622</x>
26014  <y>634</y>
26015  <width>33</width>
26016  <height>30</height>
26017  <uuid>{821fae68-727f-479a-9a80-4d67b950ea32}</uuid>
26018  <visible>true</visible>
26019  <midichan>0</midichan>
26020  <midicc>0</midicc>
26021  <label>Fmod
26022</label>
26023  <alignment>center</alignment>
26024  <font>Lucida Grande</font>
26025  <fontsize>9</fontsize>
26026  <precision>3</precision>
26027  <color>
26028   <r>255</r>
26029   <g>255</g>
26030   <b>255</b>
26031  </color>
26032  <bgcolor mode="nobackground">
26033   <r>255</r>
26034   <g>255</g>
26035   <b>255</b>
26036  </bgcolor>
26037  <bordermode>noborder</bordermode>
26038  <borderradius>1</borderradius>
26039  <borderwidth>1</borderwidth>
26040 </bsbObject>
26041 <bsbObject type="BSBScrollNumber" version="2">
26042  <objectName>fmod_range</objectName>
26043  <x>626</x>
26044  <y>560</y>
26045  <width>28</width>
26046  <height>14</height>
26047  <uuid>{0ba14ac1-259c-4184-9549-0ad85304a86a}</uuid>
26048  <visible>true</visible>
26049  <midichan>0</midichan>
26050  <midicc>-3</midicc>
26051  <alignment>center</alignment>
26052  <font>Arial</font>
26053  <fontsize>10</fontsize>
26054  <color>
26055   <r>0</r>
26056   <g>0</g>
26057   <b>0</b>
26058  </color>
26059  <bgcolor mode="background">
26060   <r>255</r>
26061   <g>255</g>
26062   <b>255</b>
26063  </bgcolor>
26064  <value>226.56250000</value>
26065  <resolution>1.00000000</resolution>
26066  <minimum>100.00000000</minimum>
26067  <maximum>1000.00000000</maximum>
26068  <bordermode>noborder</bordermode>
26069  <borderradius>3</borderradius>
26070  <borderwidth>1</borderwidth>
26071  <randomizable group="0">false</randomizable>
26072  <mouseControl act=""/>
26073 </bsbObject>
26074 <bsbObject type="BSBVSlider" version="2">
26075  <objectName>chop_dens</objectName>
26076  <x>545</x>
26077  <y>578</y>
26078  <width>20</width>
26079  <height>64</height>
26080  <uuid>{17b5479e-8e7b-47df-b2a3-97507c2ac16e}</uuid>
26081  <visible>true</visible>
26082  <midichan>0</midichan>
26083  <midicc>0</midicc>
26084  <minimum>0.50000000</minimum>
26085  <maximum>50.00000000</maximum>
26086  <value>7.46093800</value>
26087  <mode>lin</mode>
26088  <mouseControl act="jump">continuous</mouseControl>
26089  <resolution>-1.00000000</resolution>
26090  <randomizable group="0">false</randomizable>
26091 </bsbObject>
26092 <bsbObject type="BSBVSlider" version="2">
26093  <objectName>rand_dens_amt</objectName>
26094  <x>571</x>
26095  <y>576</y>
26096  <width>20</width>
26097  <height>64</height>
26098  <uuid>{d3becb2f-3b5e-4c6e-8bf0-491fca11c19b}</uuid>
26099  <visible>true</visible>
26100  <midichan>0</midichan>
26101  <midicc>0</midicc>
26102  <minimum>0.00000000</minimum>
26103  <maximum>1.00000000</maximum>
26104  <value>0.34375000</value>
26105  <mode>lin</mode>
26106  <mouseControl act="jump">continuous</mouseControl>
26107  <resolution>-1.00000000</resolution>
26108  <randomizable group="0">false</randomizable>
26109 </bsbObject>
26110 <bsbObject type="BSBVSlider" version="2">
26111  <objectName>chop_dur</objectName>
26112  <x>600</x>
26113  <y>577</y>
26114  <width>20</width>
26115  <height>64</height>
26116  <uuid>{3d511ef3-ad83-4593-a2cd-fa3a729909b1}</uuid>
26117  <visible>true</visible>
26118  <midichan>0</midichan>
26119  <midicc>0</midicc>
26120  <minimum>0.01000000</minimum>
26121  <maximum>0.30000000</maximum>
26122  <value>0.01000000</value>
26123  <mode>lin</mode>
26124  <mouseControl act="jump">continuous</mouseControl>
26125  <resolution>-1.00000000</resolution>
26126  <randomizable group="0">false</randomizable>
26127 </bsbObject>
26128 <bsbObject type="BSBVSlider" version="2">
26129  <objectName>fmod_range</objectName>
26130  <x>628</x>
26131  <y>577</y>
26132  <width>20</width>
26133  <height>64</height>
26134  <uuid>{bb2673cd-c516-45ae-b919-5f197d84c6d9}</uuid>
26135  <visible>true</visible>
26136  <midichan>0</midichan>
26137  <midicc>0</midicc>
26138  <minimum>100.00000000</minimum>
26139  <maximum>1000.00000000</maximum>
26140  <value>226.56250000</value>
26141  <mode>lin</mode>
26142  <mouseControl act="jump">continuous</mouseControl>
26143  <resolution>-1.00000000</resolution>
26144  <randomizable group="0">false</randomizable>
26145 </bsbObject>
26146 <bsbObject type="BSBVSlider" version="2">
26147  <objectName>grwin</objectName>
26148  <x>657</x>
26149  <y>577</y>
26150  <width>20</width>
26151  <height>64</height>
26152  <uuid>{eb05e8c3-9c4c-41be-8e2f-6a99c1af354e}</uuid>
26153  <visible>true</visible>
26154  <midichan>0</midichan>
26155  <midicc>0</midicc>
26156  <minimum>0.00000000</minimum>
26157  <maximum>3.00000000</maximum>
26158  <value>0.00000000</value>
26159  <mode>lin</mode>
26160  <mouseControl act="jump">continuous</mouseControl>
26161  <resolution>-1.00000000</resolution>
26162  <randomizable group="0">false</randomizable>
26163 </bsbObject>
26164 <bsbObject type="BSBVSlider" version="2">
26165  <objectName>MIXGRAN</objectName>
26166  <x>733</x>
26167  <y>578</y>
26168  <width>20</width>
26169  <height>64</height>
26170  <uuid>{c8095c77-5615-4b8a-85cf-7467eaa2cae5}</uuid>
26171  <visible>true</visible>
26172  <midichan>1</midichan>
26173  <midicc>29</midicc>
26174  <minimum>0.00000000</minimum>
26175  <maximum>1.00000000</maximum>
26176  <value>0.00000000</value>
26177  <mode>lin</mode>
26178  <mouseControl act="jump">continuous</mouseControl>
26179  <resolution>-1.00000000</resolution>
26180  <randomizable group="0">false</randomizable>
26181 </bsbObject>
26182 <bsbObject type="BSBLabel" version="2">
26183  <objectName/>
26184  <x>673</x>
26185  <y>635</y>
26186  <width>42</width>
26187  <height>31</height>
26188  <uuid>{c3d57a73-4ac2-4943-9849-772bbc3ebf2b}</uuid>
26189  <visible>true</visible>
26190  <midichan>0</midichan>
26191  <midicc>0</midicc>
26192  <label>Rev
26193Send
26194</label>
26195  <alignment>center</alignment>
26196  <font>Lucida Grande</font>
26197  <fontsize>9</fontsize>
26198  <precision>3</precision>
26199  <color>
26200   <r>255</r>
26201   <g>255</g>
26202   <b>255</b>
26203  </color>
26204  <bgcolor mode="nobackground">
26205   <r>255</r>
26206   <g>255</g>
26207   <b>255</b>
26208  </bgcolor>
26209  <bordermode>noborder</bordermode>
26210  <borderradius>1</borderradius>
26211  <borderwidth>1</borderwidth>
26212 </bsbObject>
26213 <bsbObject type="BSBScrollNumber" version="2">
26214  <objectName>REVSEND3</objectName>
26215  <x>684</x>
26216  <y>560</y>
26217  <width>28</width>
26218  <height>14</height>
26219  <uuid>{6f8e35d5-2024-4056-b2d4-9b48e504df41}</uuid>
26220  <visible>true</visible>
26221  <midichan>0</midichan>
26222  <midicc>-3</midicc>
26223  <alignment>center</alignment>
26224  <font>Arial</font>
26225  <fontsize>10</fontsize>
26226  <color>
26227   <r>0</r>
26228   <g>0</g>
26229   <b>0</b>
26230  </color>
26231  <bgcolor mode="background">
26232   <r>255</r>
26233   <g>255</g>
26234   <b>255</b>
26235  </bgcolor>
26236  <value>0.34375000</value>
26237  <resolution>0.01000000</resolution>
26238  <minimum>0.00000000</minimum>
26239  <maximum>1.00000000</maximum>
26240  <bordermode>noborder</bordermode>
26241  <borderradius>3</borderradius>
26242  <borderwidth>1</borderwidth>
26243  <randomizable group="0">false</randomizable>
26244  <mouseControl act=""/>
26245 </bsbObject>
26246 <bsbObject type="BSBVSlider" version="2">
26247  <objectName>REVSEND3</objectName>
26248  <x>687</x>
26249  <y>577</y>
26250  <width>20</width>
26251  <height>64</height>
26252  <uuid>{34a27277-bfe8-4816-be79-5dcd1d0cbb84}</uuid>
26253  <visible>true</visible>
26254  <midichan>0</midichan>
26255  <midicc>0</midicc>
26256  <minimum>0.00000000</minimum>
26257  <maximum>1.00000000</maximum>
26258  <value>0.34375000</value>
26259  <mode>lin</mode>
26260  <mouseControl act="jump">continuous</mouseControl>
26261  <resolution>-1.00000000</resolution>
26262  <randomizable group="0">false</randomizable>
26263 </bsbObject>
26264 <bsbObject type="BSBButton" version="2">
26265  <objectName>geo_grid_cont</objectName>
26266  <x>653</x>
26267  <y>84</y>
26268  <width>81</width>
26269  <height>28</height>
26270  <uuid>{c0fc145c-7c51-4d75-9e23-67646c79dda7}</uuid>
26271  <visible>true</visible>
26272  <midichan>0</midichan>
26273  <midicc>0</midicc>
26274  <type>event</type>
26275  <pressedValue>1.00000000</pressedValue>
26276  <stringvalue/>
26277  <text>cont/shot</text>
26278  <image>/</image>
26279  <eventLine>i15 0 -1</eventLine>
26280  <latch>true</latch>
26281  <latched>false</latched>
26282 </bsbObject>
26283 <bsbObject type="BSBButton" version="2">
26284  <objectName>harm_grid_cont</objectName>
26285  <x>981</x>
26286  <y>80</y>
26287  <width>81</width>
26288  <height>28</height>
26289  <uuid>{6f4f6c30-e4c7-41e6-829f-24099bb4b67e}</uuid>
26290  <visible>true</visible>
26291  <midichan>0</midichan>
26292  <midicc>0</midicc>
26293  <type>event</type>
26294  <pressedValue>1.00000000</pressedValue>
26295  <stringvalue/>
26296  <text>cont/shot</text>
26297  <image>/</image>
26298  <eventLine>i16 0 -1</eventLine>
26299  <latch>true</latch>
26300  <latched>false</latched>
26301 </bsbObject>
26302 <bsbObject type="BSBButton" version="2">
26303  <objectName>fibo_grid_cont</objectName>
26304  <x>652</x>
26305  <y>311</y>
26306  <width>81</width>
26307  <height>28</height>
26308  <uuid>{74c159e7-d088-482f-b560-6d438c0cc6f2}</uuid>
26309  <visible>true</visible>
26310  <midichan>0</midichan>
26311  <midicc>0</midicc>
26312  <type>event</type>
26313  <pressedValue>1.00000000</pressedValue>
26314  <stringvalue/>
26315  <text>cont/shot</text>
26316  <image>/</image>
26317  <eventLine>i17 0 -1</eventLine>
26318  <latch>true</latch>
26319  <latched>false</latched>
26320 </bsbObject>
26321 <bsbObject type="BSBScrollNumber" version="2">
26322  <objectName>SHAPE</objectName>
26323  <x>243</x>
26324  <y>202</y>
26325  <width>20</width>
26326  <height>71</height>
26327  <uuid>{0cb4cb96-e06d-4d20-8808-c26f0ad787e4}</uuid>
26328  <visible>true</visible>
26329  <midichan>0</midichan>
26330  <midicc>-3</midicc>
26331  <alignment>center</alignment>
26332  <font>Arial</font>
26333  <fontsize>15</fontsize>
26334  <color>
26335   <r>0</r>
26336   <g>0</g>
26337   <b>0</b>
26338  </color>
26339  <bgcolor mode="background">
26340   <r>255</r>
26341   <g>255</g>
26342   <b>255</b>
26343  </bgcolor>
26344  <value>0.00000000</value>
26345  <resolution>1.00000000</resolution>
26346  <minimum>0.00000000</minimum>
26347  <maximum>8.00000000</maximum>
26348  <bordermode>border</bordermode>
26349  <borderradius>1</borderradius>
26350  <borderwidth>1</borderwidth>
26351  <randomizable group="0">false</randomizable>
26352  <mouseControl act=""/>
26353 </bsbObject>
26354 <bsbObject type="BSBButton" version="2">
26355  <objectName>_RAND1</objectName>
26356  <x>1</x>
26357  <y>352</y>
26358  <width>127</width>
26359  <height>31</height>
26360  <uuid>{4ae9d1c2-4624-4dd8-aac9-870a388d08b4}</uuid>
26361  <visible>true</visible>
26362  <midichan>0</midichan>
26363  <midicc>0</midicc>
26364  <type>event</type>
26365  <pressedValue>1.00000000</pressedValue>
26366  <stringvalue/>
26367  <text>Rand_1</text>
26368  <image>/</image>
26369  <eventLine>i21 0 -1</eventLine>
26370  <latch>true</latch>
26371  <latched>false</latched>
26372 </bsbObject>
26373 <bsbObject type="BSBButton" version="2">
26374  <objectName>_Stop</objectName>
26375  <x>1244</x>
26376  <y>48</y>
26377  <width>56</width>
26378  <height>29</height>
26379  <uuid>{f55fd277-d9c6-43cd-bed6-78dc40852a4c}</uuid>
26380  <visible>true</visible>
26381  <midichan>0</midichan>
26382  <midicc>0</midicc>
26383  <type>value</type>
26384  <pressedValue>1.00000000</pressedValue>
26385  <stringvalue/>
26386  <text>Stop</text>
26387  <image>/</image>
26388  <eventLine>i1 0 10</eventLine>
26389  <latch>false</latch>
26390  <latched>false</latched>
26391 </bsbObject>
26392 <bsbObject type="BSBScrollNumber" version="2">
26393  <objectName>CAR_min</objectName>
26394  <x>426</x>
26395  <y>382</y>
26396  <width>50</width>
26397  <height>22</height>
26398  <uuid>{095223be-aa4d-4ea2-9331-d92882edb34d}</uuid>
26399  <visible>true</visible>
26400  <midichan>0</midichan>
26401  <midicc>-3</midicc>
26402  <alignment>center</alignment>
26403  <font>Arial</font>
26404  <fontsize>10</fontsize>
26405  <color>
26406   <r>0</r>
26407   <g>255</g>
26408   <b>0</b>
26409  </color>
26410  <bgcolor mode="background">
26411   <r>0</r>
26412   <g>64</g>
26413   <b>128</b>
26414  </bgcolor>
26415  <value>1.00000000</value>
26416  <resolution>0.00100000</resolution>
26417  <minimum>1.00000000</minimum>
26418  <maximum>14.00000000</maximum>
26419  <bordermode>noborder</bordermode>
26420  <borderradius>3</borderradius>
26421  <borderwidth>1</borderwidth>
26422  <randomizable group="0">false</randomizable>
26423  <mouseControl act="continuous"/>
26424 </bsbObject>
26425 <bsbObject type="BSBScrollNumber" version="2">
26426  <objectName>CAR_max</objectName>
26427  <x>486</x>
26428  <y>382</y>
26429  <width>50</width>
26430  <height>22</height>
26431  <uuid>{1922e6d0-9e12-4c19-8ff8-6693c427fea9}</uuid>
26432  <visible>true</visible>
26433  <midichan>0</midichan>
26434  <midicc>-3</midicc>
26435  <alignment>center</alignment>
26436  <font>Arial</font>
26437  <fontsize>10</fontsize>
26438  <color>
26439   <r>0</r>
26440   <g>255</g>
26441   <b>0</b>
26442  </color>
26443  <bgcolor mode="background">
26444   <r>0</r>
26445   <g>64</g>
26446   <b>128</b>
26447  </bgcolor>
26448  <value>1.00000000</value>
26449  <resolution>0.00100000</resolution>
26450  <minimum>1.00000000</minimum>
26451  <maximum>14.00000000</maximum>
26452  <bordermode>noborder</bordermode>
26453  <borderradius>3</borderradius>
26454  <borderwidth>1</borderwidth>
26455  <randomizable group="0">false</randomizable>
26456  <mouseControl act=""/>
26457 </bsbObject>
26458 <bsbObject type="BSBScrollNumber" version="2">
26459  <objectName>MOD_min</objectName>
26460  <x>631</x>
26461  <y>382</y>
26462  <width>50</width>
26463  <height>22</height>
26464  <uuid>{28fe41f7-3ec5-465c-b555-fae9d8ea8bfd}</uuid>
26465  <visible>true</visible>
26466  <midichan>0</midichan>
26467  <midicc>-3</midicc>
26468  <alignment>center</alignment>
26469  <font>Arial</font>
26470  <fontsize>10</fontsize>
26471  <color>
26472   <r>0</r>
26473   <g>255</g>
26474   <b>0</b>
26475  </color>
26476  <bgcolor mode="background">
26477   <r>0</r>
26478   <g>64</g>
26479   <b>128</b>
26480  </bgcolor>
26481  <value>1.00000000</value>
26482  <resolution>0.00100000</resolution>
26483  <minimum>1.00000000</minimum>
26484  <maximum>14.00000000</maximum>
26485  <bordermode>noborder</bordermode>
26486  <borderradius>3</borderradius>
26487  <borderwidth>1</borderwidth>
26488  <randomizable group="0">false</randomizable>
26489  <mouseControl act=""/>
26490 </bsbObject>
26491 <bsbObject type="BSBScrollNumber" version="2">
26492  <objectName>MOD_max</objectName>
26493  <x>691</x>
26494  <y>382</y>
26495  <width>50</width>
26496  <height>22</height>
26497  <uuid>{2493a4c1-6903-4c15-a9c5-674a3a3ff8f1}</uuid>
26498  <visible>true</visible>
26499  <midichan>0</midichan>
26500  <midicc>-3</midicc>
26501  <alignment>center</alignment>
26502  <font>Arial</font>
26503  <fontsize>10</fontsize>
26504  <color>
26505   <r>0</r>
26506   <g>255</g>
26507   <b>0</b>
26508  </color>
26509  <bgcolor mode="background">
26510   <r>0</r>
26511   <g>64</g>
26512   <b>128</b>
26513  </bgcolor>
26514  <value>1.00000000</value>
26515  <resolution>0.00100000</resolution>
26516  <minimum>1.00000000</minimum>
26517  <maximum>14.00000000</maximum>
26518  <bordermode>noborder</bordermode>
26519  <borderradius>3</borderradius>
26520  <borderwidth>1</borderwidth>
26521  <randomizable group="0">false</randomizable>
26522  <mouseControl act=""/>
26523 </bsbObject>
26524 <bsbObject type="BSBVSlider" version="2">
26525  <objectName>MOD_max</objectName>
26526  <x>704</x>
26527  <y>404</y>
26528  <width>18</width>
26529  <height>80</height>
26530  <uuid>{c5c0752d-6d3d-4746-a411-e272403c3164}</uuid>
26531  <visible>true</visible>
26532  <midichan>0</midichan>
26533  <midicc>0</midicc>
26534  <minimum>1.00000000</minimum>
26535  <maximum>14.00000000</maximum>
26536  <value>1.00000000</value>
26537  <mode>lin</mode>
26538  <mouseControl act="jump">continuous</mouseControl>
26539  <resolution>-1.00000000</resolution>
26540  <randomizable group="0">false</randomizable>
26541 </bsbObject>
26542</bsbPanel>
26543<bsbPresets>
26544</bsbPresets>
26545