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

2013-02-04 Thread colet.patrice
Hello, that's a quite interesting subject I've been thinking about for pdx since a time, thank you for the contribution... like you said it might be complicated to resolve all dependences required by an external, so I think that adding other dependences like php sql or json would make it even

Re: [PD] Range Slider Object

2013-02-04 Thread Esteban Viveros
2013/2/4 michael noble loop...@gmail.com On Mon, Feb 4, 2013 at 8:49 AM, Esteban Viveros emvive...@gmail.comwrote: Have pd-extended .43.4 a equivalent to max/msp rslider object? Something like these? http://puredata.hurleur.com/sujet-4678-range-sliders Yes something like this... But

Re: [PD] Range Slider Object

2013-02-04 Thread Esteban Viveros
2013/2/4 Jonathan Wilkes jancs...@yahoo.com From: Scott R. Looney scottrloo...@gmail.com To: Hans-Christoph Steiner h...@at.or.at Cc: pd-list pd-list@iem.at Sent: Sunday, February 3, 2013 8:11 PM Subject: Re: [PD] Range Slider Object well i'm pretty

Re: [PD] Range Slider Object

2013-02-04 Thread Charles Goyard
Esteban Viveros wrote: Hello, Have pd-extended .43.4 a equivalent to max/msp rslider object? No, but I use vrslider/hrslider from mmb. You can get them here : https://github.com/dotmmb/mmb Cheers, Charlot ___ Pd-list@iem.at mailing list

Re: [PD] Range Slider Object

2013-02-04 Thread Esteban Viveros
2013/2/4 colet.patrice colet.patr...@free.fr Hello, I dont know what is it in max but looks like something you can find in mapping objets library... May I ask if you switched from max to pd, and then why you did it? I'm looking for like Michael Noble say:

[PD] closing Pd -nogui plus disabling Greek as main language

2013-02-04 Thread Alexandros Drymonitis
I've checked the flags to open Pd with some custom settings, but I've no idea how to close it if I open it -nogui. Haven't tried to do, to be honest, but I'd like to be sure about how to close it before I go on playing with it -nogui. The other question is this, which has been address already, but

Re: [PD] closing Pd -nogui plus disabling Greek as main language

2013-02-04 Thread Charles Goyard
Alexandros Drymonitis wrote: I've checked the flags to open Pd with some custom settings, but I've no idea how to close it if I open it -nogui. Haven't tried to do, to be honest, but I'd like to be sure about how to close it before I go on playing with it -nogui. Add a ; pd quit message in

Re: [PD] closing Pd -nogui plus disabling Greek as main language

2013-02-04 Thread Alexandros Drymonitis
So, what's the exact command I should type? I'm trying some things (with Pd with the gui), but it won't work. Adding a [; pd quit( I understand, but that will need an external controller to hit the message box, right? On Mon, Feb 4, 2013 at 1:33 PM, Charles Goyard c...@fsck.fr wrote:

Re: [PD] closing Pd -nogui plus disabling Greek as main language

2013-02-04 Thread Charles Goyard
Hi, it depends vastly on your patch and how you access it without gui. MIDI ? OSC ? network ? On my computer (archlinux) killall pd on the command-line works. Adding a [; pd quit( I understand, but that will need an external controller to hit the message box, right? Yes, that's what I meant

Re: [PD] closing Pd -nogui plus disabling Greek as main language

2013-02-04 Thread Alexandros Drymonitis
What I have in mind is to connect a beagleboard to my laptop via ethernet, so the former plays audio and the latter is dealing with the visuals, communicating via OSC (mrpeach lib). Since my only controller will be an arduino nano, I only have 8 potentiometers and ten buttons, and I wouldn't like

Re: [PD] closing Pd -nogui plus disabling Greek as main language

2013-02-04 Thread Alexandros Drymonitis
Ok, just found the answer to my question, if I quit Terminal, Pd quits as well... On Mon, Feb 4, 2013 at 2:43 PM, Alexandros Drymonitis adr...@gmail.comwrote: What I have in mind is to connect a beagleboard to my laptop via ethernet, so the former plays audio and the latter is dealing with

Re: [PD] closing Pd -nogui plus disabling Greek as main language

2013-02-04 Thread Alexandros Drymonitis
Well, that didn't really work actually. I opened Pd with the gui and it close just by quiting Terminal, but the I made a very simple patch ([osc~ 440] connceted to [dac~] and a loadbang connected to [; pd dsp 1( ) and the patch opened and the sound worked and all, but quiting Terminal didn't do

Re: [PD] pidip

2013-02-04 Thread Pagano, Patrick
how is this possible using linux? I have kept my 42.5 for OSX pp From: pd-list-boun...@iem.at [pd-list-boun...@iem.at] on behalf of Hans-Christoph Steiner [h...@at.or.at] Sent: Sunday, February 03, 2013 11:02 PM To: pd-list@iem.at Subject: Re: [PD] pidip

Re: [PD] closing Pd -nogui plus disabling Greek as main language

2013-02-04 Thread Charles Goyard
Alexandros Drymonitis wrote: Applications/Pd-extended.app/Contents/Resources/bin/pd pdsend is in the same directory, but I've no idea how to use it via command line to quit Pd.. when in pd's directory, do : ./pdsend ./ means the command that's in the current directory. You can also use :

Re: [PD] closing Pd -nogui plus disabling Greek as main language

2013-02-04 Thread Alexandros Drymonitis
Sound stopped, so I guess it works, thanks. On Mon, Feb 4, 2013 at 3:40 PM, Charles Goyard c...@fsck.fr wrote: Alexandros Drymonitis wrote: Applications/Pd-extended.app/Contents/Resources/bin/pd pdsend is in the same directory, but I've no idea how to use it via command line to quit

Re: [PD] pidip

2013-02-04 Thread Hans-Christoph Steiner
Same way you did it on Mac OS X, just get it from /usr/lib/pd-extended/extra. pidip might also be packaged for Debian/Ubuntu as part of Pure Dyne. .hc On 02/04/2013 08:02 AM, Pagano, Patrick wrote: how is this possible using linux? I have kept my 42.5 for OSX pp

Re: [PD] Range Slider Object

2013-02-04 Thread martin brinkmann
On 02/04/2013 12:49 AM, Esteban Viveros wrote: Hello, Have pd-extended .43.4 a equivalent to max/msp rslider object? you can rather easily build something similar in vanilla using datastructures. a quick (maybe a little clumsy) example is attached. it is not exactly the same (extend-mode

Re: [PD] Range Slider Object

2013-02-04 Thread Simon Wise
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 sliders .. [vslider-help] will do

[PD] pdp-0.12-6 compilation problem

2013-02-04 Thread Pagano, Patrick
How does one fix the --export dynamic unrecognized option when compiling dynamic libraries? If I remove this flag pdp-0.12-6 compiles but fails to link properly I assume And I get /usr/lib/libgsl.so.0: undefined symbol: cblas_dasum When running pd -lib pdp pp -Original Message-

Re: [PD] file format for GEM

2013-02-04 Thread IOhannes zmölnig
On 02/03/2013 10:17 PM, Charles Goyard wrote: Hi, try with MJPEG. It's easier to decode. Files are huge. Just wondering: does GEM provide hardware decoding for codecs supported by the driver ? Gem doesn't do any decoding of video files on its own. instead it uses various backends to

Re: [PD] file format for GEM

2013-02-04 Thread IOhannes zmölnig
On 02/03/2013 10:54 PM, Thomas Mayer wrote: Hi, On 03.02.2013 22:48, Stephan Elliot Perez wrote: I am talking about PD's CPU meter. I don't have the impression that PD takes full advantage of 2 quad-core processors. When processing audio, anything over 100 in PD's meter will lead to glitched

Re: [PD] closing Pd -nogui plus disabling Greek as main language

2013-02-04 Thread Max
Am 04.02.2013 um 13:45 schrieb Alexandros Drymonitis adr...@gmail.com: Ok, just found the answer to my question, if I quit Terminal, Pd quits as well… Maybe instead of closing the Terminal you want to press cmd-. (command and point) to quit the process before. m.

Re: [PD] closing Pd -nogui plus disabling Greek as main language

2013-02-04 Thread IOhannes zmölnig
On 02/04/2013 06:03 PM, Max wrote: Am 04.02.2013 um 13:45 schrieb Alexandros Drymonitisadr...@gmail.com: Ok, just found the answer to my question, if I quit Terminal, Pd quits as well… Maybe instead of closing the Terminal you want to press cmd-. (command and point) to quit the process

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

2013-02-04 Thread fls
I'm not used with TCL Tk but my guess it that it should be enough. In linux wget + tar + shell script can solve it. I don't know how portable is a solution like this. The PHP + SQL was just a suggestion of a tool to update the repository. Nothing about PD. About the dependencies, if the external

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

2013-02-04 Thread Randall Alley
Hi all, and thanks for the great work on Pd 0.43.4 ! I'm somewhat new to Pd, and am still learning how to get around, but I'm having a problem which I've seen mentioned by others, so I thought I'd report the issue. After installing 0.43.4 using the Windows installer, and launching Pd, I

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

2013-02-04 Thread Òscar Martínez Carmona
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 trying it another day! On Sun, Feb 3, 2013 at 2:29 AM, Hans-Christoph

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

2013-02-04 Thread Randall Alley
After looking into the issue further, I found the help browser also failing, with the following error report: couldn't read directory C:/Users/rga/Application Data/*: permission denied couldn't read directory C:/Users/rga/Application Data/*: permission denied while executing glob

Re: [PD] file format for GEM

2013-02-04 Thread me.grimm
Also, I selected JPEG-Photo using the program MPEGStreamclip at %100 this actually worked pretty decent. thanks for the tip! I assume JPEG-Photo is MJPEG: The video file gets so large, because you might someone know: what is the difference between photo-jpeg and motion-jpeg? i am assuming

Re: [PD] file format for GEM

2013-02-04 Thread chris clepper
The M is for 'Motion' and uses two fields per frame, so it is interlaced. On Mon, Feb 4, 2013 at 3:18 PM, me.grimm megr...@gmail.com wrote: Also, I selected JPEG-Photo using the program MPEGStreamclip at %100 this actually worked pretty decent. thanks for the tip! I assume JPEG-Photo is

Re: [PD] file format for GEM

2013-02-04 Thread Thomas Mayer
On 04.02.2013 16:55, IOhannes zmölnig wrote: On 02/03/2013 10:54 PM, Thomas Mayer wrote: Pd will only use one core, and one core for the GUI. There are ways to distribute the load over several cores, e.g. [pd~] or use several instances of Pd that communicate with each others: Pd will use

Re: [PD] file format for GEM

2013-02-04 Thread Stephan Elliot Perez
Hahah, I did not mean it as a tip. I was complaining about the file size. As I said, the Apple Intermediary Codec works. However, at some random points in the videos (and only in a few files), the playback becomes very laggy. This applies in any Player, not just GEM. On Mon, Feb 4, 2013 at 9:28

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

2013-02-04 Thread Hans-Christoph Steiner
Hey Randall, Welcome to the pd list and using Pd! About this issue, I haven't been able to figure out the root of it in order to fix it. But there is the Common Program Files folder for installing libs too, hopefully that works:

[PD] Fwd: file format for GEM

2013-02-04 Thread Stephan Elliot Perez
-- Forwarded message -- From: Stephan Elliot Perez dreamoftheshoreofanotherwo...@gmail.com Date: Mon, Feb 4, 2013 at 10:28 PM Subject: Re: [PD] file format for GEM To: J Oliver jaime.oliv...@gmail.com I have divided things into clips I want to use in GEM. So for now, I am putting

Re: [PD] pidip

2013-02-04 Thread Pagano, Patrick
Hello FWIW. I used the pdp-0.12-6 sources and the pd43 sources to build pidip from CVS Then I created paths for pidip/modules, pidip/patches and pidip/morphology Then created a startup -lib/home//pidip/pidip And it mostly all works Only thing I could not get working was pdp_freenect

Re: [PD] pidip

2013-02-04 Thread Pagano, Patrick
I cannot seem to build pdp_opencv because it depends on opencv, libcv1 and I no longer have it. Lluis, do you have an update for pdp_opencv, please? pp -Original Message- From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of Pagano, Patrick Sent: Monday, February

Re: [PD] Range Slider Object

2013-02-04 Thread Esteban Viveros
Hahahahaha... Yeah.. Here too.. To hot!!! 2013/2/4 Simon Wise simonzw...@gmail.com 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

[PD] directory hierarchy solution ?

2013-02-04 Thread Fero Kiraly
Dear friends, imagine: #1 I want to have installed pd-vannilla + gem extenstion to it. #2 next I want to install pd-extended (and gem is included) #3 and finally sometimes i want to use pd-l2ork ( gem is again installed..) so I have 3x gem... it is posibile to do something with folder

Re: [PD] directory hierarchy solution ?

2013-02-04 Thread Hans-Christoph Steiner
Currently that is implemented like this in the Debian packages: /usr/lib/pd (libraries shared among all Pd distros) /usr/lib/puredata (Pd-vanilla) /usr/lib/pd-extended /usr/lib/pd-l2ork Those names mirror the package names 'puredata', 'pd-extended' , 'pd-l2ork'. Then all libraries installed

Re: [PD] GEM hardware decoding

2013-02-04 Thread Charles Goyard
Hi, Just wondering: does GEM provide hardware decoding for codecs supported by the driver ? Gem doesn't do any decoding of video files on its own. instead it uses various backends to offload that work (gmerlin, quicktime, directshow,...). it depends on the backend whether it supports

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

2013-02-04 Thread Esteban Viveros
Sorry to bring the dead... But I can install at this moment pd-l2ork and pd-extended in the same OS (ubuntu 12.04) if it is possible how can I do that exactly? 2013/1/22 Hans-Christoph Steiner h...@at.or.at pd-extended should use puredata-utils, but it doesn't yet. It will in the next

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

2013-02-04 Thread Hans-Christoph Steiner
The pd-l2ork conflicts with 'puredata' and 'pd-extended' so you can't currently. .hc On 02/04/2013 05:59 PM, Esteban Viveros wrote: Sorry to bring the dead... But I can install at this moment pd-l2ork and pd-extended in the same OS (ubuntu 12.04) if it is possible how can I do that exactly?

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

2013-02-04 Thread Jonathan Wilkes
- Original Message - From: Randall Alley iriss...@earthlink.net To: pd-list@iem.at Cc: Sent: Monday, February 4, 2013 2:22 PM Subject: Re: [PD] Path issue with Pd-extended 0.43.4 on Win7 x64 After looking into the issue further, I found the help browser also failing, with the

Re: [PD] pdgst + Gem + pix_pix2gst yuv , pb streaming a webcam to an icecast server

2013-02-04 Thread Benjamin ~ 01xy
Hello, It now works but I'm not sure why, I made a few changes : - changed pix=state-image*,* by pix=state-image*;* in line 84 of src/gem/pix_pix2gst.cpp and recompile - noticed that you need to add capsfilter before audio/x-raw or video/x-raw = [capsfilter audio/x-raw-int rate=44100 depth=16

[PD] Automatized toggle control - patch

2013-02-04 Thread Esteban Viveros
Hello, Some time I'm trying to finish one patch, but I can't... The patch consist in 4 oscilators (red-cosenoidal , green-square , blue-triangle , pink-saw), in orange I have one Recorder (Gravador) and the output (Saida). All it's razonable working except the toggles on/off control

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

2013-02-04 Thread Ivica Bukvic
I indicated several times on this list that you can do binary install of pd-l2ork in/usr/local folder. In addition to debs, the website also provides both such prebuilt binaries as well as a one-command compile script. This allows the two to coexist without any problems... The pd-l2ork conflicts

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

2013-02-04 Thread Alexandre Torres Porres
how difficult to just get this version in the raspian repo so we can all just do apt-get? that's a good one since that's as far as my linux expertise goes so far, the RPI is my first linux ;) 2013/2/3 me.grimm megr...@gmail.com what would be the best practice for installing this? of course

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

2013-02-04 Thread Billy Stiltner
on ubuntustudio 12.10 from the help browser when opening plugin~ help pd poofs into thin air i can type plugin~ into an object box and click out of it with no problem have not relocated my plugin names list yet to try to load one ___ Pd-list@iem.at

Re: [PD] Range Slider Object

2013-02-04 Thread Alexandre Torres Porres
Have you solved it with the range x y message? That's all you need, so it seems. Nice to see all the options here anyway, I had done something similar for my sampler patch, now I'll also include this idea. cheers 2013/2/3 Esteban Viveros emvive...@gmail.com Sorry... About 4:25 in this

Re: [PD] Range Slider Object

2013-02-04 Thread Jonathan Wilkes
Here's a prototype using data structures.  It has springs instead of hard proportions, but it obeys the limits of the slider, which gets closer to an rslider.  I think there's a hack to get it to obey hard proportions.  Also, I'm just working with one scalar so I'm not sure if I've got class-wide

Re: [PD] Range Slider Object

2013-02-04 Thread Jonathan Wilkes
Aw, sloppy.  Try the attached one instead. -Jonathan - Original Message - From: Jonathan Wilkes jancs...@yahoo.com To: Esteban Viveros emvive...@gmail.com; Simon Wise simonzw...@gmail.com Cc: pd-list@iem.at pd-list@iem.at Sent: Tuesday, February 5, 2013 2:28 AM Subject: Re: [PD]