I hope this is allowed, i read the rules and didn't find anything
In anticipation of the possibility to control your pedals from the Tonex software I got an idea to make a midi sending web interface for easy control of your Tonex pedal.
(Mostly i wanted to check out the web midi api with javascript and thought this would be a great project to try it out
So i made this really ugly webpage:
https://bearwolf.github.io/TonexWebController/
Where you can connect your tonex to your computer and manipulate a lot of parameters directly.
I've tested it and it works on mac and pc, (pc requires the asio drivers from the ik manager), further instructions at the bottom of the page.
I hope someone else also find it useful, i really enjoyed tinkering with it! The code is available also on the github and it's just basic javascript. github.com/bearwolf/TonexWebController