Welcome to %s forums

BrainModular Users Forum

Login Register

play with sysex.

I need help on a Patch
Post Reply
joffo78
Member
Posts: 1033
Contact:

Unread post by joffo78 » 27 Nov 2017, 17:40

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

User avatar
nay-seven
Site Admin
Posts: 5684
Location: rennes France
Contact:

Unread post by nay-seven » 04 Dec 2017, 12:05

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 ?

User avatar
oli_lab
Member
Posts: 1266
Location: Brittany, France
Contact:

Unread post by oli_lab » 04 Dec 2017, 17:44

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
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

Post Reply

Who is online

Users browsing this forum: No registered users and 207 guests