1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: pd-osc
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs (>= 0.4.91~),
debhelper,
dh-buildinfo,
devscripts,
puredata-dev | puredata
Standards-Version: 3.9.6
Section: sound
Homepage: http://download.puredata.info/osc
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/pd-osc.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/pd-osc.git
Package: pd-osc
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
puredata-core | pd
Recommends: pd-iemnet
Suggests: pd-comport
Description: Open Sound Control for Pd
This library allows one to construct and parse OSC messages within Pd. It
includes support for ordinary OSC-messages, typetags, timetags and bundles.
.
These objects are transport-agnostic, so you can use them to transmit OSC over
UDP, TCP/IP, serial port, or in fact whatever you want. However, you will have
to install additional libraries that will handle the transport layer (like
pd-iemnet or pd-comport).
|