View Single Post
Old 02-19-2019, 10:55 PM   #4
mschnell
Human being with feelings
 
mschnell's Avatar
 
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 14,688
Default

Quote:
Originally Posted by vinx View Post
What I need is a way for oscii bot to select only markers with a predefined number (or better, name) sent by reapertracks, and to send to livefx reaper a "i,marker",x (x=1 for verse, 2 for chorus 3 for bridge, you get the idea).
I do get the idea, but I don't see what the problem is with programmatically setting the marker number ...


x = 7; // goto marker 7
oscsend(LiveFX_Reaper, "i/marker", x); // send goto marker x


-Michael (sorry for late answer....)
mschnell is online now   Reply With Quote