I already posted this to KVR and from there I was directed to this forum, where more interested people could be. I really hope so


Currently I'm working on a VST-Plugin which can be used to communicate with external synthesizers and other devices the easy way. According to the concept of good olde eMagic SoundDiver, a predefined adaption for the synthesizer defines VST-Parameters which can control MIDI CC or do some Sysex.
I'm in a further stage of development. The whole thing is cross-plattform and with a very simple GUI in which you can select MIDI-IN, MIDI-OUT and the devices to control. Each device-adaption is defined in a XML-file so everyone can write an adaption on his own. I integrated LUA as scripting language which can be used to build the SYSEX streams, so also stuff like SYSEX-Checksums can be done easily. The whole thing should should fully customizable, but with the first release without a full-configuration-GUI (just because it's too complex).
Additionaly I will add features "sysex-dump" and "sysex-send" so the presets can be easily restored when you load your song again.
I also thought about a GUI for the Preset Library which dumps the performances/patches from the synthesizers automagically (as specified by the XML-file of the adaption).
My question now is (I know that most people are working with software synthesizers nowadays): Is someone willing to create adaptions for his synthesizers? I just have 4 synthesizers here at home, but there are so much more so I could need some help and also experience
Later the software should also be selled, but very very cheap

There is still so much hardware out there, but it's so hard to work, control and automate them. Also if you want to load/save your own presets, so much stuff gets lost because you have to manage all those SYSEX-Dumps on your own (and probably also using MIDIOX heavily). My aim is to develop a transparent and easy-to-use layer between arranger and synthesizer, so you can use VST parameters/programs to control your synth.
If someone is interested, some feedback on this project would be nice. As I said, the base is working now and I started to write the adaptions for my synthesizers.
Have a nice day,
André