GenMce + GenMceXT were built using SynthEdit.

If you have not tried it and are into making your own vst effects or instruments, you really, should.

I will add synthedit midi modules, built by Bill and Kip here, soon.

page under construction

Here are some screen shots from the synthedit source file. Descriptions of each will be below each screen shot.

.

main screen design screen (in synthedit)

jog wheel (detail)

In the above example, for the jog wheel;

mute_switching system

These schematics can get very complicated (this one is not very but, let your imagination run...). The use of containers is very important for sanity when designing.

solo detail sub container of mute_switching system

This schematic is a detail view of the solo, sub container from the previous example (above)

note trigger input (detail) from solo container above

If the input type is set to note, then the midi data passes into this sub container where the work is done for translation.

As you can see, this is really about drawing lines, not about writing code.

You can make your own synths or fx (vsts), I have made a couple. I will post them here, for anyone interested.