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.
send Sysex
- oli_lab
- Member
- Posts: 1291
- Location: Brittany, France
- Contact:
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.
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.
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
Win11 Ryzen9/32GB RAM - RME MADIFACE - SSL alpha link 4-16 - OSC capable interfaces
follow OLI_LAB adventures on Mastodon
@olivar_premier@mastodon.social
- cmodica
- Member
- Posts: 619
- Location: Pélissanne
- Contact:
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...
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...
