diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-08-04 11:53:34 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-08-04 11:53:34 +0000 |
commit | 16c8a16000d10d853b820b308aec9cc2ce343bb2 (patch) | |
tree | 0d4fc3477d5b371a47e95fcd53fc1d121111d5f3 /osc | |
parent | de39b6167f89c646c18602d71785877c297fd600 (diff) |
added LICENSE and (short) README
LICENSE is GPLv2, according to the help-patches
svn path=/trunk/externals/mrpeach/; revision=15199
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 |