Send current parameter state to midi controller?

Discuss music production with Ableton Live.
Post Reply
CountDooku
Posts: 14
Joined: Fri Dec 31, 2021 1:48 am

Send current parameter state to midi controller?

Post by CountDooku » Sun Jan 22, 2023 7:00 pm

Is there a way I can send the current state of live's parameters to my midi controller (touch OSC on an iPad) so that on startup I can get Touch OSC to reflect what's going on in Live?

Thanks.

[jur]
Site Admin
Posts: 5272
Joined: Mon Jun 01, 2015 3:04 pm
Location: Ableton

Re: Send current parameter state to midi controller?

Post by [jur] » Mon Jan 23, 2023 2:25 am

The best solution would be a remote script or control surface script for Touch OSC but I don't think this exists.

Should be doable with M4L, but probably way overkilled... well, it depends on how much parameters you want to send. If you only need to send the currently selected parameter's value, then you could use a M4L device that would observe the currently selected parameter in your set and send its value via OSC.
Ableton Forum Moderator

cazel
Posts: 17
Joined: Thu Jan 07, 2021 1:51 am

Re: Send current parameter state to midi controller?

Post by cazel » Mon Jan 23, 2023 5:45 pm

CountDooku wrote:
Sun Jan 22, 2023 7:00 pm
Is there a way I can send the current state of live's parameters to my midi controller (touch OSC on an iPad) so that on startup I can get Touch OSC to reflect what's going on in Live?

Thanks.
these could be helpful
https://github.com/zsteinkamp/m4l-CurrentParamKnob
https://github.com/zsteinkamp/m4l-zs-Knobbler3

Post Reply