Re: [PD] [PD-announce] share-mem lib

2013-07-09 Thread Max
are those links dead? m. Am 01.11.2012 um 16:30 schrieb Hans-Christoph Steiner : > > You can get binaries from any library in pure-data SVN based on the Library > Template from the Jenkins build server. There will soon be a Windows builder > there too. For example, here's a Mac OS X 32-bit i

Re: [PD] [PD-announce] share-mem lib

2012-11-02 Thread Hans-Christoph Steiner
The sure fire way would be to do: [declare -lib share-mem -path ..] .hc On Nov 2, 2012, at 11:47 AM, Miller Puckette wrote: > Sorry, my post was ambiguous - I meant to suggest that "declare -path ..." > was a good idea for the example patches so that they'd work out of the box > for people dow

Re: [PD] [PD-announce] share-mem lib

2012-11-02 Thread Miller Puckette
Sorry, my post was ambiguous - I meant to suggest that "declare -path ..." was a good idea for the example patches so that they'd work out of the box for people downloading shmem to temporary quarters to look at it and/or to include it in a pd-version-proof 'patchball' (if I may coin a term :) che

Re: [PD] [PD-announce] share-mem lib

2012-11-02 Thread Hans-Christoph Steiner
No declaration at all will take us to the bad old days when there was no way to resolve which [prepend], [counter], [scale], etc. that a given patch needed except to guess. Or if you find the patch on the net, the [declare -lib] will tell you that you need to get the 'share-mem' library in ord

Re: [PD] [PD-announce] share-mem lib

2012-11-02 Thread Miller Puckette
However, the "declare -path" won't make it _not_ work and will fix the example if a 'user' downloads it without changing their Pd installation (as someone like me would normally do.) So I'd recommend the "-path" option as the easier way to get started up. Once correctly "installed", ideally, it s

Re: [PD] [PD-announce] share-mem lib

2012-11-02 Thread Hans-Christoph Steiner
The downside of using [declare -path ..] is that if someone edits an example and saves it somewhere else, it'll no longer work. An alternative is to use [declare -lib share-mem], then it'll work wherever as long as share-mem is installed. The downside there is that the library needs to be in

Re: [PD] [PD-announce] share-mem lib

2012-11-02 Thread Cyrille Henry
yes, thanks! c Le 02/11/2012 12:34, Antoine Villeret a écrit : nice work thanks guys, maybe you can add a [declare -path ..] to all examples patches so that they will work just after the make ++ a -- do it yourself http://antoine.villeret.free.fr http://drii.ensad.fr -- Google lit ce mail..

Re: [PD] [PD-announce] share-mem lib

2012-11-02 Thread Antoine Villeret
nice work thanks guys, maybe you can add a [declare -path ..] to all examples patches so that they will work just after the make ++ a -- do it yourself http://antoine.villeret.free.fr http://drii.ensad.fr -- Google lit ce mail... si vous refusez cela, utilisez l'adresse antoine.villeret [at] fr

Re: [PD] [PD-announce] share-mem lib

2012-11-01 Thread Cyrille Henry
Le 01/11/2012 16:30, Hans-Christoph Steiner a écrit : You can get binaries from any library in pure-data SVN based on the Library Template from the Jenkins build server. There will soon be a Windows builder there too. For example, here's a Mac OS X 32-bit i386 binary for shmem.pd_darwin:

Re: [PD] [PD-announce] share-mem lib

2012-11-01 Thread Hans-Christoph Steiner
You can get binaries from any library in pure-data SVN based on the Library Template from the Jenkins build server. There will soon be a Windows builder there too. For example, here's a Mac OS X 32-bit i386 binary for shmem.pd_darwin: https://macosx105-i386.pdlab.puredata.info/job/template-l

Re: [PD] [PD-announce] share-mem lib

2012-11-01 Thread Nicolas Montgermont
btw : the object is still in development and may improve these days specially concerning the message syntax. we may provide osx (and ubuntu) binaries after the testing period. best, n Le 01/11/12 10:24, Cyrille Henry a écrit : hello, for now, you'll have to grab sources from svn and compile it

Re: [PD] [PD-announce] share-mem lib

2012-11-01 Thread Cyrille Henry
hello, for now, you'll have to grab sources from svn and compile it yourself. examples should provide a quick overview of the usability. cheers c Le 01/11/2012 05:40, Phil Stone a écrit : Cyrille, this is very exciting. Where can we get more details? Phil On 10/31/12 4:19 PM, Cyrille Henry

Re: [PD] [PD-announce] share-mem lib

2012-11-01 Thread Cyrille Henry
Le 01/11/2012 04:04, Hans-Christoph Steiner a écrit : Sounds interesting, where do we find it? i commit everything in pd svn : trunk/externals/share-mem cheers c .hc On Oct 31, 2012, at 7:19 PM, Cyrille Henry wrote: hello, i just did a initial commit of share-mem, a lib dedicated to d

Re: [PD] [PD-announce] share-mem lib

2012-10-31 Thread Phil Stone
Cyrille, this is very exciting. Where can we get more details? Phil On 10/31/12 4:19 PM, Cyrille Henry wrote: hello, i just did a initial commit of share-mem, a lib dedicated to deal with shared memory. background : pd / pd~ communication is really slow. by example, having a pd~ patch wi

Re: [PD] [PD-announce] share-mem lib

2012-10-31 Thread Hans-Christoph Steiner
Sounds interesting, where do we find it? .hc On Oct 31, 2012, at 7:19 PM, Cyrille Henry wrote: > hello, > > i just did a initial commit of share-mem, a lib dedicated to deal with shared > memory. > > background : > pd / pd~ communication is really slow. by example, having a pd~ patch with 8

[PD] [PD-announce] share-mem lib

2012-10-31 Thread Cyrille Henry
hello, i just did a initial commit of share-mem, a lib dedicated to deal with shared memory. background : pd / pd~ communication is really slow. by example, having a pd~ patch with 8 audio in and 8 out, use about 50% cpu of a recent computer for each process only to deal with audio communicat