Re: [PD] directory hierarchy solution ?

2013-02-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-02-04 22:54, Hans-Christoph Steiner wrote: Currently that is implemented like this in the Debian packages: /usr/lib/pd (libraries shared among all Pd distros) small amendment: i think this should be explicitely only for libraries that

Re: [PD] file format for GEM

2013-02-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-02-04 21:38, Thomas Mayer wrote: I just wanted to state, that you cannot distribute arbitrary tasks in Pd to several threads, and therefore CPU cores without a) stating it explicitely via [pd~] (or [netsend]/[netreceive] or any other way

Re: [PD] Fwd: file format for GEM

2013-02-05 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-02-04 22:29, Stephan Elliot Perez wrote: But with photo-jpeg, some of the files were getting to be over 20 GB. D= 20GB shouldn't be a big deal with todays harddisks. if you care for speed, you might even want to get a (not so cheap) SSD

[PD] RE : Re: RE : Plugin auto install feature to Pure data

2013-02-05 Thread colet.patrice
Wget and tar could be replaced with TCL http and tar module at client side, and for server side I'd use PHP and mySQL, or maybe python instead of PHP... One thing I'm wondering is how to share packages between several servers, would all http servers need a build farm? Message

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-05 Thread Roman Haefeli
On Mon, 2013-02-04 at 19:58 +0100, Òscar Martínez Carmona wrote: hey, still having problems with that, by now I'm doing it with the absolute filepath... maybe the solution it'll be making the main applicattion finding out the f*cking path and sending the whole thing to pd via OSC, or maybe

[PD] [Patchingcirclebxl] Pure Data Patching Circle Brussels @ Variable #06

2013-02-05 Thread olm-e
Here is the announce for the next session of the Pure Data Patching Circle in Brussels, Constant Variable place. welcome (please register) sorry for crossposting hello, voici l'annonce pour la prochaine session du Cercle de Developpement Pure Data à Bruxelles, Constant Variable. bienvenue

Re: [PD] Range Slider Object

2013-02-05 Thread Simon Wise
On 04/02/13 23:37, Simon Wise wrote: On 04/02/13 14:09, Jonathan Wilkes wrote: can set a boundary range within the slider. sort of like being able to select a range of a particular sample graphically. heres the max picture reference link: look at [pd edit] inside one of the helps for

Re: [PD] Path issue with Pd-extended 0.43.4 on Win7 x64

2013-02-05 Thread Randall Alley
Ok, I found figured out a little more on this issue. I had installed using the windows installer to my d: drive, where I sequester my audio applications: D:\Program Files (x86) Using this program location, libraries do not load whether I use: C:\Users\rga\AppData\Roaming\Pd or C:\Program

Re: [PD] RE : Plugin auto install feature to Pure data

2013-02-05 Thread Charles Z Henry
I think that it's a great idea--but the devil's in the details. I think you need to have a good guiding vision to help you make the decisions about the implementation--a top-down design On the client side, you have to have information about what packages are installed, where they're installed,

Re: [PD] 0.43.4 plugin~ - does it work 4 u?

2013-02-05 Thread Hans-Christoph Steiner
The help patch doesn't crash for me, but I never use plugins or that object, so I'm not a good test case. In any case, if you find the issue file a bug report with info on how to reproduce it. .hc On 02/05/2013 12:07 AM, Billy Stiltner wrote: on ubuntustudio 12.10 from the help browser when

Re: [PD] directory hierarchy solution ?

2013-02-05 Thread Hans-Christoph Steiner
On 02/05/2013 03:05 AM, IOhannes m zmoelnig wrote: On 2013-02-04 22:54, Hans-Christoph Steiner wrote: Currently that is implemented like this in the Debian packages: /usr/lib/pd (libraries shared among all Pd distros) small amendment: i think this should be explicitely only for libraries

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-05 Thread Hans-Christoph Steiner
On 02/05/2013 04:30 AM, Roman Haefeli wrote: On Mon, 2013-02-04 at 19:58 +0100, Òscar Martínez Carmona wrote: hey, still having problems with that, by now I'm doing it with the absolute filepath... maybe the solution it'll be making the main applicattion finding out the f*cking path and

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-05 Thread Òscar Martínez Carmona
Never done that before, excuse my idiocy and tell me how! Thanx! On Tue, Feb 5, 2013 at 4:59 PM, Hans-Christoph Steiner h...@at.or.atwrote: On 02/05/2013 04:30 AM, Roman Haefeli wrote: On Mon, 2013-02-04 at 19:58 +0100, Òscar Martínez Carmona wrote: hey, still having problems with that, by

[PD] package system for Pd WAS: Plugin auto install feature to Pure data

2013-02-05 Thread Hans-Christoph Steiner
The entire thing could easily be implemented in Tcl. Indeed I think Tcl is a good language for it since it is really easy to work with network communication and strings in Tcl. For a precedent, MacPorts is a large package management system written in Tcl. And currently, Pd always comes with

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-05 Thread Hans-Christoph Steiner
In the Help menu, click on Report a bug. :-) .hc On 02/05/2013 11:08 AM, Òscar Martínez Carmona wrote: Never done that before, excuse my idiocy and tell me how! Thanx! On Tue, Feb 5, 2013 at 4:59 PM, Hans-Christoph Steiner h...@at.or.atwrote: On 02/05/2013 04:30 AM, Roman Haefeli

[PD] package system for Pd WAS: Plugin auto install feature to Pure data

2013-02-05 Thread Hans-Christoph Steiner
While I agree with all this, we don't need a full design spec to start coding. I think the next step is for someone to put together a rough prototype to start with, rather than get bogged down in the details of something that has been talked about for years, but never implemented :-) Then it

Re: [PD] Path issue with Pd-extended 0.43.4 on Win7 x64

2013-02-05 Thread Hans-Christoph Steiner
Here's the bug report on this issue, could everyone add their experience and discoveries to the report so that they don't get lost? I'm happy to fix issues on Windows if there are good bug reports so I can easily reproduce them. But since that's the only time I ever use Windows, fixing Pd bugs,

Re: [PD] directory hierarchy solution ?

2013-02-05 Thread Fero Kiraly
of course, I dont want to invent something new. I am only trying to improve archlinux packages. previously I successfully finished pd-extended and pd-l2ork build scripts accessed via aur.. now my aim is to repair the situation that only one pd distro can installed.. so I am learning from you

[PD] RE : package system for Pd WAS: Plugin auto install feature to Pure data

2013-02-05 Thread colet.patrice
I dont think the client is the first thing to head on, because I guess it will depend on server architecture. Anyway tcl seems to most suited for that, there would no need to add some more junk into pd bin folder... Envoyé depuis mon appareil mobile Samsung Message d'origine

Re: [PD] [PD-announce] Pd vanilla 0.44-2 (update to fix denormal behavior for Raspberry Pi)

2013-02-05 Thread Miller Puckette
I'm not involved in the Pd linux distributions for Pi but new versions of Pd seem to trickle down to them after some delay. But if you want the newest, just grab it, un-tar it into your home directory, and in your .bashrc make an alias like alias pd=/home/pi/pd/bin/pd and you'll be able to type

Re: [PD] [PD-announce] Pd vanilla 0.44-2 (update to fix denormal behavior for Raspberry Pi)

2013-02-05 Thread Hans-Christoph Steiner
That silent trickle down is mostly due to the diligent work of IOhannes, I want to point out. :-) He is doing the vast majority of the work for maintaining the 'puredata' suite in Debian. .hc On 02/05/2013 01:01 PM, Miller Puckette wrote: I'm not involved in the Pd linux distributions for Pi

Re: [PD] RE : package system for Pd WAS: Plugin auto install feature to Pure data

2013-02-05 Thread Hans-Christoph Steiner
I think really the key is to find someone who is going to start working on this, then help them figure out the issues as they request it. I think its counterproductive if we set up too many conditions of starting if none of us are going to work on it :-) Then they can decide Tcl or something

Re: [PD] enhance pd-extended with pd-l2ork featues ?

2013-02-05 Thread Ivica Bukvic
Step 1: go to http://l2ork.music.vt.edu/main/?page_id=56 Step 2: look for section that says the following: *Pd-L2Ork*1 - “Burrito Supreme” version of Pd-L2Ork (best option for newcomers) - 32-bit script-based installerhttp://l2ork.music.vt.edu/data/pd/pd-l2ork-i686-20130126.tar.bz2

Re: [PD] enhance pd-extended with pd-l2ork featues ?

2013-02-05 Thread Fero Kiraly
if you are using arch linux, write to console yaourt -S pd-l2ork it will do all job for you ;) fk. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] enhance pd-extended with pd-l2ork featues ?

2013-02-05 Thread Ivica Bukvic
Will it install in/usr/local, though, to prevent collision between pd-extended and pd-l2ork? On Feb 5, 2013 3:01 PM, Fero Kiraly fero.kir...@gmail.com wrote: if you are using arch linux, write to console yaourt -S pd-l2ork it will do all job for you ;) fk.

Re: [PD] [Spam] RE : Re: RE : Plugin auto install feature to Pure data

2013-02-05 Thread fls
Hi Colet I don't think so. We can think about several servers (repositories) that the user can choose. So pd-extended can have an official repository and I can have mine. f schiavoni Wget and tar could be replaced with TCL http and tar module at client side, and for server side I'd use PHP

Re: [PD] standard library (was Re: [PD-announce] Pd-extended 0.43.4 released!)

2013-02-05 Thread Jonathan Wilkes
- Original Message - From: Hans-Christoph Steiner h...@at.or.at To: Jonathan Wilkes jancs...@yahoo.com Cc: pd-list@iem.at pd-list@iem.at Sent: Sunday, February 3, 2013 1:41 PM Subject: Re: [PD] standard library (was Re: [PD-announce] Pd-extended 0.43.4 released!) [...] If you

Re: [PD] Plugin auto install feature to Pure data

2013-02-05 Thread fls
I agree that depencencies should not install libs. Since it seems to be the biggest problem, maybe it should be postponed. Yes, the repository maintenance can be solved latter too. Let's first have a repository and then think about the best way to keep it on date. :-) I don't have skills with

Re: [PD] enhance pd-extended with pd-l2ork featues ?

2013-02-05 Thread Charles Goyard
No, it conflics with pd-extended. (just tried). btw it's awesome. Too bad Gem seems to work badly, or is it just me ? Ivica Bukvic wrote: Will it install in/usr/local, though, to prevent collision between pd-extended and pd-l2ork? ___

Re: [PD] enhance pd-extended with pd-l2ork featues ?

2013-02-05 Thread Ivica Bukvic
It is the latest Gem from svn, so I am not sure what is not working. Can you be more specific? On Feb 5, 2013 4:37 PM, Charles Goyard c...@fsck.fr wrote: No, it conflics with pd-extended. (just tried). btw it's awesome. Too bad Gem seems to work badly, or is it just me ? Ivica Bukvic wrote:

Re: [PD] enhance pd-extended with pd-l2ork featues ?

2013-02-05 Thread Hans-Christoph Steiner
FYI, gem is no longer using svn, it switched to git. So Gem from SVN is out of date, unless its from the pd-extended release branch, in which case its the last release version rather than the development version. .hc On 02/05/2013 04:52 PM, Ivica Bukvic wrote: It is the latest Gem from svn, so

Re: [PD] Plugin auto install feature to Pure data

2013-02-05 Thread colet.patrice
Here is the tcl module for untar http://tcllib.sourceforge.net/doc/tar.html Message d'origine De : f...@rendera.com.br Date : 05/02/2013 21:11 (GMT+00:00) A : pd-list@iem.at Objet : Re: [PD] Plugin auto install feature to Pure data I agree that depencencies should

Re: [PD] enhance pd-extended with pd-l2ork featues ?

2013-02-05 Thread Esteban Viveros
Ivica.. I don't have sucess... I have only a little window of pd-l2ork with nothing.. I try for terminal and I have this: esteban@Tattoine:~/pd-l2ork-x86_64-20130126$ pd-l2ork error in file /usr/local/lib/pd-l2ork/bin/pd.tk: can't find package tkpng while executing package require tkpng

Re: [PD] enhance pd-extended with pd-l2ork featues ?

2013-02-05 Thread Esteban Viveros
I'm in Ubuntu 12.04.2 LTS amd64 2013/2/5 Esteban Viveros emvive...@gmail.com Ivica.. I don't have sucess... I have only a little window of pd-l2ork with nothing.. I try for terminal and I have this: esteban@Tattoine:~/pd-l2ork-x86_64-20130126$ pd-l2ork error in file

Re: [PD] enhance pd-extended with pd-l2ork featues ?

2013-02-05 Thread Ivica Bukvic
You need tkpng package as indicated on the top of the website. sudo apt-get install tkpng On Feb 5, 2013 5:44 PM, Esteban Viveros emvive...@gmail.com wrote: I'm in Ubuntu 12.04.2 LTS amd64 2013/2/5 Esteban Viveros emvive...@gmail.com Ivica.. I don't have sucess... I have only a little

Re: [PD] enhance pd-extended with pd-l2ork featues ?

2013-02-05 Thread Esteban Viveros
Yes! Was only this... ;) Thanks a lot! That's the end of carousel of pd installations in my ubuntu.. Pd-extended and Pd-L2ork like the end of musical I see today Les Misérables huehuehuehuehue Sorry for Jokes... 2013/2/5 Ivica Bukvic i...@vt.edu You need tkpng package as indicated on the

Re: [PD] Fwd: absolute vs relative filepath on oggread~

2013-02-05 Thread Òscar Martínez Carmona
Yay, I've just reported a bug! On Tue, Feb 5, 2013 at 5:13 PM, Hans-Christoph Steiner h...@at.or.atwrote: In the Help menu, click on Report a bug. :-) .hc On 02/05/2013 11:08 AM, Òscar Martínez Carmona wrote: Never done that before, excuse my idiocy and tell me how! Thanx! On

Re: [PD] enhance pd-extended with pd-l2ork featues ?

2013-02-05 Thread Ivica Ico Bukvic
During build process, pd-l2ork gets it from: git://pd-gem.git.sourceforge.net/gitroot/pd-gem/Gem Isn't this the most up-to-date version? On 02/05/2013 04:59 PM, Hans-Christoph Steiner wrote: FYI, gem is no longer using svn, it switched to git. So Gem from SVN is out of date, unless its from

Re: [PD] Plugin auto install feature to Pure data

2013-02-05 Thread Hans-Christoph Steiner
The tclVFS zip option sounds very nice: http://wiki.tcl.tk/12832 It basically makes a .zip file a virtual file system. .hc On 02/05/2013 06:37 PM, colet.patrice wrote: Here is the tcl module for untar http://tcllib.sourceforge.net/doc/tar.html Message d'origine

Re: [PD] enhance pd-extended with pd-l2ork featues ?

2013-02-05 Thread Hans-Christoph Steiner
Yup, that's the one. .hc On 02/05/2013 07:04 PM, Ivica Ico Bukvic wrote: During build process, pd-l2ork gets it from: git://pd-gem.git.sourceforge.net/gitroot/pd-gem/Gem Isn't this the most up-to-date version? On 02/05/2013 04:59 PM, Hans-Christoph Steiner wrote: FYI, gem is no longer

Re: [PD] enhance pd-extended with pd-l2ork featues ?

2013-02-05 Thread Ivica Bukvic
So, the question then is what is broken and what is the source of the problem... On Feb 5, 2013 8:40 PM, Hans-Christoph Steiner h...@at.or.at wrote: Yup, that's the one. .hc On 02/05/2013 07:04 PM, Ivica Ico Bukvic wrote: During build process, pd-l2ork gets it from:

Re: [PD] RE : package system for Pd WAS: Plugin auto install feature to Pure data

2013-02-05 Thread Billy Stiltner
sounds right up my alley but i have not a clue about how to write a line of code in tcl , python nor lua. i was trying to convert the big bunch of wafscript to just a simpl makefile for compiling pugl today and by the time i could get to the end of the spaghetti i realized i don't even remember