midinous 1.0.0.beta
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/COPYING.L +674 -0
- data/README.md +31 -0
- data/lib/doc/Hotkeys.txt +30 -0
- data/lib/doc/Notes and Scales.txt +64 -0
- data/lib/midinous/canvas.rb +388 -0
- data/lib/midinous/constants.rb +108 -0
- data/lib/midinous/init.rb +166 -0
- data/lib/midinous/key_bindings.rb +81 -0
- data/lib/midinous/logic.rb +165 -0
- data/lib/midinous/points.rb +1060 -0
- data/lib/midinous/proc_midi.rb +100 -0
- data/lib/midinous/style/midinous.glade +928 -0
- data/lib/midinous/style/midinous_themes.style +4022 -0
- data/lib/midinous/style/ui.rb +686 -0
- data/lib/midinous.rb +21 -0
- data/lib/saves/sample.nous +9 -0
- metadata +102 -0
@@ -0,0 +1,928 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!-- Generated with glade 3.22.1 -->
|
3
|
+
<interface>
|
4
|
+
<requires lib="gtk+" version="3.20"/>
|
5
|
+
<!-- interface-css-provider-path midinous_themes.style -->
|
6
|
+
<object class="GtkDialog" id="confirmer">
|
7
|
+
<property name="title" translatable="yes">Confirmation</property>
|
8
|
+
<property name="icon_name">accessories-calculator-symbolic</property>
|
9
|
+
<property name="can_focus">True</property>
|
10
|
+
<property name="deletable">true</property>
|
11
|
+
<property name="resizable">False</property>
|
12
|
+
<property name="type_hint">dialog</property>
|
13
|
+
<property name="visible">False</property>
|
14
|
+
<property name="modal">True</property>
|
15
|
+
<child>
|
16
|
+
<placeholder/>
|
17
|
+
</child>
|
18
|
+
<child internal-child="vbox">
|
19
|
+
<object class="GtkBox">
|
20
|
+
<property name="can_focus">False</property>
|
21
|
+
<property name="orientation">vertical</property>
|
22
|
+
<property name="spacing">2</property>
|
23
|
+
<child internal-child="action_area">
|
24
|
+
<object class="GtkButtonBox">
|
25
|
+
<property name="can_focus">False</property>
|
26
|
+
<property name="layout_style">end</property>
|
27
|
+
<child>
|
28
|
+
<object class="GtkButton" id="confirmer_confirm">
|
29
|
+
<property name="label" translatable="yes">Confirm</property>
|
30
|
+
<property name="visible">True</property>
|
31
|
+
<property name="can_focus">True</property>
|
32
|
+
<property name="receives_default">False</property>
|
33
|
+
</object>
|
34
|
+
<packing>
|
35
|
+
<property name="expand">True</property>
|
36
|
+
<property name="fill">True</property>
|
37
|
+
<property name="position">0</property>
|
38
|
+
</packing>
|
39
|
+
</child>
|
40
|
+
<child>
|
41
|
+
<object class="GtkButton" id="confirmer_cancel">
|
42
|
+
<property name="label" translatable="yes">Cancel</property>
|
43
|
+
<property name="visible">True</property>
|
44
|
+
<property name="can_focus">True</property>
|
45
|
+
<property name="receives_default">True</property>
|
46
|
+
</object>
|
47
|
+
<packing>
|
48
|
+
<property name="expand">True</property>
|
49
|
+
<property name="fill">True</property>
|
50
|
+
<property name="position">1</property>
|
51
|
+
</packing>
|
52
|
+
</child>
|
53
|
+
</object>
|
54
|
+
<packing>
|
55
|
+
<property name="expand">False</property>
|
56
|
+
<property name="fill">False</property>
|
57
|
+
<property name="position">0</property>
|
58
|
+
</packing>
|
59
|
+
</child>
|
60
|
+
<child>
|
61
|
+
<object class="GtkFixed">
|
62
|
+
<property name="visible">True</property>
|
63
|
+
<property name="can_focus">False</property>
|
64
|
+
<child>
|
65
|
+
<object class="GtkLabel" id="confirmer_label">
|
66
|
+
<property name="width_request">376</property>
|
67
|
+
<property name="height_request">32</property>
|
68
|
+
<property name="visible">True</property>
|
69
|
+
<property name="can_focus">False</property>
|
70
|
+
<property name="label" translatable="yes">There are unsaved changes. Do you wish to proceed?</property>
|
71
|
+
<attributes>
|
72
|
+
<attribute name="size" value="100"/>
|
73
|
+
</attributes>
|
74
|
+
</object>
|
75
|
+
</child>
|
76
|
+
</object>
|
77
|
+
<packing>
|
78
|
+
<property name="expand">False</property>
|
79
|
+
<property name="fill">True</property>
|
80
|
+
<property name="position">1</property>
|
81
|
+
</packing>
|
82
|
+
</child>
|
83
|
+
</object>
|
84
|
+
</child>
|
85
|
+
</object>
|
86
|
+
<object class="GtkFileChooserDialog" id="file_chooser">
|
87
|
+
<property name="title" translatable="yes">File Operation</property>
|
88
|
+
<property name="icon_name">accessories-calculator-symbolic</property>
|
89
|
+
<property name="can_focus">False</property>
|
90
|
+
<property name="type_hint">dialog</property>
|
91
|
+
<property name="deletable">False</property>
|
92
|
+
<property name="visible">False</property>
|
93
|
+
<property name="select_multiple">False</property>
|
94
|
+
<property name="show_hidden">False</property>
|
95
|
+
<property name="do_overwrite_confirmation">True</property>
|
96
|
+
<property name="modal">True</property>
|
97
|
+
<child>
|
98
|
+
<placeholder/>
|
99
|
+
</child>
|
100
|
+
<child internal-child="vbox">
|
101
|
+
<object class="GtkBox">
|
102
|
+
<property name="can_focus">False</property>
|
103
|
+
<property name="orientation">vertical</property>
|
104
|
+
<property name="spacing">2</property>
|
105
|
+
<child internal-child="action_area">
|
106
|
+
<object class="GtkButtonBox">
|
107
|
+
<property name="can_focus">False</property>
|
108
|
+
<property name="layout_style">end</property>
|
109
|
+
<child>
|
110
|
+
<object class="GtkButton" id="file_operation">
|
111
|
+
<property name="label" translatable="yes">Placeholder</property>
|
112
|
+
<property name="visible">True</property>
|
113
|
+
<property name="can_focus">True</property>
|
114
|
+
<property name="receives_default">False</property>
|
115
|
+
</object>
|
116
|
+
<packing>
|
117
|
+
<property name="expand">True</property>
|
118
|
+
<property name="fill">True</property>
|
119
|
+
<property name="position">0</property>
|
120
|
+
</packing>
|
121
|
+
</child>
|
122
|
+
<child>
|
123
|
+
<object class="GtkButton" id="file_cancel">
|
124
|
+
<property name="label" translatable="yes">Cancel</property>
|
125
|
+
<property name="visible">True</property>
|
126
|
+
<property name="can_focus">True</property>
|
127
|
+
<property name="receives_default">True</property>
|
128
|
+
</object>
|
129
|
+
<packing>
|
130
|
+
<property name="expand">True</property>
|
131
|
+
<property name="fill">True</property>
|
132
|
+
<property name="position">1</property>
|
133
|
+
</packing>
|
134
|
+
</child>
|
135
|
+
</object>
|
136
|
+
<packing>
|
137
|
+
<property name="expand">False</property>
|
138
|
+
<property name="fill">False</property>
|
139
|
+
<property name="position">0</property>
|
140
|
+
</packing>
|
141
|
+
</child>
|
142
|
+
<child>
|
143
|
+
<object class="GtkFixed">
|
144
|
+
<property name="visible">True</property>
|
145
|
+
<property name="can_focus">False</property>
|
146
|
+
<child>
|
147
|
+
<object class="GtkEntry" id="file_name">
|
148
|
+
<property name="width_request">299</property>
|
149
|
+
<property name="height_request">20</property>
|
150
|
+
<property name="visible">True</property>
|
151
|
+
<property name="can_focus">True</property>
|
152
|
+
</object>
|
153
|
+
<packing>
|
154
|
+
<property name="x">155</property>
|
155
|
+
</packing>
|
156
|
+
</child>
|
157
|
+
<child>
|
158
|
+
<object class="GtkLabel">
|
159
|
+
<property name="width_request">83</property>
|
160
|
+
<property name="height_request">34</property>
|
161
|
+
<property name="visible">True</property>
|
162
|
+
<property name="can_focus">False</property>
|
163
|
+
<property name="label" translatable="yes">Filename: </property>
|
164
|
+
<attributes>
|
165
|
+
<attribute name="size" value="200"/>
|
166
|
+
</attributes>
|
167
|
+
</object>
|
168
|
+
<packing>
|
169
|
+
<property name="x">72</property>
|
170
|
+
</packing>
|
171
|
+
</child>
|
172
|
+
</object>
|
173
|
+
<packing>
|
174
|
+
<property name="expand">False</property>
|
175
|
+
<property name="fill">True</property>
|
176
|
+
<property name="position">2</property>
|
177
|
+
</packing>
|
178
|
+
</child>
|
179
|
+
<child>
|
180
|
+
<placeholder/>
|
181
|
+
</child>
|
182
|
+
</object>
|
183
|
+
</child>
|
184
|
+
</object>
|
185
|
+
<object class="GtkAdjustment" id="canvas_scroll_h">
|
186
|
+
<property name="upper">3000</property>
|
187
|
+
<property name="step_increment">1</property>
|
188
|
+
<property name="page_increment">10</property>
|
189
|
+
</object>
|
190
|
+
<object class="GtkAdjustment" id="canvas_scroll_v">
|
191
|
+
<property name="upper">3000</property>
|
192
|
+
<property name="step_increment">1</property>
|
193
|
+
<property name="page_increment">10</property>
|
194
|
+
</object>
|
195
|
+
<object class="GtkAdjustment" id="prop_list_scroll_h">
|
196
|
+
<property name="upper">300</property>
|
197
|
+
<property name="step_increment">1</property>
|
198
|
+
<property name="page_increment">10</property>
|
199
|
+
</object>
|
200
|
+
<object class="GtkAdjustment" id="prop_list_scroll_v">
|
201
|
+
<property name="upper">1200</property>
|
202
|
+
<property name="step_increment">1</property>
|
203
|
+
<property name="page_increment">10</property>
|
204
|
+
</object>
|
205
|
+
<object class="GtkListStore" id="prop_list_model">
|
206
|
+
<columns>
|
207
|
+
<!-- column-name prop_list_col1 -->
|
208
|
+
<column type="gchararray"/>
|
209
|
+
<!-- column-name prop_list_col2 -->
|
210
|
+
<column type="gchararray"/>
|
211
|
+
</columns>
|
212
|
+
</object>
|
213
|
+
<object class="GtkTreeStore" id="scale_tree_model">
|
214
|
+
<columns>
|
215
|
+
<!-- column-name scale_type -->
|
216
|
+
<column type="gchararray"/>
|
217
|
+
</columns>
|
218
|
+
</object>
|
219
|
+
<object class="GtkAdjustment" id="tempo_adj">
|
220
|
+
<property name="lower">1</property>
|
221
|
+
<property name="upper">999</property>
|
222
|
+
<property name="value">120</property>
|
223
|
+
<property name="step_increment">1</property>
|
224
|
+
<property name="page_increment">10</property>
|
225
|
+
</object>
|
226
|
+
<object class="GtkAdjustment" id="root_adj">
|
227
|
+
<property name="lower">0</property>
|
228
|
+
<property name="upper">127</property>
|
229
|
+
<property name="value">60</property>
|
230
|
+
<property name="step_increment">1</property>
|
231
|
+
<property name="page_increment">5</property>
|
232
|
+
</object>
|
233
|
+
<object class="GtkImage" id="main_tool_img_1">
|
234
|
+
<property name="visible">True</property>
|
235
|
+
<property name="can_focus">False</property>
|
236
|
+
<property name="stock">gtk-zoom-fit</property>
|
237
|
+
</object>
|
238
|
+
<object class="GtkImage" id="main_tool_img_2">
|
239
|
+
<property name="visible">True</property>
|
240
|
+
<property name="can_focus">False</property>
|
241
|
+
<property name="stock">gtk-disconnect</property>
|
242
|
+
</object>
|
243
|
+
<object class="GtkImage" id="main_tool_img_3">
|
244
|
+
<property name="visible">True</property>
|
245
|
+
<property name="can_focus">False</property>
|
246
|
+
<property name="stock">gtk-sort-descending</property>
|
247
|
+
</object>
|
248
|
+
<object class="GtkImage" id="main_tool_img_4">
|
249
|
+
<property name="visible">True</property>
|
250
|
+
<property name="can_focus">False</property>
|
251
|
+
<property name="stock">gtk-convert</property>
|
252
|
+
</object>
|
253
|
+
<object class="GtkTextBuffer" id="status_area">
|
254
|
+
<property name="text" translatable="yes">Program Running Normally</property>
|
255
|
+
</object>
|
256
|
+
<object class="GtkTextBuffer" id="tool_descrip"/>
|
257
|
+
<object class="GtkTextBuffer" id="t_sig"/>
|
258
|
+
<object class="GtkApplicationWindow" id="midinous">
|
259
|
+
<property name="visible">True</property>
|
260
|
+
<property name="name">midinous_main</property>
|
261
|
+
<property name="can_focus">False</property>
|
262
|
+
<property name="resizable">False</property>
|
263
|
+
<property name="deletable">True</property>
|
264
|
+
<property name="title" translatable="yes">Midinous</property>
|
265
|
+
<property name="icon_name">accessories-calculator-symbolic</property>
|
266
|
+
<child>
|
267
|
+
<placeholder/>
|
268
|
+
</child>
|
269
|
+
<child>
|
270
|
+
<object class="GtkFixed" id="fixed_window">
|
271
|
+
<property name="visible">True</property>
|
272
|
+
<property name="can_focus">False</property>
|
273
|
+
<child>
|
274
|
+
<object class="GtkMenuBar">
|
275
|
+
<property name="width_request">1761</property>
|
276
|
+
<property name="height_request">32</property>
|
277
|
+
<property name="visible">True</property>
|
278
|
+
<property name="can_focus">False</property>
|
279
|
+
<child>
|
280
|
+
<object class="GtkMenuItem">
|
281
|
+
<property name="visible">True</property>
|
282
|
+
<property name="can_focus">False</property>
|
283
|
+
<property name="label" translatable="yes">_File</property>
|
284
|
+
<property name="use_underline">True</property>
|
285
|
+
<child type="submenu">
|
286
|
+
<object class="GtkMenu">
|
287
|
+
<property name="visible">True</property>
|
288
|
+
<property name="can_focus">False</property>
|
289
|
+
<child>
|
290
|
+
<object class="GtkImageMenuItem" id="file_new">
|
291
|
+
<property name="label">gtk-new</property>
|
292
|
+
<property name="visible">True</property>
|
293
|
+
<property name="can_focus">False</property>
|
294
|
+
<property name="use_underline">True</property>
|
295
|
+
<property name="use_stock">True</property>
|
296
|
+
</object>
|
297
|
+
</child>
|
298
|
+
<child>
|
299
|
+
<object class="GtkImageMenuItem" id="file_open">
|
300
|
+
<property name="label">gtk-open</property>
|
301
|
+
<property name="visible">True</property>
|
302
|
+
<property name="can_focus">False</property>
|
303
|
+
<property name="use_underline">True</property>
|
304
|
+
<property name="use_stock">True</property>
|
305
|
+
</object>
|
306
|
+
</child>
|
307
|
+
<child>
|
308
|
+
<object class="GtkImageMenuItem" id="file_save">
|
309
|
+
<property name="label">gtk-save</property>
|
310
|
+
<property name="visible">True</property>
|
311
|
+
<property name="can_focus">False</property>
|
312
|
+
<property name="use_underline">True</property>
|
313
|
+
<property name="use_stock">True</property>
|
314
|
+
</object>
|
315
|
+
</child>
|
316
|
+
<child>
|
317
|
+
<object class="GtkImageMenuItem" id="file_save_as">
|
318
|
+
<property name="label">gtk-save-as</property>
|
319
|
+
<property name="visible">True</property>
|
320
|
+
<property name="can_focus">False</property>
|
321
|
+
<property name="use_underline">True</property>
|
322
|
+
<property name="use_stock">True</property>
|
323
|
+
</object>
|
324
|
+
</child>
|
325
|
+
<child>
|
326
|
+
<object class="GtkSeparatorMenuItem">
|
327
|
+
<property name="visible">True</property>
|
328
|
+
<property name="can_focus">False</property>
|
329
|
+
</object>
|
330
|
+
</child>
|
331
|
+
<child>
|
332
|
+
<object class="GtkImageMenuItem" id="file_quit">
|
333
|
+
<property name="label">gtk-quit</property>
|
334
|
+
<property name="visible">True</property>
|
335
|
+
<property name="can_focus">False</property>
|
336
|
+
<property name="use_underline">True</property>
|
337
|
+
<property name="use_stock">True</property>
|
338
|
+
</object>
|
339
|
+
</child>
|
340
|
+
</object>
|
341
|
+
</child>
|
342
|
+
</object>
|
343
|
+
</child>
|
344
|
+
<child>
|
345
|
+
<object class="GtkMenuItem">
|
346
|
+
<property name="visible">True</property>
|
347
|
+
<property name="can_focus">False</property>
|
348
|
+
<property name="label" translatable="yes">_Input</property>
|
349
|
+
<property name="use_underline">True</property>
|
350
|
+
<child type="submenu">
|
351
|
+
<object class="GtkMenu" id="input_menu">
|
352
|
+
<property name="visible">True</property>
|
353
|
+
<property name="can_focus">False</property>
|
354
|
+
<!-- child>
|
355
|
+
<object class="GtkImageMenuItem" id="file_quit">
|
356
|
+
<property name="label">gtk-quit</property>
|
357
|
+
<property name="visible">True</property>
|
358
|
+
<property name="can_focus">False</property>
|
359
|
+
<property name="use_underline">True</property>
|
360
|
+
<property name="use_stock">True</property>
|
361
|
+
</object>
|
362
|
+
</child> -->
|
363
|
+
</object>
|
364
|
+
</child>
|
365
|
+
</object>
|
366
|
+
</child>
|
367
|
+
<child>
|
368
|
+
<object class="GtkMenuItem">
|
369
|
+
<property name="visible">True</property>
|
370
|
+
<property name="can_focus">False</property>
|
371
|
+
<property name="label" translatable="yes">_Output</property>
|
372
|
+
<property name="use_underline">True</property>
|
373
|
+
<child type="submenu">
|
374
|
+
<object class="GtkMenu" id="output_menu">
|
375
|
+
<property name="visible">True</property>
|
376
|
+
<property name="can_focus">False</property>
|
377
|
+
<!-- child>
|
378
|
+
<object class="GtkImageMenuItem" id="file_quit">
|
379
|
+
<property name="label">gtk-quit</property>
|
380
|
+
<property name="visible">True</property>
|
381
|
+
<property name="can_focus">False</property>
|
382
|
+
<property name="use_underline">True</property>
|
383
|
+
<property name="use_stock">True</property>
|
384
|
+
</object>
|
385
|
+
</child> -->
|
386
|
+
</object>
|
387
|
+
</child>
|
388
|
+
</object>
|
389
|
+
</child>
|
390
|
+
<child>
|
391
|
+
<object class="GtkMenuItem">
|
392
|
+
<property name="visible">True</property>
|
393
|
+
<property name="can_focus">False</property>
|
394
|
+
<property name="label" translatable="yes">_Help</property>
|
395
|
+
<property name="use_underline">True</property>
|
396
|
+
<child type="submenu">
|
397
|
+
<object class="GtkMenu">
|
398
|
+
<property name="visible">True</property>
|
399
|
+
<property name="can_focus">False</property>
|
400
|
+
<child>
|
401
|
+
<object class="GtkImageMenuItem" id="help_about">
|
402
|
+
<property name="label">gtk-about</property>
|
403
|
+
<property name="visible">True</property>
|
404
|
+
<property name="can_focus">False</property>
|
405
|
+
<property name="use_underline">True</property>
|
406
|
+
<property name="use_stock">True</property>
|
407
|
+
</object>
|
408
|
+
</child>
|
409
|
+
</object>
|
410
|
+
</child>
|
411
|
+
</object>
|
412
|
+
</child>
|
413
|
+
</object>
|
414
|
+
</child>
|
415
|
+
<child>
|
416
|
+
<object class="GtkFixed">
|
417
|
+
<property name="width_request">1360</property>
|
418
|
+
<property name="height_request">900</property>
|
419
|
+
<property name="visible">True</property>
|
420
|
+
<property name="can_focus">False</property>
|
421
|
+
<child>
|
422
|
+
<object class="GtkButtonBox" id="logic_controls">
|
423
|
+
<property name="width_request">183</property>
|
424
|
+
<property name="height_request">25</property>
|
425
|
+
<property name="visible">True</property>
|
426
|
+
<property name="can_focus">True</property>
|
427
|
+
<property name="layout_style">start</property>
|
428
|
+
<child>
|
429
|
+
<object class="GtkRadioButtonEx" id="main_tool_1">
|
430
|
+
<property name="visible">True</property>
|
431
|
+
<property name="can_focus">False</property>
|
432
|
+
<property name="receives_default">False</property>
|
433
|
+
<property name="image">main_tool_img_1</property>
|
434
|
+
<property name="active">True</property>
|
435
|
+
<property name="draw_indicator">False</property>
|
436
|
+
</object>
|
437
|
+
<packing>
|
438
|
+
<property name="expand">True</property>
|
439
|
+
<property name="fill">True</property>
|
440
|
+
<property name="position">0</property>
|
441
|
+
</packing>
|
442
|
+
</child>
|
443
|
+
<child>
|
444
|
+
<object class="GtkRadioButtonEx" id="main_tool_2">
|
445
|
+
<property name="visible">True</property>
|
446
|
+
<property name="can_focus">False</property>
|
447
|
+
<property name="receives_default">False</property>
|
448
|
+
<property name="image">main_tool_img_2</property>
|
449
|
+
<property name="active">True</property>
|
450
|
+
<property name="draw_indicator">False</property>
|
451
|
+
<property name="group">main_tool_1</property>
|
452
|
+
</object>
|
453
|
+
<packing>
|
454
|
+
<property name="expand">True</property>
|
455
|
+
<property name="fill">True</property>
|
456
|
+
<property name="position">1</property>
|
457
|
+
</packing>
|
458
|
+
</child>
|
459
|
+
<child>
|
460
|
+
<object class="GtkRadioButtonEx" id="main_tool_3">
|
461
|
+
<property name="visible">True</property>
|
462
|
+
<property name="can_focus">False</property>
|
463
|
+
<property name="receives_default">False</property>
|
464
|
+
<property name="image">main_tool_img_3</property>
|
465
|
+
<property name="active">True</property>
|
466
|
+
<property name="draw_indicator">False</property>
|
467
|
+
<property name="group">main_tool_1</property>
|
468
|
+
</object>
|
469
|
+
<packing>
|
470
|
+
<property name="expand">True</property>
|
471
|
+
<property name="fill">True</property>
|
472
|
+
<property name="position">2</property>
|
473
|
+
</packing>
|
474
|
+
</child>
|
475
|
+
<child>
|
476
|
+
<object class="GtkRadioButtonEx" id="main_tool_4">
|
477
|
+
<property name="visible">True</property>
|
478
|
+
<property name="can_focus">False</property>
|
479
|
+
<property name="receives_default">False</property>
|
480
|
+
<property name="image">main_tool_img_4</property>
|
481
|
+
<property name="active">True</property>
|
482
|
+
<property name="draw_indicator">False</property>
|
483
|
+
<property name="group">main_tool_1</property>
|
484
|
+
</object>
|
485
|
+
<packing>
|
486
|
+
<property name="expand">True</property>
|
487
|
+
<property name="fill">True</property>
|
488
|
+
<property name="position">3</property>
|
489
|
+
</packing>
|
490
|
+
</child>
|
491
|
+
</object>
|
492
|
+
<packing>
|
493
|
+
<property name="x">96</property>
|
494
|
+
<property name="y">0</property>
|
495
|
+
</packing>
|
496
|
+
</child>
|
497
|
+
<child>
|
498
|
+
<object class="GtkButtonEx" id="path_builder">
|
499
|
+
<property name="label" translatable="yes">Build Path</property>
|
500
|
+
<property name="width_request">180</property>
|
501
|
+
<property name="height_request">20</property>
|
502
|
+
<property name="visible">True</property>
|
503
|
+
<property name="can_focus">False</property>
|
504
|
+
<property name="receives_default">True</property>
|
505
|
+
</object>
|
506
|
+
<packing>
|
507
|
+
<property name="x">633</property>
|
508
|
+
</packing>
|
509
|
+
</child>
|
510
|
+
<child>
|
511
|
+
<object class="GtkButtonBox">
|
512
|
+
<property name="width_request">155</property>
|
513
|
+
<property name="height_request">28</property>
|
514
|
+
<property name="visible">True</property>
|
515
|
+
<property name="can_focus">False</property>
|
516
|
+
<property name="homogeneous">True</property>
|
517
|
+
<property name="layout_style">start</property>
|
518
|
+
<child>
|
519
|
+
<object class="GtkButtonEx" id="stop">
|
520
|
+
<property name="label" translatable="yes">Stop</property>
|
521
|
+
<property name="visible">True</property>
|
522
|
+
<property name="can_focus">False</property>
|
523
|
+
<property name="receives_default">True</property>
|
524
|
+
</object>
|
525
|
+
<packing>
|
526
|
+
<property name="expand">True</property>
|
527
|
+
<property name="fill">True</property>
|
528
|
+
<property name="position">0</property>
|
529
|
+
</packing>
|
530
|
+
</child>
|
531
|
+
<child>
|
532
|
+
<object class="GtkButtonEx" id="play">
|
533
|
+
<property name="label" translatable="yes">Play</property>
|
534
|
+
<property name="visible">True</property>
|
535
|
+
<property name="can_focus">False</property>
|
536
|
+
<property name="receives_default">True</property>
|
537
|
+
</object>
|
538
|
+
<packing>
|
539
|
+
<property name="expand">True</property>
|
540
|
+
<property name="fill">True</property>
|
541
|
+
<property name="position">1</property>
|
542
|
+
</packing>
|
543
|
+
</child>
|
544
|
+
</object>
|
545
|
+
<packing>
|
546
|
+
<property name="x">965</property>
|
547
|
+
</packing>
|
548
|
+
</child>
|
549
|
+
<child>
|
550
|
+
<object class="GtkLabel" id="perf_label">
|
551
|
+
<property name="width_request">100</property>
|
552
|
+
<property name="height_request">25</property>
|
553
|
+
<property name="visible">True</property>
|
554
|
+
<property name="can_focus">False</property>
|
555
|
+
<property name="label" translatable="yes">Performance</property>
|
556
|
+
<attributes>
|
557
|
+
<attribute name="size" value="200"/>
|
558
|
+
</attributes>
|
559
|
+
</object>
|
560
|
+
<packing>
|
561
|
+
<property name="x">855</property>
|
562
|
+
<property name="y">4</property>
|
563
|
+
</packing>
|
564
|
+
</child>
|
565
|
+
<child>
|
566
|
+
<object class="GtkTextView">
|
567
|
+
<property name="width_request">75</property>
|
568
|
+
<property name="height_request">35</property>
|
569
|
+
<property name="visible">True</property>
|
570
|
+
<property name="can_focus">False</property>
|
571
|
+
<property name="pixels_above_lines">11</property>
|
572
|
+
<property name="editable">False</property>
|
573
|
+
<property name="indent">6</property>
|
574
|
+
<property name="cursor_visible">False</property>
|
575
|
+
<property name="buffer">tool_descrip</property>
|
576
|
+
<property name="accepts_tab">False</property>
|
577
|
+
<property name="monospace">True</property>
|
578
|
+
</object>
|
579
|
+
<packing>
|
580
|
+
<property name="x">438</property>
|
581
|
+
<property name="y">0</property>
|
582
|
+
</packing>
|
583
|
+
</child>
|
584
|
+
<child>
|
585
|
+
<object class="GtkFixed">
|
586
|
+
<property name="width_request">259</property>
|
587
|
+
<property name="height_request">1080</property>
|
588
|
+
<property name="visible">True</property>
|
589
|
+
<property name="can_focus">False</property>
|
590
|
+
<child>
|
591
|
+
<object class="GtkLabel" id="property_label">
|
592
|
+
<property name="width_request">130</property>
|
593
|
+
<property name="height_request">30</property>
|
594
|
+
<property name="visible">True</property>
|
595
|
+
<property name="can_focus">False</property>
|
596
|
+
<property name="label" translatable="yes">Point Properties</property>
|
597
|
+
<attributes>
|
598
|
+
<attribute name="size" value="200"/>
|
599
|
+
</attributes>
|
600
|
+
</object>
|
601
|
+
<packing>
|
602
|
+
<property name="x">5</property>
|
603
|
+
<property name="y">4</property>
|
604
|
+
</packing>
|
605
|
+
</child>
|
606
|
+
<child>
|
607
|
+
<object class="GtkPropEntry" id="prop_mod">
|
608
|
+
<property name="width_request">168</property>
|
609
|
+
<property name="height_request">34</property>
|
610
|
+
<property name="visible">True</property>
|
611
|
+
<property name="can_focus">True</property>
|
612
|
+
</object>
|
613
|
+
<packing>
|
614
|
+
<property name="x">5</property>
|
615
|
+
<property name="y">546</property>
|
616
|
+
</packing>
|
617
|
+
</child>
|
618
|
+
<child>
|
619
|
+
<object class="GtkScrolledWindow" id="prop_list_window">
|
620
|
+
<property name="width_request">241</property>
|
621
|
+
<property name="height_request">471</property>
|
622
|
+
<property name="visible">True</property>
|
623
|
+
<property name="can_focus">False</property>
|
624
|
+
<property name="shadow_type">in</property>
|
625
|
+
<child>
|
626
|
+
<object class="GtkViewport" id="prop_list_view">
|
627
|
+
<property name="visible">True</property>
|
628
|
+
<property name="can_focus">False</property>
|
629
|
+
<child>
|
630
|
+
<object class="GtkTreeView" id="prop_list">
|
631
|
+
<property name="visible">True</property>
|
632
|
+
<property name="can_focus">False</property>
|
633
|
+
<property name="model">prop_list_model</property>
|
634
|
+
<child internal-child="selection">
|
635
|
+
<object class="GtkTreeSelection" id="prop_list_selection"/>
|
636
|
+
</child>
|
637
|
+
<child>
|
638
|
+
<object class="GtkTreeViewColumn" id="prop_list_col1_h">
|
639
|
+
<property name="resizable">True</property>
|
640
|
+
<property name="min_width">100</property>
|
641
|
+
<property name="title" translatable="yes">Property</property>
|
642
|
+
<property name="clickable">True</property>
|
643
|
+
<property name="sort_indicator">False</property>
|
644
|
+
<property name="sort_column_id">-1</property>
|
645
|
+
<child>
|
646
|
+
<object class="GtkCellRendererText" id="prop_list_col1">
|
647
|
+
<property name="size">16</property>
|
648
|
+
</object>
|
649
|
+
<attributes>
|
650
|
+
<attribute name="text">0</attribute>
|
651
|
+
</attributes>
|
652
|
+
</child>
|
653
|
+
</object>
|
654
|
+
</child>
|
655
|
+
<child>
|
656
|
+
<object class="GtkTreeViewColumn" id="prop_list_col2_h">
|
657
|
+
<property name="resizable">True</property>
|
658
|
+
<property name="title" translatable="yes">Value</property>
|
659
|
+
<property name="sort_indicator">False</property>
|
660
|
+
<property name="sort_column_id">-1</property>
|
661
|
+
<child>
|
662
|
+
<object class="GtkCellRendererText" id="prop_list_col2">
|
663
|
+
<property name="size">16</property>
|
664
|
+
</object>
|
665
|
+
<attributes>
|
666
|
+
<attribute name="text">1</attribute>
|
667
|
+
</attributes>
|
668
|
+
</child>
|
669
|
+
</object>
|
670
|
+
</child>
|
671
|
+
</object>
|
672
|
+
</child>
|
673
|
+
</object>
|
674
|
+
</child>
|
675
|
+
</object>
|
676
|
+
<packing>
|
677
|
+
<property name="x">5</property>
|
678
|
+
<property name="y">37</property>
|
679
|
+
</packing>
|
680
|
+
</child>
|
681
|
+
<child>
|
682
|
+
<object class="GtkLabel" id="modify_label">
|
683
|
+
<property name="width_request">130</property>
|
684
|
+
<property name="height_request">30</property>
|
685
|
+
<property name="visible">True</property>
|
686
|
+
<property name="can_focus">False</property>
|
687
|
+
<property name="label" translatable="yes">Modify Property</property>
|
688
|
+
<attributes>
|
689
|
+
<attribute name="size" value="200"/>
|
690
|
+
</attributes>
|
691
|
+
</object>
|
692
|
+
<packing>
|
693
|
+
<property name="x">5</property>
|
694
|
+
<property name="y">513</property>
|
695
|
+
</packing>
|
696
|
+
</child>
|
697
|
+
<child>
|
698
|
+
<object class="GtkButton" id="prop_mod_button">
|
699
|
+
<property name="label" translatable="yes">Apply</property>
|
700
|
+
<property name="width_request">65</property>
|
701
|
+
<property name="height_request">67</property>
|
702
|
+
<property name="visible">True</property>
|
703
|
+
<property name="can_focus">False</property>
|
704
|
+
<property name="receives_default">True</property>
|
705
|
+
</object>
|
706
|
+
<packing>
|
707
|
+
<property name="x">181</property>
|
708
|
+
<property name="y">515</property>
|
709
|
+
</packing>
|
710
|
+
</child>
|
711
|
+
<child>
|
712
|
+
<object class="GtkLabel" id="tempo_label">
|
713
|
+
<property name="width_request">63</property>
|
714
|
+
<property name="height_request">32</property>
|
715
|
+
<property name="visible">True</property>
|
716
|
+
<property name="can_focus">False</property>
|
717
|
+
<property name="label" translatable="yes">Tempo</property>
|
718
|
+
<attributes>
|
719
|
+
<attribute name="size" value="200"/>
|
720
|
+
</attributes>
|
721
|
+
</object>
|
722
|
+
<packing>
|
723
|
+
<property name="x">1</property>
|
724
|
+
<property name="y">586</property>
|
725
|
+
</packing>
|
726
|
+
</child>
|
727
|
+
<child>
|
728
|
+
<object class="GtkSpinButton" id="tempo">
|
729
|
+
<property name="width_request">180</property>
|
730
|
+
<property name="height_request">34</property>
|
731
|
+
<property name="visible">True</property>
|
732
|
+
<property name="can_focus">True</property>
|
733
|
+
<property name="adjustment">tempo_adj</property>
|
734
|
+
<property name="climb_rate">5</property>
|
735
|
+
<property name="digits">3</property>
|
736
|
+
<property name="snap_to_ticks">True</property>
|
737
|
+
<property name="numeric">True</property>
|
738
|
+
<property name="value">120</property>
|
739
|
+
</object>
|
740
|
+
<packing>
|
741
|
+
<property name="x">66</property>
|
742
|
+
<property name="y">585</property>
|
743
|
+
</packing>
|
744
|
+
</child>
|
745
|
+
<child>
|
746
|
+
<object class="GtkLabel" id="t_sig_label">
|
747
|
+
<property name="width_request">63</property>
|
748
|
+
<property name="height_request">32</property>
|
749
|
+
<property name="visible">True</property>
|
750
|
+
<property name="can_focus">False</property>
|
751
|
+
<property name="label" translatable="yes">Time Signature</property>
|
752
|
+
<attributes>
|
753
|
+
<attribute name="size" value="200"/>
|
754
|
+
</attributes>
|
755
|
+
</object>
|
756
|
+
<packing>
|
757
|
+
<property name="x">5</property>
|
758
|
+
<property name="y">630</property>
|
759
|
+
</packing>
|
760
|
+
</child>
|
761
|
+
<child>
|
762
|
+
<object class="GtkTextView">
|
763
|
+
<property name="width_request">50</property>
|
764
|
+
<property name="height_request">35</property>
|
765
|
+
<property name="visible">True</property>
|
766
|
+
<property name="can_focus">False</property>
|
767
|
+
<property name="pixels_above_lines">8</property>
|
768
|
+
<property name="editable">False</property>
|
769
|
+
<property name="indent">6</property>
|
770
|
+
<property name="cursor_visible">False</property>
|
771
|
+
<property name="buffer">t_sig</property>
|
772
|
+
<property name="accepts_tab">False</property>
|
773
|
+
<property name="monospace">True</property>
|
774
|
+
</object>
|
775
|
+
<packing>
|
776
|
+
<property name="x">130</property>
|
777
|
+
<property name="y">630</property>
|
778
|
+
</packing>
|
779
|
+
</child>
|
780
|
+
<child>
|
781
|
+
<object class="GtkLabel" id="scale_label">
|
782
|
+
<property name="width_request">63</property>
|
783
|
+
<property name="height_request">32</property>
|
784
|
+
<property name="visible">True</property>
|
785
|
+
<property name="can_focus">False</property>
|
786
|
+
<property name="label" translatable="yes">Scale and Root</property>
|
787
|
+
<attributes>
|
788
|
+
<attribute name="size" value="200"/>
|
789
|
+
</attributes>
|
790
|
+
</object>
|
791
|
+
<packing>
|
792
|
+
<property name="x">5</property>
|
793
|
+
<property name="y">670</property>
|
794
|
+
</packing>
|
795
|
+
</child>
|
796
|
+
<child>
|
797
|
+
<object class="GtkSpinButton" id="root_select">
|
798
|
+
<property name="width_request">116</property>
|
799
|
+
<property name="height_request">34</property>
|
800
|
+
<property name="visible">True</property>
|
801
|
+
<property name="can_focus">True</property>
|
802
|
+
<property name="adjustment">root_adj</property>
|
803
|
+
<property name="climb_rate">5</property>
|
804
|
+
<property name="snap_to_ticks">True</property>
|
805
|
+
<property name="numeric">True</property>
|
806
|
+
<property name="value">60</property>
|
807
|
+
</object>
|
808
|
+
<packing>
|
809
|
+
<property name="x">130</property>
|
810
|
+
<property name="y">670</property>
|
811
|
+
</packing>
|
812
|
+
</child>
|
813
|
+
<child>
|
814
|
+
<object class="GtkComboBox" id="scale_combo">
|
815
|
+
<property name="width_request">242</property>
|
816
|
+
<property name="height_request">40</property>
|
817
|
+
<property name="visible">True</property>
|
818
|
+
<property name="can_focus">True</property>
|
819
|
+
<property name="model">scale_tree_model</property>
|
820
|
+
<child>
|
821
|
+
<object class="GtkCellRendererText" id="scale_display">
|
822
|
+
<property name="size">16</property>
|
823
|
+
</object>
|
824
|
+
<attributes>
|
825
|
+
<attribute name="text">0</attribute>
|
826
|
+
</attributes>
|
827
|
+
</child>
|
828
|
+
</object>
|
829
|
+
<packing>
|
830
|
+
<property name="x">4</property>
|
831
|
+
<property name="y">710</property>
|
832
|
+
</packing>
|
833
|
+
</child>
|
834
|
+
</object>
|
835
|
+
<packing>
|
836
|
+
<property name="x">1502</property>
|
837
|
+
</packing>
|
838
|
+
</child>
|
839
|
+
<child>
|
840
|
+
<object class="GtkSeparator">
|
841
|
+
<property name="width_request">33</property>
|
842
|
+
<property name="height_request">41</property>
|
843
|
+
<property name="visible">True</property>
|
844
|
+
<property name="can_focus">False</property>
|
845
|
+
</object>
|
846
|
+
<packing>
|
847
|
+
<property name="x">815</property>
|
848
|
+
<property name="y">-4</property>
|
849
|
+
</packing>
|
850
|
+
</child>
|
851
|
+
<child>
|
852
|
+
<object class="GtkTextView">
|
853
|
+
<property name="width_request">1761</property>
|
854
|
+
<property name="height_request">22</property>
|
855
|
+
<property name="visible">True</property>
|
856
|
+
<property name="can_focus">False</property>
|
857
|
+
<property name="pixels_above_lines">4</property>
|
858
|
+
<property name="editable">False</property>
|
859
|
+
<property name="cursor_visible">False</property>
|
860
|
+
<property name="buffer">status_area</property>
|
861
|
+
<property name="accepts_tab">False</property>
|
862
|
+
<property name="monospace">True</property>
|
863
|
+
</object>
|
864
|
+
<packing>
|
865
|
+
<property name="y">1117</property>
|
866
|
+
</packing>
|
867
|
+
</child>
|
868
|
+
<child>
|
869
|
+
<object class="GtkLabel" id="tool_label">
|
870
|
+
<property name="width_request">99</property>
|
871
|
+
<property name="height_request">34</property>
|
872
|
+
<property name="visible">True</property>
|
873
|
+
<property name="can_focus">False</property>
|
874
|
+
<property name="label" translatable="yes">Toolbox</property>
|
875
|
+
<attributes>
|
876
|
+
<attribute name="size" value="200"/>
|
877
|
+
</attributes>
|
878
|
+
</object>
|
879
|
+
<packing>
|
880
|
+
<property name="x">0</property>
|
881
|
+
</packing>
|
882
|
+
</child>
|
883
|
+
</object>
|
884
|
+
<packing>
|
885
|
+
<property name="y">36</property>
|
886
|
+
</packing>
|
887
|
+
</child>
|
888
|
+
<child>
|
889
|
+
<object class="GtkScrolledWindow" id="canvas_scroll_window">
|
890
|
+
<property name="width_request">1500</property>
|
891
|
+
<property name="height_request">1080</property>
|
892
|
+
<property name="visible">True</property>
|
893
|
+
<property name="can_focus">False</property>
|
894
|
+
<property name="hadjustment">canvas_scroll_h</property>
|
895
|
+
<property name="vadjustment">canvas_scroll_v</property>
|
896
|
+
<property name="hscrollbar_policy">always</property>
|
897
|
+
<property name="vscrollbar_policy">always</property>
|
898
|
+
<property name="shadow_type">in</property>
|
899
|
+
<property name="min_content_width">1080</property>
|
900
|
+
<property name="min_content_height">720</property>
|
901
|
+
<property name="max_content_width">1080</property>
|
902
|
+
<property name="max_content_height">720</property>
|
903
|
+
<child>
|
904
|
+
<object class="GtkViewport" id="canvas_viewport">
|
905
|
+
<property name="visible">True</property>
|
906
|
+
<property name="can_focus">False</property>
|
907
|
+
<property name="hscroll_policy">natural</property>
|
908
|
+
<property name="vscroll_policy">natural</property>
|
909
|
+
<child>
|
910
|
+
<object class="GtkCanvas" id="canvas">
|
911
|
+
<property name="visible">True</property>
|
912
|
+
<property name="app_paintable">False</property>
|
913
|
+
<property name="can_focus">False</property>
|
914
|
+
<property name="halign">center</property>
|
915
|
+
<property name="valign">center</property>
|
916
|
+
</object>
|
917
|
+
</child>
|
918
|
+
</object>
|
919
|
+
</child>
|
920
|
+
</object>
|
921
|
+
<packing>
|
922
|
+
<property name="y">73</property>
|
923
|
+
</packing>
|
924
|
+
</child>
|
925
|
+
</object>
|
926
|
+
</child>
|
927
|
+
</object>
|
928
|
+
</interface>
|