View Single Post
Old 03-23-2012, 05:03 AM   #486
captain_caveman
Human being with feelings
 
captain_caveman's Avatar
 
Join Date: Dec 2011
Posts: 999
Default

Quote:
Originally Posted by anderson_ev123 View Post
does anyone know what format reaper expects the OSC addresses to be in?
im trying to send hexadecimal udp packets to it and cant get a response.
If you have a look at this thread it might help. If not, it may be the other thing that tripped me up (by not reading the Default.ReaperOSC comments) which was that to send... (eg)....
SCROLL_X- b/scroll/x/- r/scroll/x

... you strip out the b/ or r/ first, because they just define the messages within Reaper as being binary or rotary and should not be sent. (edit: and obviously add the '/' if you're sending a message)

When Reaper receives a valid message you should see any arguments enclosed in []s in the Listen window. It will show what you are sending anyway, but this is how you can tell it's understanding the message.

Last edited by captain_caveman; 03-23-2012 at 05:21 AM.
captain_caveman is offline   Reply With Quote