Hello,
I am looking for compiled binaries of the latest pmpd for Windows and Mac. I'm interested in the 2011f versions with single-object simulations: [pmpd], [pmpd2d] and [pmp3d] like in [msd], not the old pmpd which is included in Pd-extended 0.43 beta and earlier.
Anyone has these and could make them available?
Thanks a lot.
Frank Barknecht Do You RjDj.me? _ ______footils.org__
Here are the mac bins from august 2011 enjoy n
Le 17/05/12 11:21, Frank Barknecht a écrit :
Hello,
I am looking for compiled binaries of the latest pmpd for Windows and Mac. I'm interested in the 2011f versions with single-object simulations: [pmpd], [pmpd2d] and [pmp3d] like in [msd], not the old pmpd which is included in Pd-extended 0.43 beta and earlier.
Anyone has these and could make them available?
Thanks a lot.
Ciao
Le 17/05/2012 11:21, Frank Barknecht a écrit :
Hello,
I am looking for compiled binaries of the latest pmpd for Windows and Mac. I'm interested in the 2011f versions with single-object simulations: [pmpd], [pmpd2d] and [pmp3d] like in [msd], not the old pmpd which is included in Pd-extended 0.43 beta and earlier.
hello,
pmpd2d and pmpd3d are in svn for almost 1 year. where did pd extended get pmpd sources?
cheers Cyrille
Anyone has these and could make them available?
Thanks a lot.
Ciao
On May 17, 2012, at 10:23 AM, Cyrille Henry wrote:
Le 17/05/2012 11:21, Frank Barknecht a écrit :
Hello,
I am looking for compiled binaries of the latest pmpd for Windows and Mac. I'm interested in the 2011f versions with single-object simulations: [pmpd], [pmpd2d] and [pmp3d] like in [msd], not the old pmpd which is included in Pd-extended 0.43 beta and earlier.
hello,
pmpd2d and pmpd3d are in svn for almost 1 year. where did pd extended get pmpd sources?
As has been in the works for a long time now, each library needs to have a maintainer to keep it up-to-date in Pd-extended: http://puredata.info/docs/LibrariesInPdExtended
They need to also meet these criteria: http://puredata.info/docs/developer/GettingIntoPdextended
What that means for something like pmpd is that first, a proper released tarball needs to be posted to puredata.info/downloads.
.hc
hello,
oups, yes, sorry. since i don't want to be involved in this maintaining stuff, i did forget about it.
It look like pmpd is "unsupported but included lib".
did anyone want to be involve maintaining pmpd for pdX, in order to include last version?
cheers. Cyrille
Le 18/05/2012 04:42, Hans-Christoph Steiner a écrit :
On May 17, 2012, at 10:23 AM, Cyrille Henry wrote:
Le 17/05/2012 11:21, Frank Barknecht a écrit :
Hello,
I am looking for compiled binaries of the latest pmpd for Windows and Mac. I'm interested in the 2011f versions with single-object simulations: [pmpd], [pmpd2d] and [pmp3d] like in [msd], not the old pmpd which is included in Pd-extended 0.43 beta and earlier.
hello,
pmpd2d and pmpd3d are in svn for almost 1 year. where did pd extended get pmpd sources?
As has been in the works for a long time now, each library needs to have a maintainer to keep it up-to-date in Pd-extended: http://puredata.info/docs/LibrariesInPdExtended
They need to also meet these criteria: http://puredata.info/docs/developer/GettingIntoPdextended
What that means for something like pmpd is that first, a proper released tarball needs to be posted to puredata.info/downloads.
.hc _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Le 18/05/12 16:12, Cyrille Henry a écrit :
did anyone want to be involve maintaining pmpd for pdX, in order to include last version?
I can eventually do that but i'm not sure to understand how it works: when there is a modification in the main svn how should i push/commit it? Must I upload a tarball on the puredata.info website or must i commit it in the appropriated branch of pd-extended on the svn? or both?
thanks, nicolas
On May 18, 2012, at 10:28 AM, Nicolas Montgermont wrote:
Le 18/05/12 16:12, Cyrille Henry a écrit :
did anyone want to be involve maintaining pmpd for pdX, in order to include last version?
I can eventually do that but i'm not sure to understand how it works: when there is a modification in the main svn how should i push/commit it? Must I upload a tarball on the puredata.info website or must i commit it in the appropriated branch of pd-extended on the svn? or both?
The idea is to decentralize the development of Pd-extended as much as possible so that individual developers have as much flexibility as possible without slowing down the release cycle (its slow enough as it is...).
This is the basic overview of the process:
I just updated this doc with more info: http://puredata.info/docs/developer/GettingIntoPdextended
The 0.43 release branch is closed to everything but bugfixes. I can't even find the time to fix the remaining bugs as it is...
FYI, I'll remain the Debian maintainer for pd-pmpd as long as it sticks to the library template. Those updates are entirely based on the tarballs that get posted to puredata.info/downloads.
.hc
Le 18/05/12 17:20, Hans-Christoph Steiner a écrit :
On May 18, 2012, at 10:28 AM, Nicolas Montgermont wrote:
Le 18/05/12 16:12, Cyrille Henry a écrit :
did anyone want to be involve maintaining pmpd for pdX, in order to include last version?
I can eventually do that but i'm not sure to understand how it works: when there is a modification in the main svn how should i push/commit it? Must I upload a tarball on the puredata.info website or must i commit it in the appropriated branch of pd-extended on the svn? or both?
The idea is to decentralize the development of Pd-extended as much as possible so that individual developers have as much flexibility as possible without slowing down the release cycle (its slow enough as it is...).
This is the basic overview of the process:
- A tag in SVN (i.e. tags/externals/pmpd
- a tarball on puredata.info/puredata
- make a release announcement and get some testers
- users can drop the pmpd libdir into the user-installed folder on their system, and Pd-extended will use that pmpd over the included version
- then once you have a solid release, copy to the pd-extended release branch, once it is setup
ok that's pretty clear. that's a bit complex, i hope it won't prevent many people from adding their project in pdx. But i understand the purpose. i'm ok to be the pmpd maintener for pdx (cyrille is ok with that) i'll try to do tagging, tarball, and everything soon to have an updated release for pdX-0.44 :)
I just updated this doc with more info: http://puredata.info/docs/developer/GettingIntoPdextended
thanks
The 0.43 release branch is closed to everything but bugfixes. I can't even find the time to fix the remaining bugs as it is...
no problem, good luck with bugs!
FYI, I'll remain the Debian maintainer for pd-pmpd as long as it sticks to the library template. Those updates are entirely based on the tarballs that get posted to puredata.info/downloads.
ok cool, best n
Le 18/05/12 18:30, Nicolas Montgermont a écrit :
- A tag in SVN (i.e. tags/externals/pmpd
ok i've check out the tags/externals/pmpd folder but I'm not really sure of how I must create a tag of the 0.10 version. Is the appropriate command: cd tags/externals/pmpd svn mkdir 0.10 cd 0.10 svn copy ../../../trunk/externals/pmpd/* ./* svn commit -m "tagging pmpd ver 0.10"
or do I simply do: cd trunk/externals/pmpd svn copy ./* https://pure-data.svn.sourceforge.net/svnroot/pure-data/tags/externals/pmpd/... -m "tagging pmpd ver 0.10"
or even: svn copy https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/pmpd https://pure-data.svn.sourceforge.net/svnroot/pure-data/tags/externals/pmpd/... -m "tagging pmpd ver 0.10"
thx for your help! n
On May 21, 2012, at 3:06 PM, Nicolas Montgermont wrote:
Le 18/05/12 18:30, Nicolas Montgermont a écrit :
- A tag in SVN (i.e. tags/externals/pmpd
ok i've check out the tags/externals/pmpd folder but I'm not really sure of how I must create a tag of the 0.10 version. Is the appropriate command: cd tags/externals/pmpd svn mkdir 0.10 cd 0.10 svn copy ../../../trunk/externals/pmpd/* ./* svn commit -m "tagging pmpd ver 0.10"
or do I simply do: cd trunk/externals/pmpd svn copy ./* https://pure-data.svn.sourceforge.net/svnroot/pure-data/tags/externals/pmpd/... -m "tagging pmpd ver 0.10"
or even: svn copy https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/pmpd https://pure-data.svn.sourceforge.net/svnroot/pure-data/tags/externals/pmpd/... -m "tagging pmpd ver 0.10"
I usually use this last option with full URLs, since its easiest to see exactly what's happening.
.hc