Control 8 sends on track? Midi Remote Script - Page 2
Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Tech Wizard
    Join Date
    Jan 2010
    Posts
    46

    Default

    Hi comod,

    Thanks for taking the time to give me feedback!

    Regarding the first issue of sends changing value when pressing the side buttons.
    After a little bit of head scratching, I have a simple fix for this.
    Open the settings.py file. On line 3, you just need to change the 'UNUSEDCHANNEL' value to a different unused channel. i.e
    Change:
    UNUSEDCHANNEL = 3
    to
    UNUSEDCHANNEL = 8
    I didn't realise that the side buttons were using channel 3(4) so its sending midi values when you press them which affect the script.
    I'll roll this fix out with version 1.1 of the script.

    Regarding the layout for the sends, I found this to be the best layout for them and meant I could have the 8 device paramaters on the bottom 2 rows.
    These are also totally editable in the settings.py file so you can easily change them to suit your taste.
    trackVolume = 3
    trackPan = 7
    trackMute = 7
    trackSolo = 11
    trackArm = 15
    trackSelectLeft = 4
    trackSelectRight = 5

    # Send controls
    bankOfSends = 0 #banks between sends 1 - 6 & 7 - 12
    sends = {
    'send1': 0,
    'send2': 1,
    'send3': 2,
    'send4': 4,
    'send5': 5,
    'send6': 6
    };

    # Device paramaters
    bankDevParamsLeft = 8
    bankDevParamsRight = 9
    deviceParams = {
    'device1': 8,
    'device2': 9,
    'device3': 10,
    'device4': 11,
    'device5': 12,
    'device6': 13,
    'device7': 14,
    'device8': 15
    };
    ############################

    Is it possible to start clips?
    No there's currently no functionality in there to start clips at present

    ############################

    And lastly, your issue regarding controlling device parameters.
    I just tested this here and the device parameters contol whichever device is selected for me.
    Bit of a long shot but do you have another script running which automatically sets the first device to be controlled? maybe a max4live device or something?

  2. #12
    Tech Convert
    Join Date
    Jan 2015
    Posts
    8

    Default

    with pleasure

    now after another live-session im feeling fine with your mapping... and i also dont had any problems with the device-parameters!?

    now i can enjoy the twister finally! djtechtools should make a video of this!! such a fun to controle volume and fx or 2 fx to the same time.

    nice!

  3. #13
    Tech Convert
    Join Date
    Jan 2015
    Posts
    8

    Default

    Is it possible to increase the sensitivity of the knobs?

  4. #14
    Tech Wizard
    Join Date
    Jan 2010
    Posts
    46

    Default

    Quote Originally Posted by comod View Post
    with pleasure

    now after another live-session im feeling fine with your mapping... and i also dont had any problems with the device-parameters!?

    now i can enjoy the twister finally! djtechtools should make a video of this!! such a fun to controle volume and fx or 2 fx to the same time.

    nice!
    Excellent!!!
    So glad you're enjoying using it

    djtechtools should make a video of this!!
    I would be more than happy to help them out

    Is it possible to increase the sensitivity of the knobs?
    I use the Midi Fighter Utility to change the sensitivity of the knobs. There's 2 settings:
    I have the sends sensitivity set to "responsive" and the device parameters set to "high resolution"
    Responsive means that you can get from start to finish in abit less than one full turn
    High Resolution allows for a more detailed twist and requires abit more that a full turn of the knob, great for more suitable changes

  5. #15
    Tech Wizard
    Join Date
    Jan 2010
    Posts
    46

    Default

    comod, check your messages matey

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •