FantomXR Posted July 25, 2014 Report Posted July 25, 2014 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.
Marxon Posted July 25, 2014 Report Posted July 25, 2014 (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 July 25, 2014 by Marxon
FantomXR Posted September 16, 2014 Author Report Posted September 16, 2014 I have another question regarding Sysex: Is midibox able to "learn" SysEx commands via "MIDI"-learn or do I have to put in the sysex-strings by myself?
TK. Posted September 16, 2014 Report Posted September 16, 2014 No, there is no MIDI Learn function for SysEx, and I'm not planning to add this. Best Regards, Thorsten.
FantomXR Posted September 17, 2014 Author Report Posted September 17, 2014 Hi TK, okay! No problem ;) Thanks, Chris
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now