vvvv Python OSC client
Project description
About
Minimal vvvv Python OSC client. Compatible with Python 3.4+
Quick start
Install vvvv with pip :
pip install vvvv
Use the VVVVClient in your project and start sending OSC messages to vvvv :
>>> from vvvv import VVVVClient
>>> vc = VVVVClient('127.0.0.1', '4444')
>>> vc.send_msg('/filter', [0,255,255])
See more :
vvvv: http://vvvv.org/
License
See LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vvvv-0.1.2.tar.gz
(6.4 kB
view details)
File details
Details for the file vvvv-0.1.2.tar.gz.
File metadata
- Download URL: vvvv-0.1.2.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6843925ccab82ded73349f8d8959e16b3902729f2ccb5673ae1dd3aa6a4e675f
|
|
| MD5 |
a14cca57327e0f514fade1181f6cac1f
|
|
| BLAKE2b-256 |
fa7b880bc3fb2305a3e822d19ce009fdee5539a511d0080bf3d9e50b3f232f41
|