Re: [PD] Problem with tcpserver from iemnet

2012-02-16 Thread Roman Haefeli
On Thu, 2012-02-16 at 13:53 +0100, IOhannes m zmölnig wrote: On 02/15/12 23:19, Jack wrote: OK, so if my server quit or crash, I have to wait few minutes (maybe only one) before to relaunch it. I was hoping it was faster. you can also launch the server and keep setting the port to the

Re: [PD] socket object?

2012-02-16 Thread Roman Haefeli
On Thu, 2012-02-16 at 16:58 +0100, IOhannes m zmölnig wrote: On 02/16/12 16:46, Pagano, Patrick wrote: Hi and thanks We are listening for tcp in max i get the lines read as LaserOutput: [[[2705,246]],[[1358,402]]] and in pd using mrpeach's tcpclient it reads back 91 91 91 50 54 54

Re: [PD] unpack type mismatch?

2012-02-16 Thread Roman Haefeli
On Thu, 2012-02-16 at 10:23 +0100, Christoph Kuhr wrote: Hi, i route OSC messages an then unpack it. [unpack 0 0 0 0] with one OSC controller i get the error: error: unpack: type mismatch unpacked: 3 14.8743 14.0385 20 with another OSC Controller nothing: unpacked: 3 85.539

Re: [PD] socket object?

2012-02-16 Thread Roman Haefeli
Hi Martin On Thu, 2012-02-16 at 19:53 +0100, IOhannes m zmölnig wrote: On 02/16/12 19:39, Martin Peach wrote: As I understood it, the OS's tcp/ip stack will take care of putting tcp packets back together, the application will receive complete messages unless they are bigger than an IP

Re: [PD] socket object?

2012-02-16 Thread Roman Haefeli
On Thu, 2012-02-16 at 17:01 -0500, Martin Peach wrote: On 2012-02-16 16:38, Roman Haefeli wrote: Hi Martin On Thu, 2012-02-16 at 19:53 +0100, IOhannes m zmölnig wrote: On 02/16/12 19:39, Martin Peach wrote: As I understood it, the OS's tcp/ip stack will take care of putting tcp

Re: [PD] Problem with tcpserver from iemnet

2012-02-15 Thread Roman Haefeli
Hi Jack Hello Andy and thanx for your answer, I have omitted to write some useful information about my configuration : Ubuntu 11.04 Pd 0.42.6 iemnet [tcpclient] and [tcpserver] compiled on Jan 23 2012 at 12:35:32 I have almost the same setup (Pd 0.43.1, iemnet compiled on 2012-02-02). I

Re: [PD] Pd extended 0.43-1 nightly missing tk dependency on ubuntu 11.10 (Oneiric)

2012-02-14 Thread Roman Haefeli
On Tue, 2012-02-14 at 15:11 -0600, John Harrison wrote: Then that would be the case for all stock Oneirics. I think it should be depends. This will be confusing for novice users, such as those using stock setups. If it would be a 'Depends:', then there wouldn't be a way to install

Re: [PD] wiimote report

2012-02-10 Thread Roman Haefeli
On Fri, 2012-02-10 at 15:48 +0100, u...@xdv.org wrote: to answer my question: i changed onoff from int to float and it works such that i can turn reports on and off. it still crashes a lot though ... well, seems like i should go for supercollider/osc. or is there another wii external

Re: [PD] wiimote report

2012-02-10 Thread Roman Haefeli
On Fri, 2012-02-10 at 16:47 +0100, Roman Haefeli wrote: On Fri, 2012-02-10 at 15:48 +0100, u...@xdv.org wrote: to answer my question: i changed onoff from int to float and it works such that i can turn reports on and off. it still crashes a lot though ... well, seems like i should

Re: [PD] precision of vline~ and/or pd messaging

2012-01-29 Thread Roman Haefeli
On Sun, 2012-01-29 at 18:30 +0100, João Pais wrote: Hi, another chapter in this: I just tried out the same patch, using now [metro] instead of Lyon's objects. The problem is that the results are still quite simliar, i.e. I still get clicks (almost) every 125ms (the beat duration), resulting

Re: [PD] IEM Matrix

2012-01-25 Thread Roman Haefeli
Hi Pierre You didn't specify which version and flavor of Pure Data you're using. I assume it's a recent version of Pd-extended. In Pd-extended, for the iemmatrix library to work correctly you need to load two things: iemmatrix and hexloader. I suggest two put the following two objects in your

Re: [PD] a phase vocoder pitch shifter harmonizer in real time

2012-01-10 Thread Roman Haefeli
Hi Alex On Mon, 2012-01-09 at 17:28 -0200, Alexandre Torres Porres wrote: get it here: http://sites.google.com/site/porres/pvoc-shifter.zip I wish to officially release it along with some other tools I'm building for my PhD, soon to be over... Cool. Thanks for sharing. Indeed, i find it

Re: [PD] ring buffer with an array

2012-01-10 Thread Roman Haefeli
Hi Alex On Sun, 2012-01-08 at 16:33 -0200, Alexandre Torres Porres wrote: Hi folks, I'm trying to implement a ring buffer with a table for a sampler patch based on an array. But I'm having the hardest time cause it always clicks when I start writing back on the beginning of the array. I

Re: [PD] Pd Radio

2012-01-10 Thread Roman Haefeli
Hi Max On Fri, 2012-01-06 at 15:26 +0100, Max wrote: dear list, i was wondering what current developments with Pd and webstreaming are out there. ... http://radio.rumblesan.com/ I once read about it in irc, when the guy building it had some talks, but missed to actually listen to it.

[PD] Detecting audio drop outs inside a patch

2011-12-09 Thread Roman Haefeli
Hi all Is there a way to detect DSP drop outs in a patch, respectively to get the information that is displayed in the Pd main window? The idea is to create a [metro]-like abstraction that runs in sync on several hosts. The first problem is getting them in sync, which can be done with a NTP-like

Re: [PD] integer (mis)calculator

2011-12-08 Thread Roman Haefeli
Hi Joe Pd uses 32 bit floating point number format which has (as any other number format) some limitations. Not every number can be exactly expressed by this format. '7.1' seems to be such a number. In case you work with only one digit after the decimal point, I suggest to multiply your number

Re: [PD] new object: [path] - following the example of [import]

2011-12-01 Thread Roman Haefeli
On Thu, 2011-12-01 at 00:21 -0500, Hans-Christoph Steiner wrote: I just added a new object to Pd-extended: [path]. It allows you to append directories to the canvas-local path and have them active immediately. Its basically [declare -path] but with the [import] interface and ability to take

Re: [PD] new object: [path] - following the example of [import]

2011-12-01 Thread Roman Haefeli
Hi IOhannes On Thu, 2011-12-01 at 11:45 +0100, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hmm, my usual 2 remarks: On 2011-12-01 06:21, Hans-Christoph Steiner wrote: #2 how does this object relate to the quest to eliminate path settings alltogether? i

[PD] Findings regarding performance

2011-12-01 Thread Roman Haefeli
Hi all Lately I was asking myself if some of own patching practices regarding performance optimization were justified or based on some wrong beliefs. I often use [*~ ] as on/off signal gates and now started be concerned about using an object that performs a relatively complex task

Re: [PD] Findings regarding performance

2011-12-01 Thread Roman Haefeli
for me to not to make some tests. Howsoever, thanks for your explanations. Roman On Thu, 2011-12-01 at 11:09 -0500, Mathieu Bouchard wrote: Le 2011-12-01 à 15:24:00, Roman Haefeli a écrit : reason, let's just use an invented arbitrary unit for expressing the CPU time (ct) consumed

Re: [PD] Findings regarding performance

2011-12-01 Thread Roman Haefeli
Hi João On Thu, 2011-12-01 at 16:04 +0100, João Pais wrote: would it make sense to do a general test patch, where these and more objects could be tested empirically? or, put your patches somewhere, so that other people can work on them, and have a test-repository? I attached my test

Re: [PD] pd-gui update rate

2011-11-18 Thread Roman Haefeli
On Thu, 2011-11-17 at 10:58 -0500, Mathieu Bouchard wrote: Le 2011-11-17 à 15:18:00, Roman Haefeli a écrit : Matju directed me to the respective parts in the source code, but I was not able to make any sense out of it. I said something wrong near the end because I spoke too quick

Re: [PD] pd-gui update rate

2011-11-18 Thread Roman Haefeli
-0500, Mathieu Bouchard wrote: Le 2011-11-18 à 09:34:00, Roman Haefeli a écrit : Ah.. I was actually looking for the number 14112000, but of course I didn't look for 32. * 441000. But then, 14112000 / 5000 gives 2822.4 Hz, which would be a too high rate for GUI refresh. So, what

Re: [PD] pd-gui update rate

2011-11-18 Thread Roman Haefeli
On Fri, 2011-11-18 at 18:53 +0100, András Murányi wrote: Lame question: Would user-settable GUI refresh rate help with speed problems or with audio dropouts that some people experience? Or do these depend on the amount of data transmitted and not on the update frequency? I _think_ this depends

Re: [PD] get method for Pd

2011-11-17 Thread Roman Haefeli
On Thu, 2011-11-17 at 13:14 +0100, katja wrote: On Thu, Nov 17, 2011 at 2:43 AM, Jonathan Wilkes jancs...@yahoo.com wrote: Are there Pd attributes other than version and dsp status that would be nice to make gettable? Very useful! I could think of these, to start with: [; pd get

Re: [PD] get method for Pd

2011-11-17 Thread Roman Haefeli
On Thu, 2011-11-17 at 14:53 +0100, Patrice Colet wrote: Hello, would this method provide patch window size and position? [; pd get size pd-mpatch.pd rcv_name( [; pd get pos pd-mpatch.pd rcv_name( How would pd know which canvas you mean? Wouldn't it make more sense to ask the canvas

[PD] pd-gui update rate

2011-11-17 Thread Roman Haefeli
Hi all I would like some GUI elements in a patch to refresh with the highest rate possible, but at the same time also as economic (in terms of CPU usage) as possible. How can I know at which rate a Pd canvas is updated so that I can adjust the gui update accordingly? Matju directed me to the

Re: [PD] get method for Pd

2011-11-17 Thread Roman Haefeli
On Thu, 2011-11-17 at 15:12 +0100, IOhannes m zmoelnig wrote: On 2011-11-17 15:07, Jonathan Wilkes wrote: I think that belongs in the canvas get method: [; pd-mpatch.pd get etc.( what would that return if you have multiple instances of the mpatch abstraction? I think the most

Re: [PD] Troubles running Pd-0.43.1test5 on Windows XP

2011-11-16 Thread Roman Haefeli
On Tue, 2011-11-15 at 23:55 +0100, Roman Haefeli wrote: Hi Miller This is on Windows XP Pro / Version 2002 / SP3 32bit in a VirtualBox VM. It really only happens with Pd-0.43.1test5, but not with Pd-0.43.1test4 or any earlier version. Now I have tried it on another VM-machine with the same

Re: [PD] Troubles running Pd-0.43.1test5 on Windows XP

2011-11-15 Thread Roman Haefeli
On 2011-11-13 10:40, Roman Haefeli wrote: Hi all Has anyone tried to run the last release of Pd (Pd-0.43.1test5) on Windowx XP? I fail to even start it. Double-clicking either pd.exe or pd.com does just nothing. When calling pd.com from the cmd shell, I get this output: C

Re: [PD] [PD-announce] pd 0.43-1 test 5 released

2011-11-13 Thread Roman Haefeli
On Fri, 2011-11-11 at 11:05 -0500, Hans-Christoph Steiner wrote: On Nov 11, 2011, at 7:58 AM, Roman Haefeli wrote: Sorry for this vague bug report. I thought it's better to mention it even when I cannot provide enough useful information yet. Can you reliably reproduce the bug? Having

[PD] Troubles running Pd-0.43.1test5 on Windows XP

2011-11-13 Thread Roman Haefeli
Hi all Has anyone tried to run the last release of Pd (Pd-0.43.1test5) on Windowx XP? I fail to even start it. Double-clicking either pd.exe or pd.com does just nothing. When calling pd.com from the cmd shell, I get this output: C:\pds\pd-043.1test5\binpd.com spawnl: Invalid argument

Re: [PD] [PD-announce] pd 0.43-1 test 5 released

2011-11-13 Thread Roman Haefeli
Hi Matju On Sun, 2011-11-13 at 12:56 -0500, Mathieu Bouchard wrote: On Sun, Nov 13, 2011 at 03:58:41PM +0100, Roman Haefeli wrote: In the meanwhile I posted a proper bug report: https://sourceforge.net/tracker/index.php?func=detailaid=3437312group_id=55736atid=478070 Is Valgrind reporting

Re: [PD] [PD-announce] pd 0.43-1 test 5 released

2011-11-11 Thread Roman Haefeli
Hi Miller On Sun, 2011-11-06 at 22:55 -0800, Miller Puckette wrote: Another test version... I still am working on 2 bugs. The biggest change is that I updated tcl/tk to version 8.5 in the Windows compiled package. It's on the usual http://crca.ucsd.edu/~msp/software.htm or: git clone

Re: [PD] Natty SPDIF samplerate 44.1k / 48k problem (OSS)

2011-11-10 Thread Roman Haefeli
Hi Ingo On Thu, 2011-11-10 at 13:10 +0100, Ingo wrote: Hi everybody, I need some help about sample rate settings. I would like to use my SPDIF Out with Pd. Unfortunately it looks like either the soundcard or the audio system (OSS) starts up with 48,000 Hz while Pd is set to use 44,100 Hz

Re: [PD] Natty SPDIF samplerate 44.1k / 48k problem (OSS)

2011-11-10 Thread Roman Haefeli
On Thu, 2011-11-10 at 17:14 +0100, tim vets wrote: .. Lastly: I wonder if there isn't a way to downsample some subpatches to playback the 44.1kHz soundfiles in a 48kHz environment? Why would you want to run an [osc~ 440] at a different samplerate, when it plays a 440Hz anyway? Regarding

Re: [PD] symbol2list leading zero

2011-11-04 Thread Roman Haefeli
On Thu, 2011-11-03 at 17:54 -0400, Mathieu Bouchard wrote: Le 2011-11-03 à 21:09:00, Roman Haefeli a écrit : And it does not make so much sense to compare Pd/Max to anything outside of Pd/Max. Why ? You said (as it is like with any string-splitter outside of pd/max). I should have said

Re: [PD] Interruption of audio / Loading sound into array

2011-11-04 Thread Roman Haefeli
On Fri, 2011-11-04 at 11:26 +0100, katja wrote: By coincidence I noticed an svn commit access request from Damian Stewart, back in 2008, where he proposes to 'implement multithreaded [soundfiler] read' (http://lists.puredata.info/pipermail/pd-dev/2008-12/012447.html). What has become of this?

Re: [PD] symbol2list leading zero

2011-11-03 Thread Roman Haefeli
On Thu, 2011-11-03 at 10:51 -0400, Mathieu Bouchard wrote: Le 2011-11-03 à 09:20:00, IOhannes m zmoelnig a écrit : On 2011-11-02 18:06, rolf meesters wrote: would it then be necessary, working with texts, always to check if one's not accidentally losing zero's? btw, you are not losing

Re: [PD] symbol2list leading zero

2011-11-03 Thread Roman Haefeli
On Thu, 2011-11-03 at 08:33 -0700, Jonathan Wilkes wrote: From: Mathieu Bouchard ma...@artengine.ca If someone just wants to split lists instead of converting to floats and getting weird answers on pd-list, there's [gf/s2l], which does not do anything else than splitting (as it is

Re: [PD] symbol2list leading zero

2011-11-03 Thread Roman Haefeli
On Thu, 2011-11-03 at 13:43 -0700, Jonathan Wilkes wrote: - Original Message - From: Roman Haefeli reduz...@gmail.com To: pd-list@iem.at Cc: Sent: Thursday, November 3, 2011 4:36 PM Subject: Re: [PD] symbol2list leading zero On Thu, 2011-11-03 at 08:33 -0700, Jonathan

Re: [PD] expr alternative

2011-10-27 Thread Roman Haefeli
On Wed, 2011-10-26 at 17:04 -0200, Ricardo Fabbri wrote: 1) if you want someone to change their licensing, at least be willing to offer them some cash. basically, you buy the new licensing. this part is not free! I would go as far as saying it's unpolite to ask to switch a license without

Re: [PD] New versions of pd-l2ork now available on git

2011-10-26 Thread Roman Haefeli
On Wed, 2011-10-26 at 09:42 -0400, Ivica Ico Bukvic wrote: All, Pd-L2ork is now available both as a tarball and via git: http://l2ork.music.vt.edu/main/?page_id=56 https://github.com/pd-l2ork/ Is this based on Pd 0.43 ? Roman ___ Pd-list@iem.at

Re: [PD] fx chaining without glitch

2011-10-21 Thread Roman Haefeli
On Thu, 2011-10-20 at 23:48 -0400, Hans-Christoph Steiner wrote: I think the way you'd do it to prevent glitches is to have them in subpatches, always attached, and then turn them on and off with a [*~] and a [switch~]. How are you gonna patch this without creating DSP loops? Roman On

Re: [PD] fx chaining without glitch

2011-10-21 Thread Roman Haefeli
weird results when switching. Check attached patch (your simpleRouting.pd with a grapher). Roman On Fri, Oct 21, 2011 at 4:57 PM, Roman Haefeli reduz...@gmail.com wrote: On Thu, 2011-10-20 at 23:48 -0400, Hans-Christoph Steiner wrote: I think the way you'd do it to prevent glitches

Re: [PD] Analyzing subharmonic frequencies accurately

2011-10-18 Thread Roman Haefeli
Hi Sam If you're interested only in the lower frequencies anyway, you can drastically lower the sample rate in order to save some CPU cycles when doing the FFT. Roman On Mon, 2011-10-17 at 23:43 +0200, katja wrote: Hi, With fft~ you can go up to a framesize of 2^17, that is around 3

Re: [PD] Reason for different keyboard behavior of vanilla numberbox and nbx (Number2)

2011-10-17 Thread Roman Haefeli
On Mon, 2011-10-17 at 15:16 +0200, João Pais wrote: probably yes, but I don't know which might be as well. I think I've pointed that out some time ago, but it's still the same. Should we make a atom==nbox lobby? Actually, I can't think of a good reason not to be able to edit the numberbox

Re: [PD] Fwd: Variable number of objects?

2011-09-29 Thread Roman Haefeli
On Wed, 2011-09-28 at 19:29 +0200, Ludwig Maes wrote: -- Forwarded message -- From: Ludwig Maes ludwig.m...@gmail.com Date: 28 September 2011 19:29 Subject: Re: [PD] Variable number of objects? To: Ingo i...@miamiwave.com I actually meant more in general, also for

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread Roman Haefeli
On Mon, 2011-09-19 at 14:00 -0700, Jonathan Wilkes wrote: From: tim vets timv...@gmail.com To: Pierre Massat pimas...@gmail.com; James Dunn ja...@4thharmonic.com; pd-list pd-list@iem.at Sent: Monday, September 19, 2011 4:08 PM Subject: Re: [PD] stop

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread Roman Haefeli
be used to calculate the current position of the play head. Then you can use that value as a start point for a new message to [vline~]. Roman 2011/9/20 Roman Haefeli reduz...@gmail.com On Mon, 2011-09-19 at 14:00 -0700, Jonathan Wilkes wrote

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread Roman Haefeli
On Tue, 2011-09-20 at 10:06 +0200, Pierre Massat wrote: Yeah, a threshold~ set to 1 is never triggered (or very rarely). So there's no perfect answer to the question it seems... Hm... What do you expect the perfect answer to be? The [vline~] approach works pretty well. What do you miss? Roman

Re: [PD] stop sample playback when phasor~ reset?

2011-09-20 Thread Roman Haefeli
On Tue, 2011-09-20 at 11:59 -0700, Jonathan Wilkes wrote: - Original Message - From: Roman Haefeli reduz...@gmail.com To: Jonathan Wilkes jancs...@yahoo.com Cc: tim vets timv...@gmail.com; Pierre Massat pimas...@gmail.com; James Dunn ja...@4thharmonic.com; pd-list pd-list

[PD] pd-extended.deb does (not) conflict with puredata.deb

2011-09-19 Thread Roman Haefeli
Hi Hans I was going to install Pd-extended from here: http://autobuild.puredata.info/auto-build/2011-09-16/Pd-0.43.1-extended-20110916-ubuntu-natty-i386.deb on a Ubuntu 11.04 machine and I got this: Unpacking pd-extended (from Pd-0.43.1-extended-20110916-ubuntu-natty-i386.deb) ... dpkg: error

Re: [PD] pduino rewrite

2011-09-16 Thread Roman Haefeli
Wow, I just compared your version of [pd digital message] with mine and yours takes only 180ms to process 100 of messages, while mine uses over 8s. Frankly, I wouldn't have expected such a big difference Let me dig into this. Roman On Fri, 2011-09-16 at 05:57 +0200, Ingo wrote: The

Re: [PD] pduino rewrite

2011-09-16 Thread Roman Haefeli
On Fri, 2011-09-16 at 05:57 +0200, Ingo wrote: The [change -1] is a great idea, I just committed that to bytemask.pd and debytemask.pd. But the [pd resolve-bits_0-7] abstractions seem quite labor-intensive, but they work. I think it would work better to use multiple instances of

Re: [PD] pduino rewrite

2011-09-16 Thread Roman Haefeli
On Fri, 2011-09-16 at 11:32 +0200, Roman Haefeli wrote: On Fri, 2011-09-16 at 05:57 +0200, Ingo wrote: The [change -1] is a great idea, I just committed that to bytemask.pd and debytemask.pd. But the [pd resolve-bits_0-7] abstractions seem quite labor-intensive, but they work. I think

Re: [PD] multiple arduinos

2011-09-16 Thread Roman Haefeli
On Fri, 2011-09-16 at 14:20 +0200, olsen wrote: On 09/15/2011 04:55 PM, Ingo wrote: I just tried to open the help file on Windows XP and Natty and it crashes Pd on both platforms. hm that's a pity - anyone else similar experience? any hints how to reproduce this? which version of pd

Re: [PD] pduino rewrite

2011-09-15 Thread Roman Haefeli
[mailto:pd-list-boun...@iem.at] Im Auftrag von Hans-Christoph Steiner Gesendet: Mittwoch, 14. September 2011 22:33 An: Roman Haefeli Cc: pd-list@iem.at Betreff: Re: [PD] pduino rewrite As Ingo pointed out, one bug is that [mapping/debytemask] has the [change] object for each outlet. So

Re: [PD] pduino rewrite

2011-09-15 Thread Roman Haefeli
On Thu, 2011-09-15 at 09:44 +0200, Ingo wrote: The reason why I didn't make an abstraction for the debyte is that I wanted to keep the number of files and dependencies as low as possible. I think this was the original idea of the rewrite, right? Yeah, exactly. I would like to be able to

Re: [PD] pduino rewrite

2011-09-15 Thread Roman Haefeli
On Thu, 2011-09-15 at 11:36 -0400, Hans-Christoph Steiner wrote: On Thu, 2011-09-15 at 10:01 +0200, Roman Haefeli wrote: On Thu, 2011-09-15 at 09:44 +0200, Ingo wrote: The reason why I didn't make an abstraction for the debyte is that I wanted to keep the number of files and dependencies

Re: [PD] pduino rewrite

2011-09-15 Thread Roman Haefeli
On Thu, 2011-09-15 at 13:29 -0400, Hans-Christoph Steiner wrote: On Thu, 2011-09-15 at 18:54 +0200, Ingo wrote: Hi Hans, unfortunately I am not really good at C or C++ so I have to stick with simplifying within Pd until I get there. But I am actually working on it so I'll be able to

Re: [PD] pduino rewrite

2011-09-14 Thread Roman Haefeli
Hi Ingo Thanks for all your reports. Sorry that my replies sometimes only come a few days later. I'm still willing to fix any outstanding issues, but not very often I find time to get an arduino into my hands. Since sometimes I have troubles following you and keeping your several bug reports

Re: [PD] pduino rewrite

2011-09-14 Thread Roman Haefeli
On Wed, 2011-09-14 at 11:48 +0200, Ingo wrote: Hi Roman, thanks for taking the time looking at the code. Unfortunately your version will be sending even many more wrong numbers. I have put some list messages into your patch. Keep clicking onto them randomly and you will see that the

Re: [PD] Can GEM select a color from an image?

2011-09-12 Thread Roman Haefeli
On Sat, 2011-09-10 at 22:33 -0400, Mathieu Bouchard wrote: On Sun, 11 Sep 2011, Olivier B wrote: I think [pix_mean_color] is what you need. This only finds the average colour, which is usually not the same as the most prevalent colour, even though it is the best estimator. The best

Re: [PD] pduino rewrite

2011-09-09 Thread Roman Haefeli
Hi Ingo On Fri, 2011-09-09 at 05:47 +0200, Ingo wrote: OK, I got it! Downloading the files didn't work (at least not on my Windows computer) but copying the content into a bunch of text files and renaming them did. Hm.. is this probably due to Windows and Linux using different line breaks

Re: [PD] pduino rewrite

2011-09-09 Thread Roman Haefeli
On Fri, 2011-09-09 at 10:03 +0200, Ingo wrote: Hi Roman, I just messed around with the rewrite and - as you mentioned - you didn't fix any of the bugs. I even think I send you a mail about the digital pins 2 3 and provided a fix for it here at the forum. Of course it's still there!

Re: [PD] OSC Confusion

2011-09-08 Thread Roman Haefeli
On Wed, 2011-09-07 at 21:00 -0700, Jim Aikin wrote: This leads me to a concatenation of questions. (1) Does the fact that OSCroute, sendOSC, and dumpOSC are deprecated mean that they actually don't work, or do they still work? They probably still work, but are not maintained actively

Re: [PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-09-04 Thread Roman Haefeli
On Sun, 2011-09-04 at 14:23 -0400, Hans-Christoph Steiner wrote: On Aug 31, 2011, at 2:33 AM, Chris McCormick wrote: On Tue, Aug 30, 2011 at 11:19:46PM -0700, Miller Puckette wrote: I am in favour of having that functionality as part of [list] and those names look good to me. For the

Re: [PD] how to change bp~ frequency at sample rate?

2011-09-02 Thread Roman Haefeli
On Fri, 2011-09-02 at 19:57 +0200, Menno van der Woude wrote: Hi all, working on patches that will be controlled by video analysis (through OSC messages), I am wondering how to change the frequency (second inlet) for [bp~] in realtime. The problem is: connecting a [line] object or number

Re: [PD] making puredata headphone-safe

2011-08-31 Thread Roman Haefeli
On Mon, 2011-08-29 at 12:19 -0400, Martin Peach wrote: On 2011-08-29 11:52, Hans-Christoph Steiner wrote: On Aug 23, 2011, at 3:43 PM, Martin wrote: On 23/08/11 03:29 PM, Stephen Lavelle wrote: I've managed to hurt my ears twice over the past two days when using PD w/ headphones. Even

[PD] [PD-announce] Relaunch of the RadioSolarKompass

2011-07-13 Thread Roman Haefeli
Hi all Today starts the 'CONNECT' exhibition [1] where the RadioSolarKompass [2] by Anja Kaufmann and me is shown. It's actually a project from 2005, but was redone from scratch for this exhibition. The RadioSolarKompass is a web radio that follows the sun around the world. Radio stations from

Re: [PD] click sound when saving

2011-06-28 Thread Roman Haefeli
Hi Jamie Am I right in thinking, that you get this click even while all your audio modules are silent? At least, that is what the click.wav file suggests. I assume there are two things involved that cause the clicking: * When doing a lot within 0 logical time, you'll get audio drop outs,

Re: [PD] Piezo, trigger, Arduino

2011-06-22 Thread Roman Haefeli
On Wed, 2011-06-22 at 15:06 +0200, Pierre Massat wrote: Thank you all for your advice. @Roman : what type of op-amp do you use? I guess, it was Martin Peach who suggested using an op-amp. However, I think many common ones will do. Roman ___

Re: [PD] Piezo, trigger, Arduino

2011-06-17 Thread Roman Haefeli
Hi Pierre Actually, I wouldn't connect the piezos to an arduino, but to a sound card, because the piezos will likely give very very short spikes and the sampling rate of the analogIns of the arduino is quite low (don't know the exact value) compared to the sampling rate of a common sound card.

Re: [PD] Launching puredata -nogui from a terminal

2011-06-17 Thread Roman Haefeli
On Fri, 2011-06-17 at 16:39 +0200, Matteo Sisti Sette wrote: Hi, If I launch Pd from a terminal (without ), when the terminal is closed Pd dies, which is fine for me. However, if from the terminal I launch Pd with the -nogui option, then it survives and keeps running even if the

Re: [PD] pduino test patch: old analog/digital controls

2011-06-13 Thread Roman Haefeli
On Mon, 2011-06-13 at 13:57 -0400, Hans-Christoph Steiner wrote: On Jun 13, 2011, at 1:48 PM, Ingo wrote: With the latest version, the only way I've found that actually works to enable analog input pins are the so-called old messages analogIns npin 1/0 /listinfo/pd-list I was

Re: [PD] loading patches very slow in linux

2011-05-17 Thread Roman Haefeli
On Mon, 2011-05-16 at 17:56 +0200, Matteo Sisti Sette wrote: On 05/16/2011 05:09 PM, Claude Heiland-Allen wrote: Another thing to possibly check is whether dsp is on or off when you load patches, perhaps? Thank you, I already checked that (it's off), and the same happens with a big

Re: [PD] msg to abstractions

2011-05-05 Thread Roman Haefeli
On Thu, 2011-05-05 at 11:31 +0200, Jeppi Jeppi wrote: Hi again, just another question regarding the pd-msg system. Say I have two parametrized abstractions [boo 1] and [boo 2] loaded in my patch. When I send a message to them to dynamically create some objects inside, I send it as [obj 20

Re: [PD] [wiimote] accelerometer data missing?

2011-04-13 Thread Roman Haefeli
Hi Jason A few people from this list worked on getting [wiimote] into Debian. Under unstable / sid it is already available as the package 'pd-wiimote'. I'd be glad, if you could try this one and report if it is working with your device. Note: It depends on the meta-package 'pd' thus it will

Re: [PD] moses Object in Pd -- and in MAX ?

2011-02-17 Thread Roman Haefeli
Sorry for not being of any direct help, but wouldn't this question be more appropriate for a Max user list or forum, assuming that most people here know Pd much better than Max? Cheers Roman On Thu, 2011-02-17 at 13:15 +0100, hghoyer wrote: Hi, i´m Benchmarking Pure Data Max... So, in

Re: [PD] iemmatrix mtx_.*

2011-02-14 Thread Roman Haefeli
On Mon, 2011-02-14 at 10:12 +0100, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-02-11 22:12, mami music wrote: Sorry for 100th posting i found a way (maby its also the 100th time someone describes it): I copied [iemmatrix 0.2] as the first object

Re: [PD] iemmatrix mtx_.*

2011-02-12 Thread Roman Haefeli
On Fri, 2011-02-11 at 22:02 +0100, IOhannes zmölnig wrote: On 02/11/2011 09:56 PM, mami music wrote: Hi Im having trouble using this object [mtx_.*] in a patch. It never loads when i start the patch. I have to go to help/browser/examples/iemmatrix/mtx_mul and open that example. Just after

Re: [PD] Maybe I'm pushing dynamic object creation too far

2011-02-03 Thread Roman Haefeli
On Wed, 2011-02-02 at 23:25 +, Ed Kelly wrote: On 2011-02-02 01:00, Ed Kelly wrote: I get dropouts, regardless of the jack buffer size/buffers number. Is this because the dynamic creation of a new object interrupts the pd audio stream? If so, can this be alleviated -

Re: [PD] Fwd: Re: wiimote crashes with moderate cpu load and/or heavy USB transfer

2011-01-28 Thread Roman Haefeli
On Thu, 2011-01-27 at 11:00 -0500, Ivica Ico Bukvic wrote: It should be included with the actual external. I'm afraid the archive from: http://l2ork.music.vt.edu/data/pd/disis_wiimote-0.6.5.tar.gz doesn't contain a help patch. Roman Roman Haefeli reduz...@gmail.com wrote: On Wed, 2011-01

Re: [PD] ubuntu/ubuntustudio 10.10 pd pd-extended?

2011-01-28 Thread Roman Haefeli
Hi On Fri, 2011-01-28 at 08:37 +, J. Simon van der Walt wrote: I've installed ubuntu 10.10 on my netbook, and on top of that the audio packages from ubuntustudio. This is working well. For Pd, however, I *think* what I have is a vanilla installation, rather than extended, which I would

Re: [PD] standard encoding of pd files in each system?

2011-01-28 Thread Roman Haefeli
On Wed, 2011-01-26 at 22:54 +0100, João Pais wrote: For converting, I like moocow/any2bytes and moocow/bytes2any. I think I had a look at it as well. do you have any comparative reason for that one instead of the other? or it was just the first one to get to you? One important thing to

Re: [PD] Fwd: Re: wiimote crashes with moderate cpu load and/or heavy USB transfer

2011-01-27 Thread Roman Haefeli
On Wed, 2011-01-26 at 20:21 -0500, Ivica Ico Bukvic wrote: Forgot to copy pd-list... Original Message Subject: Re: [PD] wiimote crashes with moderate cpu load and/or heavy USB transfer From: Ivica Ico Bukvic i...@vt.edu To: John Harrison johnharrison...@gmail.com

Re: [PD] zero crossing

2011-01-17 Thread Roman Haefeli
On Mon, 2011-01-17 at 02:01 +0100, Dietrich Pank wrote: Thank you Roman, I do think it is possible to get sample correct bangs from analyzed audio: http://lists.puredata.info/pipermail/pd-list/2010-12/085681.html Ok! After reading this tip again I

Re: [PD] zero crossing

2011-01-17 Thread Roman Haefeli
On Mon, 2011-01-17 at 09:39 +0100, Pierre Massat wrote: Seems to me like nothing is ever realtime in DSP anyway... I guess that is what IOhannes meant when he suggested to re-think the definition of 'real-time'. Roman ___ Pd-list@iem.at mailing

Re: [PD] zero crossing

2011-01-16 Thread Roman Haefeli
On Sun, 2011-01-16 at 06:15 -0800, ronni montoya wrote: Hi, how can i calculate zero crossing in pd? is there any librery or something? http://www.google.com/#q=site%3Alists.puredata.info+%22zero+crossing%22 Roman ___ Pd-list@iem.at mailing

Re: [PD] zero crossing

2011-01-16 Thread Roman Haefeli
On Sun, 2011-01-16 at 22:01 +0100, Dietrich Pank wrote: 2011/1/16 Roman Haefeli reduz...@gmail.com On Sun, 2011-01-16 at 06:15 -0800, ronni montoya wrote: Hi, how can i calculate zero crossing in pd? is there any librery or something

Re: [PD] netpd-now

2011-01-15 Thread Roman Haefeli
On Sat, 2011-01-15 at 02:40 +0100, Max wrote: log in! Sorry, that was too late (or too early) for me. Did anyone join you? Roman ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] change in compression detection

2011-01-13 Thread Roman Haefeli
On Wed, 2011-01-12 at 19:23 -0500, Mathieu Bouchard wrote: On Wed, 12 Jan 2011, Roman Haefeli wrote: On Wed, 2011-01-12 at 13:35 -0500, Mathieu Bouchard wrote: If you pick compressor settings that cause their cutoff wavelengths to be longer enough than the sounds you are compressing

Re: [PD] change in compression detection

2011-01-12 Thread Roman Haefeli
On Wed, 2011-01-12 at 13:35 -0500, Mathieu Bouchard wrote: On Tue, 11 Jan 2011, Roman Haefeli wrote: I hope I'm not confusing dynamic range compression with wave shaping. Actually, depending on the compressor settings (short attack times, etc.) a dynamic compressor indeed acts a bit

Re: [PD] change in compression detection

2011-01-11 Thread Roman Haefeli
On Tue, 2011-01-11 at 13:33 -0500, Mathieu Bouchard wrote: On Mon, 10 Jan 2011, Roman Haefeli wrote: Assuming that the more compression is applied, the more the RMS amplitude [1] approaches the Peak amplitude [2] of an audio signal, Why do you assume that ? Let's say I take a signal

Re: [PD] change in compression detection

2011-01-10 Thread Roman Haefeli
On Sun, 2011-01-09 at 20:26 -0500, Mathieu Bouchard wrote: On Mon, 10 Jan 2011, ~E. wrote: I'm searching how i can detect the change in the compression of an audio signal. The purpose is to detect (and quantified) the compression changes between the music and the ads in a radioshow.

Re: [PD] [PD-announce] news from the server admins

2011-01-07 Thread Roman Haefeli
Many thanks for bringing it up again! Roman On Fri, 2011-01-07 at 20:28 +0100, IEM - network operating center (IOhannes m zmoelnig) wrote: as some of you might have noticed, puredata.info has vanished for some days, taking the mailing-lists and the website with it. the reason for the

Re: [PD] timing

2010-12-24 Thread Roman Haefeli
On Fri, 2010-12-24 at 07:23 -0500, Mathieu Bouchard wrote: On Fri, 24 Dec 2010, Roman Haefeli wrote: This also applies to [vsnapshot~] and I don't even know if that works correctly at blocksizes 64. Or even at blocksizes = 64 whenever a smaller-[block~]ed patch is inside a bigger

Re: [PD] timing

2010-12-23 Thread Roman Haefeli
On Thu, 2010-12-23 at 08:10 -0500, Mike Moser-Booth wrote: On 12/22/10 7:28 PM, Dietrich Pank wrote: thank you guys for your answers! I think I understand the basic theory. Experience is something else... e.g. line~ and metro doesn't work sample correct even in block~ size 1 vline~

Re: [PD] timing

2010-12-23 Thread Roman Haefeli
On Thu, 2010-12-23 at 13:12 +0100, Dietrich Pank wrote: I think I understand the basic theory. Experience is something else... e.g. line~ and metro doesn't work sample correct even in block~ size 1 Interesting. How did you test

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