From a89a3c9fecd05a623aef900114cf936ba9ecd9e7 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Wed, 15 Mar 2006 04:55:34 +0000 Subject: 0.8.1 svn path=/trunk/; revision=4710 --- externals/gridflow/doc/reference.html | 111 +++++++++++++++++++++++++++++++--- 1 file changed, 103 insertions(+), 8 deletions(-) (limited to 'externals/gridflow/doc/reference.html') diff --git a/externals/gridflow/doc/reference.html b/externals/gridflow/doc/reference.html index ac1f4373..8dce72ec 100644 --- a/externals/gridflow/doc/reference.html +++ b/externals/gridflow/doc/reference.html @@ -1,6 +1,6 @@ - -GridFlow 0.8.0 - Reference Manual: Flow Classes + +GridFlow 0.8.1 - Reference Manual: Flow Classes @@ -14,7 +14,7 @@ -

GridFlow 0.8.0 - Reference Manual: Flow Classes

+

GridFlow 0.8.1 - Reference Manual: Flow Classes

  @@ -129,6 +129,15 @@
  • [pd_netsend]
  • [pd_netreceive]
  • +

    (new documentation)

    +

    (undocumented)



    @@ -208,6 +217,13 @@ [#color]





    Triple slider for the selection of RGB values.


    method init (float min, float max, 0,1 hidepreview)

    inlet 0 method grid () + changes all three values (R,G,B). The grid must + be a Dim(3).
    +
    inlet 0 method delegate () + sends the rest of the message to each of the three sliders. + this relies on the fact that [#color] is implemented using + three [hsl] and this might not still work in the far future.
    +
    outlet 0 method grid () Produces a Dim(3) grid of RGB values.

      class #unpack
    @@ -874,7 +890,11 @@ Outputs the fractions of a second up to 10 microseconds (?) (actual precision is This object is similar to the Unix list command 'ls'. It returns the names of files in a given directory. May be used with [listlength] to retrieve the number of files. - Hidden files are displayed.


    inlet 0 method symbol ()
    + Hidden files are displayed.


    inlet 0 method symbol () + lists all files in a given directory
    +
    inlet 0 method glob () + lists all files matching a given pattern. + "symbol hello" is like "glob hello/*"

      class exec
    [exec]





    @@ -1057,13 +1077,88 @@ Outputs the HPGL commands in ASCII format
      - + + +

    (new documentation)

      class listfind
    +[listfind]





    +
    method _1_list () list to search into
    +
    method _0_float () float to find in that list
    +
    method _1_float () position of the incoming float in the stored list
    +
      class memstat
    +[memstat]





    +
    method _0_bang () lookup process stats for the currently running pd+ruby and figure out how much RAM it uses.
    +
    method _0_float () virtual size of RAM in kilobytes (includes swapped out and shared memory)
    +
      class regsub
    +[regsub]





    +
    method _1_symbol () a regexp pattern to be found inside of the string
    +
    method _0_symbol () a string to transform
    +
    method _2_symbol () a replacement for the found pattern
    +
    method _0_symbol () the transformed string
    +
      class sendgui
    +[sendgui]





    +
    method _0_list () a Tcl/Tk command to send to the pd client.
    +
      class sys_vgui
    +[sys_vgui]





    +
    method _0_list () a Tcl/Tk command to send to the pd client.
    +
      + + +

    (undocumented)

    [#edit]

    +

    [#in]

    +

    [#in:aalib]

    +

    [#io:file]

    +

    [#io:grid]

    +

    [#io:jpeg]

    +

    [#io:mpeg]

    +

    [#io:opengl]

    +

    [#io:png]

    +

    [#io:ppm]

    +

    [#io:quicktime]

    +

    [#io:sdl]

    +

    [#io:targa]

    +

    [#io:tk]

    +

    [#io:videodev]

    +

    [#io:window]

    +

    [#io:x11]

    +

    [#matrix_solve]

    +

    [#out]

    +

    [#peephole]

    +

    [@!]

    +

    [@eight]

    +

    [@four]

    +

    [@global]

    +

    [@scale_to]

    +

    [@three]

    +

    [@two]

    +

    [GridObject]

    +

    [SoundMixer]

    +

    [ascii]

    +

    [broken]

    +

    [button]

    +

    [delcomusb]

    +

    [for]

    +

    [gfmessagebox]

    +

    [gridflow]

    +

    [jcomment]

    +

    [jmax4_udpreceive]

    +

    [jmax4_udpsend]

    +

    [joystick_port]

    +

    [jpatcher]

    +

    [klippeltronics]

    +

    [loadbang]

    +

    [messbox]

    +

    [parallel_port]

    +

    [pd_netsocket]

    +

    [system]

    +

    [toggle]

    +  +

    -GridFlow 0.8.0 Documentation
    -Copyright © 2001,2002,2003,2004,2005 by Mathieu Bouchard -matju@artengine.ca +GridFlow 0.8.1 Documentation
    +Copyright © 2001,2002,2003,2004,2005,2006 by Mathieu Bouchard +matju@artengine.ca

    -- cgit v1.2.1