OSC / Actiongrid / StreamDeck

Need help getting OSC setup properly. I am obviously doing something wrong. I created an action grid and I want to use a stream deck xl to trigger. I have enabled OSC in vista and set to my computers IP address. I am using bitfocus companion to setup the command trigger. Running Windows PC.

When you said you set the computer IP address, was that in the Companion generic osc connection? You have to set that address and port to the incoming address and port that is in Vista. You also can’t have anything else using those ports.

For the button setup in companion, you have to create a button with both a press and release state. The press state sends “1” and the release sends “0”.

Also another gotcha is making sure you get the capitalization right. I chased an OSC issue for an hour until I realized that i didn’t capitalize something in the OSC command.

That was helpful. Both capitalization and release command was not correct. Thanks!