File: control

package info (click to toggle)
pd-moonlib 0.3.4~repack-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 844 kB
  • ctags: 841
  • sloc: ansic: 5,369; makefile: 49; tcl: 22
file content (48 lines) | stat: -rw-r--r-- 2,395 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
48
Source: pd-moonlib
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>,
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
 debhelper,
 puredata-dev | puredata (<< 0.43),
 pd-lib-builder,
Standards-Version: 3.9.8
Homepage: https://github.com/MetaluNet/moonlib/
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/pd-moonlib.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/pd-moonlib.git

Package: pd-moonlib
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         puredata-core | pd,
Recommends:
         pd-libdir,
Description: library of Pd objects related to GUI control
 Moonlib includes three sub-sections: nilib, which is a kind of wrapper
 between Pd and Gtk, sublib, which is a collection of gui control objects, and
 other, which are miscellaneous objects:
 .
  * tabenv: like env~, an enveloppe follower, but computing on a table,
            so possibly much speeder than real-time env~'s computation
  * tabsort, tabsort2: returns the indices of the sorted table,
                       tabsort2 is bidimentionnal
  * gamme: one octave of a piano keyboard used to filter/choose 
           notes in a selected scale
  * absolutepath/relativepath: to use files (sounds, texts, presets,
                               images, programs...) nested in the patch's
                               directory (and in subdirs)
  * sarray and slist: to creates shared dynamic arrays or lists with symbols
  * sfread2~ and readsfv~: to pitch the direct-from-disk reading of sound files
  * dinlet~: an inlet~ with a default value (when nothing is connected to it)
  * mknob: a round knob ala iemgui vslider (with its "properties" window)
  * dispatch: creates one bus name for many buttons' buses: from the 
              N pairs (slider1-snd/slider1-rcv) ... (sliderN-snd/sliderN-rcv),
              creates only one pair of buses named (slider-snd/slider-rcv),
              in which datas are prepended by the number of the "sub-bus"
  * joystik: an improvement of Joseph A. Sarlo's joystick
  * image: an improvement  of Guenter Geiger's one. Same name, but it's
           compatible. Here you can share images through different objects, 
           preload a list of images, and animate this list.