Projects

Here are some Java applications I made.

Tonelab EX

I bought a VOX Tonelab EX, an excellent guitar multi effect processor
The bad thing was that the software s*ked big time and included only a backup/restore utility.
So I made an Editor and an Utility for the Tonelab EX

Tonelab Ex Editor


This editor is made in Java and is for Windows only. It should be easy to make it work in Mac as well, but then I probably need a Mac to verify the functionality and that I don't have;)
Since the MIDI specification from VOX is incomplete it has been a lot of guess work to make it work.
I should thank Robert Gröber and his STLab for ideas and MIDI information found in his editor. The Tonelab ST and EX is quite similar.
Pedal assign for modulation speed is yet to be figured out.
All edits are saved in the current program i.e. is is not written. Use write preset or write manually on the device.
Except for the expression pedal assign (ranges) all should work.
Do take a backup before testing it as there is no guarantees included:)
Start by double click or run 'java -jar TonelabExEditor-0.1.jar'
I also made a scrollable version for smaller notebooks

Toneab Ex Utility

This is simple Java program for rearrange presets and save or read single presets to/from file or the Tonelab EX.
This is only for Windows.
Do take a backup before testing it as there is no guarantees included:)
Start by double click or run 'java -jar TonelabExUtil-0.1.jar'