About a Note/CC mapping to SysEx transform option.
I know it has been discussed before, and I’m sorry for bringing it up again, but I remembered you where asking for a use case.
Well here is one. I want to control the 8 variations that Roland TR-8S has per pattern. There is no other way than to do this with SysEx, but I’d like to steer it with a sequencer. An obvious choice for me would be to use Notes as source (as these are very visible on a Deluge, my sequencer).
The sysex that the TR-8s spits out after pressing the variation buttons are:
I was really hoping that my Midihub would come to the rescue, but I found that there currently is no “transform to SysEx” options, unfortunately.
Don’t get me wrong, I do understand that it’s a big undertaking to make a good transformer for something like this, it would (I think) involve some kind of templating syntax, which include some predefined checksum functions (as some types are used quite ubiquitous).
Hope you will consider something, as I think Midihub would be even more useful with an option like this.
I converted the 8 messages to decimals, using the hex converted above and made a switch that triggers them depending on number input. Use the sysexout abs from last comment.
Hi everybody.
I agree that Sysex implementation would enable owners of rack units like e.g. Lexicon PCM81/91 to use an external midi controller like my old PC1600x to tweak multiple parameters.
What I imagine is a control that maps a midi CC to a sysex string (the CC message could be also be reused in different connected units, what I’m interested in is the sysex string being sent out to a specific rack unit).
I believe this feature would appeal to many studio owners and musicians alike as it would allow to modify and/or create a patch in much less time.
A way to convert midi notes to sysex data strings would be amazing. Being able to set it up for one string per note would be my current goal so that I could sequence the sending of the sysex data. Hope this comes to fruition