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
  • Hello Anders,
    I advance slowly with the faders and the wheels.
    I have understood how functions midiox thanks to your explanations.
    Thank you very much I have when same a large problem with the midimap.txt of the hog which do not want to include the faders and the wheels.
    I you sending the file that I made, if you can say to me what does not go, because really, I does not understand. In advance thank you and I am grateful to you. Christophe

    the midimap.txt file :

    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
    ;go cueslist
    go:1 = note:31
    go:2 = note:32
    go:3 = note:33
    go:4 = note:34
    go:5 = note:35
    go:6 = note:36
    go:7 = note:37
    go:8 = note:38
    ;halt cues list
    halt:1 = note:23
    halt:2 = note:24
    halt:3 = note:25
    halt:4 = note:26
    halt:5 = note:27
    halt:6 = note:28
    halt:7 = note:29
    halt:8 = note:30
    skip_up = note:55
    skip_down = note:56
    ext_keys = note:18
    func_keys = note:19
    ;fader
    controller:65:127;NoteOn:1
    controller:65:127;NoteOn:2
    controller:65:127;NoteOn:3
    controller:65:127;NoteOn:4
    controller:65:127;NoteOn:5
    controller:65:127;NoteOn:6
    controller:65:127;NoteOn:7
    controller:65:127;NoteOn:8
    ;GM
    controller:65:127;NoteOn:32
    ;wheels
    controller:66:127;NoteOn:1
    controller:66:127;NoteOn:2
    controller:66:127;NoteOn:3


    Excuse me for the length of the message, but it's a S.O.S!
Reply
  • Hello Anders,
    I advance slowly with the faders and the wheels.
    I have understood how functions midiox thanks to your explanations.
    Thank you very much I have when same a large problem with the midimap.txt of the hog which do not want to include the faders and the wheels.
    I you sending the file that I made, if you can say to me what does not go, because really, I does not understand. In advance thank you and I am grateful to you. Christophe

    the midimap.txt file :

    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
    ;go cueslist
    go:1 = note:31
    go:2 = note:32
    go:3 = note:33
    go:4 = note:34
    go:5 = note:35
    go:6 = note:36
    go:7 = note:37
    go:8 = note:38
    ;halt cues list
    halt:1 = note:23
    halt:2 = note:24
    halt:3 = note:25
    halt:4 = note:26
    halt:5 = note:27
    halt:6 = note:28
    halt:7 = note:29
    halt:8 = note:30
    skip_up = note:55
    skip_down = note:56
    ext_keys = note:18
    func_keys = note:19
    ;fader
    controller:65:127;NoteOn:1
    controller:65:127;NoteOn:2
    controller:65:127;NoteOn:3
    controller:65:127;NoteOn:4
    controller:65:127;NoteOn:5
    controller:65:127;NoteOn:6
    controller:65:127;NoteOn:7
    controller:65:127;NoteOn:8
    ;GM
    controller:65:127;NoteOn:32
    ;wheels
    controller:66:127;NoteOn:1
    controller:66:127;NoteOn:2
    controller:66:127;NoteOn:3


    Excuse me for the length of the message, but it's a S.O.S!
Children
No Data
Related