Send Pd-cvs mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.puredata.info/listinfo/pd-cvs
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pd-cvs digest..."


Today's Topics:

   1. SF.net SVN: pure-data:[17135] trunk/externals/pix_opencv/
      pix_opencv_blobtrack.cc ([email protected])
   2. SF.net SVN: pure-data:[17136] trunk/externals/pix_opencv
      ([email protected])
   3. SF.net SVN: pure-data:[17137] trunk/externals/pix_opencv
      ([email protected])
   4. SF.net SVN: pure-data:[17138]
      trunk/externals/pix_opencv/examples/
      06_GPU_opticalflow/06_GPU_opticalflow.pd
      ([email protected])
   5. SF.net SVN: pure-data:[17139]
      trunk/externals/pix_opencv/examples/
      05_perspective_correction/05_perspective_correction.pd
      ([email protected])
   6. SF.net SVN: pure-data:[17140]
      trunk/externals/pix_opencv/examples ([email protected])
   7. SF.net SVN: pure-data:[17141]
      trunk/externals/pix_opencv/examples/
      08_GPU_morphology/08_GPU_morphology.pd
      ([email protected])
   8. [git]pure-data branch master updated.
      a736df3796c29bc669d5efdbdc68a07ad7ee339c (Miller Puckette)
   9. SF.net SVN: pure-data:[17142]
      trunk/externals/mrpeach/net/tcpserver.c
      ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Sat, 18 May 2013 10:09:54 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[17135]
        trunk/externals/pix_opencv/ pix_opencv_blobtrack.cc
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 17135
          http://pure-data.svn.sourceforge.net/pure-data/?rev=17135&view=rev
Author:   avilleret
Date:     2013-05-18 10:09:50 +0000 (Sat, 18 May 2013)
Log Message:
-----------
add getParam and setParam method to control module's parameter
WARNING ! this is quite experimental !
since there is no way to get parameters boundaries and those are not clipped, 
set to a wrong value could lead to crash

Modified Paths:
--------------
    trunk/externals/pix_opencv/pix_opencv_blobtrack.cc

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 2
Date: Sat, 18 May 2013 10:12:46 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[17136]
        trunk/externals/pix_opencv
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 17136
          http://pure-data.svn.sourceforge.net/pure-data/?rev=17136&view=rev
Author:   avilleret
Date:     2013-05-18 10:12:46 +0000 (Sat, 18 May 2013)
Log Message:
-----------
add invert method to invert transformation matrix

Modified Paths:
--------------
    trunk/externals/pix_opencv/pix_opencv_warpperspective.cc
    trunk/externals/pix_opencv/pix_opencv_warpperspective.h

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 3
Date: Sat, 18 May 2013 10:17:21 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[17137]
        trunk/externals/pix_opencv
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 17137
          http://pure-data.svn.sourceforge.net/pure-data/?rev=17137&view=rev
Author:   avilleret
Date:     2013-05-18 10:17:21 +0000 (Sat, 18 May 2013)
Log Message:
-----------
update help patches :
warpperspective : add invert message
blobtrack : add setParam and getParam message

Modified Paths:
--------------
    trunk/externals/pix_opencv/pix_opencv_blobtrack-help.pd
    trunk/externals/pix_opencv/pix_opencv_contours-help.pd
    trunk/externals/pix_opencv/pix_opencv_warpperspective-help.pd

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 4
Date: Sat, 18 May 2013 10:32:59 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[17138]
        trunk/externals/pix_opencv/examples/
        06_GPU_opticalflow/06_GPU_opticalflow.pd
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 17138
          http://pure-data.svn.sourceforge.net/pure-data/?rev=17138&view=rev
Author:   avilleret
Date:     2013-05-18 10:32:58 +0000 (Sat, 18 May 2013)
Log Message:
-----------
some small changes, mainly in comments

Modified Paths:
--------------
    trunk/externals/pix_opencv/examples/06_GPU_opticalflow/06_GPU_opticalflow.pd

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 5
Date: Sat, 18 May 2013 10:51:29 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[17139]
        trunk/externals/pix_opencv/examples/
        05_perspective_correction/05_perspective_correction.pd
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 17139
          http://pure-data.svn.sourceforge.net/pure-data/?rev=17139&view=rev
Author:   avilleret
Date:     2013-05-18 10:51:18 +0000 (Sat, 18 May 2013)
Log Message:
-----------
small changes

Modified Paths:
--------------
    
trunk/externals/pix_opencv/examples/05_perspective_correction/05_perspective_correction.pd

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 6
Date: Sat, 18 May 2013 11:04:34 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[17140]
        trunk/externals/pix_opencv/examples
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 17140
          http://pure-data.svn.sourceforge.net/pure-data/?rev=17140&view=rev
Author:   avilleret
Date:     2013-05-18 11:04:33 +0000 (Sat, 18 May 2013)
Log Message:
-----------
add vp calibration example

Added Paths:
-----------
    trunk/externals/pix_opencv/examples/09_vp_calibration/
    trunk/externals/pix_opencv/examples/09_vp_calibration/09_vp_calibration.pd
    trunk/externals/pix_opencv/examples/09_vp_calibration/pattern.png
    trunk/externals/pix_opencv/examples/09_vp_calibration/subprocess.pd
    trunk/externals/pix_opencv/examples/09_vp_calibration/test.pd

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 7
Date: Sat, 18 May 2013 11:59:48 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[17141]
        trunk/externals/pix_opencv/examples/
        08_GPU_morphology/08_GPU_morphology.pd
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 17141
          http://pure-data.svn.sourceforge.net/pure-data/?rev=17141&view=rev
Author:   avilleret
Date:     2013-05-18 11:59:47 +0000 (Sat, 18 May 2013)
Log Message:
-----------
small changes in comments

Modified Paths:
--------------
    trunk/externals/pix_opencv/examples/08_GPU_morphology/08_GPU_morphology.pd

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

Message: 8
Date: Sat, 18 May 2013 21:37:48 +0000
From: "Miller Puckette" <[email protected]>
Subject: [PD-cvs] [git]pure-data branch master updated.
        a736df3796c29bc669d5efdbdc68a07ad7ee339c
To: [email protected]
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pure-data".

The branch, master has been updated
       via  a736df3796c29bc669d5efdbdc68a07ad7ee339c (commit)
       via  43e034cd3ce9d5afa7d7fcb8c14cbd8d74e703b7 (commit)
       via  a0b4f70dc685d53162f82c7b5faad2c79f1c4cc2 (commit)
       via  832e25b6dea12e10dcda4e0f8e7e36fd0e10259f (commit)
       via  6c33cc322507bdd22bc83aef3e2ae965afb6d849 (commit)
       via  c1241a4a27017f66f3fa534bef6a67735a493bed (commit)
       via  5a313f9d80cd133f3f64aa7d9595adbe1b3ab9c9 (commit)
       via  e2a0dc25bf3d9de0bca9419b8776d548ac6224e8 (commit)
       via  b597084bd40415a0e1904d554a295c52045c19fc (commit)
       via  40da123c9cb036546e9ec1a786d8199532319833 (commit)
      from  93b574c2b726e74f678bc182f19a0471d19a08ee (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a736df3796c29bc669d5efdbdc68a07ad7ee339c
Author: Miller Puckette <[email protected]>
Date:   Sat May 18 14:36:14 2013 -0700

    "send" message to array define object

commit 43e034cd3ce9d5afa7d7fcb8c14cbd8d74e703b7
Author: Miller Puckette <[email protected]>
Date:   Sat May 18 12:45:19 2013 -0700

    fix by Matthew Walsh to avoid windows getting negative screen locations

commit a0b4f70dc685d53162f82c7b5faad2c79f1c4cc2
Author: Miller Puckette <[email protected]>
Date:   Sat May 18 12:43:33 2013 -0700

    tweak to text resizing

commit 832e25b6dea12e10dcda4e0f8e7e36fd0e10259f
Author: Miller Puckette <[email protected]>
Date:   Sat May 18 12:23:37 2013 -0700

    array object and help window, first working attempt

commit 6c33cc322507bdd22bc83aef3e2ae965afb6d849
Author: Miller Puckette <[email protected]>
Date:   Fri May 17 13:16:11 2013 -0700

    working version - now prepare to make new class for 'array define' so we can
    have an inlet

commit c1241a4a27017f66f3fa534bef6a67735a493bed
Author: Miller Puckette <[email protected]>
Date:   Tue May 14 17:36:03 2013 -0700

    works now maybe

commit 5a313f9d80cd133f3f64aa7d9595adbe1b3ab9c9
Author: Miller Puckette <[email protected]>
Date:   Fri May 10 17:32:27 2013 -0700

    Yet more editing

commit e2a0dc25bf3d9de0bca9419b8776d548ac6224e8
Author: Miller Puckette <[email protected]>
Date:   Fri May 10 17:05:17 2013 -0700

    more editing - unfinished

commit b597084bd40415a0e1904d554a295c52045c19fc
Author: Miller Puckette <[email protected]>
Date:   Fri May 10 15:47:29 2013 -0700

    in middle of editing

commit 40da123c9cb036546e9ec1a786d8199532319833
Author: Miller Puckette <[email protected]>
Date:   Sun May 5 21:07:35 2013 -0700

    partly debugged saving/restoring data in scalars; still trouble with
    updating from "properties" dialog

-----------------------------------------------------------------------

Summary of changes:
 doc/4.data.structures/05.array.pd     |   50 ++---
 doc/5.reference/array-object-help.pd  |  139 ++++++++++++
 doc/5.reference/array-object-help.txt |  100 +++++++++
 doc/5.reference/text-object-help.pd   |   15 +-
 src/g_array.c                         |   18 +-
 src/g_canvas.c                        |   87 +++-----
 src/g_canvas.h                        |    3 +
 src/g_editor.c                        |   29 +++-
 src/g_graph.c                         |   26 ++-
 src/g_readwrite.c                     |   29 +++-
 src/g_scalar.c                        |   19 ++-
 src/g_template.c                      |    2 -
 src/m_binbuf.c                        |   30 ++-
 src/m_conf.c                          |    2 +
 src/m_pd.h                            |    2 +
 src/makefile.gnu                      |   11 +-
 src/makefile.mac                      |    9 +-
 src/makefile.mingw                    |    6 +-
 src/makefile.msvc                     |    4 +-
 src/x_array.c                         |  390 +++++++++++++++++++++++++++++++++
 src/x_qlist.c                         |    5 +
 tcl/pdtk_canvas.tcl                   |    4 +-
 22 files changed, 849 insertions(+), 131 deletions(-)
 create mode 100644 doc/5.reference/array-object-help.pd
 create mode 100644 doc/5.reference/array-object-help.txt
 create mode 100644 src/x_array.c


hooks/post-receive
-- 
pure-data



------------------------------

Message: 9
Date: Sun, 19 May 2013 06:13:52 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[17142]
        trunk/externals/mrpeach/net/tcpserver.c
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Revision: 17142
          http://pure-data.svn.sourceforge.net/pure-data/?rev=17142&view=rev
Author:   mrpeach
Date:     2013-05-19 06:13:51 +0000 (Sun, 19 May 2013)
Log Message:
-----------
Check for space before accepting incoming connection, increased MAX_CONNECT.
Also changed print format for size_t from %d to %lu
And commented out some unused variables.

Modified Paths:
--------------
    trunk/externals/mrpeach/net/tcpserver.c

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.




------------------------------

_______________________________________________
Pd-cvs mailing list
[email protected]
http://lists.puredata.info/listinfo/pd-cvs


End of Pd-cvs Digest, Vol 99, Issue 9
*************************************

Reply via email to