uiCombo not responding to MIDI CC

Home Forums General Programming uiCombo not responding to MIDI CC

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #83851
    lfo2vco
    Participant
      • Topics: 26
      • Replies: 162
      • Total: 188
      • ★★

      Hi there,

      So I’m still tinkering with my panel and have made some improvements and ironed out a few bugs. Now for completeness there is an issue I have noticed that would be good to address, it is as follows.

      When entering values on the synth Ctrlr uiSliders mirror those changes perfectly. However Ctrlr uiCombos do not!

      I am not referring to receiving tone edit Sysex dumps these work fine, the issue is with CC messages transmitted by the synth during parameter edits.

      Fore example I have a uiCombo with three values in the Combo contents window, these are:
      16′
      8′
      4′

      The MIDI data for these is:

      $08 (08) $yy yy= $00-$1f (0-31)   16'
                       $20-$3f (32-63)  8'
                       $40-$7f (64-127) 8'

      So do I need amend the ‘Expression to evaluate when calculating modulator value from midi message value field’? Do I need to attach a method to the ‘Called to calculate new modulator value from midi value’ popup? I have fiddled around with both of these but not really knowing what I am doing all attempts failed.

      Any assistance is alway appreciated.
      Thanks.

      • This topic was modified 5 years, 10 months ago by lfo2vco.

      Here is some noise I organised into an acceptable format:
      https://soundcloud.com/lfo2vco/a-dark-crystal

    Viewing 1 post (of 1 total)
    • The forum ‘Programming’ is closed to new topics and replies.
    There is currently 0 users and 64 guests online
    No users are currently active
    Forum Statistics
    Threads: 2,495, Posts: 17,374, Members: 77,605
    Most users ever online was 12 on January 22, 2019 3:47 pm
    Ctrlr