is there a way to send a such value via OSC:
/live/name/scene (? i scene, ? s name) #Gets the name of scene ?Sets the name of scene
/live/name/track (? i track, ? s name) #Gets the name of track ?Sets the name of track
i ve tried the osc 2x module but i can send either (i,i) integers, or (s,s) strings,
any idea how i could send a (i,s)?
osc send (i,s)
- senso
- Site Admin
- Posts: 4427
- Location: France
- Contact:
actually it's not possible except using a script to create the message and the SendBytes to send data.
it can be a good suggestion.
what is the destination host ?
it can be a good suggestion.
what is the destination host ?
Olivier Sens
www.brainmodular.com
www.brainmodular.com
-
23fx23
- Member
- Posts: 2545
hi senso,
thank for answer, it will avoid me search hours. im using local mode. the host is ableton live wich not officially support osc for now but a guy managed to make it possible via python scripts. I guess i will have to go in the deep side of scipt, either modifying live's one to get only intergers or strings at a specific adress, or maybe it's time already to learn usine script! anyway one day Ill have to.
(my ultimate goal is to receive a clip matrix info from live: where are the clips/name?/color info), I may wait ableton implent osc, but it might also be a good "training")....
cheers
thank for answer, it will avoid me search hours. im using local mode. the host is ableton live wich not officially support osc for now but a guy managed to make it possible via python scripts. I guess i will have to go in the deep side of scipt, either modifying live's one to get only intergers or strings at a specific adress, or maybe it's time already to learn usine script! anyway one day Ill have to.
(my ultimate goal is to receive a clip matrix info from live: where are the clips/name?/color info), I may wait ableton implent osc, but it might also be a good "training")....
cheers
