diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-16 02:20:35 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-16 02:20:35 +0000 |
commit | 4582fb40a54a370cb8a58c36540bd610b6589467 (patch) | |
tree | 2d46df1ca1a40afd5a680069b3e2286efe67dbff | |
parent | e28129a831fc80b5c809bb1f12fd767cb05b0d2e (diff) |
cleaned up Description: formatting
svn path=/trunk/externals/moonlib/; revision=13803
-rw-r--r-- | debian/control | 35 |
1 files changed, 12 insertions, 23 deletions
diff --git a/debian/control b/debian/control index b987d2f..cf4b68b 100644 --- a/debian/control +++ b/debian/control @@ -14,26 +14,15 @@ 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 and 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 datas (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 improvment of Joseph A. Sarlo's joystick. - image : an improvment 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. - - and some others... + . + * tabenv : like env~, an enveloppe follower, but computing on a table, so possibly much speeder than real-time env~'s computation + * tabsort and 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 datas (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 improvment of Joseph A. Sarlo's joystick + * image : an improvment 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. |