TonexOneController icon indicating copy to clipboard operation
TonexOneController copied to clipboard

Midi out setting preset

Open lpuntaloro opened this issue 3 months ago • 5 comments

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

lpuntaloro avatar Oct 05 '25 11:10 lpuntaloro

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

Builty avatar Oct 14 '25 06:10 Builty

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

lpuntaloro avatar Oct 14 '25 10:10 lpuntaloro

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

lpuntaloro avatar Nov 24 '25 21:11 lpuntaloro

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.

Builty avatar Nov 25 '25 09:11 Builty

Ok, I’ll try to enter the code in the controller. Thanks

lpuntaloro avatar Nov 25 '25 12:11 lpuntaloro