File: control

package info (click to toggle)
pd-mjlib 0.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,296 kB
  • ctags: 369
  • sloc: ansic: 1,273; makefile: 333
file content (30 lines) | stat: -rw-r--r-- 1,231 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
Source: pd-mjlib
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Hans-Christoph Steiner <hans@eds.org>
Build-Depends: debhelper (>= 7.0.50~),
               puredata-dev | puredata (<< 0.43)
Standards-Version: 3.9.2
Homepage: http://puredata.info
Vcs-Git: git://git.debian.org/pkg-multimedia/pd-mjlib.git
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/pd-mjlib.git

Package: pd-mjlib
Architecture: any
Depends: ${shlibs:Depends},
         puredata-core | pd,
         ${misc:Depends},
         pd-libdir
Description: library of Pd objects for composing music
 A library of objects for composing music written by Mark Williamson.
 .
 There are currently five objects: 
  * pin~ - randomly delivers the input signal to either the right
           or left outlet with a given probability
  * metroplus - allows complex timing bangs to be delivered
  * prob - generates random events with a given probability
  * monorhythm - basic rhythm pattern building blocks that allows
                 polyrhthms to be generated quickly and easily	
  * about - delivers a number that is "about" the same as the input number