Midi out setting preset
Hello,
Is it possible to send the configuration (levels, settings, etc.) of the selected preset via midi (out) on change? The data is already being read by Tonex one to compile the web controller & display. (a routine would be enough to send them from the midi out).
I made an external midi controller with encoder and keys and I would like to read the data to align the level (Midi value) of all encoder (already works whith Logic pro in this way)..
Thank you
Hi. This would be possible, but not a simple task. It would probably need to be done with Midi SysEx, but I'm just starting to learn and play with that now. I don't think I know enough about SysEx to do it at the moment
Hi, when you want to implement the function I can gladly help, I have experience designing the controller...
In this case, just implement the Midi control change class..
Thank you
Hi. This would be possible, but not a simple task. It would probably need to be done with Midi SysEx, but I'm just starting to learn and play with that now. I don't think I know enough about SysEx to do it at the moment
How can I bring out the values of the various parameters read from the web interface to the preset change? I would like to use a hardware control but I need the level of the parameters to align it.. Thanks
I don't have any time myself to do this kind of thing. I would require a method of hooking in to the parameter system, and building a midi transmitter to send the data. Maybe you could instead add the firmware for the hardware control directly into the controller? That might be easier.
Ok, I’ll try to enter the code in the controller. Thanks