Re: [PD] more about DS

2013-05-28 Thread Roman Haefeli
On Die, 2013-05-28 at 13:40 +0200, João Pais wrote: when you have a point defined by a variable, afaik it's always open to user interaction. but, check the help for drawpolygon, the -x argument. I never tried it. Yeah, -x works. As mentioned by Martin, it makes the struct not report clicks

Re: [PD] PD crashing X server

2013-05-06 Thread Roman Haefeli
TheBob experienced similar issues on Gentoo and was able to resolve them. From #dataflow @ irc.freenode.net TheBob rdz: HOLY CRAP, It's working! I recompiled the driver in debug mode after much pain and found the issue, I updated to the latest intel driver that my distro provides (only 4

Re: [PD] High CPU usage when tracks are muted (Raspberry Pi)

2013-05-05 Thread Roman Haefeli
On Son, 2013-05-05 at 12:42 -0400, Dan Wilcox wrote: Even though you don't have audio coming out when you're muting, you're still doing dsp. You should put each channel in a sub patch or abstraction and use [switch~] to enable/disable that abstraction. This is super important with low resource

Re: [PD] mean power frequency of a non-audio signal

2013-04-24 Thread Roman Haefeli
On Wed, 2013-04-24 at 16:41 +0100, Marco Donnarumma wrote: Hey folks, how would you go about computing the mean power frequency of a non-audio signal? What is mean power frequency? It is not mentioned on Wikipedia. Probably the meaning got lost due to translation? I'm aware of the

Re: [PD] Missing objects in Pd-Extended Intel OSX?

2013-04-22 Thread Roman Haefeli
On Mon, 2013-04-22 at 16:01 +0100, Martin Dupras wrote: I also notice that some objects in iemmatrix do not load. For instance mtx_mul loads, but not mtx_mul~. Confusingly, the mtx_+ object in mtx +mul-help.pd doesn't load, but it does if I open mtx_add-help.pd. This is related to how those

Re: [PD] sending Audio Delay message to PD

2013-04-19 Thread Roman Haefeli
On Fre, 2013-04-19 at 10:31 -0300, André Menezes wrote: Hi everyone I'm looking for a way to change delay (msec) [ ] inside the preferences / audio settings with some kind of message direct to PD ( just like ; pd dsp 1 ) is there that possibility? i just couldn't find

Re: [PD] Git version control, diff and pd.

2013-04-17 Thread Roman Haefeli
On Wed, 2013-04-17 at 09:27 -0500, Rafael Vega wrote: Can anyone provide tips on how to diff two pd patches to find differences quickly so that conflicts can be fixed by hand without spending too much time trying to find differences? I think there is no way to sanely handle that. I treat

Re: [PD] Drawing a sine function dynamically in Gem

2013-04-10 Thread Roman Haefeli
On Mit, 2013-04-03 at 11:59 +0200, Cyrille Henry wrote: hello, you have lot's of solution to draw a sinus curve in Gem. [...] you can also do like in openGL : using GEMglBegin, GEMglVextex (many of them thanks to an iterative loop), and GEMglEnd I'm interested in understanding that

Re: [PD] Drawing a sine function dynamically in Gem

2013-04-10 Thread Roman Haefeli
On Mit, 2013-04-10 at 22:28 +0200, Cyrille Henry wrote: hello, you just have to put the gemhead in the gemlist befor the glBegin. see attachement. Got it. Thanks. Roman Le 10/04/2013 22:11, Roman Haefeli a écrit : On Mit, 2013-04-03 at 11:59 +0200, Cyrille Henry wrote: hello, you

Re: [PD] sfread~ droupouts / understanding buffer parameter?

2013-04-08 Thread Roman Haefeli
On Mon, 2013-04-08 at 10:08 +0200, João Pais wrote: Hi list, I have a patch with around 80 sfread~s, who read audio files between 8-16 seconds (each sfread reads always the same file). But I noticed that there are often enough small audio droupouts when running the patch. After adding

Re: [PD] sfread~ droupouts / understanding buffer parameter?

2013-04-08 Thread Roman Haefeli
On Mon, 2013-04-08 at 12:03 +0200, João Pais wrote: I don't know about Windows, but in Linux usually recently read files are cached in the free areas of the memory. The second time you read those files, the harddisk isn't involved, provided there is enough free memory available which

Re: [PD] netserver issue

2013-04-08 Thread Roman Haefeli
On Son, 2013-04-07 at 19:16 +0200, Jeppi Jeppi wrote: Hi all, Is there a limit of about 256 floats that be sent as a single message with [netserver]? I attach an example which makes pd explode as soon as the long message is sent with the client connected or not. [netserver] is from maxlib

Re: [PD] Fwd: can't edit the symbol field

2013-04-02 Thread Roman Haefeli
Hi Scott On Mon, 2013-04-01 at 20:12 +0800, Scott Vanya wrote: I have pd-extended (Pd-0.42.5-extended-ubuntu-lucid-i386.deb) installed am running Puppy Linux and opened the pd script from GISS.tv, I have no idea what Pd script (a.k.a patch) you're talking about. Please be more specific. Is

Re: [PD] some issues with dynamic patching

2013-03-25 Thread Roman Haefeli
On Sun, 2013-03-24 at 10:40 -0700, Jonathan Wilkes wrote: - Original Message - From: Roman Haefeli reduz...@gmail.com To: pd-list@iem.at Cc: Sent: Sunday, March 24, 2013 7:25 AM Subject: Re: [PD] some issues with dynamic patching On Sam, 2013-03-23 at 15:39 +0200

Re: [PD] some issues with dynamic patching

2013-03-25 Thread Roman Haefeli
On Sun, 2013-03-24 at 17:20 +0100, Jeppi Jeppi wrote: Many thanks to you all, [initbang] seems just what I was looking for. As for individual, dynamic firing with [loadbang], the problem with [loadbang( | [send pd-foo.pd] is that I have several foo abstractions and I would like to fire

Re: [PD] some issues with dynamic patching

2013-03-24 Thread Roman Haefeli
On Sam, 2013-03-23 at 15:39 +0200, Alexandros Drymonitis wrote: Concerning [loadbang] you should use [initbang] instead AFAIK. But that's not vanilla. There are two separate issues to be considered: [initbang] should be used when you dynamically create xlets within an abstraction, so that

Re: [PD] MobMuPlat for Ipad and expr~ woes

2013-03-19 Thread Roman Haefeli
On Mon, 2013-03-18 at 23:15 +, Pagano, Patrick wrote: here's one: [expr~ if($f2==0, $v1, 0); if ($f2==0, $v1) ] Does not instantiate. There is an expression missing for the second if statement. Roman ___ Pd-list@iem.at mailing list

Re: [PD] Expression challenge 2013

2013-03-19 Thread Roman Haefeli
On Die, 2013-03-19 at 14:55 +, Pagano, Patrick wrote: Roman Can you explain to me what this awesome-ness you have created does? I read what the formula in [expr~ ] does and translated it to a subpatch. I am assuming it's a expr~ converter, but what is the proper way to deploy this?

Re: [PD] [pd open $1 $2{ from relative path without getdir

2013-03-19 Thread Roman Haefeli
On Die, 2013-03-19 at 16:59 -0400, me.grimm wrote: I was just looking at romans old post: http://www.mail-archive.com/pd-list@iem.at/msg04869.html did this ever get fixed? In the help-pd help browser-pd msg-msg_and_pd-open_close.pd i see: Sometimes you can get relative paths (./, ../,

Re: [PD] MobMuPlat for Ipad and expr~ woes

2013-03-18 Thread Roman Haefeli
On Mon, 2013-03-18 at 13:52 +, Pagano, Patrick wrote: damnit. Any idea when that might be or a workaround? silent weeping expr if($f1-$f2==0, 0, 1) [!= ] ? Roman ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] MobMuPlat for Ipad and expr~ woes

2013-03-18 Thread Roman Haefeli
(not dependent on expr family) or incorporate the expr stuff into the app you mentioned? I can't tell. Without knowing your situation in detail, I'd probably go for the former. Roman On 03/18/2013 11:01 AM, Roman Haefeli wrote: On Mon, 2013-03-18 at 13:52 +, Pagano, Patrick wrote: damnit

Re: [PD] long list-building time

2013-03-13 Thread Roman Haefeli
On Mit, 2013-03-13 at 09:12 -0700, Jonathan Wilkes wrote: Hi list, See attached for difference between building a list of symbols through [list append] and building an array of symbols. Now, I know the ds array resizing and setting is more efficient than building out a list using

Re: [PD] long list-building time

2013-03-13 Thread Roman Haefeli
On Mit, 2013-03-13 at 12:28 -0700, Jonathan Wilkes wrote: - Original Message - From: Roman Haefeli reduz...@gmail.com To: pd-list@iem.at Cc: Sent: Wednesday, March 13, 2013 1:49 PM Subject: Re: [PD] long list-building time On Mit, 2013-03-13 at 09:12 -0700, Jonathan

Re: [PD] [PD-announce] netpd 2.1

2013-03-11 Thread Roman Haefeli
On Sun, 2013-03-10 at 21:11 -0500, John Harrison wrote: This is fantastic news! I can't wait to try it the new version! Are the jams happening Thursday 21:00 GMT as mentioned on the website? There is currently no active community. Thus, there haven't been any regular sessions recently. Of

[PD] [PD-announce] netpd 2.1

2013-03-10 Thread Roman Haefeli
Hi all After almost a year not having announced version 2.0 of netpd, version 2.1 is released now. netpd 2.x is complete rewrite of the netpd that you may have known from several years ago. http://www.netpd.org/Download netpd - a Collaborative Realtime Networked Music Making Environment

Re: [PD] wireless audio from Pd to PA system (katja)

2013-03-05 Thread Roman Haefeli
On Die, 2013-03-05 at 00:41 +0100, katja wrote: I learned about 'ad hoc networks', where computers can be paired via Wifi and talk to each other directly, without a router. Never knew about this before. What a cool option that is. Considering that in a wireless network only one device can talk

Re: [PD] create/access udp sockets from within pd

2013-03-01 Thread Roman Haefeli
On Fre, 2013-03-01 at 08:53 +0100, IOhannes m zmölnig wrote: On 02/28/2013 17:33, Matthias Blau wrote: checkout iemnet's [udpclient]. already have tried that - without success. I only get udpclient:status: sent 4, nothing else. If I understand it correctly, udpclient listens on

Re: [PD] create/access udp sockets from within pd

2013-03-01 Thread Roman Haefeli
On Fri, 2013-03-01 at 13:38 +0100, IOhannes zmölnig wrote: On 03/01/2013 01:15 PM, Roman Haefeli wrote: Actually, it seems to have glitches. With above setup, right after connecting [udpclient] to the netcat server, you cannot send anything from netcat to the client. Only after sending

Re: [PD] pd META extension

2013-02-26 Thread Roman Haefeli
On Mon, 2013-02-25 at 22:10 -0800, Jonathan Wilkes wrote: Hello list, I'd like to extend the syntax of the xlet metadata in the [pd META] subpatch. Currently something like [clip] has this for the inlets: INLET_0 float list INLET_1 float INLET_2 float That gets picked up by

Re: [PD] [gem] Looking for an abstraction for converting textfiles in text3d string

2013-02-21 Thread Roman Haefeli
On Don, 2013-02-21 at 14:13 +0100, Charles Goyard wrote: Hey, that works. But, as you may have guessed, it's awfully slow with a large textfile (about 3kb). I guess it's just the message box that's slow to update. Actually, message boxes are pretty fast. Try hiding it in a non-visible subpatch

Re: [PD] [gem] Looking for an abstraction for converting textfiles in text3d string

2013-02-21 Thread Roman Haefeli
On Don, 2013-02-21 at 14:57 +0100, Charles Goyard wrote: Hi, Roman Haefeli wrote: On Don, 2013-02-21 at 14:13 +0100, Charles Goyard wrote: Hey, that works. But, as you may have guessed, it's awfully slow with a large textfile (about 3kb). I guess it's just the message box that's

Re: [PD] [gem] Looking for an abstraction for converting textfiles in text3d string

2013-02-21 Thread Roman Haefeli
On Don, 2013-02-21 at 15:15 +0100, IOhannes m zmoelnig wrote: On 2013-02-21 14:41, Roman Haefeli wrote: On Don, 2013-02-21 at 14:13 +0100, Charles Goyard wrote: Hey, that works. But, as you may have guessed, it's awfully slow with a large textfile (about 3kb). I guess it's just

Re: [PD] [gem] Looking for an abstraction for converting textfiles in text3d string

2013-02-21 Thread Roman Haefeli
On Don, 2013-02-21 at 15:15 +0100, IOhannes m zmoelnig wrote: On 2013-02-21 14:41, Roman Haefeli wrote: On Don, 2013-02-21 at 14:13 +0100, Charles Goyard wrote: Hey, that works. But, as you may have guessed, it's awfully slow with a large textfile (about 3kb). I guess it's just

Re: [PD] using puredata to play playlist gapless

2013-02-20 Thread Roman Haefeli
is finished - back to [textfile] to make it output the next filename. Roman On Tue, Feb 19, 2013 at 12:53 AM, Roman Haefeli reduz...@gmail.com wrote: On Die, 2013-02-19 at 00:31 -1000, Rick T wrote: Greetings All I have a playlist file

Re: [PD] [gem] Looking for an abstraction for converting textfiles in text3d string

2013-02-20 Thread Roman Haefeli
On Thu, 2013-02-21 at 01:50 +0100, Charles Goyard wrote: IOhannes m zmoelnig wrote: you can tell [textfile] to use CR/LF/CRLF as line delimiters by opening the file in cr mode, like [open file.txt cr( then you will need to stop through the lines by [bang(ing [textfile] till the end

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Roman Haefeli
On Die, 2013-02-19 at 00:31 -1000, Rick T wrote: Greetings All I have a playlist file (songs.pls) that I would like to play gapless (without the 1 second pause between tracks) can puredata due this if so is there and example? It sounds doable to me. I'd do it with [textfile] reading your

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Roman Haefeli
at 12:53 AM, Roman Haefeli reduz...@gmail.com wrote: On Die, 2013-02-19 at 00:31 -1000, Rick T wrote: Greetings All I have a playlist file (songs.pls) that I would like to play gapless (without the 1 second pause between tracks) can puredata due this if so is there and example

Re: [PD] using puredata to play playlist gapless

2013-02-19 Thread Roman Haefeli
: Yes I do have the ability to change the playlist file to a text file and alter it how it looks. The thing I'm looking for is an example of gapless playing. I couldn't find one doing google search. Thanks On Tue, Feb 19, 2013 at 12:53 AM, Roman Haefeli reduz...@gmail.com wrote

Re: [PD] GUI abstraction issues

2013-02-18 Thread Roman Haefeli
On Mon, 2013-02-18 at 14:19 +0100, IOhannes m zmoelnig wrote: On 2013-02-18 13:36, Esteban Viveros wrote: 2013/2/18 IOhannes m zmoelnig zmoel...@iem.at yes it is. You know someway to solve that issue?? currently the only way (i know of) is to make your [cnv] smal enough so that it

Re: [PD] IEM lib in Debian ?

2013-02-18 Thread Roman Haefeli
On Mon, 2013-02-18 at 20:04 +0100, Pierre Massat wrote: Great, it works ! Thanks ! One last question now : the pd alias is now for pd-extended. Is there a way I can give it back to puredata ? sudo update-alternatives --config pd Then choose 'puredata'. Roman

Re: [PD] gyro sensors to absolute rotation WAS: Re: gimbal lock solution?

2013-02-10 Thread Roman Haefeli
On Son, 2013-02-10 at 10:16 +0100, Cyrille Henry wrote: You mean you add each increment (gyro measurement) to the rotation separately, then get the orientation with gem_list info, add the next increment to the orientation, get orientation again, add increment etc? Can you cast that into a

Re: [PD] gimbal lock solution?

2013-02-09 Thread Roman Haefeli
On Sam, 2013-02-09 at 13:07 +0100, Fero Kiraly wrote: Iam trying to rotate GEM object with my android phone, sending from acc sensor througth OSC Gem object rotateXYZ is not the solution for that, maybe because of gimbal lock effect... Did anybody similar working patch in pd ? Or

Re: [PD] gimbal lock solution?

2013-02-09 Thread Roman Haefeli
I believe it is (unfortunately) not as simple as that. When you rotate with [rotateXYZ], the three axis are not always perpendicular to each other. For instance, if you set Y to 90, the X and the Z rotate around the same axis. However, the gyroscope (at least the one from Wiimote MotionPlus and

Re: [PD] gimbal lock solution?

2013-02-09 Thread Roman Haefeli
On Sam, 2013-02-09 at 16:41 +0100, Cyrille Henry wrote: Le 09/02/2013 15:39, Roman Haefeli a écrit : I believe it is (unfortunately) not as simple as that. When you rotate with [rotateXYZ], the three axis are not always perpendicular to each other. For instance, if you set Y to 90, the X

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

Re: [PD] Apply missing

2013-02-03 Thread Roman Haefeli
On Son, 2013-02-03 at 00:25 -0500, Ivica Ico Bukvic wrote: states. The first part o that is not hard, the second part is. But since unlimited undo is working in some parts of pd-l2ork, we at least have a working example to draw from. What do you mean by in some parts? Can you

[PD] Pd and pulseaudio (was: ALSA output error (restart failed): Broken pipe)

2013-02-01 Thread Roman Haefeli
On Don, 2013-01-31 at 13:12 -0500, Hans-Christoph Steiner wrote: Does it happen with Pd-vanilla 0.43.4 or 0.44? I just take that code directly from Miller since I've never done anything with programming audio interfaces. Pd definitely does not place nice with pulseaudio, Pd 0.44 _does_ play

Re: [PD] ALSA output error (restart failed): Broken pipe

2013-02-01 Thread Roman Haefeli
On Don, 2013-01-31 at 13:12 -0500, Hans-Christoph Steiner wrote: Does it happen with Pd-vanilla 0.43.4 or 0.44? I just take that code directly from Miller since I've never done anything with programming audio interfaces. Pd definitely does not place nice with pulseaudio, so make sure its not

Re: [PD] changing timestamp of noteout midi message

2013-02-01 Thread Roman Haefeli
On Fre, 2013-02-01 at 02:19 +0100, Panagiotis Melidis wrote: hello all. i revive this thread to ask you if there is any way that i can edit a noteout message _after_ it leaves PD, in order to add the desired timestamp. midipipe in the end didn't work, so i am looking for alternatives, to

Re: [PD] change sample rate from patch and learn sample rate from file

2013-02-01 Thread Roman Haefeli
On Fre, 2013-02-01 at 02:58 -0200, Alexandre Torres Porres wrote: Hi there, I see now you can easliy change pd's sample rate from preferences while the patches are running, this is a new thing, isn't it? Oh, I never tried to change the sampling rate while Pd is running. Interesting. Thanks for

Re: [PD] Working RPI Soundcards (was raspberry pi user experience)

2013-02-01 Thread Roman Haefeli
On Fre, 2013-02-01 at 04:14 -0200, Alexandre Torres Porres wrote: by the way, since I've been abusing so much of the GUI to build me fancy interfaces, I can see how easily it can choke on its update and flood the CPU. Now, could an external video card help on that? What is the issue?

Re: [PD] Pd and pulseaudio

2013-02-01 Thread Roman Haefeli
On Fre, 2013-02-01 at 18:43 +0100, IOhannes zmölnig wrote: On 02/01/2013 06:29 PM, Miller Puckette wrote: Just to comment on why I ended up un-installing portaudio: I booted my Pi with a clean new Raspbian distro, compiled Pd (after installing some packages like git and alsa libs), ran it

Re: [PD] Pd and pulseaudio

2013-02-01 Thread Roman Haefeli
On Fre, 2013-02-01 at 10:37 -0500, Hans-Christoph Steiner wrote: [...] Yeah, that sounds like my experience as well. One thing I've heard is that pulseaudio can use jack as the backend instead of ALSA. That sounds like an ideal situation. Anyone messed with that? Yeah, there are some

Re: [PD] [PD-announce] Pd-extended 0.43.4 released!

2013-01-30 Thread Roman Haefeli
Hi Hans On Die, 2013-01-29 at 15:36 -0500, Hans-Christoph Steiner wrote: Its time to announce the next big Pd-extended release, 0.43.4! Congrats! Despite expressing many times how limited your time is (and probably even more so with a family), the new release really is a milestone. Great

Re: [PD] Simplest way for looping soudfiles

2013-01-22 Thread Roman Haefeli
On Die, 2013-01-22 at 20:50 +, Pagano, Patrick wrote: Can people share their opinions on the simplest way to create a looping soundfile. [r playagain] | [open /path/to/your/file.wav, 1( | [readsf~ ] | [s playagain] Roman

Re: [PD] Simplest way for looping soudfiles

2013-01-22 Thread Roman Haefeli
suffer from that precision problem described before. Roman -Original Message- From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of Roman Haefeli Sent: Tuesday, January 22, 2013 4:04 PM To: pd-list@iem.at Subject: Re: [PD] Simplest way for looping soudfiles

Re: [PD] Simplest way for looping soudfiles

2013-01-22 Thread Roman Haefeli
On Die, 2013-01-22 at 22:20 +0100, Patrice Colet wrote: De: Patrick Pagano p...@digitalworlds.ufl.edu I am very interested in finding a non-external way to constantly loop sound files of ANY size. using two [readsf~] is working so far so good for looping large soundfiles, with the

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

2013-01-21 Thread Roman Haefeli
On Son, 2013-01-20 at 21:30 -0500, Ivica Ico Bukvic wrote: If you want to have a look on your own, open chat.pd from netpd and click the 'unpatch' button. Here, on Ubuntu 12.04.1 with pd-l2ork from yesterday it immediately starts eating memory. You can download it from here:

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

2013-01-20 Thread Roman Haefeli
On Sam, 2013-01-19 at 23:21 -0500, Ivica Ico Bukvic wrote: [...] pd-l2ork provides a solid, bug-free environment on Linux [...] Most of my GOP-abstractions are broken in pd-l2ork, because I often fit the GUI objects exactly into the GOP area. However, in pd-l2ork those iemguis don't show up,

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

2013-01-20 Thread Roman Haefeli
On Son, 2013-01-20 at 11:42 -0500, Ivica Ico Bukvic wrote: Most of my GOP-abstractions are broken in pd-l2ork, because I often fit the GUI objects exactly into the GOP area. However, in pd-l2ork those iemguis don't show up, because of two reasons: * Compared the pd/pd-extended, the

Re: [PD] changing timestamp of noteout midi message

2013-01-15 Thread Roman Haefeli
On Die, 2013-01-15 at 15:57 +0100, Panagiotis Melidis wrote: thanks a lot for your answer martin! so in that case, is there any way to modify the noteout object in order to add a timestamp? otherwise i should find a way to add the timestamp _after_ the message is sent from noteout, right?

Re: [PD] [PD-announce] Pd-extended 0.43.4 release candidate 1: last chance to report your bugs

2013-01-08 Thread Roman Haefeli
Hi Hans On Mon, 2013-01-07 at 12:32 -0500, Hans-Christoph Steiner wrote: I think this is the final release, last chance to test your patches and make sure everything is working well in this release. Also, double-check the translations. I'll do one final import of translations from Transifex

Re: [PD] [PD-announce] Pd-extended 0.43.4 release candidate 1: last chance to report your bugs

2013-01-08 Thread Roman Haefeli
On Die, 2013-01-08 at 12:27 +0100, Pierre-Olivier Boulant wrote: On 08/01/2013 12:14, Roman Haefeli wrote: Hi Hans On Mon, 2013-01-07 at 12:32 -0500, Hans-Christoph Steiner wrote: I think this is the final release, last chance to test your patches and make sure everything is working

Re: [PD] [PD-announce] Pd-extended 0.43.4 release candidate 1: last chance to report your bugs

2013-01-08 Thread Roman Haefeli
On Die, 2013-01-08 at 13:23 +0100, Roman Haefeli wrote: On Die, 2013-01-08 at 12:27 +0100, Pierre-Olivier Boulant wrote: On 08/01/2013 12:14, Roman Haefeli wrote: Hi Hans On Mon, 2013-01-07 at 12:32 -0500, Hans-Christoph Steiner wrote: I think this is the final release, last chance

Re: [PD] [PD-announce] Pd-extended 0.43.4 release candidate 1: last chance to report your bugs

2013-01-08 Thread Roman Haefeli
On Die, 2013-01-08 at 12:14 +0100, Roman Haefeli wrote: 1 When loading a patch in netpd on Ubuntu 12.04.1, Pd-extended immediately and reliably crashes. This does not happen with any Pd 0.43 or 0.44 version. Also it didn't

Re: [PD] [PD-announce] Pd-extended 0.43.4 release candidate 1: last chance to report your bugs

2013-01-08 Thread Roman Haefeli
On Die, 2013-01-08 at 12:14 +0100, Roman Haefeli wrote: 3) When loading a patch in the Pd-extended release candidate, the memory footprint is approximately three times higher than loading the same patch with Pd 0.43.3 vanilla

Re: [PD] [PD-announce] Pd-extended 0.43.4 release candidate 1: last chance to report your bugs

2013-01-08 Thread Roman Haefeli
On Die, 2013-01-08 at 15:13 +0100, Roman Haefeli wrote: On Die, 2013-01-08 at 12:14 +0100, Roman Haefeli wrote: 3) When loading a patch in the Pd-extended release candidate, the memory footprint is approximately three times

Re: [PD] [PD-announce] pd 0.44-0 test 1 released

2012-12-27 Thread Roman Haefeli
On Mit, 2012-12-26 at 13:36 -0800, Miller Puckette wrote: OK... try from git again - maybe it'ws fixed Looks good to me. With -jack it's possible now to switch DSP off and on in zero logical time without causing a drop-out. Also, turning DSP off does not disconnect the Pd client. I'm really

Re: [PD] [PD-announce] pd 0.44-0 test 1 released

2012-12-27 Thread Roman Haefeli
On Die, 2012-12-25 at 13:00 -0800, Miller Puckette wrote: Hi all - I'm afraid to 'fix' this riht now, but will look at it at least. Alternatively I could add a message to pd to restort DSP without stopping/starting the audio I/O, which I'm hoping will at least reduce the need to start/stop

Re: [PD] [PD-announce] pd 0.44-0 test 1 released

2012-12-27 Thread Roman Haefeli
On Don, 2012-12-27 at 15:31 -0500, Hans-Christoph Steiner wrote: On Dec 27, 2012, at 3:29 PM, Hans-Christoph Steiner wrote: On Dec 27, 2012, at 2:14 PM, Roman Haefeli wrote: On Die, 2012-12-25 at 13:00 -0800, Miller Puckette wrote: Hi all - I'm afraid to 'fix' this riht now

Re: [PD] [PD-announce] pd 0.44-0 test 1 released

2012-12-27 Thread Roman Haefeli
On Don, 2012-12-27 at 16:06 -0500, Hans-Christoph Steiner wrote: On Dec 27, 2012, at 3:36 PM, Roman Haefeli wrote: On Don, 2012-12-27 at 15:29 -0500, Hans-Christoph Steiner wrote: On Dec 27, 2012, at 2:14 PM, Roman Haefeli wrote: On Die, 2012-12-25 at 13:00 -0800, Miller Puckette wrote

Re: [PD] error compiling sndfiler~

2012-12-21 Thread Roman Haefeli
On Sam, 2012-12-15 at 18:42 +0100, Bart Koppe wrote: On Sat, Dec 15, 2012 at 4:44 PM, IOhannes m zmölnig zmoel...@iem.at wrote: On 12/15/2012 15:27, Bart Koppe wrote: Dear List! I'm trying to compile sndfiler from svn but I get

Re: [PD] [nbuntil]: an non-blocking [until] replacement

2012-12-17 Thread Roman Haefeli
On Sun, 2012-12-16 at 23:17 -0800, Jonathan Wilkes wrote: - Original Message - From: Simon Wise simonzw...@gmail.com To: pd-list@iem.at Cc: Sent: Sunday, December 16, 2012 7:58 PM Subject: Re: [PD] [nbuntil]: an non-blocking [until] replacement On 17/12/12 08:06,

Re: [PD] [nbuntil]: an non-blocking [until] replacement

2012-12-17 Thread Roman Haefeli
Hi Katja Thanks for your feedback. On Mon, 2012-12-17 at 11:56 +0100, katja wrote: Cool, with [nbuntil] the workload is even spread over the cores! I don't think that [nbuntil] will help in making Pd use more than one core. Since [nbuntil] is just an abstraction, everything run below it is

Re: [PD] Pd does not work on Windows.

2012-12-11 Thread Roman Haefeli
Hey Hans This is great news. Thanks for your efforts! I'll check it out as soon as I have access to a Windows machine. Roman On Die, 2012-12-11 at 14:11 -0500, Hans-Christoph Steiner wrote: Sourceforge was down last night, so I couldn't push my updates. :-( Now that its back up, I pushed

Re: [PD] No jack connections with -noadc

2012-12-11 Thread Roman Haefeli
Dear Miller This is what I experience with the audio back-ends of the current git: -pa +++ When launching pd with '-pa' (or nothing, for that matter), portaudio seems to scan all available sound sources. Somehow it tries to connect to a list of bluetooth devices, that once have been or currently

Re: [PD] Pd does not work on Windows.

2012-12-11 Thread Roman Haefeli
It works for me with the 2012-12-11 build on Windows XP. I can load a patch called blä.pd and also save it to that name. I also tested [writesf~ ]. You mentioned that externals might be still suffering from this issue. Just a random pick: [soundfile_info] is such an external. Do you think its

Re: [PD] How to increase audio latency on linux?

2012-12-10 Thread Roman Haefeli
On Sun, 2012-12-09 at 13:39 -0800, Miller Puckette wrote: grasping at straws but... maybe try Alsa using callbacks - so that Pd maintains the FIFO instead of having ALSA do it. I think you can do this by opening ALSA through portaudio, requesting blocking in Pd but replace #if

Re: [PD] How to increase audio latency on linux?

2012-12-10 Thread Roman Haefeli
On Mon, 2012-12-10 at 13:17 +0100, Lorenzo Sutton wrote: On 09/12/12 11:12, Roman Haefeli wrote: [...] If my intent to have an as huge as possible latency in order to decrease likeliness of drop-outs, it is still advised to use a low latency kernel and run Pd/Jackd with realtime priorities

Re: [PD] How to increase audio latency on linux?

2012-12-09 Thread Roman Haefeli
at 03:23:12PM +0100, Roman Haefeli wrote: Hi all For certain types (non-interactive) Pd patches, I'd like to be able to set a large audio buffer, say 1s or more. However, I figured I'm not able to do that on linux. With -alsa only the -blocksize parameter has any effect

[PD] How to increase audio latency on linux?

2012-12-04 Thread Roman Haefeli
Hi all For certain types (non-interactive) Pd patches, I'd like to be able to set a large audio buffer, say 1s or more. However, I figured I'm not able to do that on linux. With -alsa only the -blocksize parameter has any effect, but the maximum allowed value is 2048 which still feels like only

Re: [PD] Freezes with Pd-Extended and Jack

2012-11-27 Thread Roman Haefeli
Hi all Johnny-come-lately I am . . . I've experienced this problem since 0.43 (vanilla and extended), I believe, but I haven't really investigated it, because it didn't happen that often and I wasn't able to reliably reproduce it. Now I figured out a way to reliably reproduce it. It seems the

Re: [PD] Freezes with Pd-Extended and Jack

2012-11-27 Thread Roman Haefeli
On Die, 2012-11-27 at 10:20 +0100, Roman Haefeli wrote: The problem seems related to the fact that switching DSP also switches the jack client on and off. I think the preferred way would be to be able to switch DSP on/off independently from switching audio back-end on/off. I just tested pd

Re: [PD] Freezes with Pd-Extended and Jack

2012-11-27 Thread Roman Haefeli
change in pd-l2ork? .hc On Nov 27, 2012, at 4:34 AM, Roman Haefeli wrote: I just tested pd-l2ork and it seems this is exactly how it fixes the freeze problem: Turning DSP off does not kill the pd client in jack. Roman On Die, 2012-11-27 at 10:20 +0100, Roman Haefeli wrote

Re: [PD] weird behavior with dynamically created abstractions (sound doesn't work)

2012-11-19 Thread Roman Haefeli
On Wed, 2012-11-14 at 10:33 -0800, Jonathan Wilkes wrote: - Original Message - From: Cyrille Henry c...@chnry.net To: pd-list@iem.at Cc: Sent: Wednesday, November 14, 2012 5:49 AM Subject: Re: [PD] weird behavior with dynamically created abstractions (sound doesn't work)

Re: [PD] Random number generation quest

2012-11-14 Thread Roman Haefeli
On Wed, 2012-11-14 at 14:53 +, Enrique Erne wrote: Hi List! Can a random number form 0 to 100 be generated with the following requirements: - No externals / Vanilla Pd only - DSP must be off - The patch is loaded with Pd through command line interface i.e. `pd -noprefs -nogui

Re: [PD] bi-directional OSC over TCP from liblo

2012-11-10 Thread Roman Haefeli
On Fre, 2012-11-09 at 17:19 +0100, IOhannes m zmölnig wrote: On 11/09/2012 02:51 PM, Jamie Bullock wrote: So, it seems like [packOSCstream] and [unpackOSCstream] are (un)packing message in a format that can't be used with external clients/servers. Is that correct? from your

Re: [PD] vline~ precision under lower block sizes

2012-11-05 Thread Roman Haefeli
Hi João I can't add more info to this issue, but to me it looks like bug. It seems in re-blocked ( 64?) subpatches the ramp starts too early. But why this happens, I don't have the slightest idea. I think, you provided enough info to file a bug report. Roman On Sun, 2012-11-04 at 17:27 +0100,

Re: [PD] vline~ precision under lower block sizes

2012-11-05 Thread Roman Haefeli
On Mon, 2012-11-05 at 22:16 +0900, i go bananas wrote: miller answered this in a previous post today Oh, sorry for posting nonsense, then. And thanks for the update. Last but not least: Thanks for the fix, Miller! Roman ___ Pd-list@iem.at mailing

Re: [PD] firm delay scheduling

2012-10-31 Thread Roman Haefeli
On Tue, 2012-10-30 at 13:42 -0400, Hans-Christoph Steiner wrote: [delay] is as firm as your going to get, from what I've seen. [delay] should be at least as accurate to about one audio block, so like 1.5ms, so if you only need 250ms accuracy, you have plenty of room. [delay] is not somewhat

Re: [PD] firm delay scheduling

2012-10-31 Thread Roman Haefeli
On Tue, 2012-10-30 at 18:52 +0100, Cyrille Henry wrote: hello, if your problem is detecting when cpu is over 100% so that delay is not acurate, then the best solution is some kind of external watchdog. just send a message every 10 ms to an other software, if this external software did not

Re: [PD] MIDI and JACK autoconnection is a PITA...

2012-10-31 Thread Roman Haefeli
On Wed, 2012-10-31 at 12:10 +0100, Kaj Ailomaa wrote: On Wed, 31 Oct 2012 11:55:17 +0100, IOhannes m zmoelnig zmoel...@iem.at wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-10-31 11:41, Lorenzo Sutton wrote: or does it also affect jack audio connections? I'd like to

Re: [PD] Audio glitches with windows xp

2012-10-28 Thread Roman Haefeli
Hi Alexandros An audio recording of the glitchy sine tone might give some hints what could be wrong. Knowing the supposed frequency might also be helpful for diagnostics. Roman On Son, 2012-10-28 at 19:33 +0200, Alexandros Drymonitis wrote: They used the default settings, which should be 20,

Re: [PD] firewire is dead?

2012-10-17 Thread Roman Haefeli
On Tue, 2012-10-16 at 17:48 +0200, András Murányi wrote: On Tue, Oct 16, 2012 at 5:11 PM, Julian Brooks jbee...@gmail.com wrote: I'd be interested in a recommendation for that (external soundcard for linux laptops). I have a Lenovo x61s (s/h £180, best laptop

Re: [PD] text to speech

2012-10-15 Thread Roman Haefeli
: moin Roman, On 2012-10-10 17:09, Roman Haefeli wrote: There is [flite] from moocow, which is part of Pd-extended (unfortunately broken in Ubuntu 12.04, it seems) how broken? is there any particular error message being produced? marmosets, Bryan

Re: [PD] pd 0.43 report

2012-10-15 Thread Roman Haefeli
On Mon, 2012-10-15 at 17:01 +0200, IOhannes m zmoelnig wrote: On 2012-10-15 16:22, Mirko Maier wrote: hi hans-christoph, I've found some deviations from previous pd versions in pd 0.43 (extended) (on Win XP): - in previous versions, with the message pd open [patch.pd] [folder]/;

Re: [PD] text to speech

2012-10-10 Thread Roman Haefeli
Hi Filippo There is [flite] from moocow, which is part of Pd-extended (unfortunately broken in Ubuntu 12.04, it seems) or availale in Debian and derivatives as package pd-flite. I don't know about ratt, but [flite] comes with only one voice. I don't know if that is sufficient for your game.

Re: [PD] pd-extended 0.43.1 - objects not loaded

2012-10-10 Thread Roman Haefeli
On Mon, 2012-10-08 at 18:36 +0200, IOhannes m zmoelnig wrote: On 2012-10-08 17:12, Hans-Christoph Steiner wrote: [ezdac~] is part of rradical, which was removed because it had no maintainer and had bugs. Try [output~]. I don't know mux~, perhaps it was also in a library that was

Re: [PD] Installing Pduino

2012-10-07 Thread Roman Haefeli
Hi Alejandro I'm not an expert with compiling issues, but in my experience the Firmata software delivered with the Arduino IDE compiles fine. I suggest that you download a fairly recent version (say 1.0 or 1.0.1) of the IDE for your OS and try again (before you make any changes to the included

Re: [PD] opinions on the issue of concurrent implementations (was: getting sample rate of file loaded into an array)

2012-10-05 Thread Roman Haefeli
On Thu, 2012-10-04 at 13:16 -0700, Jonathan Wilkes wrote: [...] Also, I wanted to know which is mature enough so that it's worth to write bug reports to its author. This consumes quite some time and I think everyone who discovers that there are many solutions for her problem needs to

<    1   2   3   4   5   6   7   8   9   10   >