File: control

package info (click to toggle)
pd-osc 1%3A0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 324 kB
  • sloc: ansic: 2,264; makefile: 37; sh: 19
file content (47 lines) | stat: -rw-r--r-- 1,481 bytes parent folder | download
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: pd-osc
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-buildinfo,
 dh-sequence-puredata,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Section: sound
Homepage: https://download.puredata.info/osc
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-osc.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-osc

Package: pd-osc
Architecture: any
Depends:
 ${misc:Depends},
 ${puredata:Depends},
 ${shlibs:Depends},
Recommends:
 pd-iemnet | pd-net,
 ${puredata:Recommends},
Suggests:
 pd-comport,
 pd-slip,
 ${puredata:Suggests},
Enhances:
 pd-comport,
 pd-net,
Provides:
 ${puredata:Provides},
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-net or pd-comport).
 .
 Note however, that OSC is a packet-based protocol, so if you intend to use it
 with a stream-based transport (like TCP/IP or the serial line), you must use
 a packetizer (the OSC-specifications suggest to use SLIP, as provided by
 pd-slip).