As an initial project, thinking about creating a program that bypasses most of the host capabilities of EigenD and provides something quite stripped down.
Basically, it will communicate controller data from the harp and will send led data to the harp.
The leds will be addressable via OSC commands.
The controller data will be received raw at which point I will have to put together enough components in EigenD to probably do jitter reduction, throttling etc. I'm assuming that velocity detection is done in EigenD as well. I haven't discovered those pieces yet. Once I have a clean stream of controller data, this will be sent over OSC.
The third component would be a MaxForLive plugin that connects to the OSC stream. Eventually this could be written as a VST/AU as well. Actually, I think Bidule can even provide this type of thing as a plugin with very little coding necessary.
This is definitely more or a monome, manta, soundplane way of getting data into any host, but it allows for arbitrary applications to be developed rather than ones based on EigenD soley.
Thoughts?