Stop trying to talk to device on startup. Remap some bcf buttons.

git-svn-id: svn://localhost/ardour2/trunk@1568 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
John Anderson
2007-03-09 20:46:46 +00:00
parent 765d0f4785
commit 7182cd75e3
13 changed files with 291 additions and 187 deletions

View File

@@ -17,17 +17,17 @@ button,7,strip,vselect,1,0,0x08
# overlay buttons
button,1,assignment,io,1,1,0x28
button,1,assignment,sends,1,1,0x29
button,1,assignment,pan,1,1,0x2a
button,1,assignment,plugin,1,1,0x2b
button,1,assignment,eq,1,1,0x2c
button,1,assignment,sends,1,1,0x5a
button,1,assignment,pan,1,1,0x59
button,1,assignment,plugin,1,1,0x57
button,1,assignment,eq,1,1,0x58
button,1,assignment,dyn,1,1,0x2d
button,1,bank,left,1,0,0x2e
button,1,bank,right,1,0,0x2f
button,1,bank,channel_left,1,0,0x30
button,1,bank,channel_right,1,0,0x31
button,1,,flip,1,1,0x32
button,1,,edit,1,1,0x33
button,1,,edit,1,1,0x56
button,1,display,name_value,1,0,0x34
button,1,display,smpte_beats,1,0,0x35
@@ -47,7 +47,8 @@ button,1,,F13,1,0,0x42
button,1,,F14,1,0,0x43
button,1,,F15,1,0,0x44
button,1,,F16,1,0,0x45
button,1,modifiers,shift,1,0,0x46
# turn on/off all solos
button,1,,global_solo,1,0,0x27
button,1,modifiers,option,1,0,0x47
button,1,modifiers,control,1,0,0x48
button,1,modifiers,cmd_alt,1,0,0x49
@@ -63,11 +64,11 @@ button,1,functions,cancel,1,0,0x52
button,1,functions,mixer,1,0,0x53
button,1,transport,frm_left,1,1,0x54
button,1,transport,frm_right,1,1,0x55
button,1,transport,loop,1,1,0x56
button,1,transport,punch_in,1,1,0x57
button,1,transport,punch_out,1,1,0x58
button,1,transport,home,1,1,0x59
button,1,transport,end,1,1,0x5a
button,1,transport,loop,1,1,0x46
button,1,transport,punch_in,1,1,0x2c
button,1,transport,punch_out,1,1,0x2b
button,1,transport,home,1,1,0x2a
button,1,transport,end,1,1,0x29
# transport buttons
button,1,transport,"rewind",1,1,0x5b
@@ -87,6 +88,7 @@ button,1,user,"user_b",1,0,0x67
button,7,strip,"fader_touch",1,0,0x68
button,1,master,"fader_touch",1,0,0x6f
button,1,master,mute,1,0,0x17
button,1,,clicking,1,1,0x33
button,1,,"smpte",0,1,0x71
button,1,,"beats",0,1,0x72
1 type count group name switch led id
17 button 1 assignment sends 1 1 0x29 0x5a
18 button 1 assignment pan 1 1 0x2a 0x59
19 button 1 assignment plugin 1 1 0x2b 0x57
20 button 1 assignment eq 1 1 0x2c 0x58
21 button 1 assignment dyn 1 1 0x2d
22 button 1 bank left 1 0 0x2e
23 button 1 bank right 1 0 0x2f
24 button 1 bank channel_left 1 0 0x30
25 button 1 bank channel_right 1 0 0x31
26 button 1 flip 1 1 0x32
27 button 1 edit 1 1 0x33 0x56
28 button 1 display name_value 1 0 0x34
29 button 1 display smpte_beats 1 0 0x35
30 button 1 F1 1 0 0x36
31 button 1 F2 1 0 0x37
32 button 1 F3 1 0 0x38
33 button 1 F4 1 0 0x39
47 button 1 modifiers option global_solo 1 0 0x47 0x27
48 button 1 modifiers control option 1 0 0x48 0x47
49 button 1 modifiers cmd_alt control 1 0 0x49 0x48
50 button 1 automation modifiers on cmd_alt 1 1 0 0x4a 0x49
51 button 1 automation on 1 1 0x4a
52 button 1 automation rec_ready 1 1 0x4b
53 button 1 functions undo 1 1 0x4c
54 button 1 automation snapshot 1 1 0x4d
64 button 1 transport punch_in 1 1 0x57 0x2c
65 button 1 transport punch_out 1 1 0x58 0x2b
66 button 1 transport home 1 1 0x59 0x2a
67 button 1 transport end 1 1 0x5a 0x29
68 # transport buttons
69 button 1 transport rewind 1 1 0x5b
70 button 1 transport ffwd 1 1 0x5c
71 button 1 transport stop 1 1 0x5d
72 button 1 transport play 1 1 0x5e
73 button 1 transport record 1 1 0x1f
74 button 1 cursor cursor_up 1 0 0x60
88 button 1 relay_click solo 0 1 0x76 0x73
89 button 1 relay_click 0 1 0x76
90
91
92
93
94