Of course we missed somethings, so now we have 0.42.5-rc2! Fixed
since 0.42.5-rc1:
* 64-bit builds on Ubuntu
* 64-bit build on Mac OS X 10.6/Snow Leopard, minus Gem, hid, and
pidip (Carbon)
* fixed [plugin~] crashes, now also builds on Mac OS X and Windows
* Pd-extended shows in the GNOME menus again
There are of course many bug fixes and additions since 0.41.4, here
are some highlights:
* fixing Graph-On-Parent GUI bugs
* complete 64-bit support for GNU/Linux
* full …
[View More]support for Mac OS X 10.6 Snow Leopard (32-bit)
* a brand new Help Browser that shows all installed libraries
For more details, check the notes on the release wiki page:
http://puredata.info/dev/NextRelease
Downloading
-----------
You can download builds for Debian, Mac OS X, Ubuntu, and Windows:
http://at.or.at/hans/pd/installers.html
You can get the source and build it yourself here:
http://puredata.info/docs/developer/GettingPdSource
BUGS
--------
Test away and file bugs in the bug tracker! Also check the bug tracker
before reporting bugs, and if you find an existing bug report on the
same issue, please add your information there:
http://puredata.info/dev/bugtracker
[View Less]
I was trying to include pragma comments of OpenMp in a PD external, but it
does not seem to work for some reason. I tryed to look a bit on the web
about Pd and parallel code but couldn't find any thing specific about OpenMP
- does the current architecture of Pd allow parallelization with OpenMP
directives?
I included a simple directive, it compiled with -fopenmp with no error nor
warnings but in creation time (inside PD):
>undefined symbol: GOMP_parallel_start
> dtw
>... couldn't …
[View More]create
I found this [1] and also some references to Miller's conference about the
topic in Brasil but couldn't figure out exactly if OpenMP is allowed in pd
external code.
best regards,
Pedro Lopes
[1]
http://www.eecs.berkeley.edu/~demmel/cs267_Spr10/Lectures/Wessel_Final_ICMC…<http://www.eecs.berkeley.edu/%7Edemmel/cs267_Spr10/Lectures/Wessel_Final_IC…>
--
Pedro Lopes
contacto: jazz(a)radiozero.pt
website: http://web.ist.utl.pt/Pedro.Lopes
[View Less]
PDPCAP 0.0.4 new features
·pcap files read: Read captured traffic saved in a pcap file .
(wireshark , tcpdump , etc. compatible).
·pcap files dump: Dump pdpcap captured traffic in a pcap file, so it can be
open by any compatible aplication.
·OS X compatible: Thanks to Nicolas Montgermont pdpcap is now os x
compatible.
http://musa.poperbu.net/content/view/95/30/
--
Jordi Sala
http://musa.poperbu.net
Got GridFlow on Android working, with no options at all. Therefore, [#out
window] does not work, and there's no other form of window output, because
there is no x11, no quartz, no sdl, no aalib, no tk, no gem and no pdp
(those are the seven window outputs that GF can support). Seems like we
will need an 8th one, specifically for Android, unless someone gets Gem or
PDP to work on that.
The test I made was just to compute a matrix and print it in the console.
…
[View More]_______________________________________________________________________
| Mathieu Bouchard ------------------------------ Villeray, Montréal, QC
[View Less]
Hi all,
I am getting the following error when running ./configure in the latest gem
from svn:
checking whether ln -s works... yes
./configure: line 3662: syntax error near unexpected token
`REFERENCEPATH=$GEM_RTE_REFERENCEPATH'
./configure: line 3662: `REFERENCEPATH=$GEM_RTE_REFERENCEPATH'
any idea what it means?
best,
J
--
Jaime E Oliver LR
www.jaimeoliver.pe
858 750 0924 (cel)
858 202 1522 (home)
This is a little late, so you may not want to get into it, but I once
hacked firmata a little, so that it could read an encoder. I'll
attach it.
Collin

On Oct 26, 2010, at 12:13 AM, pd-list-request(a)iem.at wrote:
> Message: 5
> Date: Mon, 25 Oct 2010 22:48:21 -0400
> From: Dafydd Hughes <dafydd61(a)gmail.com>
> Subject: Re: [PD] Stupid arduino question
> To: Mathieu Bouchard <matju(a)artengine.ca>
> Cc: pd-list(a)iem.at
> Message-ID: <7C5029D0-…
[View More]90FD-4212-86FC-892F0FBCB378(a)gmail.com>
> Content-Type: text/plain; charset=iso-8859-1
>
> Thanks everybody for the advice. I think, as this needs to be done
> Wednesday, it's time to lose the rotary encoders in favour of pots
> and use pduino (thank you pduino!!) and analog ins.
>
> It's so rare for me that the analog version is simpler and cleaner
> than the digital!
>
> cheers
> dafydd
[View Less]
Hi,
On my Macbook Pro (2.5 GHz Core 2 Duo), Pd's idle CPU usage is 15-20%. This is really high for an application in idle state.
I get this regardless of the version of Pd I use -- I've tested with 0.42 and 0.43 latest. The load is in the server, the GUI CPU usage seems quite low.
Does anyone know why this is? Is there anything that can be done to improve the situation?
Jamie
--
http://www.jamiebullock.com
libpd has reached a 0.1 release, enabling developers to use Pd as a
sound engine in their applications. Out of the gate, we have extensive
code samples for Android 1.5 and later, plus the basic tools to work
on iOS (recent armv7 recommended for now, with other devices soon). In
the near future, embedding Pd patches inside tools like
Processing/Java, OpenFrameworks/C++, and Python should be just as
easy. The library is based on Pd vanilla, so this is not a fork of Pd;
you can use patches in it …
[View More]just as you would in any other version.
Developers will find the library, code snippets (for Android; iOS is
coming), and even some handy abstractions:
http://gitorious.org/pdlib/
To learn more:
Article on the release at createdigitalmusic:
http://bit.ly/libpdishere
Group for discussing Pd on mobile, embedded, and using libpd:
http://noisepages.com/groups/pd-everywhere/
End users with Android phones or tablets can try out packages now:
http://gitorious.org/pdlib/pages/Packages
... in addition to patches from Chris detailed in the CDM post above.
libpd available is thanks to the work of Peter Brinkmann, with
testing, further development, documentation, and other contributions
from the RjDj team (who are now adopting it in their future
development work), Hans-Christoph Steiner, Chris McCormick (who has
also added the ability to make HTML5 web interfaces), and Peter Kirn,
along with members of the NYC Patching Circle at NYC Resistor.
_______________________________________________
Pd-announce mailing list
Pd-announce(a)iem.at
http://lists.puredata.info/listinfo/pd-announce
[View Less]
hello,
I'm trying to get feeds from
http://puredata.info/news/RSS
for a Drupal web site but it doesn't work. Do you know if there is
something to do for this problem (what is the exact adress with the
extension ? : .xml, .rss, .php ?).
For example, i have no problem with the Processing web site :
http://processing.org/updates.xml
or with
http://puredata.hurleur.com/rss.php
Thanx a lot.
++
Jack
Hi...
I have two videos (320x240 / mjpeg) which I try to use with [pix_compare]...
On ubuntu 8.04 with pd-ext 41.4 there is no problem...
But it crashes with the new 42.5 (on Ubuntu 8.04 and 10.04)
Is it the same for someone else ?
Thanks
01ivier