Source: pd-mjlib
Section: sound
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),
 puredata-dev | puredata (<< 0.43),
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://puredata.info
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-mjlib.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-mjlib

Package: pd-mjlib
Architecture: any
Depends:
 pd-libdir,
 puredata-core | pd,
 ${misc:Depends},
 ${shlibs:Depends},
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
