Welcome to %s forums

BrainModular Users Forum

Login Register

send Sysex

I need help on a Patch
User avatar
cmodica
Member
Posts: 619
Location: Pélissanne
Contact:

send Sysex

Unread post by cmodica » 08 Sep 2026, 20:46

Hi.
I can’t seem to work out how to send a Sysex message like this:
F0 00 02 23 01 08 00 36 7F 15 01 F7
via Usine?
Thank you very much.

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

Unread post by oli_lab » 09 Sep 2026, 20:29

HI !

you'll have to convert your code in decimal and drop F0 and F7 :
F0 00 02 23 01 08 00 36 7F 15 01 F7
becomes
0;2;35;1;8;0;54;127;21;1

you'll have to send a dummy code to have the data change at the sysex input to make sure that the code is sent.
Capture d'écran 2026-09-09 201133.png
You do not have the required permissions to view the files attached to this post.
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

User avatar
cmodica
Member
Posts: 619
Location: Pélissanne
Contact:

Unread post by cmodica » 11 Sep 2026, 07:56

Thank you.
I hadn’t realised I needed to convert it to decimal.
All that’s left to do now is to patch a hexadecimal-to-decimal converter...

Post Reply