I know it's probably something very simple but I have been trying to figure this out.
I'm using ableton live and would like to change its tempo using PD. Ableton can learn and accept MIDI note and CC messages from controllers to control various things like volume faders, knobs, buttons, etc. (Map mode)
I would like to use MIDI CC messages to increase or decrease (by one) so when I map the tempo to the "ctlout" it changes by one as well.
Mapping the tempo to faders or rotary knowbs works but the amount is not precise.
By the way i'm using touch OSC to interface with PD. So basically I have this right now:
[dumpOSC 8000]
|
|
[OSCroute /1]
|
|
[OSCroute /push1]
|
|
- |
|
[ctlout 1 1]
Thank you in advance.