HOG2PC : midi fader and wheel

Good evening everyone...
I hopelessly seek the syntax to be able to control the faders and the wheels in midi, because the handbook wholehogII is not very clear.
I want to control all that with a Novation SL25 (www.novationmusic.com/), all that is button it's ok, all which is not fader and wheels it's problem... If somebody can propose the syntax to me in the midimap.txt that has to use would be wonderful.
Thank's for your competences ;)

Christophe.
Parents
  • Dear Anders,
    Thanks you for you help, I applied your method ,
    I you sending the parameters for a fader (number 5) with the ASCII codes of midiox (67 is the channel of slider5 of my SL25novation) and the midimap corresponding all is well,
    but nothing goes... (the buttons it's always ok)
    curious!
    I same put version hogpc 177 in the doubt...and both version make similar

    I do not see what I can of more !

    thank you in advance has +
    and sorry of the disturbance.

    Sversion = 40
    ; NB: MIDI Note & Controller numbers range from 1 to 128
    group_menu = note:1
    position_menu = note:2
    colour_menu = note:3
    beam_menu = note:4
    macro_menu = note:5
    page_menu = note:6
    fader = note:11
    lh_tool = note:12
    rh_tool = note:13
    keypad = note:14
    wheel = note:15
    touchpanel = note:16
    coord_x = controller:1
    coord_y = controller:2
    fader_val = controller:65
    wheel_val = controller:66
    skip_down = note:56
    ext_keys = note:18
    func_keys = note:19
    ;fader 5
    controller:65:127;NoteOn : 11 : 5


    MOXMAP Version 5

    [Map]
    1,Ctrl,67,67,*,*,Y,0,*,Ctrl,65,65,*,*
    1,Ctrl,67,67,*,*,N,0,*,NoteOn,11,11,5,5

    [Options]
    WaitForFullNRPN=0
    MapNRPNDataIncr=0
    SendFullNRPN=0
    ReverseDataEntry=0

    Christophe. :dunce:
Reply
  • Dear Anders,
    Thanks you for you help, I applied your method ,
    I you sending the parameters for a fader (number 5) with the ASCII codes of midiox (67 is the channel of slider5 of my SL25novation) and the midimap corresponding all is well,
    but nothing goes... (the buttons it's always ok)
    curious!
    I same put version hogpc 177 in the doubt...and both version make similar

    I do not see what I can of more !

    thank you in advance has +
    and sorry of the disturbance.

    Sversion = 40
    ; NB: MIDI Note & Controller numbers range from 1 to 128
    group_menu = note:1
    position_menu = note:2
    colour_menu = note:3
    beam_menu = note:4
    macro_menu = note:5
    page_menu = note:6
    fader = note:11
    lh_tool = note:12
    rh_tool = note:13
    keypad = note:14
    wheel = note:15
    touchpanel = note:16
    coord_x = controller:1
    coord_y = controller:2
    fader_val = controller:65
    wheel_val = controller:66
    skip_down = note:56
    ext_keys = note:18
    func_keys = note:19
    ;fader 5
    controller:65:127;NoteOn : 11 : 5


    MOXMAP Version 5

    [Map]
    1,Ctrl,67,67,*,*,Y,0,*,Ctrl,65,65,*,*
    1,Ctrl,67,67,*,*,N,0,*,NoteOn,11,11,5,5

    [Options]
    WaitForFullNRPN=0
    MapNRPNDataIncr=0
    SendFullNRPN=0
    ReverseDataEntry=0

    Christophe. :dunce:
Children
No Data
Related