Change Rig Transpose by MIDI

  • The Profiler Model referred to in this thread is ...
    ☑️ Profiler Stage

    I would like to control the transpose function by MIDI using a MIDI controller.

    I’ve looked through the Manuel and midi documentation but it only mentions #CC 4 which is for the pitch pedal.

    I would rather use the transpose function in the Rig module.


    Thanks GPmn

  • I understand you need to use NRPN but the page address is (0x04) which is #CC 4 which is used for the pedal.

    I'm using a MIDI Captain to change to different rigs which gives me more flexibility.

    I would like to use one rig yet set up the MC to change the Transpose function in the rig module.

    The documentation is not clear. What is the actual process or sequence of commands.

    #CC 32 BANK SELECT Val 0-4

    #PC xxx program (0-127)

    # CC (?) To select the Transpose Function Val (?) to select the range

    The MC allowes me to send up to 12 commands per button.

    • New
    • Official Post

    No, the page address 4 is not related to the control change # 4, but the MSB of the parameter number, which corresponds to Rig Settings.


    Example:


    Set Transpose in Rig Settings to +1:


    CC#99 value 04 adress page Rig Settings

    CC#98 value 04 parameter Transpose within Rig Settings

    CC#06 value 00 Value MSB in this case always 0

    CC#38 value 65 Value LSB (65 = Transpose +1). The valid range spans from 28 (Transpose = -36) to 100 (Transpose = +36). Value 64 is Transpose = 0.