GridFlow 0.7.1

Here is a new release of GridFlow (a multi-dimensional dataflow processing
library for Ruby, jMax and PureData, specialized in pictures and video)

http://artengine.ca/jmax/gridflow/
http://artengine.ca/jmax/gridflow/download/gridflow-0.7.1.tar.gz

If you have any questions and/or want to talk, there is the #dataflow
chatroom on IRC.FreeNode.Net, where all MAX-like software is on-topic.

If you have any trouble installing GridFlow (or have any questions),
please send me an email about it or see me on IRC.

version 0.7.1 (2003.03.24):

  • fixed important bugs (crashes and such)
  • @store,@ can now receive in inlet 1 while sending from outlet 0.
  • @, when inlet 1 grid size is small but not 1, is now much faster.
  • added memcpy() usage logging (see profiler_dump)
  • added examples: drag_rectangle.jmax, plot.jmax, eclipse.jmax
  • added example: cellular_1d.pd
  • added classes: fork, jmax_udpsend, jmax_udpreceive
  • added classes: @rotate, @remap_image, @type
  • added operators: gcd,lcm (common divisors/multiples)
  • quicktime: added encoding, added seek, fixed bugs
  • @in inlet 1 tells frame number (int), end-of-file (bang)
  • @in: added: set, option loop (controlling auto-rewind)
  • updated cross_fade.jmax (much faster)
  • @two,@three,@four allow inlet 0 bang trigger
  • configure: simpler config for jMax 2.5
  • PD help patches (by Uli Berthold)
  • PD: “make install” takes care of help patches and library
  • CVS web interface on artengine.ca (thanks to Alex)

(the previous version was released on 2002.02.01)

···

Mathieu Bouchard http://artengine.ca/matju

matju,

It’s good to see another release of GridFlow!

In the future could you please prefix your releases with [ANN]? It makes the
RWN preparation process a lot less arduous-- something that really counts in
weeks totalling 700+ posts.

Thanks again :slight_smile:

···

On Monday 24 March 2003 10:50 pm, Mathieu Bouchard wrote:

Here is a new release of GridFlow (a multi-dimensional dataflow processing
library for Ruby, jMax and PureData, specialized in pictures and video)

Bruce Williams
1/3 of the RWN editing team

Here is a new release of GridFlow (a multi-dimensional dataflow processing
library for Ruby, jMax and PureData, specialized in pictures and video)

http://artengine.ca/jmax/gridflow/
http://artengine.ca/jmax/gridflow/download/gridflow-0.7.2.tar.gz

If you have any questions and/or want to talk, there is the #dataflow
chatroom on IRC.FreeNode.Net, where PD/jMax/MAX-like software is on-topic.

If you have any trouble installing GridFlow (or have any questions),
please send me an email about it, or see me on IRC.

···

±------±------±------±------
Important note to PD folks: this version includes a jmax->pd translator
(as a ruby script). it’s not very solid yet, but I’ve included all the
example patches it was able to translate.
±------±------±------±------

version 0.7.2 (2003.04.24):

  • fixed bugs in: make install, jpeg reading
  • added support for float32
  • added direct .jmax decoding
  • added direct .pd encoding
  • pd examples moved to separate directory
  • ported some .jmax examples to .pd (automated) (8 out of 21)
  • added motion_detect.pd
  • new classes: demux, and more jmax emulations
  • @in,@out: keyword “option” may be omitted
  • configure: added --ruby-prefix
  • adding custom C++ pre-preprocessor
  • better type checking of message arguments (better error reporting too)
  • @print supports 3 dimensions, and msg “base” with arg 2,8,10,16
  • can now write loadbang-messages into an object box using the comma
  • major cleanup of the source code
  • added operator *>>8 (multiplication by value then division by 256)
  • new classes: @rgb_to_yuv, @yuv_to_rgb
  • @rotate now works with multiple axis (can work on 3D points, etc)

(the previous version was released on 2002.03.24)


Mathieu Bouchard http://artengine.ca/matju

These screenshots looks awesome!
http://artengine.ca/jmax/gridflow/gallery/

···

On Fri, 25 Apr 2003 12:17:35 +0900, Mathieu Bouchard wrote:

Here is a new release of GridFlow (a multi-dimensional dataflow processing
library for Ruby, jMax and PureData, specialized in pictures and video)

http://artengine.ca/jmax/gridflow/
http://artengine.ca/jmax/gridflow/download/gridflow-0.7.2.tar.gz


Simon Strandgaard