I´m trying to send midi CCs to my Midibox seq v2.4 vintage (the ones on the midi CC implementation chart) and nothing happends, for example i what to change the patern clock division via midi CC, etc,etc. Have I to send the CCs on a concrete midi chanel?.. sometimes when I send the CCs the unit, it reboots. Any idea of what it´s worng?
I just do it like this, and stil no response of CCs controls, are the CC chart correct? or its my foult?, I´ve tryed with chanel 16 and the same result…, the unit recive midi because the clock and themidi notes for the arpeggio works perfectly.
it´s necesary to use diferent chanel numbers for each layer or CFG?
; MIDI IN Channel which is used for the transpose/arpeggiator/remote function
; Allowed values: 1-16, select 0 to disable #define DEFAULT_SEQUENCER_CHANNEL 1
;
; The Note number which activates the remote function (examples: 0x24 == C-2, 0x60 == C-7) #define DEFAULT_MIDI_REMOTE_KEY 0x60 ; C-7
;
; Optional channels for configuration via CC (1-16, select 0 to disable) #define DEFAULT_MIDI_CHANNEL_LAYER_A 1 #define DEFAULT_MIDI_CHANNEL_LAYER_B 1 #define DEFAULT_MIDI_CHANNEL_LAYER_C 1 #define DEFAULT_MIDI_CHANNEL_CFG 1
;
I have change the chanels with diferent number for each layer and CFG and now WORKS!
; MIDI IN Channel which is used for the transpose/arpeggiator/remote function
; Allowed values: 1-16, select 0 to disable #define DEFAULT_SEQUENCER_CHANNEL 1
;
; The Note number which activates the remote function (examples: 0x24 == C-2, 0x60 == C-7) #define DEFAULT_MIDI_REMOTE_KEY 0x60 ; C-7
;
; Optional channels for configuration via CC (1-16, select 0 to disable) #define DEFAULT_MIDI_CHANNEL_LAYER_A 13 #define DEFAULT_MIDI_CHANNEL_LAYER_B 14 #define DEFAULT_MIDI_CHANNEL_LAYER_C 15 #define DEFAULT_MIDI_CHANNEL_CFG 16