OSC-recorder¶
Python scripts to capture and replay OSC packets. Built on top of pyliblo.
Documentation: https://osc-recorder.readthedocs.io.
Installation¶
- Download and install liblo first
* For Mac OSX
brew install liblo - Install cython:
pip install cython - Install pyliblo:
pip install pyliblo - If it doesn’t work, follow instructions here: pyliblo
If you want to install from source.
Clone the repo and run pip install . from the folder.
TODO¶
- Fix sphinx autodoc for modules
Credits¶
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.