How to send PC Msg via OSC to 2nd Instance

I have set up 2 GP instances (Main and Organ) and would like to send PC msg from the Main instance to the Organ Instance to select the needed rackspace.

I had no problem to do this with Midi msg via the IAC Bus but do not get this working using OSC msg. Attached is picture of the Midi setup via IAC Bus as well as a picture from the not working OSC script i wrote:

I guess the OSC command is not correct but i don’t know ???

First of all, you should not send a string and not integer: OSC_SendIntegerSpecific

OH OH … and Thanks… as usual the problem sits in front of the computer :woozy_face:
I think i used the string command as i was focused on the OSC string to to be used and not on the argument the osc msg sends …

works now with correct command

2 Likes