Re: [PD] pd-scheme / SIOD

2013-09-17 Thread Orm Finnendahl
Hi Luigi, Am Dienstag, den 17. September 2013 um 11:29:02 Uhr (+0200) schrieb Luigi Rensinghoff: I found i nice scheme script in the context of the linux-sound-editor snd, that synthesizes plenty of birds, animals and insects. That really is a very nice and sweet thing. So i was wondering

[PD] outlet_float crashes on windows

2013-08-23 Thread Orm Finnendahl
Hi, trying to compile an external for Windows XP I get a very strange error: pd crashes when calling outlet_float on an external outlet (even if it isn't connected). The very same code runs well on both OSX and Linux (same pd version, but has been running there for several years). Bypassing the

[PD] phasor~: change freq on wraparound

2013-07-04 Thread Orm Finnendahl
Hi List, sorry if I'm missing the obvious: I'd like to implement a phasor~, which only allows its frequency to be changed on wraparound. Using a samphold~ for that purpose connected to the outlet and inlet of the phasor~ doesn't work as this creates a dsp loop. I prefer a pd vanilla solution

Re: [PD] ubutu 13.04

2013-06-07 Thread Orm Finnendahl
Hi List, I can verify the exact same problem Cyrille describes (server crash when creating a new object inputting more than three letters after opening a big patch) on Ubuntu 12.04 64bit and the new Intel drivers. A friend who took a closer look into the problem told me it is happening on the

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

2013-04-03 Thread Orm Finnendahl
Hi Alexandros, attached is an example to do this with vanilla pd using datastructs instead of GEM. You'll have to save both files (sine-wave-sub.pd and sine-wave.pd) under these names in the same folder and open up sine-wave.pd. The animation should start right away... Is that what you were

[PD] compiling externals for osx i5/i7

2012-11-03 Thread Orm Finnendahl
Hi list, I just found out that some of my custom externals stopped working on recent OSX (i5/i7) hardware (pd complains about arch mismatch). Since I don't own Apple gear I always compiled on a (virtual) OSX machine on my linux box. I'd rather avoid having to update the virtual box once again

[PD] corner case

2012-09-16 Thread Orm Finnendahl
Hi, this was killing half of yesterday and might be of interest to some of you, who might run into some similar trouble: Attached is a patch where the number box and dial have the same send and receive symbols (test1). Sending a float directly to a s test1 makes this float appear only once at

Re: [PD] corner case

2012-09-16 Thread Orm Finnendahl
Am Sonntag, den 16. September 2012 um 21:06:50 Uhr (+0900) schrieb i go bananas: your hradio has the same send and receive names! Well, that's the point. It is not a mistake, but a feature of the iem gui objects. Try it out: You can have a vslider and a number2 object with the same send and

Re: [PD] corner case

2012-09-16 Thread Orm Finnendahl
Am Sonntag, den 16. September 2012 um 21:06:50 Uhr (+0900) schrieb i go bananas: your hradio has the same send and receive names! Well, that's the point. It is not a mistake, but a feature of the iem gui objects. Try it out: You can have a vslider and a number2 object with the same send and

Re: [PD] pddroidparty netsend and netreceive

2012-03-02 Thread Orm Finnendahl
07:41 PM, Orm Finnendahl wrote: Does anybody know about this issue or has anybody successfully established netconnections between pddroidparty and another computer and could give some advice? I would love to have this working for [netro] and I think I might have a fix. I will try to find some

[PD] pddroidparty netsend and netreceive

2012-02-29 Thread Orm Finnendahl
Hi, I'm checking out pddroidparty for communication between an android device and a pd patch on another computer. It doesn't seem to be possible to send to or receive any events using the netsend and netreceive objects. I can ping both devices. Establishing a connection and sending numbers from

[PD] distorted sine on OSX 2.6.8 with firewire interface

2012-02-16 Thread Orm Finnendahl
tried to google this problem but couldn't find anything. Is this a known issue and can someone comment on this or give any advice how to proceed? Yours, Orm -- Prof. Orm Finnendahl Komposition Studio für elektronische Musik und Akustik

Re: [PD] distorted sine on OSX 2.6.8 with firewire interface

2012-02-16 Thread Orm Finnendahl
Hi Roman, Am Thursday, den 16. February 2012 um 13:27:49 Uhr (+0100) schrieb Roman Haefeli: Hi Orm What version of OS X is that? Do you mean 10.6.8? Yes of course it's 10.6.8, sorry about that! As an only occasional Mac user myself, it's probably just a shot in the dark, but have you

[PD] list-quicksort and list-drip

2011-07-11 Thread Orm Finnendahl
Hi, 1. Attached is a rather unusual approach to programming in pd: It implements quicksort by capturing the state of a recursion in a command queue (realized with a textfile object). It's hopelessly inefficient but I thought the concept might be interesting to share. 2. I just saw

Re: [PD] compiling Pd-extended on Ubuntu Netbook Remix 9.10

2010-03-30 Thread Orm Finnendahl
Am Monday, den 29. March 2010 um 23:41:35 Uhr (-0400) schrieb Ichabod: I couldn't find any Pd-extended builds for Ubuntu Netbook Remix 9.10 (is there one anywhere?), and the autobuild for Ubuntu Karmic i386 didn't work, so I tried compiling from source.  I extracted the source and then

Re: [PD] compiling Pd-extended on Ubuntu Netbook Remix 9.10

2010-03-30 Thread Orm Finnendahl
Sorry, there was a typo in the command. It should read: sudo apt-get install tcl8.5-dev tk8.5-dev -- Orm ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] And finally... netbook recommendation

2010-03-30 Thread Orm Finnendahl
Am Monday, den 29. March 2010 um 19:54:49 Uhr (-0700) schrieb Jerome Covington: Are there any recommendations on netbook/audio interface combinations for further development and performance using pd? I use a lenovo e10, mainly because it has a pc express card slot and I can use it with my RME

Re: [PD] abs~ on 64-bit and 0.42.3

2010-01-20 Thread Orm Finnendahl
fixes I can find to 0.42 (a dangerous prospect since that process often seems to _introduce_ bugs as well as fix them!) cheers Miller On Tue, Jan 19, 2010 at 11:34:01AM +0100, IOhannes m zmoelnig wrote: Orm Finnendahl wrote: Hi all, sorry, forgot the attachement. Here it is again

[PD] abs~ on 64-bit and 0.42.3

2010-01-19 Thread Orm Finnendahl
Hi all, sorry, forgot the attachement. Here it is again... Hi all, abs~ seems to be broken on my machine with 64-bit linux and pd 0.42.3 Clicking in the bang in the attached patch should result in a straight line at +0.5 (at least that's what I think it should do). Instead the result is a

[PD] abs~ on 64-bit and 0.42.3

2010-01-18 Thread Orm Finnendahl
Hi all, abs~ seems to be broken on my machine with 64-bit linux and pd 0.42.3 Clicking in the bang in the attached patch should result in a straight line at +0.5 (at least that's what I think it should do). Instead the result is a straight line at -0.5 with only two points at arrayindex 0 and

[PD] setting directory of root canvases

2009-10-09 Thread Orm Finnendahl
Hi, Is it possible to set the path of a root canvas (something like canvas_setdir())? Or alternatively, is it possible to set the path any new root canvas will get before it is generated? It seems this path initially is set to the path pd was started in. The code generates an object by calling

[PD] directory of root canvas

2009-10-04 Thread Orm Finnendahl
Hi, sorry, this is probably trivial, but I can't seem to find the solution: I use a self written external in a pd patch, which on setup loads initialization data from subdirectories with relative pathnames to the directory the patch lives in. Loading the pd patch from a terminal within the

Re: [PD] segfault with dynamic loading of abstractions

2009-10-02 Thread Orm Finnendahl
Am Donnerstag, den 01. Oktober 2009 um 12:36:43 Uhr (-0400) schrieb Mathieu Bouchard: EXTERN int canvas_suspend_dsp(void); EXTERN void canvas_resume_dsp(int oldstate); So, why would this work, while automatising the turning of dsp off and on would not, and can this happen in a self-modifying

[PD] segfault with dynamic loading of abstractions

2009-09-30 Thread Orm Finnendahl
Hi all, trying to load abstractions into a patch dynamically from a self written external sometimes leads to a segfault when turning on dsp rendering. Here is what I'm trying to do: The patch is some specialized synth where a program change loads a predefined number of synth voices, stored as

[PD] colored arrays?

2007-11-10 Thread Orm Finnendahl
Hi, is there a way to color arrays? The message ;array1 color 10 10 isn't recognized and I also couldn't figure out whether there is a way to specify that in the patch file itself (the sources seem to indicate that something concerning the color of an array is saved to file). Can someone help?

[PD] sfread4~

2007-10-03 Thread Orm Finnendahl
also attach the compiled binary for linux i386. -- Orm /* (C) Guenter Geiger [EMAIL PROTECTED] */ /* */ /* changed 10 03 2007 by Orm Finnendahl */ /* Changes: /* - added varispeed as (left) signal inlet */ /* - added 4 point interpolation and renamed sfread4

[PD] time-to-symbol

2007-03-09 Thread Orm Finnendahl
Hi, attached is a small utility for a time display on a canvas for anyone interested, -- Orm #N canvas 504 25 843 675 12; #X obj 36 10 cnv 15 220 40 empty *time-display-cnv-in* 0:00:22 20 18 0 36 -1 -241291 0; #X msg 35 235 \; *time-display-cnv-in* label \$1; #X obj 69 155 + 1; #X obj 35 154 f;