File: control

package info (click to toggle)
pd-chaos 0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 776 kB
  • sloc: ansic: 6,871; makefile: 339
file content (39 lines) | stat: -rw-r--r-- 1,494 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
Source: pd-chaos
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 (= 12),
 puredata-dev | puredata,
Standards-Version: 4.5.0
Homepage: https://download.puredata.info/chaos
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-chaos.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-chaos
Rules-Requires-Root: no

Package: pd-chaos
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 puredata-core | pd,
Recommends:
 pd-libdir,
 pd-import,
Description: Pd library for calculating various chaotic attractors
 chaos is a library of Pd objects for calculating various chaotic attractors,
 including: lorenz, rossler, henon, ikeda, attract1, base, base3, dejong,
 gingerbreadman, hopalong, latoocarfian, latoomutalpha, latoomutbeta,
 latoomutgamma, logistic, lotka_volterra, martin, mlogistic, pickover,
 popcorn, quadruptwo, standardmap, strange1, tent, three_d, threeply,
 tinkerbell and unity.
 .
 The package includes 1, 2 and 3 dimensional attractors. There are outlets for
 each dimension, starting from the left, followed by three outlets for
 attractor data (see the help patches for details). The scale of the values
 vary between the different attractors.
 .
 Some of the algorithms were derived from other projects, including Julian
 C. Sprott's attract.java and algorithms by Cliff Pickover.