Revision: 10459
http://pure-data.svn.sourceforge.net/pure-data/?rev=10459&view=rev
Author: jmmmp
Date: 2008-12-24 14:50:28 +0000 (Wed, 24 Dec 2008)
Log Message:
-----------
Modified Paths:
--------------
trunk/abstractions/jmmmp/jmmmp-ext.txt
Modified: trunk/abstractions/jmmmp/jmmmp-ext.txt
===================================================================
--- trunk/abstractions/jmmmp/jmmmp-ext.txt 2008-12-23 08:18:58 UTC (rev 10458)
+++ trunk/abstractions/jmmmp/jmmmp-ext.txt 2008-12-24 14:50:28 UTC (rev 10459)
@@ -12,13 +12,11 @@
datei-r - Sends the message "read ../../"
datei-w - Sends the message "write ../../"
dsp01 - DSP switch
-farben30 - PD GUI color scheme
-farben-data-s - Data structures' color scheme
f+ - Counter with variable increment
gui-edit - edit standard GUI objects fast
lbang - loadbang which can be triggered more often
liner~ - practical implementation of [line~]
-liner~ - practical implementation of signal envelopping
+liner+~ - practical implementation of signal envelopping
mat~ - Level meter with amplitude control
maat~ - Level meter with amplitude control, stereo
met~ - Level meter with amplitude control (with VU, too CPU expensive for me)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
/bin/sh: -c: line 1: syntax error: unexpected end of file
GEMglColor3ui.cpp:55: internal compiler error: Segmentation fault
ERROR: module is write only
rsync error: syntax or usage error (code 1) at main.c(641) [sender=2.6.9]
rsync error: error in rsync protocol data stream (code 12) at io.c(453) [receiver=2.6.9]
the full logfile - if it has been succesfully uploaded - can be viewed at:
http://autobuild.puredata.info/auto-build/2008-12-24/logs/2008-12-24_06.27.…
Revision: 10456
http://pure-data.svn.sourceforge.net/pure-data/?rev=10456&view=rev
Author: chunlee
Date: 2008-12-22 17:30:46 +0000 (Mon, 22 Dec 2008)
Log Message:
-----------
test commit
Added Paths:
-----------
branches/pd-devel/0.41.4/devel_doc/
branches/pd-devel/0.41.4/devel_doc/TODO
Added: branches/pd-devel/0.41.4/devel_doc/TODO
===================================================================
--- branches/pd-devel/0.41.4/devel_doc/TODO (rev 0)
+++ branches/pd-devel/0.41.4/devel_doc/TODO 2008-12-22 17:30:46 UTC (rev 10456)
@@ -0,0 +1 @@
+Test commit...
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 10455
http://pure-data.svn.sourceforge.net/pure-data/?rev=10455&view=rev
Author: zmoelnig
Date: 2008-12-22 08:38:19 +0000 (Mon, 22 Dec 2008)
Log Message:
-----------
fixed typo and apparent nonsense
Modified Paths:
--------------
trunk/externals/iem/iemguts/README.txt
Modified: trunk/externals/iem/iemguts/README.txt
===================================================================
--- trunk/externals/iem/iemguts/README.txt 2008-12-22 08:10:38 UTC (rev 10454)
+++ trunk/externals/iem/iemguts/README.txt 2008-12-22 08:38:19 UTC (rev 10455)
@@ -26,11 +26,11 @@
#2> make
#3> make install
-note: iemuts depends on some internal headers of Pd.
+note: IEMguts depends on some internal headers of Pd.
therefore you might have to specify the full path to your Pd-sources
using the PDROOT environment variable.
something like
-#2> PDROOT=/home/me/src/pd-0.41-2/
+#2> PDROOT=/home/me/src/pd-0.41-2/ make
should do the trick
(PDROOT should point to a directory wherein there is a src/-subdirectory
containing the sources of the Pd you are running)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 10454
http://pure-data.svn.sourceforge.net/pure-data/?rev=10454&view=rev
Author: zmoelnig
Date: 2008-12-22 08:10:38 +0000 (Mon, 22 Dec 2008)
Log Message:
-----------
explain the use of PDROOT
Modified Paths:
--------------
trunk/externals/iem/iemguts/README.txt
Modified: trunk/externals/iem/iemguts/README.txt
===================================================================
--- trunk/externals/iem/iemguts/README.txt 2008-12-20 21:48:16 UTC (rev 10453)
+++ trunk/externals/iem/iemguts/README.txt 2008-12-22 08:10:38 UTC (rev 10454)
@@ -26,6 +26,14 @@
#2> make
#3> make install
+note: iemuts depends on some internal headers of Pd.
+therefore you might have to specify the full path to your Pd-sources
+using the PDROOT environment variable.
+something like
+#2> PDROOT=/home/me/src/pd-0.41-2/
+should do the trick
+(PDROOT should point to a directory wherein there is a src/-subdirectory
+containing the sources of the Pd you are running)
license::
---------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.