Jump to content

Recommended Posts

Posted

Hey,

I never worked with Sysex yet, but now I want to control an oberheim synth which only reacts on Sysex.

It's clear to me how to send a defined Sysex string with a button. But how to send the same string with increasing / decreasing values with a pot?

Can anybody point me in the right direction?

Thanks!

Chris.

Posted (edited)

Hi Chris!

 

You have to replace the byte which you want to control via a pot with "^val"

For example

stream="0xf0 0x11 0x22 0x33 ^val 0xf7"

will send this string: 0xf0 0x11 0x22 0x33 the value (from the pot) 0xf7

 

Best regards

marxon

Edited by Marxon
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...