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. autobuild:
/var/www/auto-build/2009-08-12/logs/2009-08-12_03.31.00_mingw32_nt-5.1_windowsxp-i386_pd-extended.txt
(Pd user)
2. SF.net SVN: pure-data:[11899] branches/pd-devel/0.41.4
([email protected])
3. SF.net SVN: pure-data:[11900]
trunk/externals/ann/examples/ann_som/ann_som. pd
([email protected])
4. SF.net SVN: pure-data:[11901]
branches/pd-devel/0.41.4/src/pdtk_canvas.tcl
([email protected])
5. SF.net SVN: pure-data:[11902]
branches/pd-devel/0.41.4/src/pd.tk ([email protected])
6. SF.net SVN: pure-data:[11903] branches/pd-devel/0.41.4/src
([email protected])
7. SF.net SVN: pure-data:[11904]
branches/pd-devel/0.41.4/src/pd_menus.tcl
([email protected])
8. SF.net SVN: pure-data:[11905] branches/pd-devel/0.41.4/src
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Wed, 12 Aug 2009 08:08:02 -0400 (EDT)
From: [email protected] (Pd user)
Subject: [PD-cvs] autobuild:
/var/www/auto-build/2009-08-12/logs/2009-08-12_03.31.00_mingw32_nt-5.1_windowsxp-i386_pd-extended.txt
To: [email protected]
Message-ID: <20090812120802.64449644...@debian-stable-i386>
./gfsmCommon.h:82: error: syntax error before "gfsmEpsilon2"
./gfsmCommon.h:85: error: syntax error before "gfsmNoKey"
./gfsmCommon.h:88: error: syntax error before "gfsmNoLabel"
./gfsmCommon.h:91: error: syntax error before "gfsmNoState"
./gfsmCommon.h:96: error: syntax error before "gfsmNoWeight"
gfsmCommon.c:29: error: syntax error before "gfsmEpsilon"
gfsmCommon.c:31: error: syntax error before "gfsmNoKey"
gfsmCommon.c:33: error: syntax error before "gfsmNoLabel"
gfsmCommon.c:33: error: initializer element is not constant
gfsmCommon.c:35: error: syntax error before "gfsmEpsilon1"
gfsmCommon.c:35: error: initializer element is not constant
gfsmCommon.c:37: error: syntax error before "gfsmEpsilon2"
gfsmCommon.c:37: error: initializer element is not constant
gfsmCommon.c:39: error: syntax error before "gfsmNoState"
gfsmCommon.c:39: error: initializer element is not constant
gfsmCommon.c:41: error: syntax error before "gfsmNoWeight"
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(710) [sender=3.0.3]
rsync error: error in rsync protocol data stream (code 12) at
/home/lapo/packaging/rsync-3.0.4-1/src/rsync-3.0.4/io.c(632) [receiver=3.0.4]
./pd-settings.reg: line 210: syntax error: unexpected end of file
the full logfile can be viewed at
http://autobuild.puredata.info/auto-build/2009-08-12/logs/
------------------------------
Message: 2
Date: Wed, 12 Aug 2009 16:57:26 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[11899]
branches/pd-devel/0.41.4
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 11899
http://pure-data.svn.sourceforge.net/pure-data/?rev=11899&view=rev
Author: eighthave
Date: 2009-08-12 16:57:26 +0000 (Wed, 12 Aug 2009)
Log Message:
-----------
created a system for associating pd patches to file extensions and created an
example wav.pd for opening .WAVs. Basically, create a patch using $FILENAME
for the filename, name it after the file extension, then drop it into
'associations'. On start-up, Pd will set up the associations for that filetype.
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/pd.tk
branches/pd-devel/0.41.4/src/pd_menucommands.tcl
Added Paths:
-----------
branches/pd-devel/0.41.4/associations/
branches/pd-devel/0.41.4/associations/wav.pd
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 3
Date: Wed, 12 Aug 2009 17:06:48 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[11900]
trunk/externals/ann/examples/ann_som/ann_som. pd
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 11900
http://pure-data.svn.sourceforge.net/pure-data/?rev=11900&view=rev
Author: bbogart
Date: 2009-08-12 17:06:48 +0000 (Wed, 12 Aug 2009)
Log Message:
-----------
Changed "example" (this should be a help-file?) to reflect addition of
"rinit" method to set weights to time-seeded random values.
Modified Paths:
--------------
trunk/externals/ann/examples/ann_som/ann_som.pd
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 4
Date: Wed, 12 Aug 2009 23:55:16 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[11901]
branches/pd-devel/0.41.4/src/pdtk_canvas.tcl
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 11901
http://pure-data.svn.sourceforge.net/pure-data/?rev=11901&view=rev
Author: eighthave
Date: 2009-08-12 23:55:16 +0000 (Wed, 12 Aug 2009)
Log Message:
-----------
fixed editmode glitch and setup global array for storing the editmode of each
open patch
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/pdtk_canvas.tcl
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 5
Date: Wed, 12 Aug 2009 23:59:30 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[11902]
branches/pd-devel/0.41.4/src/pd.tk
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 11902
http://pure-data.svn.sourceforge.net/pure-data/?rev=11902&view=rev
Author: eighthave
Date: 2009-08-12 23:59:29 +0000 (Wed, 12 Aug 2009)
Log Message:
-----------
added editmode array to list of global vars
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/pd.tk
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 6
Date: Thu, 13 Aug 2009 00:18:07 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[11903]
branches/pd-devel/0.41.4/src
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 11903
http://pure-data.svn.sourceforge.net/pure-data/?rev=11903&view=rev
Author: eighthave
Date: 2009-08-13 00:18:07 +0000 (Thu, 13 Aug 2009)
Log Message:
-----------
added pdtk_canvas_close proc to clean up when closing a window. Ideally,
canvas_vis() in pd would call this proc instead of sending Tcl commands from C
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/pd_bindings.tcl
branches/pd-devel/0.41.4/src/pdtk_canvas.tcl
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 7
Date: Thu, 13 Aug 2009 01:10:24 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[11904]
branches/pd-devel/0.41.4/src/pd_menus.tcl
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 11904
http://pure-data.svn.sourceforge.net/pure-data/?rev=11904&view=rev
Author: eighthave
Date: 2009-08-13 01:10:23 +0000 (Thu, 13 Aug 2009)
Log Message:
-----------
attempts at an Edit Mode check menu, reworded DSP menu items
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/pd_menus.tcl
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------
Message: 8
Date: Thu, 13 Aug 2009 01:18:58 +0000
From: [email protected]
Subject: [PD-cvs] SF.net SVN: pure-data:[11905]
branches/pd-devel/0.41.4/src
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8
Revision: 11905
http://pure-data.svn.sourceforge.net/pure-data/?rev=11905&view=rev
Author: eighthave
Date: 2009-08-13 01:18:58 +0000 (Thu, 13 Aug 2009)
Log Message:
-----------
- moved pdsend_key to pd_bindings.tcl since that's where its used
- bind to key releases as well
- use more explicit bind names and formated bind statements nicely
Modified Paths:
--------------
branches/pd-devel/0.41.4/src/pd_bindings.tcl
branches/pd-devel/0.41.4/src/wheredoesthisgo.tcl
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 54, Issue 10
**************************************