aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-11 20:51:16 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-09-11 20:51:16 +0000
commitdba72dd08708d939e389000d8b9f5d91719c6f24 (patch)
tree105c937ca08d312b22aad9c075e276de2fe2da02 /debian/control
parent78b491ab2ee43bee3bdd87b4b97c935169a4c629 (diff)
uploaded package to http://git.debian.org/?p=pkg-multimedia/pd-beatpipe.git;a=summary
svn path=/trunk/externals/beatpipe/; revision=14066
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index c95ab80..0000000
--- a/debian/control
+++ /dev/null
@@ -1,19 +0,0 @@
-Source: pd-beatpipe
-Section: sound
-Priority: optional
-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
-Uploaders: Hans-Christoph Steiner <hans@eds.org>
-Build-Depends: debhelper (>= 7.0.50~), puredata, quilt (>= 0.46-7~)
-Standards-Version: 3.9.1
-Homepage: http://puredata.info
-
-Package: pd-beatpipe
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, pd
-Description: a realtime scheduler/event-delay/quantizer object for Pd
- This object is a realtime scheduler, event-delay, and quantizer object for
- Pure Data. It is used for making beats and other rhythmic sequences. Any
- list starting with a number T sent to the left inlet, will be sent to the
- output after T beats, quantized with tpq (tick per quarter) and stripped of
- the leading beat number. The tempo can be changed dynamically on the right
- inlet The quantification can be set at any time with a set-tpq message.