OSCLearn

OSCLearn is a tool to capture and record incoming OSC packets and replay them later.

OSC receiver is able to record received data in real-time and reproduce it. For the demonstration purpose, we will use a slider widget in an OSC mobile app. This slider widget sends float values to the OSC address /oscControl/slider1. To start recording hot the Record button and messages will be recorded. In order to save to file hit again the same button and the window with the saved file location will be opened automatically.

Now we should reproduce these recorded messages by choosing File as a stream in the OSC receiver device and setting the full path to the file in File path text input.

Last updated