is anyone doing this?
I have no problem to send and receive data from pd over virtual midi ports (I use LoopMidi)
but I wonder if anyone knows or has an example I can look at as to how to then get the midi into a Processing sketch
in particular I am trying to figure out how to send midi from pd and have it changes in a running processing sketch
(I am on windows 7 by the way)
the goal is that I eventually want to use PD to work with my midi data live, and then send it to an arduino (through processing) to modify the behaviors I have running there.
I want to find a way to do this without building a break out midi input port and connecting to the arduino that, rather I would prefer to try to interact through virtual ports and code, because it seems more direct
I will put that question in another post though, as it is kind of something else...
thanks in advance for any advice/examples/ideas as to how to do this
J