[PD] GridFlow 0.8.0

Mathieu Bouchard matju at artengine.ca
Tue Jun 7 06:55:43 CEST 2005


http://gridflow.ca/download/gridflow-0.8.0.tar.gz

ChangeLog for version 0.8.0 (2005.06.06):

  * removed support for jMax 2.5 and jMax 4.1
  * added GCC 3.4 support
  * added AMD64 support
  * added support for puredata "datastructure" pointers (aka gpointer)
  * changing the @-prefix for a #-prefix, where the old prefix still works
    (the old syntax is backwards-compatible,
     the new syntax is forwards-compatible)
  * 13 object-classes rewritten from Ruby to Pd abstractions
  * merged [@],[@!] -> [#] and added message "op"
  * removed all one-input ops (see next...)
  * new two-input ops: abs- sq- avg hypot sqrt rand
  * [#fold],[#scan]: removed seed arg and right outlet; added msgs "op" and 
"seed"
  * [#inner],[#convolve] : added msgs "op" and "seed"
  * [#inner],[#convolve] : removed three first args (usually * + 0)
  * [#inner] : removed middle inlet
  * major changes to the bridge API (Ruby<->PureData)
  * project "Linux Devices For Ruby" got merged in, as devices4ruby/
  * source code cleanup
  * internals: split Grid into Grid+GridPtr
  * internals: GridObject no longer manages GridOutlet
  * internals: added classes P,PtrGrid,...
  * internals: beginning to use C++'s Standard Template Library (sometimes)
  * [gridflow] now has "formats" msg (to list available formats)
  * [#store] added msg "op"
  * [#out x11] removed flag "verbose"
  * some spaces may now be omitted in gf-lists. e.g.:
    ( ( 2 1 ) ( ) ) ( 3 4 ( 5 ) ) can be shortened to: ((2 1) ()) (3 4 (5))
  * new object classes:
    [display], [#reverse], [#unpack], [#centroid2], [ls], [renamefile], 
[unix_time],
    [exec], [plotter_control], [#text_to_image], [#hueshift], [rubyarray]
  * in pd_examples added Alx's epicycloid.pd, scratch_video.pd,
    threshold.pd and Matju's goop.pd
  * some new/updated help files by Stéphanie Brodeur & Darsha Hewitt

version 0.7.7 was released on 2004.08.26.

,-o--------o--------o--------o-. ,---. irc.freenode.net #dataflow |
| The Diagram is the Program tm| | ,-o-------------o--------------o-.
`-o------------o-------------o-' | | Mathieu Bouchard (Montréal QC) |
   | téléphone:+1.514.383.3801`---' `-o-- http://artengine.ca/matju -'


More information about the Pd-list mailing list