Skip to content

Yellow-Dog-Man/Basic-OSC-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple OSC Tester

A quick debugging application, designed to connect to Resonite's OSC_Reciever component and to test connectivity.

Feel free to use it to validate if your network setup will allow OSC connectivity or as a jumping off point for further development.

Testing

  1. In Resonite, attach an OSC_Reciever Component to an Empty Object (Component can be found in Network/OSC)
  2. Specify the network port in the port field of the component.
  3. Specify the user in the user field of the component.
  4. Verify that the "Is Listening" checkbox is enabled
  5. Add a OSC_Value<T> component, with the data type Long.
  6. Drag the receiver from previous steps into the handler on the OSC_Value.
  7. Set the Path of the OSC_Value to /test
  8. Run this application using 2 CLI arguments, the first being the IP Address and the second being the port:
    • e.g. OSCTester.exe 127.0.0.1 3001

You should then see the OSC Value counting upwards with the Unix Epoch in Seconds, which is generated from the application.

Screenshots

Setup in Resonite

240430-YTQIXWJRoCD19LF7A50K

The app itself running

240430-nIm13FxNPpvyXALa0lxg