From /live/device/get/num_parameters, the prompts do not work at all. the log does not respond.
however if the index is not in the right amount or out of range, the log responds an error,
for example, if i enter
from pythonosc.udp_client import SimpleUDPClient
ip = "127.0.0.1"
port = 11000
client = SimpleUDPClient(ip, port)
client.send_message(
"/live/device/set/parameter/value",
[0, 0, 0, 100]
)
the device in position [0, 0] is utility, and the log responds with an error:
(2026-02-06 01:01:59,148) [ERROR] AbletonOSC: Error handling OSC message: Invalid value. Check the parameters range with min/max
but if the index is set correctly, it doesnt work at all.
overall, in device properties section, only a few prompts like /live/device/get/name could work.
From /live/device/get/num_parameters, the prompts do not work at all. the log does not respond.
however if the index is not in the right amount or out of range, the log responds an error,
for example, if i enter
from pythonosc.udp_client import SimpleUDPClient
ip = "127.0.0.1"
port = 11000
client = SimpleUDPClient(ip, port)
client.send_message(
"/live/device/set/parameter/value",
[0, 0, 0, 100]
)
the device in position [0, 0] is utility, and the log responds with an error:
(2026-02-06 01:01:59,148) [ERROR] AbletonOSC: Error handling OSC message: Invalid value. Check the parameters range with min/max
but if the index is set correctly, it doesnt work at all.
overall, in device properties section, only a few prompts like /live/device/get/name could work.