IntroductionΒΆ
This document provides an overview of Python-OSC and a summary of the remaining sections of this manual.
Python-OSC is an implementation of Open Sound Control (OSC) which is an open, transport-independent, message-based content format developed for communication among computers, sound synthesizers and other multimedia devices.
This manual provides documents which present the specification, design, and verification tests relevant to Python-OSC. The following documents are available:
- Specification Document presents a detailed specification of Python-OSC which highlights its features and functional requirements.
- Reference Document presents a top-down description of Python-OSC complete with block diagrams, flow charts and explanations of individual modules.
- Verification Tests presents the tests that are performed on individual modules of Python-OSC.
- Release Notes presents the revisions and releases of Python-OSC.
- Installation Instructions presents instructions on how to install Python-OSC.