[PD] [filterview~]. Was: Wavesel~ external preview available as deken-type distribution.

2015-07-06 Thread Fred Jan Kraan
Hi Alexandre, Thank you :-). Hans once made [filterview~] which looks very much like [filtergraph~] (https://github.com/pd-projects/filterview). It is already on my list to look at. I am not sure executable versions are available, but I could put those in deken-space too. There are rumoured to be

Re: [PD] Wavesel~ external preview available as deken-type distribution.

2015-07-06 Thread Alexandre Torres Porres
Just wanna say good luck :) a [cyclone/waveform~] would be nice. how about a [filtergraph~]? I guess I could help with that. cheers 2015-07-06 5:55 GMT-03:00 Fred Jan Kraan : > Hi, > > At the moment a preview version of the wavesel~ object is available via > the deken download tool. Wavesel~ is

Re: [PD] compiling for Raspberry Pi 2 (was 2nd Pi 2 issue)

2015-07-06 Thread Jaime E Oliver
>> El 06/07/2015, a las 8:52 p.m., Jaime E Oliver >> escribió: >> >> the externals will crash pd if it isn't opened with sudo. >> J > What do you mean with external crash? do you refer the wiringPi externals? yes. you need sudo level to access the gpio with those externals and will crash if you

Re: [PD] Is it possible to use subprocess (with [pd~]) with libpd ?

2015-07-06 Thread Miller Puckette
I've never tried t... maybe it'll just work :) On Mon, Jul 06, 2015 at 09:25:12PM +0200, Jack wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > > I would like to know if it is possible to use a subprocess made by > [pd~] with libpd. > I try the patch and it works properly wit

Re: [PD] how to change symbol to float

2015-07-06 Thread Chris McCormick
Hello, On 07/07/15 03:31, Alexandros Drymonitis wrote: > On Mon, Jul 6, 2015 at 8:56 PM, Cyrille Henry > wrote: > look like it's more a s2i than a s2f > True! Now it's real s2f Having tried this strategy myself I discovered there are many pitfalls. The following are va

Re: [PD] how to change symbol to float

2015-07-06 Thread Dan Wilcox
Thanks guys. I’ve gone ahead and added that abstraction w/ attribution as [u_symbol2float] in the rc-patches . Dan Wilcox @danomatika danomatika.com robotcowboy.com

Re: [PD] compiling for Raspberry Pi 2 (was 2nd Pi 2 issue)

2015-07-06 Thread Luis G Angel
> El 06/07/2015, a las 8:52 p.m., Jaime E Oliver > escribió: > > the externals will crash pd if it isn't opened with sudo. > J What do you mean with external crash? do you refer the wiringPi externals? > > > On Jul 6, 2015, at 7:49 PM, Rick Snow > wrote: > >> Hi L

Re: [PD] compiling for Raspberry Pi 2 (was 2nd Pi 2 issue)

2015-07-06 Thread Jaime E Oliver
the externals will crash pd if it isn't opened with sudo. J On Jul 6, 2015, at 7:49 PM, Rick Snow wrote: > Hi Luis, so you mean you compile as l_arm and then change the name to read > pd_darwin? I tried this with the wiringpi externals and they crash pd. I > definitely think there is some pro

Re: [PD] compiling for Raspberry Pi 2 (was 2nd Pi 2 issue)

2015-07-06 Thread Chris Clepper
Pi 2 is a different architecture than the Pi (ARMv7 vs ARMv6 - huge changes for floating point etc). Try the Pd on Miller's site compiled for the UDOO - should run fine. On Mon, Jul 6, 2015 at 1:42 PM, Rick Snow wrote: > Just to clarify: This is a Raspberry Pi 2 I am using. Maybe it needs a >

Re: [PD] compiling for Raspberry Pi 2 (was 2nd Pi 2 issue)

2015-07-06 Thread Rick Snow
Hi Luis, so you mean you compile as l_arm and then change the name to read pd_darwin? I tried this with the wiringpi externals and they crash pd. I definitely think there is some problem in the compiling. On Jul 6, 2015 7:19 PM, "Luis G Angel" wrote: > Rick: > > I think the problem is that pd doe

Re: [PD] compiling for Raspberry Pi 2 (was 2nd Pi 2 issue)

2015-07-06 Thread Luis G Angel
Rick: I think the problem is that pd does not looking the .l_arm extension?? I have the same problem(in RbPI2 too) So, I rename the extension to .pd_linux and it works for the externals I compile with the makefile template: the hello world example(in hans’s guide to make externals), the counter

Re: [PD] A patch to create a patch to create a patch to create a patch to close puredata...

2015-07-06 Thread Julian Brooks
Maybe add some Shepard Tones On 6 July 2015 at 19:46, Olivier Baudu <01iv...@labomedia.net> wrote: > Thank you Julian... > > Well, I don't know if this one is funny but, for sure, it's still > useless... :-) > > The Carouslide: > https://vimeo.com/132739686 > > :-p > > 01 > > Le 01/07/2015 15:02,

Re: [PD] A patch to create a patch to create a patch to create a patch to close puredata...

2015-07-06 Thread Jaime E Oliver
nice indeed! J On Jul 6, 2015, at 2:10 PM, Jack wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello Olivier, > > Very nice ;) > ++ > > Jack > > > > > Le 06/07/2015 20:46, Olivier Baudu a écrit : >> Thank you Julian... >> >> Well, I don't know if this one is funny but, for s

Re: [PD] compiling for Raspberry Pi 2 (was 2nd Pi 2 issue)

2015-07-06 Thread Rick Snow
Just to clarify: This is a Raspberry Pi 2 I am using. Maybe it needs a different architecture? I tried renaming as wiringPi_gpio.pd_linux then when instantiating the object it crashes pd. i really appreciate the suggestions. Hopefully this will help some other folks as well. cheers, Rick On

Re: [PD] how to change symbol to float

2015-07-06 Thread Alexandros Drymonitis
On Mon, Jul 6, 2015 at 8:56 PM, Cyrille Henry wrote: > hello, > look like it's more a s2i than a s2f True! Now it's real s2f #N canvas 152 272 499 451 10; #X obj 69 48 list fromsymbol; #X obj 69 116 moses 48; #X obj 114 138 moses 58; #X obj 114 210 - 48; #X obj 114 232 t f b; #X obj 141 254 f; #

[PD] Are there recommendations to optimize pd patch with libpd ?

2015-07-06 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Are there recommendations to optimize a pd patch with libpd ? Is there something about this topic on the web or somewhere else ? Thanx. ++ Jack -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQEcBAEBAgAGBQJVmtawAAoJEOuluecjw8GU80IIAKeVl6eZRSfU6JDIg

[PD] Is it possible to use subprocess (with [pd~]) with libpd ?

2015-07-06 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I would like to know if it is possible to use a subprocess made by [pd~] with libpd. I try the patch and it works properly with Pd-0.46.5 but when i use it with libpd, everything in the subprocess doesn't seems to work. Any clue ? Thanx. ++ Ja

Re: [PD] audio into Open Sound Control message (OSX_ableton)

2015-07-06 Thread Peter P.
* Michael-Jon Mizra [2015-07-06 15:05]: > Hi all, > I wish to convert an incoming audio signal (from ableton live) into Open > Source Control messages, and then feed these messaged back into live so that > I can control parameters on my effects. I am using OSX Lion, and have the IAC > Drivers w

Re: [PD] A patch to create a patch to create a patch to create a patch to close puredata...

2015-07-06 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Olivier, Very nice ;) ++ Jack Le 06/07/2015 20:46, Olivier Baudu a écrit : > Thank you Julian... > > Well, I don't know if this one is funny but, for sure, it's still > useless... :-) > > The Carouslide: https://vimeo.com/132739686 > >

Re: [PD] Pd-list Digest, Vol 124, Issue 21

2015-07-06 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, first : $ sudo nano /etc/apt/sources.list comment out the line : # deb-src http://archive.raspbian.org/raspbian/ wheezy main contrib non-free rpi then : $ sudo apt-get update and : $ sudo apt-get build-dep puredata ++ Jack Le 06/07/2015

[PD] audio into Open Sound Control message (OSX_ableton)

2015-07-06 Thread Michael-Jon Mizra
Hi all, I wish to convert an incoming audio signal (from ableton live) into Open Source Control messages, and then feed these messaged back into live so that I can control parameters on my effects. I am using OSX Lion, and have the IAC Drivers working. is this possible, and if so where do I beg

Re: [PD] A patch to create a patch to create a patch to create a patch to close puredata...

2015-07-06 Thread Olivier Baudu
Thank you Julian... Well, I don't know if this one is funny but, for sure, it's still useless... :-) The Carouslide: https://vimeo.com/132739686 :-p 01 Le 01/07/2015 15:02, Julian Brooks a écrit : > definitely raised a smile :) > > 2015-06-30 17:15 GMT+01:00 Olivier Baudu <01iv...@labomedia.n

Re: [PD] pd 46.6 on raspberry pi 2

2015-07-06 Thread Rick Snow
​Thank you Cyrille. This worked! I'm new to Pd on linux... much to learn! I'll still try to compile but it is good to know where to find the application and that it runs right away after download. cheers, Rick > > Message: 5 > Date: Mon, 06 Jul 2015 15:57:18 +0200 > From: Cyrille Henry > T

Re: [PD] compiling for Raspberry Pi 2 (was 2nd Pi 2 issue)

2015-07-06 Thread Antoine Villeret
hum, strange, I was pretty sure that pd loads l_arm on RPi, btw, did you try to rename the .l_arm in .pd_linux ? + a -- do it yourself http://antoine.villeret.free.fr 2015-07-05 23:53 GMT+02:00 Rick Snow : > Thanks Antoine. > > The pi2 does not seem to be looking for .l_arm > When I try to l

Re: [PD] pd 46.6 on raspberry pi 2

2015-07-06 Thread Antoine Villeret
btw your error is related to libasound sudo apt-get install libasound-dev should resolve it and my mistake, you should run a 'make install' not just make (which check for dependency and fail) so, try : sudo make -f makefile.gnu install + a -- do it yourself http://antoine.villeret.free.fr 20

Re: [PD] how to change symbol to float

2015-07-06 Thread Cyrille Henry
hello, look like it's more a s2i than a s2f. cheers c Le 06/07/2015 19:45, Alexandros Drymonitis a écrit : Sorry, uploading again without [list-drip] (which is vanilla, but an abstraction you need to have). On Mon, Jul 6, 2015 at 8:43 PM, Alexandros Drymonitis mailto:adr...@gmail.com>> wrote:

Re: [PD] how to change symbol to float

2015-07-06 Thread Alexandros Drymonitis
Sorry, uploading again without [list-drip] (which is vanilla, but an abstraction you need to have). On Mon, Jul 6, 2015 at 8:43 PM, Alexandros Drymonitis wrote: > Here's a vanilla abstraction (attached) that does this, using [list > fromsymbol] > > On Mon, Jul 6, 2015 at 4:53 PM, Cyrille Henry

Re: [PD] how to change symbol to float

2015-07-06 Thread Alexandros Drymonitis
Here's a vanilla abstraction (attached) that does this, using [list fromsymbol] On Mon, Jul 6, 2015 at 4:53 PM, Cyrille Henry wrote: > hello, > i don't know any vannilaway to convert symbol to float, but you can use > externals like s2f from moonix. > c > > > > Le 06/07/2015 15:31, Richard Milli

Re: [PD] Pd-list Digest, Vol 124, Issue 21

2015-07-06 Thread Rick Snow
​Hi again, Thank you Jack and Antoine for your suggestions. Still running into trouble I tried this manner of installing pd 46.6 again: $ sudo apt-get update seemed to work fine. when running: ​$​ sudo apt-get build-dep puredata ​I get: reading... done buidling depend... done reading sta

Re: [PD] pd 46.6 on raspberry pi 2

2015-07-06 Thread Cyrille Henry
hello, if you get a precompiled pd version, you just have to copy content of pd/bin/* to /usr/local/bin/ and pd/tcl to /usr/local/tcl. or just start pd in a terminal using it's full path : /home/pi/pd/bin/pd cheers Le 06/07/2015 15:41, Rick Snow a écrit : ​Thank you Antoine for the suggestio

Re: [PD] how to change symbol to float

2015-07-06 Thread Cyrille Henry
hello, i don't know any vannilaway to convert symbol to float, but you can use externals like s2f from moonix. c Le 06/07/2015 15:31, Richard Millig a écrit : hi all, i hope this could a be a simple issue for someone: i'm getting following from [unpackOSC] after changing values of a vslider i

Re: [PD] pd 46.6 on raspberry pi 2

2015-07-06 Thread Rick Snow
​Thank you Antoine for the suggestion: When I tried: cd pd-046.-6/src sudo make -f makefile.gnu terminal returned: make: ***No rule to make target '/usr/include/alsa/asoundlib.h', needed by 's_audio_alsa.o'. Stop. best, Rick ​ > > -- > > > > Message: 4 > > Date: Su

[PD] how to change symbol to float

2015-07-06 Thread Richard Millig
hi all, i hope this could a be a simple issue for someone: i'm getting following from [unpackOSC] after changing values of a vslider in AndrOSC: /vslider 0\\,123 and [pipelist] | [routeOSC \vslider] | [print] prints then: 0,123 so how to change this symbol in a float like 0.123? or does some

[PD] Looking for a Pd object like Max's XYZ [WAS]: Re: looking for an object like max's join

2015-07-06 Thread Lorenzo Sutton
Hi, On 03/07/2015 01:30, Alexandre Torres Porres wrote: hi, I wonder if anyone thought of making an object that generates a list from individual inlets that triggers the output whenever a value is sent to any inlet. I think in general that when asking "is there an object in Pd which does xyz

[PD] Wavesel~ external preview available as deken-type distribution.

2015-07-06 Thread Fred Jan Kraan
Hi, At the moment a preview version of the wavesel~ object is available via the deken download tool. Wavesel~ is an incomplete clone of the Max waveform~ object. I tried to make this using the gcanvas interface, using ggee/gcanvas as code base. It is probably my poor implementation, but it doesn'

Re: [PD] [initbang] vs [loadbang]

2015-07-06 Thread Alexandros Drymonitis
On Sun, Jul 5, 2015 at 10:04 PM, IOhannes m zmölnig wrote: > On 07/05/2015 08:57 PM, Alexandros Drymonitis wrote: > >> saving the "dynin.pd" abstraction, will break it. > [...] > > abstraction. I put [r _initbang] but it won't work. > > the trick is *not* to have a [r _initbang] in your patch. >