File: Label_Widget.csd

package info (click to toggle)
csoundqt 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 97,800 kB
  • ctags: 3,927
  • sloc: cpp: 33,284; xml: 3,737; python: 3,697; sh: 314; makefile: 18; perl: 8
file content (464 lines) | stat: -rw-r--r-- 12,319 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
<CsoundSynthesizer>
<CsOptions>
</CsOptions>
<CsInstruments>

sr = 44100
ksmps = 128
nchnls = 2
0dbfs = 1

instr 1
;Nothing here...
endin

</CsInstruments>
<CsScore>
</CsScore>
</CsoundSynthesizer>
<bsbPanel>
 <label>Widgets</label>
 <objectName/>
 <x>592</x>
 <y>184</y>
 <width>519</width>
 <height>486</height>
 <visible>true</visible>
 <uuid/>
 <bgcolor mode="background" >
  <r>138</r>
  <g>149</g>
  <b>156</b>
 </bgcolor>
 <bsbObject version="2" type="BSBLabel" >
  <objectName/>
  <x>131</x>
  <y>20</y>
  <width>249</width>
  <height>43</height>
  <uuid>{d476aacb-5c13-4b87-bcaf-4a2ed7f0a445}</uuid>
  <visible>true</visible>
  <midichan>0</midichan>
  <midicc>-3</midicc>
  <label>Label Widget</label>
  <alignment>center</alignment>
  <font>Arial</font>
  <fontsize>24</fontsize>
  <precision>3</precision>
  <color>
   <r>0</r>
   <g>0</g>
   <b>0</b>
  </color>
  <bgcolor mode="nobackground" >
   <r>191</r>
   <g>204</g>
   <b>234</b>
  </bgcolor>
  <bordermode>noborder</bordermode>
  <borderradius>1</borderradius>
  <borderwidth>1</borderwidth>
 </bsbObject>
 <bsbObject version="2" type="BSBLabel" >
  <objectName/>
  <x>64</x>
  <y>58</y>
  <width>377</width>
  <height>86</height>
  <uuid>{f409f199-15e5-4b21-ae23-c21c37e87ce6}</uuid>
  <visible>true</visible>
  <midichan>0</midichan>
  <midicc>-3</midicc>
  <label>All the widgets you see here are label widgets. Their function is to display formatted text. You can choose text and background color, size, font, border and alignment. Note that labels do not send or receive data on their channels. If you want to receive data use a different widget like a SpinBox widget or a Scroll Number widget.</label>
  <alignment>left</alignment>
  <font>Arial</font>
  <fontsize>12</fontsize>
  <precision>3</precision>
  <color>
   <r>0</r>
   <g>0</g>
   <b>0</b>
  </color>
  <bgcolor mode="background" >
   <r>191</r>
   <g>204</g>
   <b>234</b>
  </bgcolor>
  <bordermode>noborder</bordermode>
  <borderradius>5</borderradius>
  <borderwidth>1</borderwidth>
 </bsbObject>
 <bsbObject version="2" type="BSBLabel" >
  <objectName/>
  <x>64</x>
  <y>149</y>
  <width>112</width>
  <height>57</height>
  <uuid>{c1e8e530-b68d-49bc-ad51-9f8adb59fb0d}</uuid>
  <visible>true</visible>
  <midichan>0</midichan>
  <midicc>-3</midicc>
  <label>With border</label>
  <alignment>left</alignment>
  <font>Helvetica</font>
  <fontsize>14</fontsize>
  <precision>3</precision>
  <color>
   <r>0</r>
   <g>0</g>
   <b>0</b>
  </color>
  <bgcolor mode="nobackground" >
   <r>255</r>
   <g>255</g>
   <b>255</b>
  </bgcolor>
  <bordermode>border</bordermode>
  <borderradius>1</borderradius>
  <borderwidth>1</borderwidth>
 </bsbObject>
 <bsbObject version="2" type="BSBLabel" >
  <objectName/>
  <x>182</x>
  <y>144</y>
  <width>259</width>
  <height>71</height>
  <uuid>{3f79a644-8417-4936-bfc9-461570356823}</uuid>
  <visible>true</visible>
  <midichan>0</midichan>
  <midicc>-3</midicc>
  <label>Large Times font with right alignment</label>
  <alignment>right</alignment>
  <font>Times New Roman</font>
  <fontsize>26</fontsize>
  <precision>3</precision>
  <color>
   <r>0</r>
   <g>0</g>
   <b>0</b>
  </color>
  <bgcolor mode="nobackground" >
   <r>255</r>
   <g>255</g>
   <b>255</b>
  </bgcolor>
  <bordermode>noborder</bordermode>
  <borderradius>1</borderradius>
  <borderwidth>1</borderwidth>
 </bsbObject>
 <bsbObject version="2" type="BSBLabel" >
  <objectName/>
  <x>65</x>
  <y>210</y>
  <width>109</width>
  <height>98</height>
  <uuid>{c3a30447-fc28-4f8c-a7bc-dc5bfe90c48d}</uuid>
  <visible>true</visible>
  <midichan>0</midichan>
  <midicc>-3</midicc>
  <label>Text color centered</label>
  <alignment>center</alignment>
  <font>Helvetica</font>
  <fontsize>18</fontsize>
  <precision>3</precision>
  <color>
   <r>78</r>
   <g>105</g>
   <b>212</b>
  </color>
  <bgcolor mode="nobackground" >
   <r>255</r>
   <g>255</g>
   <b>255</b>
  </bgcolor>
  <bordermode>border</bordermode>
  <borderradius>5</borderradius>
  <borderwidth>1</borderwidth>
 </bsbObject>
 <bsbObject version="2" type="BSBLabel" >
  <objectName/>
  <x>191</x>
  <y>327</y>
  <width>253</width>
  <height>84</height>
  <uuid>{636e83e7-be85-4e52-a61e-47e76bc3dc5b}</uuid>
  <visible>true</visible>
  <midichan>0</midichan>
  <midicc>-3</midicc>
  <label/>
  <alignment>left</alignment>
  <font>DejaVu Sans</font>
  <fontsize>6</fontsize>
  <precision>3</precision>
  <color>
   <r>0</r>
   <g>0</g>
   <b>0</b>
  </color>
  <bgcolor mode="background" >
   <r>87</r>
   <g>132</g>
   <b>255</b>
  </bgcolor>
  <bordermode>noborder</bordermode>
  <borderradius>1</borderradius>
  <borderwidth>1</borderwidth>
 </bsbObject>
 <bsbObject version="2" type="BSBLabel" >
  <objectName/>
  <x>206</x>
  <y>265</y>
  <width>92</width>
  <height>78</height>
  <uuid>{d92a498d-9b8b-4ae0-b778-4f92f53e0a6c}</uuid>
  <visible>true</visible>
  <midichan>0</midichan>
  <midicc>-3</midicc>
  <label/>
  <alignment>left</alignment>
  <font>DejaVu Sans</font>
  <fontsize>6</fontsize>
  <precision>3</precision>
  <color>
   <r>0</r>
   <g>0</g>
   <b>0</b>
  </color>
  <bgcolor mode="background" >
   <r>139</r>
   <g>174</g>
   <b>255</b>
  </bgcolor>
  <bordermode>noborder</bordermode>
  <borderradius>1</borderradius>
  <borderwidth>1</borderwidth>
 </bsbObject>
 <bsbObject version="2" type="BSBLabel" >
  <objectName/>
  <x>181</x>
  <y>314</y>
  <width>216</width>
  <height>38</height>
  <uuid>{ed3b47df-9ab5-4657-9223-35f1bbb79594}</uuid>
  <visible>true</visible>
  <midichan>0</midichan>
  <midicc>-3</midicc>
  <label/>
  <alignment>left</alignment>
  <font>DejaVu Sans</font>
  <fontsize>6</fontsize>
  <precision>3</precision>
  <color>
   <r>0</r>
   <g>0</g>
   <b>0</b>
  </color>
  <bgcolor mode="background" >
   <r>167</r>
   <g>207</g>
   <b>255</b>
  </bgcolor>
  <bordermode>noborder</bordermode>
  <borderradius>1</borderradius>
  <borderwidth>1</borderwidth>
 </bsbObject>
 <bsbObject version="2" type="BSBLabel" >
  <objectName/>
  <x>200</x>
  <y>367</y>
  <width>233</width>
  <height>35</height>
  <uuid>{c61db74a-07eb-490a-b0dd-5dadb73571ce}</uuid>
  <visible>true</visible>
  <midichan>0</midichan>
  <midicc>-3</midicc>
  <label>Labels can be used as colored blocks</label>
  <alignment>center</alignment>
  <font>Arial</font>
  <fontsize>12</fontsize>
  <precision>3</precision>
  <color>
   <r>255</r>
   <g>255</g>
   <b>255</b>
  </color>
  <bgcolor mode="background" >
   <r>28</r>
   <g>74</g>
   <b>98</b>
  </bgcolor>
  <bordermode>noborder</bordermode>
  <borderradius>10</borderradius>
  <borderwidth>1</borderwidth>
 </bsbObject>
 <bsbObject version="2" type="BSBLabel" >
  <objectName/>
  <x>58</x>
  <y>314</y>
  <width>121</width>
  <height>107</height>
  <uuid>{8a294141-18dd-4cbf-b427-5594895563cb}</uuid>
  <visible>true</visible>
  <midichan>0</midichan>
  <midicc>-3</midicc>
  <label>With Border and Background</label>
  <alignment>center</alignment>
  <font>Arial</font>
  <fontsize>18</fontsize>
  <precision>3</precision>
  <color>
   <r>212</r>
   <g>91</g>
   <b>60</b>
  </color>
  <bgcolor mode="background" >
   <r>255</r>
   <g>255</g>
   <b>255</b>
  </bgcolor>
  <bordermode>border</bordermode>
  <borderradius>10</borderradius>
  <borderwidth>6</borderwidth>
 </bsbObject>
 <bsbObject version="2" type="BSBLabel" >
  <objectName/>
  <x>338</x>
  <y>217</y>
  <width>71</width>
  <height>107</height>
  <uuid>{41eb9e39-2a7a-47f6-b085-041908cf349c}</uuid>
  <visible>true</visible>
  <midichan>0</midichan>
  <midicc>-3</midicc>
  <label/>
  <alignment>left</alignment>
  <font>Helvetica</font>
  <fontsize>6</fontsize>
  <precision>3</precision>
  <color>
   <r>0</r>
   <g>0</g>
   <b>0</b>
  </color>
  <bgcolor mode="background" >
   <r>139</r>
   <g>174</g>
   <b>255</b>
  </bgcolor>
  <bordermode>noborder</bordermode>
  <borderradius>4</borderradius>
  <borderwidth>1</borderwidth>
 </bsbObject>
 <bsbObject version="2" type="BSBLabel" >
  <objectName/>
  <x>221</x>
  <y>268</y>
  <width>216</width>
  <height>38</height>
  <uuid>{746fe42a-2574-48e7-8ede-afe8d65d2a94}</uuid>
  <visible>true</visible>
  <midichan>0</midichan>
  <midicc>-3</midicc>
  <label/>
  <alignment>left</alignment>
  <font>Helvetica</font>
  <fontsize>6</fontsize>
  <precision>3</precision>
  <color>
   <r>0</r>
   <g>0</g>
   <b>0</b>
  </color>
  <bgcolor mode="background" >
   <r>167</r>
   <g>207</g>
   <b>255</b>
  </bgcolor>
  <bordermode>noborder</bordermode>
  <borderradius>6</borderradius>
  <borderwidth>1</borderwidth>
 </bsbObject>
 <bsbObject version="2" type="BSBLabel" >
  <objectName/>
  <x>349</x>
  <y>253</y>
  <width>54</width>
  <height>54</height>
  <uuid>{e6106606-e57d-44ae-960e-3f3352cc2b64}</uuid>
  <visible>true</visible>
  <midichan>0</midichan>
  <midicc>-3</midicc>
  <label/>
  <alignment>left</alignment>
  <font>Helvetica</font>
  <fontsize>6</fontsize>
  <precision>3</precision>
  <color>
   <r>0</r>
   <g>0</g>
   <b>0</b>
  </color>
  <bgcolor mode="background" >
   <r>117</r>
   <g>125</g>
   <b>189</b>
  </bgcolor>
  <bordermode>noborder</bordermode>
  <borderradius>26</borderradius>
  <borderwidth>1</borderwidth>
 </bsbObject>
 <bsbObject version="2" type="BSBLabel" >
  <objectName/>
  <x>237</x>
  <y>233</y>
  <width>56</width>
  <height>105</height>
  <uuid>{dd9efe3f-f119-4572-aa08-4fba350689cb}</uuid>
  <visible>true</visible>
  <midichan>0</midichan>
  <midicc>-3</midicc>
  <label/>
  <alignment>left</alignment>
  <font>DejaVu Sans</font>
  <fontsize>6</fontsize>
  <precision>3</precision>
  <color>
   <r>0</r>
   <g>0</g>
   <b>0</b>
  </color>
  <bgcolor mode="background" >
   <r>117</r>
   <g>125</g>
   <b>189</b>
  </bgcolor>
  <bordermode>noborder</bordermode>
  <borderradius>1</borderradius>
  <borderwidth>1</borderwidth>
 </bsbObject>
 <objectName/>
 <x>592</x>
 <y>184</y>
 <width>519</width>
 <height>486</height>
 <visible>true</visible>
</bsbPanel>
<bsbPresets>
</bsbPresets>
<MacGUI>
ioView background {35466, 38293, 40092}
ioText {131, 20} {249, 43} display 0.000000 0.00100 "" center "Arial" 24 {0, 0, 0} {58880, 56576, 54528} nobackground noborder Label Widget
ioText {64, 58} {377, 86} display 0.000000 0.00100 "" left "Arial" 12 {0, 0, 0} {48896, 52224, 59904} nobackground noborder All the widgets you see here are label widgets. Their function is to display formatted text. You can choose text and background color, size, font, border and alignment. Note that labels do not send or receive data on their channels. If you want to receive data use a different widget like a SpinBox widget or a Scroll Number widget.
ioText {64, 149} {112, 57} display 0.000000 0.00100 "" left "Helvetica" 14 {0, 0, 0} {58880, 56576, 54528} nobackground noborder With border
ioText {182, 144} {259, 71} display 0.000000 0.00100 "" right "Times New Roman" 26 {0, 0, 0} {58880, 56576, 54528} nobackground noborder Large Times font with right alignment
ioText {65, 210} {109, 98} display 0.000000 0.00100 "" center "Helvetica" 18 {19968, 26880, 54272} {58880, 56576, 54528} nobackground noborder Text color centered
ioText {191, 327} {253, 84} display 0.000000 0.00100 "" left "DejaVu Sans" 6 {0, 0, 0} {22272, 33792, 65280} nobackground noborder 
ioText {206, 265} {92, 78} display 0.000000 0.00100 "" left "DejaVu Sans" 6 {0, 0, 0} {35584, 44544, 65280} nobackground noborder 
ioText {181, 314} {216, 38} display 0.000000 0.00100 "" left "DejaVu Sans" 6 {0, 0, 0} {42752, 52992, 65280} nobackground noborder 
ioText {200, 367} {233, 35} display 0.000000 0.00100 "" center "Arial" 12 {65280, 65280, 65280} {7168, 18944, 25088} nobackground noborder Labels can be used as colored blocks
ioText {58, 314} {121, 107} display 0.000000 0.00100 "" center "Arial" 18 {54272, 23296, 15360} {65280, 65280, 65280} nobackground noborder With Border and Background
ioText {338, 217} {71, 107} display 0.000000 0.00100 "" left "Helvetica" 6 {0, 0, 0} {35584, 44544, 65280} nobackground noborder 
ioText {221, 268} {216, 38} display 0.000000 0.00100 "" left "Helvetica" 6 {0, 0, 0} {42752, 52992, 65280} nobackground noborder 
ioText {349, 253} {54, 54} display 0.000000 0.00100 "" left "Helvetica" 6 {0, 0, 0} {29952, 32000, 48384} nobackground noborder 
ioText {237, 233} {56, 105} display 0.000000 0.00100 "" left "DejaVu Sans" 6 {0, 0, 0} {29952, 32000, 48384} nobackground noborder 
</MacGUI>