hi again
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
;
thank you