Converting live.tab output to MIDI CC value

Alan F's icon

I'm trying to map the enum/index of a live.tab to a specific CC value to send. My "clever" idea to multiply the index value didn't work (The CC num is 28, and values 0-42=Next, 43-85=Replace, 86-127=Overdub). What else can I try?

Doesn't seem to work

Source Audio's icon

live.tab output is starting from 0 .
0 * 42 = 0
1 * 42 = 42
2 * 42 = 84
You need for example * 63 to get the range.
But the logic is also inversed, so I would use
scale 0 2 127 0 instead.
then live.tab sends for ovr 127, rec 63, nxt 0

Alan F's icon

You're right, the numbers were off here. I'm still not hearing the pedal respond to the CCs but that could be something more to do with the pedal than the commands I'm sending.

Source Audio's icon

Test the pedal from Max rather than from live.
It could be wrong channel or track midi output
or whatever Live nonesense.