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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...