MIDI DESIGNER
The only MIDI controller for iPad, iPhone, and Mac


Talk to other MIDI Designer users about MIDI Designer, iOS MIDI and related topics. Or share layouts, pages, and ideas.

Check out our Facebook Group.

Of course, if you want to send us an email, feel free.

Open problem reports

Summary of user requests
How to implement a knob controlling a second knob - MIDI Designer Q&A
0 votes
in User Support, Open by dsabou2062 (3.6k points)

1 Answer

+1 vote
 
Best answer
Make the tick button "send on only" - MDP2 evaluates the named tick value on both the on and off action, which sends a double action in this case.  I do not believe this is a defect, just a feature, which mostly is good.
by jkhiser (22.5k points)
selected by dsabou2062
Thank you. I had to have any button driving knobs set to "send on only" to make it work. Not obvious that both the on and off action triggers a step.
"Not obvious that both the on and off action triggers a step."  Not exactly what I said.  A "stepper" is triggered only by a momentary button going on.  I will repeat the cause for emphasis.  When the tick button changes state, the subcontrol values are evaluated and sent.  In the off direction, the knob 5 does not advance, but the MIDI value of 127 is retransmitted, which sends a repeat "on" command to the stepper button, causing a duplicate step.  Stepper has never gone off, but had the on state triggered twice.  And you do need to apply "send on only" at every level where this can cause an issue.
What happens without 'send on only' is different for the second and third Knobs. The second Knob does change 2 steps at once as you state.  However, the third Knob does not change 2 steps at once, but changes one step when it's Stepper Button goes on, and again when it goes off (one tick later).

But the cause doesn't matter in my layout. As long as they step as intended with 'send on only' applied to all stepper buttons.
...