hello, in a rough count, there were around 85 extended libraries in the last Pd-Extended release.
Just wondering which of them are still being maintained or had any new update since the last Pd-Extended release.
cheers
hello,
Le 03/03/2016 01:39, Alexandre Torres Porres a écrit :
hello, in a rough count, there were around 85 extended libraries in the last Pd-Extended release.
Just wondering which of them are still being maintained or had any new update since the last Pd-Extended release.
i maintain and update all my lib (pmpd, nusmuk, puremaping, share_mem). pmpd have billion of new feature since pd-extended release. the other lib are not even present on pd-extended
you can have a look at svn : https://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/ to see what and when things have been updated.
cheers c
cheers
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
cyrille, I see nusmuk was removed from pd extended 0.43, why is that? also, pmpd is marked as unsupported. the other two are not in extended
and you also have a nusmuk-audio too, right? is it a subset of nusmuk or a separate library?
cheers
2016-03-03 6:24 GMT-03:00 cyrille henry ch@chnry.net:
hello,
Le 03/03/2016 01:39, Alexandre Torres Porres a écrit :
hello, in a rough count, there were around 85 extended libraries in the last Pd-Extended release.
Just wondering which of them are still being maintained or had any new update since the last Pd-Extended release.
i maintain and update all my lib (pmpd, nusmuk, puremaping, share_mem). pmpd have billion of new feature since pd-extended release. the other lib are not even present on pd-extended
you can have a look at svn : https://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/ to see what and when things have been updated.
cheers c
cheers
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Le 03/03/2016 16:31, Alexandre Torres Porres a écrit :
cyrille, I see nusmuk was removed from pd extended 0.43, why is that?
i have no idea of what happen in pd-extended.
also, pmpd is marked as unsupported.
i do maintain (and upgrade) pmpd, but i did not include it in pd-extended.
the other two are not in extended
puremaaping is the mapping lib for non pd-extended user, so it's fine that it's not there. but i still maintain only puremapping.
sharemem is almost mandatory for anyone working with pd~, but it's younger than last pd-extended version.
i should have working binary of everything on my website.
and you also have a nusmuk-audio too, right? is it a subset of nusmuk or a separate library?
well. i put everything that is worth sharing in a nusmuk folder in pd svn i think Iohannes merge nusmuk-audio and nusmuk-util to create a debian package, but i don't really care how things are package, as long as they are available somewhere.
cheers c
cheers
2016-03-03 6:24 GMT-03:00 cyrille henry <ch@chnry.net mailto:ch@chnry.net>:
hello, Le 03/03/2016 01:39, Alexandre Torres Porres a écrit : hello, in a rough count, there were around 85 extended libraries in the last Pd-Extended release. Just wondering which of them are still being maintained or had any new update since the last Pd-Extended release. i maintain and update all my lib (pmpd, nusmuk, puremaping, share_mem). pmpd have billion of new feature since pd-extended release. the other lib are not even present on pd-extended you can have a look at svn : https://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/ to see what and when things have been updated. cheers c cheers _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Cyrille, list,
[...]
sharemem is almost mandatory for anyone working with pd~, but it's younger than last pd-extended version.
This one caught my attention! What does the object do? I didn't find it on a yesterday's svn update checkout.
best, Peter
Hi all,
which of them are still being maintained or had any new update since the
last Pd-Extended release
I've taken back the maintenance of moonlib, which was included in pd-extended (but wasn't declared by default): https://github.com/MetaluNet/moonlib I've made some updates to it ; current version is 0.3.2, and binaries are available through deken for Linux32/64 and OSX32/64.
(BTW it would be nice to update https://puredata.info/downloads/moonlib page, but I don't have the permission to do it myself)
2016-03-04 3:51 GMT+01:00 Peter P. peterparker@fastmail.com:
Hi Cyrille, list,
- cyrille henry ch@chnry.net [2016-03-03 17:10]:
[...]
sharemem is almost mandatory for anyone working with pd~, but it's
younger than last pd-extended version. This one caught my attention! What does the object do? I didn't find it on a yesterday's svn update checkout.
best, Peter
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Antoine,
Hi all,
which of them are still being maintained or had any new update since the last Pd-Extended release
I've taken back the maintenance of moonlib, which was included in pd-extended (but wasn't declared by default): https://github.com/MetaluNet/moonlib I've made some updates to it ; current version is 0.3.2, and binaries are available through deken for Linux32/64 and OSX32/64.
You forgot to include image.tcl in the Makefile, which prevented [image] to load properly.
# all extra files to be included in binary distribution of the library
datafiles =
$(wildcard help/*-help.pd)
moonlib-meta.pd
image.tcl
LICENSE.txt
README.txt
(BTW it would be nice to update https://puredata.info/downloads/moonlib page, but I don't have the permission to do it myself)
Cannot change it either. You ask the site-admin for a new password nicely.
Greetings,
Fred Jan
2016-03-04 3:51 GMT+01:00 Peter P. <peterparker@fastmail.com mailto:peterparker@fastmail.com>:
Hi Cyrille, list, * cyrille henry <ch@chnry.net <mailto:ch@chnry.net>> [2016-03-03 17:10]: [...] > sharemem is almost mandatory for anyone working with pd~, but it's younger than last pd-extended version. This one caught my attention! What does the object do? I didn't find it on a yesterday's svn update checkout. best, Peter _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Antoine Rousseau http://www.metalu.net http://metalu.net __ http://www.metaluachahuter.com/ http://www.metaluachahuter.com/compagnies/al1-ant1/
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Sorry, small typo. Should be:
# all extra files to be included in binary distribution of the library
datafiles =
$(wildcard *-help.pd)
moonlib-meta.pd
image.tcl
LICENSE.txt
README.txt
Fred Jan
-------- Forwarded Message -------- Subject: Moonlib. Was: [PD] libraries from extended sitll being maintained? Date: Fri, 4 Mar 2016 18:49:32 +0100 From: Fred Jan Kraan fjkraan@xs4all.nl To: pd-list@lists.iem.at
Hi Antoine,
Hi all,
which of them are still being maintained or had any new update since the last Pd-Extended release
I've taken back the maintenance of moonlib, which was included in pd-extended (but wasn't declared by default): https://github.com/MetaluNet/moonlib I've made some updates to it ; current version is 0.3.2, and binaries are available through deken for Linux32/64 and OSX32/64.
You forgot to include image.tcl in the Makefile, which prevented [image] to load properly.
# all extra files to be included in binary distribution of the library
datafiles =
$(wildcard help/*-help.pd)
moonlib-meta.pd
image.tcl
LICENSE.txt
README.txt
(BTW it would be nice to update https://puredata.info/downloads/moonlib page, but I don't have the permission to do it myself)
Cannot change it either. You ask the site-admin for a new password nicely.
Greetings,
Fred Jan
2016-03-04 3:51 GMT+01:00 Peter P. <peterparker@fastmail.com mailto:peterparker@fastmail.com>:
Hi Cyrille, list, * cyrille henry <ch@chnry.net <mailto:ch@chnry.net>> [2016-03-03 17:10]: [...] > sharemem is almost mandatory for anyone working with pd~, but it's younger than last pd-extended version. This one caught my attention! What does the object do? I didn't find it on a yesterday's svn update checkout. best, Peter _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Antoine Rousseau http://www.metalu.net http://metalu.net __ http://www.metaluachahuter.com/ http://www.metaluachahuter.com/compagnies/al1-ant1/
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Thanks Fred for the fix ! I'll update soon. FYI you can report this kind of issue in the github issue tracker if you want ; but only if you want ;-) cheers
Ant1
2016-03-04 18:55 GMT+01:00 Fred Jan Kraan fjkraan@xs4all.nl:
Sorry, small typo. Should be:
# all extra files to be included in binary distribution of the library datafiles =
$(wildcard *-help.pd)
moonlib-meta.pd
image.tcl
LICENSE.txt
README.txtFred Jan
-------- Forwarded Message -------- Subject: Moonlib. Was: [PD] libraries from extended sitll being maintained? Date: Fri, 4 Mar 2016 18:49:32 +0100 From: Fred Jan Kraan fjkraan@xs4all.nl To: pd-list@lists.iem.at
Hi Antoine,
Hi all,
which of them are still being maintained or had any new update since the last Pd-Extended release
I've taken back the maintenance of moonlib, which was included in pd-extended (but wasn't declared by default): https://github.com/MetaluNet/moonlib I've made some updates to it ; current version is 0.3.2, and binaries are available through deken for Linux32/64 and OSX32/64.
You forgot to include image.tcl in the Makefile, which prevented [image] to load properly.
# all extra files to be included in binary distribution of the library datafiles =
$(wildcard help/*-help.pd)
moonlib-meta.pd
image.tcl
LICENSE.txt
README.txt(BTW it would be nice to update https://puredata.info/downloads/moonlib page, but I don't have the permission to do it myself)
Cannot change it either. You ask the site-admin for a new password nicely.
Greetings,
Fred Jan
2016-03-04 3:51 GMT+01:00 Peter P. <peterparker@fastmail.com mailto:peterparker@fastmail.com>:
Hi Cyrille, list, * cyrille henry <ch@chnry.net <mailto:ch@chnry.net>> [2016-03-03
17:10]: [...] > sharemem is almost mandatory for anyone working with pd~, but it's younger than last pd-extended version. This one caught my attention! What does the object do? I didn't find it on a yesterday's svn update checkout.
best, Peter _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Antoine Rousseau http://www.metalu.net http://metalu.net __ http://www.metaluachahuter.com/ http://www.metaluachahuter.com/compagnies/al1-ant1/
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hello peter,
Le 04/03/2016 03:51, Peter P. a écrit :
Hi Cyrille, list,
- cyrille henry ch@chnry.net [2016-03-03 17:10]:
[...]
sharemem is almost mandatory for anyone working with pd~, but it's younger than last pd-extended version.
This one caught my attention! What does the object do? I didn't find it on a yesterday's svn update checkout.
https://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/share_mem/
it allow to share table from 2 pd instance (or between pd and pd~). i mostly use it as an efficient way to transfer audio from pd and pd~ (adding 64 sample latency). the "official" way to transfer audio beween pd and pd~ use fudi, i.e there is a conversion from float to ascii and back to float that is very inefficient.
this object have been announced in this list the 1st november 2012, so nothing really new.
cheers c
best, Peter
Hi Cyrille,
i mostly use it as an efficient way to transfer audio from pd and
pd~ (adding 64 sample latency).
When creating the pd~ object you need to specify the -fifo argument
(and it's buggy on pd-extended). With your solution, you don't even
need to use -ninsig, but do you still need to specify -fifo and what
value are you using. I want of course the lowest latency possible.
How to you send audio exactly?
Thanks!
hello,
Le 05/03/2016 17:17, puredata@11h11.com a écrit :
Hi Cyrille,
i mostly use it as an efficient way to transfer audio from pd and pd~ (adding 64 sample latency).
When creating the pd~ object you need to specify the -fifo argument (and it's buggy on pd-extended). With your solution, you don't even need to use -ninsig, but do you still need to specify -fifo and what value are you using. I want of course the lowest latency possible.
the audio buffer "pointer" is send throw the fifo. so the smallest the fifo, the smaller the latency but also the more synchronisation lock you will have. You need to test on your setup for the best fifo size.
How to you send audio exactly?
see the examples folder. cheers c
Thanks!
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
My library also has new things, it is now in deken. I imagine people didn't stop developing, but there isn't a comfortable distribution method anymore. Am 03.03.2016 12:42 vorm. schrieb "Alexandre Torres Porres" < porres@gmail.com>:
hello, in a rough count, there were around 85 extended libraries in the last Pd-Extended release.
Just wondering which of them are still being maintained or had any new update since the last Pd-Extended release.
cheers
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
2016-03-03 7:27 GMT-03:00 João Pais jmmmpais@gmail.com:
My library also has new things, it is now in deken.
that's jmmmp right?
I imagine people didn't stop developing, but there isn't a comfortable distribution method anymore.
well, many were removed from 0.43 for they were unsupported, then lots were unsupported but included until some issue could emerge and have them removed. Then, Hans was marked as the supporter for the majority of the libraries, but doesn't seem to be so anymore...
I imagine most of them are unsupported, hence I'm wondering what's the status of most of this libraries
cheers
2016-03-03 7:27 GMT-03:00 João Pais jmmmpais@gmail.com:
My library also has new things, it is now in deken.
that's jmmmp right?
exactly.
I imagine people didn't stop developing, but there isn't a comfortable
distribution method anymore.well, many were removed from 0.43 for they were unsupported, then lots
were unsupported but included until some issue could emerge and havethem removed. Then, Hans was marked as the supporter for the majority
of the libraries, but doesn't seem to be so anymore...
I imagine most of them are unsupported, hence I'm wondering what's the
status of most of this libraries
that is true, some things are too unstable/undocumented/unkept.
morning all,
fwiw, i try to fix bugs in my externals ( https://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/moocow/ ) whenever i get a report, but i'm chronically low on tuits and not actively following new developments.
marmosets, Bryan
On Thu, Mar 3, 2016 at 11:27 AM, João Pais jmmmpais@gmail.com wrote:
My library also has new things, it is now in deken. I imagine people didn't stop developing, but there isn't a comfortable distribution method anymore. Am 03.03.2016 12:42 vorm. schrieb "Alexandre Torres Porres" < porres@gmail.com>:
hello, in a rough count, there were around 85 extended libraries in the last Pd-Extended release.
Just wondering which of them are still being maintained or had any new update since the last Pd-Extended release.
cheers
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list