Jump to content

midibox seq v2 (vintage) don´t react to midi CCs


matcom3
 Share

Recommended Posts

hi midiboxers

 

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?

thank you

 

 

Link to comment
Share on other sites

Hi,

CCs have to be explicitly enabled in the setup_*.asm file - by doing so, you also define the MIDI channels:

; Optional channels for configuration via CC (1-16, select 0 to disable)
#define DEFAULT_MIDI_CHANNEL_LAYER_A    0
#define DEFAULT_MIDI_CHANNEL_LAYER_B    0
#define DEFAULT_MIDI_CHANNEL_LAYER_C    0
#define DEFAULT_MIDI_CHANNEL_CFG        0

Best Regards, Thorsten.

 

Link to comment
Share on other sites

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

 

Edited by matcom3
Link to comment
Share on other sites

SOLVED!

 

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

 

 

thanks!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...