Greetings all. I am in the midst of a heavy project www.indiegogo.com/tronbeatjazz
I am building a wireless controller with a pd based "brain" (ie all the processing is done on the computer. Arduinos take care of getting the data to the computer). But I've hit a roadblock. I can convert button presses I to notes and control their velocity somewhat, but I can't control duration dynamically. How does pute data interpret duration data? I want to be able to hold a key, and blow into the pressure sensor and have those two data streams come together to form a midi note with dynamic velocity data like cc#2.
I thi k I need to construct a midi message from scratch. Make note isn't cutting it unless there is a way to dynamically create duration there.
Thanks in advance,
Onyx