diff options
Diffstat (limited to 'osc')
-rw-r--r-- | osc/LICENSE.txt | 16 | ||||
-rw-r--r-- | osc/README.txt | 9 |
2 files changed, 25 insertions, 0 deletions
diff --git a/osc/LICENSE.txt b/osc/LICENSE.txt new file mode 100644 index 0000000..1778d9a --- /dev/null +++ b/osc/LICENSE.txt @@ -0,0 +1,16 @@ + OpenSoundControl for Pure data + Copyright (C) 2006-2011 Martin Peach + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + diff --git a/osc/README.txt b/osc/README.txt new file mode 100644 index 0000000..a03f6a5 --- /dev/null +++ b/osc/README.txt @@ -0,0 +1,9 @@ +OpenSoundControl (OSC) for Pd +============================= + +a collection of Pd objectclasses for OSC-messages. +these objects only convert between Pd-messages and OSC-messages (binary format), +so you will need a separate set of objects that implement the transport +(OSI-Layer 4), for instance [udpsend]/[udpreceive] for sending OSC over UDP. + +Author: Martin Peach |