Processing 2 midi Input
in
Programming Questions
•
2 years ago
Yes Yes Its another Newbie that has a question....
What i am trying to do is in my understanding something simple.
is to write a simple function lets say that emulate a midi controllerChange
that affects something in a music program like Reason , Ableton , etc...
i found 2 Libraries (promidi and the theMidiBus) and i try to use method like sendContolerChange
While the basic examples seem to work(no bugs reported) the music softwares do not receive any inputs
Using a Midi Monitor App i realized that the processing Sketch is sending the Change to the Midi
While i would like it to Read it from the midi
dies that make any Sense??
ill give it another go
the sketch is using the output while i want it to be an Input
the sketch is sending to the device while i want to emmulate the Device
???
any insight is appreciated... thanks!
ps: i am on a mac!
1