pd-moonlib 0.3.6-3 source package in Ubuntu

Changelog

pd-moonlib (0.3.6-3) unstable; urgency=medium

  * Switched to system-provided Makefile.pdlibbuilder (Closes: #889645)
    * Pass build-flags to all 'make' invocations

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Mon, 05 Feb 2018 14:42:53 +0100

Upload details

Uploaded by:
Debian Multimedia Team
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Team
Architectures:
any
Section:
sound
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe sound

Downloads

File Size SHA-256 Checksum
pd-moonlib_0.3.6-3.dsc 2.0 KiB b665cdfce5b1fef5fa464cebcc3ae8b62150aee1ee0e40983b3ef52e88931c3a
pd-moonlib_0.3.6.orig.tar.gz 94.1 KiB b8d8792c21ea4535cc383fb0231102ff8d7d55a1c8cdbfbd9129ba9d28383681
pd-moonlib_0.3.6-3.debian.tar.xz 4.7 KiB 648aa7370d4c0ee059271aa900c9f347db4d4d89e505f4aca91dca43979b2fe4

Available diffs

No changes file available.

Binary packages built by this source

pd-moonlib: 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.

pd-moonlib-dbgsym: debug symbols for pd-moonlib