I will definitely dive into programming, that was one of the reasons I built the new core, but I guess it will take some time before I come up with something useful.
I think that in this case it would be better if you would integrate the encoder handling by yourself - a nice exercise to learn programming 
Speaking of Midio128, right now I experience some heavy jittering with the 8 analog pots, constant bombardement with values (like 3-4 messages every second), some are jittering around a certain value, and sometimes it’s all over the place. I used 10k pots with the 100nF capacitors, and cables are quite short (ca. 12cm)… I guess it’s some kind of grounding issue. Have to try some things over the weekend…
The jitter is normal, the ADCs of LPC17 are really bad, I don’t like them.
This is also related to the LPCXPRESSO design, because the ADC supply input is directly connected to digital supply.
http://discourse.midibox.org/t/topic/16088
Remember that I am using "5b"the beta ver. Why would the lowest note on an organ keyboard be 0x30? The low C on most organ keyboards is 0x24. Could be an error.
It isn’t really an error, but you are right that it makes sense to use a lower note by default.
I will change this in the next release.
- I note that in the matrix setup strings, the OSC1 is checked, along with USB and IN1. what does the OSC do?
It means, that events are also sent via ethernet (if enabled).
The supported protocols are explained here: http://www.ucapps.de/midio128.html (search for keywords “Supported OSC Packet Formats”
My opinions about OSC are written down here: http://www.ucapps.de/midibox_seq_manual_osc.html
- If I plug in my Dilink wireless USB adapter into the LPC will it communicate with my wireless router? Since my organ console is 50 feet from the computer location, midi over ethernet would be great, especially if wireless.
For MIDI over Ethernet I wrote a proxy, but currently it only works on a Mac.
But you could also ask the developer of the organ emulation that you are using to integrate OSC support.
The “j” in “jOrgan” sounds like it’s based on Java, and Java has already an integrated OSC library.
Accordingly it should be trivial to add such a feature to jOrgan, so that it can be accessed via Ethernet.
Best Regards, Thorsten.