https://github.com/kasperkamperman/oscdatamonitor
OSC (Open Sound Control) Data Monitor program in Processing
https://github.com/kasperkamperman/oscdatamonitor
controlp5 opensoundcontrol osc oscp5 processing
Last synced: about 1 year ago
JSON representation
OSC (Open Sound Control) Data Monitor program in Processing
- Host: GitHub
- URL: https://github.com/kasperkamperman/oscdatamonitor
- Owner: kasperkamperman
- License: mit
- Created: 2017-06-17T14:52:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T19:26:05.000Z (about 2 years ago)
- Last Synced: 2025-03-27T15:32:16.938Z (about 1 year ago)
- Topics: controlp5, opensoundcontrol, osc, oscp5, processing
- Language: Processing
- Homepage: https://www.kasperkamperman.com/blog/osc-datamonitor/
- Size: 83 MB
- Stars: 101
- Watchers: 10
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# OSC (Open Sound Control) Data Monitor
Monitor incoming OSC data on your network with this little program. A quick way to check if you have communication with OSC sending equipment in your network. See [kasperkamperman.com/blog/osc-datamonitor/](https://www.kasperkamperman.com/blog/osc-datamonitor/) for a video walkthrough.
This repo contains the source code for Processing 4. You have to install the used libraries yourself in order to run it (OscP5, ControlP5).
You can get the Windows and (signed) MacOS applications [here on Lemonsqueezy](https://kasperkamperman.lemonsqueezy.com/checkout/buy/03e29103-797b-4eb7-9f7c-231094426cf7) (price $7.99).
If you are on Linux or another OS I recommend you to use Processing and build the application yourself if you need.
---
Thanks to [Andreas Schlegel (sojamo)](http://sojamo.com) for the excellent [OscP5](http://www.sojamo.de/libraries/oscp5/) and [ControlP5](https://github.com/sojamo/controlp5) libraries on which this program heavily relies.
This monitor was originally developed for a [databending workshop](https://code.google.com/archive/p/osc-tools/).
---
## More info about the OSC protocol.
* [YouTube video. The OSC protocol explained by me.](https://www.youtube.com/watch?v=0uOR2idKvrM)
* [the_osc_protocol](http://www.osculator.net/doc/manual:the_osc_protocol)
---
## License
MIT