Comment 7 for bug 1358844

Revision history for this message
Leodardo (leodardo) wrote : Re: [Bug 1358844] Re: Track scrolling with endless knob: controller setup

Just to be clear, as you ask I'm sending two MIDI commands, same CC,
different value:
Debug [Controller]: "MIDI status 0xB0 (ch 1, opcode 0xB), ctrl 0x19, val
0x7E"
Debug [Controller]: "MIDI status 0xB0 (ch 1, opcode 0xB), ctrl 0x19, val
0x7F"

With the first I tell mixxx to scroll down, with the latter to scroll up.
The learning learns the first as scroll down, then when I attempt the
learning for the scroll up, it deletes the first one, I can see it from the
XML. I guess the logic is to delete older learnings for the same <midino>
or CC.

I think the logic should be changed for controls that do not require a
value: unlike faders, a "scroll down" or "switch view" need only sense a
CC+value couple. However I think there are cases where you only need to
watch the CC and cases where you exactly want to map a command to CC+value.
But that's my 50 cents.
Regards

2014-08-20 17:57 GMT+02:00 Sean M. Pappalardo <email address hidden>:

> ...or is that what you did originally? If so, I would consider this
> still an open bug since the learning should be able to handle that case.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1358844
>
> Title:
> Track scrolling with endless knob: controller setup
>
> Status in Mixxx:
> Invalid
>
> Bug description:
> Dear devs,
> I'm wondering if this feature can be added: when learning MIDI from a
> controller, I would like to scroll up/down the tracks with one
> potentiometer/encoder. Unfortunately the MIDI learn feature only tracks the
> CC and not the value increment/decrement, thus I cannot use one pot/encoder
> for scrolling up/down, but I have to assign two pots or two push buttons
> (which are too slow to scroll through the list).
>
> If this cannot be done by editing some script/mapping file, I would
> try add the fix from the source, but I need a hint where to look for.
>
> Best regards
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mixxx/+bug/1358844/+subscriptions
>