-
Notifications
You must be signed in to change notification settings - Fork 0
/
midimuppui.rc
45 lines (45 loc) · 1.4 KB
/
midimuppui.rc
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
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"><!-- -*- mode: nxml -*- -->
<kpartgui name="rmc505" version="1">
<MenuBar>
<Menu name="view">
<text>&View</text>
<!--<Action name="edit_mode" />
<Separator />-->
<Action name="show_note_lane" />
<Action name="show_velocity_lane" />
<Action name="show_controller_lane" />
<Separator />
<Action name="controllers" />
<Action name="show_controllers_in_track" />
<Separator />
<Action name="follow_play_cursor" />
<Action name="snap" />
</Menu>
<Menu name="transport">
<text>&Transport</text>
<Action name="transport_stop" />
<Action name="transport_play" />
</Menu>
</MenuBar>
<ToolBar fullWidth="true" name="mainToolBar">
<!--<Action name="edit_mode" />
<Separator />-->
<Action name="show_note_lane" />
<Action name="show_velocity_lane" />
<Action name="show_controller_lane" />
<Separator />
<Action name="controllers" />
<Action name="show_controllers_in_track" />
<Separator />
<Action name="follow_play_cursor" />
<Action name="snap" />
<Action name="snap_resolution" />
</ToolBar>
<ToolBar fullWidth="true" name="Transport">
<Action name="transport_time" />
<Action name="transport_stop" />
<Action name="transport_play" />
</ToolBar>
</kpartgui>
<!-- <Menu name="file"><text>&File</text>
</Menu>-->