View Single Post
Old 05-21-2017, 11:26 PM   #5
ljekio
Human being with feelings
 
Join Date: Nov 2009
Posts: 15
Default

@goldenarpharazon, thank you for your advises.

So, in example wrote this:

Code:
(oscmatch("/track/%d/select"))  && (oscparm(0,0) > 0)?
(
	msg1 = 176;
	msg2 = 0;
	msg3 = fmt0;
	midisend(bcr2000_in);
What is "/track/%d/select"? If I know name of OSC-host and OSC sending parameter, what I must write at this string?

"msg1 = 176" its first byte (CC number), "msg2 = 0" is second byte (channel) and "msg3 = fmt0" is value from oscmatch, right?

MIDI part is clear for me, but not OSC.
ljekio is offline   Reply With Quote