Hello, i'm try to make a remote control on osc for the yamaha studio manager.
It's the software which control yamaha mixing desk.
I tried to understand how does it work. When i'm moving parameters it sends sysex message with 12 characters that i receive in usine. the 2 last one seems to be for the 10bit control (16384 values) . I'd like to make a patch that receive a value with touch osc and that translate it to sysex which modulate the studio manager parameters .
You can download it for free Here
Thanks.
JF
play with sysex.
very specific need and maybe not easy to help without the hardware,
but in general case, if you use an array with faders to send your sysex, you can link the OSC out to the array modulation inlet ?
but in general case, if you use an array with faders to send your sysex, you can link the OSC out to the array modulation inlet ?
10 bit >> 1024 values !
but more likely it is 16bits
intVal = floor(float value * 65535)
then MSB = intVal>>8 (bitewise math...)
and LSB = intVal & 255
but more likely it is 16bits
intVal = floor(float value * 65535)
then MSB = intVal>>8 (bitewise math...)
and LSB = intVal & 255
http://oli-lab.org
Win11 Ryzen9/32GB RAM - RME MADIFACE - SSL alpha link 4-16 - OSC capable interfaces
follow OLI_LAB adventures on Mastodon
@olivar_premier@mastodon.social
Win11 Ryzen9/32GB RAM - RME MADIFACE - SSL alpha link 4-16 - OSC capable interfaces
follow OLI_LAB adventures on Mastodon
@olivar_premier@mastodon.social
Who is online
Users browsing this forum: No registered users and 288 guests
