[PD] PdCon16

Jaime Oliver jaime.oliver2 at gmail.com
Thu Jul 21 17:27:25 CEST 2016


Hi Will, 

There are no tickets, however, we’ll probably want to register you in some way and give you some form of badge so you can walk in to the university spaces without trouble, so we will be sure to post info about that as the convention approaches.

best,

J


> On Jul 21, 2016, at 9:11 AM, Will - <willaiden at hotmail.com> wrote:
> 
> Do you have to buy tickets for the convention? 
> Or do you just show up each day? 
> I want to come but have never been a convention, so am unsure how it works.
> Thanks!
> _Will
> _____________________________
> From: pd-list-request at lists.iem.at <mailto:pd-list-request at lists.iem.at>
> Sent: Thursday, July 21, 2016 11:01 am
> Subject: Pd-list Digest, Vol 136, Issue 54
> To: <pd-list at lists.iem.at <mailto:pd-list at lists.iem.at>>
> 
> 
> Send Pd-list mailing list submissions to
> pd-list at lists.iem.at <mailto:pd-list at lists.iem.at>
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list>
> or, via email, send a message with subject or body 'help' to
> pd-list-request at lists.iem.at <mailto:pd-list-request at lists.iem.at>
> 
> You can reach the person managing the list at
> pd-list-owner at lists.iem.at <mailto:pd-list-owner at lists.iem.at>
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Pd-list digest..."
> 
> 
> Today's Topics:
> 
> 1. Re: Deken and Dependencies (Lucas Cordiviola)
> 2. Re: Deken and Dependencies (IOhannes m zmölnig)
> 3. PdCon16 NYC Calls are open (Jaime Oliver)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 20 Jul 2016 15:45:48 +0000
> From: Lucas Cordiviola <lucarda27 at hotmail.com <mailto:lucarda27 at hotmail.com>>
> To: "pd-list at lists.iem.at <mailto:pd-list at lists.iem.at>" <pd-list at lists.iem.at <mailto:pd-list at lists.iem.at>>
> Subject: Re: [PD] Deken and Dependencies
> Message-ID: <BLU183-W66DC3EA1ED2B274DA6E1DDA6080 at phx.gbl <mailto:BLU183-W66DC3EA1ED2B274DA6E1DDA6080 at phx.gbl>>
> Content-Type: text/plain; charset="windows-1252"
> 
> Well my worries are this:
> I made a abs that uses [some~] which calls 3thpty pthread.
> I want the abs to be opened with all OS.
> I`m using Deken as source of [some~] so in my abs I [declare] a folder where I put:
> some~.dll pthread.dll
> some~.pd_darwin ? pthread ?
> some~.l_i386? pthread ?
> some~.pd_linux? pthread ?
> And there, just work.
> I know that I can do this with objects that DONT need pthread.
> How do I handle 3th pty Libs if those *are not* in the Deken Pkg?
> 
> 
> Mensaje telepatico asistido por maquinas.
> 
> To: pd-list at lists.iem.at <mailto:pd-list at lists.iem.at>
> From: zmoelnig at iem.at <mailto:zmoelnig at iem.at>
> Date: Wed, 20 Jul 2016 17:07:44 +0200
> Subject: Re: [PD] Deken and Dependencies
> 
> On 07/20/2016 04:23 PM, Lucas Cordiviola wrote:
> > 
> > What will be the problem for a linux system to look for the 3th party
> > Lib in the same folder as the ext (which needs it) if it can't find
> > anywhere else in the local system?
> > 
> > IYO this is adding cruft?
> 
> yes.
> 
> > 
> > We are discussing Deken dependencies and abs sharing.
> 
> thanks for the reminder :-)
> 
> > 
> > And also I`m following *your* good idea that a deken pkg must be “self
> > operational”.
> 
> yes.
> 
> > 
> > Lets have the “normal ubuntu” users a more practical way of Pd while
> > “super users” like you can do all the “$ sudo apt-get install
> > pd-deken-apt” thing.
> > 
> 
> i think you misunderstood that (most likely because you are not using
> linux).
> the idea is, that anybody who installed "puredata" (the core Pd-vanilla
> package distributed on Debian and derivatives), also has "pd-deken-apt"
> installed (automatically).
> there is nothing "super user" to that.
> 
> 
> gsmdr
> IOhannes
> 
> 
> 
> 
> _______________________________________________
> Pd-list at lists.iem.at <mailto:Pd-list at lists.iem.at> mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160720/a1760767/attachment-0001.html <http://lists.puredata.info/pipermail/pd-list/attachments/20160720/a1760767/attachment-0001.html>>
> 
> ------------------------------
> 
> Message: 2
> Date: Thu, 21 Jul 2016 04:58:29 +0200
> From: IOhannes m zmölnig <zmoelnig at iem.at <mailto:zmoelnig at iem.at>>
> To: pd-list at lists.iem.at <mailto:pd-list at lists.iem.at>
> Subject: Re: [PD] Deken and Dependencies
> Message-ID: <117c7c3d-b439-5e9e-30e2-bed52793cbee at iem.at <mailto:117c7c3d-b439-5e9e-30e2-bed52793cbee at iem.at>>
> Content-Type: text/plain; charset="utf-8"
> 
> On 07/20/2016 05:45 PM, Lucas Cordiviola wrote:
> > I know that I can do this with objects that DONT need pthread.
> 
> pthread is available on every POSIX compliant system (linux and OSX).
> it's only W32 that makes the trouble.
> 
> really: looking at your list of missing W32-libraries and extrapolating
> it to the linux world, there are three (3!) externals that require 3rd
> party libraries.
> the problem is obviously much more prominent on W32, as the standard
> libraries available there collide with the way most externals are built
> (using mingw).
> 
> i think you are fighting to solve a marginal problem.
> 
> fgmsard
> IOhannes
> 
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 819 bytes
> Desc: OpenPGP digital signature
> URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160721/e215a029/attachment-0001.sig <http://lists.puredata.info/pipermail/pd-list/attachments/20160721/e215a029/attachment-0001.sig>>
> 
> ------------------------------
> 
> Message: 3
> Date: Thu, 21 Jul 2016 02:10:31 -0500
> From: Jaime Oliver <jaime.oliver2 at gmail.com <mailto:jaime.oliver2 at gmail.com>>
> To: Pd-list <pd-list at lists.iem.at <mailto:pd-list at lists.iem.at>>
> Subject: [PD] PdCon16 NYC Calls are open
> Message-ID: <5A956670-3E41-4FA7-A720-1D2F346B7C26 at gmail.com <mailto:5A956670-3E41-4FA7-A720-1D2F346B7C26 at gmail.com>>
> Content-Type: text/plain; charset="utf-8"
> 
> Dear All, 
> 
> Please check out the calls for papers, works, and proposals for the upcoming Pd Convention.
> 
> http://www.nyu-waverlylabs.org/pdcon16/calls/ <http://www.nyu-waverlylabs.org/pdcon16/calls/> <http://www.nyu-waverlylabs.org/pdcon16/calls/ <http://www.nyu-waverlylabs.org/pdcon16/calls/>>
> 
> All the best,
> 
> J
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160721/a35fbc64/attachment-0001.html <http://lists.puredata.info/pipermail/pd-list/attachments/20160721/a35fbc64/attachment-0001.html>>
> 
> ------------------------------
> 
> Subject: Digest Footer
> 
> _______________________________________________
> Pd-list mailing list
> Pd-list at lists.iem.at <mailto:Pd-list at lists.iem.at>
> to manage your subscription (including un-subscription) see
> https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list>
> 
> 
> ------------------------------
> 
> End of Pd-list Digest, Vol 136, Issue 54
> ****************************************
> 
> 
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20160721/1c027c59/attachment-0001.html>


More information about the Pd-list mailing list