View Single Post
Old 05-22-2017, 02:49 PM   #9
ljekio
Human being with feelings
 
Join Date: Nov 2009
Posts: 15
Default

Quote:
Originally Posted by goldenarpharazon View Post
Checking that the OSC data coming in looks something like "/OSC1 17" or "/OSC1 123" in the OSCII-bot console since it's those changing integer parameters i.e. 17 and 123 that should be going into fmt0
I can't get value of osc messages. Confused with this.

Quote:
using a properly formatted printf statement that outputs all of msg1, msg2, msg3 together on a debugging line to make sure that
I made debug line.

Quote:
- the three bytes together look like they will be proper Midi
Change of third byte doesn't cause any changes of output. I tried any static value there.


Quote:
checking that midisend() will correctly send any pre-set Midi output to the chosen midi output device
midisend is correct (because midi-ox received midi from that port).
BF 01 00 (control change message #01 with value 0 and midi channel 16).
ljekio is offline   Reply With Quote