configuration to switch on/off patterns with a midi controller

Asked by Dubphil

Hello,

one years ago I was on gentoo and I was able to use the buttons of my midi controler to switch on/off the patterns :

I had this on gentoo in my .seq24rc file :

[midi-control]
39
0 [1 0 60 0 0 127] [0 0 0 0 0 0] [0 0 0 0 0 0]
1 [1 0 60 1 0 127] [0 0 0 0 0 0] [0 0 0 0 0 0]
2 [1 0 60 2 0 127] [0 0 0 0 0 0] [0 0 0 0 0 0]
3 [1 0 60 3 0 127] [0 0 0 0 0 0] [0 0 0 0 0 0]
4 [1 0 60 4 0 127] [0 0 0 0 0 0] [0 0 0 0 0 0]
5 [1 0 60 5 0 127] [0 0 0 0 0 0] [0 0 0 0 0 0]

now today I have this on xubuntu 11.04 :

[midi-control]
39
0 [1 0 60 60 0 127] [0 0 0 0 0 0] [0 0 0 0 0 0]
1 [1 0 60 61 0 127] [0 0 0 0 0 0] [0 0 0 0 0 0]
2 [1 0 60 62 0 127] [0 0 0 0 0 0] [0 0 0 0 0 0]
3 [1 0 60 63 0 127] [0 0 0 0 0 0] [0 0 0 0 0 0]
4 [1 0 60 64 0 127] [0 0 0 0 0 0] [0 0 0 0 0 0]
5 [1 0 60 65 0 127] [0 0 0 0 0 0] [0 0 0 0 0 0]

this is what I have in aseqdump when I monitor the buttons of the midi controller :

Source Event Ch Data
 20:0 Control change 0, controller 60, value 127
 20:0 Control change 1, controller 61, value 127
 20:0 Control change 2, controller 62, value 127
 20:0 Control change 3, controller 63, value 0
 20:0 Control change 4, controller 64, value 127
 20:0 Control change 5, controller 65, value 0

What is wrong then ? does the midi control is working for you ?

Best

Philippe

Question information

Language:
English Edit question
Status:
Solved
For:
Seq24 Edit question
Assignee:
No assignee Edit question
Solved by:
Dubphil
Solved:
Last query:
Last reply:
Revision history for this message
Dubphil (dubphil) said :
#1

self answer :

here is the good one :

[midi-control]
74
0 [1 0 176 60 0 127] [0 0 0 0 0 0] [0 0 0 0 0 0]
1 [1 0 176 61 0 127] [0 0 0 0 0 0] [0 0 0 0 0 0]
2 [1 0 176 62 0 127] [0 0 0 0 0 0] [0 0 0 0 0 0]
3 [1 0 176 63 0 127] [0 0 0 0 0 0] [0 0 0 0 0 0]
4 [1 0 176 64 0 127] [0 0 0 0 0 0] [0 0 0 0 0 0]
5 [1 0 176 65 0 127] [0 0 0 0 0 0] [0 0 0 0 0 0]

I don't remember why and how the 60 value did work !!!
nevertheles I can enjoy :)

Philippe