Re: [PD-dev] [PD] Rewriting a unified phasor / metro object for reading tables

2014-03-07 Thread Roman Haefeli
On Fri, 2014-03-07 at 11:18 +0800, Chris McCormick wrote: > Hi Brian, > > On 07/03/14 08:22, Brian Fay wrote: > > Does anybody know if sample-accurate [metros] are available in libpd? > > Looking at x_time.c in libpd it does not seem like those changes from > Miller's branch have been merged into

Re: [PD-dev] Rewriting a unified phasor / metro object for reading tables

2014-03-05 Thread Roman Haefeli
On Wed, 2013-05-08 at 22:00 +0100, Ed Kelly wrote: > Hi Lists(s), > > > I'm rewriting phasor~ and unifying it with metro so that a pulse is > generated from the boundaries of each ramp - so that bars of music can > be read using tabread~ objects with a sample-accurate metro. > > > I'm sure some

Re: [PD-dev] SIGPIPE on iemnet's tcpserver

2013-07-05 Thread Roman Haefeli
On Fre, 2013-07-05 at 17:30 +0200, Antoine Villeret wrote: > > I think I will run the server in a separate instance of Pd to avoid > crash and blocked ports This is exactly what I meant. Free the server of any other role, just keep the message relay part and isolate it from the rest of your setu

Re: [PD-dev] SIGPIPE on iemnet's tcpserver

2013-07-04 Thread Roman Haefeli
On Don, 2013-07-04 at 14:20 +0200, Antoine Villeret wrote: > ok thanks for the explanation > > > so, for now, there is now way to setup a working [udpserver] in pd > right ? > if so, I will stay with [tcpserver] even if I don't need tcp... I think that is your best bet. I'm still not quite clea

Re: [PD-dev] width control breaks parsing with [textfile]

2013-07-03 Thread Roman Haefeli
On Mit, 2013-07-03 at 08:58 -0700, Miller Puckette wrote: > Just to stir the pot, as it were :) - > > The 'f' message is intended to mean 'format' and could be expanded to > specify font style and size, and/or other formatting info (perhaps even to > suppress carriage return on semi, think of that

Re: [PD-dev] SIGPIPE on iemnet's tcpserver

2013-07-03 Thread Roman Haefeli
On Wed, 2013-07-03 at 12:56 +0200, Antoine Villeret wrote: > > then I tried udpserver which doesn't work (at least the > version in the > > pd's SVN) > > then I switch to tcpserver and I got a lots of troubles... > > > Things look good as

Re: [PD-dev] SIGPIPE on iemnet's tcpserver

2013-07-02 Thread Roman Haefeli
On Mit, 2013-07-03 at 00:16 +0200, Roman Haefeli wrote: > > then I tried udpserver which doesn't work (at least the version in the > > pd's SVN) > > then I switch to tcpserver and I got a lots of troubles... > > Things look good as long as you think you only nee

Re: [PD-dev] SIGPIPE on iemnet's tcpserver

2013-07-02 Thread Roman Haefeli
On Die, 2013-07-02 at 20:38 +0200, Antoine Villeret wrote: > Hi roman, > > > the code around networking object are some workarounds for differents > bugs, > the first was a crash when client number reach 32, but it seems to be > fixed, I can't reproduce this anymore > the second was something s

Re: [PD-dev] SIGPIPE on iemnet's tcpserver

2013-07-02 Thread Roman Haefeli
On Die, 2013-07-02 at 13:39 +0200, Antoine Villeret wrote: > hi again, > > > just saw this thread right after posting > mine : http://lists.puredata.info/pipermail/pd-list/2013-07/103236.html > > > sorry for bothering > > > here is attached three small patches that make PD crash > raw_client

Re: [PD-dev] width control breaks parsing with [textfile]

2013-07-01 Thread Roman Haefeli
On Mon, 2013-07-01 at 15:04 +0200, IOhannes m zmoelnig wrote: > On 2013-06-29 15:43, Roman Haefeli wrote: > > I don't know any solution off-hand and I also don't know whether Pd > > was designed with the possibility in mind to read patches with > > [textfile]. I just

[PD-dev] width control breaks parsing with [textfile]

2013-06-29 Thread Roman Haefeli
Hi all The Pd file format might have its flaws, but I always enjoyed the fact that Pd files can be parsed with on-board tools like [textfile]. Using the same format (FUDI) for networking, file I/O, message passing makes a lot of things easier. Pd 0.45 is introducing a new feature to control widt

Re: [PD-dev] jack dbus?

2013-06-05 Thread Roman Haefeli
On Mon, 2013-06-03 at 13:09 +0200, katja wrote: > On Mon, Jun 3, 2013 at 9:04 AM, IOhannes m zmoelnig wrote: > > > On 2013-06-02 08:51, Jonathan Wilkes wrote: > >> Of course these are just the latencies in the settings-- I haven't > >> done the actual measurements yet. > > > > it would be interes

Re: [PD-dev] jack dbus?

2013-05-28 Thread Roman Haefeli
On Mon, 2013-05-27 at 22:08 -0700, Jonathan Wilkes wrote: > Ok, quick restatement of the problem: > > How does one get Pd to just run in GNU/Linux for casual/sporadic use > cases? Like > 1 fire up Pd to patch an idea with Firefox/music player/other stuff > sitting in the background > 2 audio from

Re: [PD-dev] audio apis

2013-05-23 Thread Roman Haefeli
On Mon, 2013-05-20 at 13:43 -0700, Jonathan Wilkes wrote: > And just curious: > 7) Does anyone using GNU/Linux system want to use pulse-audio with Pd? > The main reason would be easy software mixing-- for example, you could > watch a tutorial on youtube and get sound out of a running instance of >

Re: [PD-dev] jack missing on 0.44.0

2013-05-11 Thread Roman Haefeli
On Sat, 2013-05-11 at 14:23 +0200, Orm Finnendahl wrote: > as a note: Compiling latest pd-0.44-3 on linux without specifying > ./configure options results in a binary that displays a "portaudio" > menu item instead of jack (although ./configure reports that pd will > get compiled with alsa, oss an

Re: [PD-dev] [PD] Rewriting a unified phasor / metro object for reading tables

2013-05-11 Thread Roman Haefeli
On Thu, 2013-05-09 at 14:33 +0100, Ed Kelly wrote: > I figured out how to do this. > > Generally the problem is this: the signals to run four independent > tracks in my patch are all devised from one phasor~ object that scans > a single bar of material. Clicks then appear in the material when > ju

[PD-dev] new [hip~ ] fixed?

2013-03-12 Thread Roman Haefeli
Hi Miller Not having really a clue about filters, I find it somewhat strange that [hip~ 7000] just cuts everything. There is no sound at all coming through a [hip~ 7000]. Shouldn't it pass at least some of the frequencies above its current setting? I see the previous behavior (still available wit

[PD-dev] iemnet crashes on Windows XP

2013-03-07 Thread Roman Haefeli
Hi all I only noticed now that many of the iemnet classes crash Pd on Windows XP. The problem seems specific to Windows XP. The crashes cannot be reproduced on Windows 7. [tcpsend] does not crash. [tcpclient] crashes as soon as the connection is established. Trying to connect to a non-existant e

[PD-dev] More canvas position woes

2013-02-01 Thread Roman Haefeli
Hi all The assumed window border sizes are hard-coded in tcl/pd-gui.tcl: set ::windowframex 3 set ::windowframey 53 However, those values might not be correct on some systems. On my system (with fluxbox as a window manager) those values actually are 0 and 44. This leads to moving canvas: Wheneve

Re: [PD-dev] small regression regarding window placement

2013-02-01 Thread Roman Haefeli
er move the > > window. > > > > but anyhow I don't understand why the saved patch location gets overridden > > by the default - I thought the default was only in effect when you made a > > "new" canvas, not when you restored a saved one. Something else m

Re: [PD-dev] small regression regarding window placement

2013-02-01 Thread Roman Haefeli
On Fre, 2013-02-01 at 11:05 -0800, Miller Puckette wrote: > On Macintoshes, if you ask for a window to open at Y location 0 the window > decorations end up above teh top of teh screen and you can never move the > window. I should have given more context: #ifdef __APPLE__ #define GLIST_DEFCANVA

[PD-dev] small regression regarding window placement

2013-02-01 Thread Roman Haefeli
Hi Miller The git-commit 3b876c63b3682701b569f30e144fea4b6bee9f84 does the following change: -#define GLIST_DEFCANVASYLOC 0 +#define GLIST_DEFCANVASYLOC 50 which causes my Pd not to show windows on the top of the screen anymore. The reason is that on my system $::windowframey is actually 44 and

Re: [PD-dev] [ pure-data-Patches-3587404 ] ability to start multiple pd-guis

2013-01-21 Thread Roman Haefeli
On Don, 2013-01-03 at 14:26 -0800, SourceForge.net wrote: > Patches item #3587404, was opened at 2012-11-14 22:29 > Message generated for change (Comment added) made by millerpuckette > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3587404&group_id=557

Re: [PD-dev] UTF-8 problems on Windows

2012-12-06 Thread Roman Haefeli
Hi Hans I probably have nothing useful to add, but just last week I got a report from someone using a patch of mine on Windows, experiencing troubles with opening certain sound files. It turned out, that it was also related to non-ASCII characters in the name of those files. Pd didn't crash, thoug

Re: [PD-dev] including pduino in Pd-extended 0.43

2012-04-24 Thread Roman Haefeli
On Tue, 2012-04-24 at 17:28 -0400, Hans-Christoph Steiner wrote: > I just had a thought: now that Pduino 0.5 is nailed down and > Pd-extended can load [arduino] from arduino/arduino.pd, I think its > time to include Pduino in Pd-extended. Anyone have any ideas about > why this would be bad? Or o

[PD-dev] Pd 0.43 and jack

2012-04-12 Thread Roman Haefeli
Hi all Since 0.43 Pd's behavior as jack client has changed. With 0.43 every time when DSP is turned on, two new threads are started and only then Pd appears as a jack client. When turning DSP off again, the threads are stopped and the pd as jack client disappears. This is annoying for two reason:

Re: [PD-dev] Sporadic crashes of Pd

2012-04-12 Thread Roman Haefeli
it, please let me also know. Roman On Wed, 2012-03-07 at 11:39 +0100, Roman Haefeli wrote: > Hi all > > While developing on and playing with netpd2, Pd sometimes crashes. This > hadn't happened so frequently until recently, so I didn't investigate > it further. However

Re: [PD-dev] pdstring -> libdir

2012-03-27 Thread Roman Haefeli
Ping Bryan I support Hans' suggestion. What do you think? Roman On Thu, 2012-03-22 at 00:03 -0400, Hans-Christoph Steiner wrote: > Hey Bryan, > > I'd like to ask you if its OK to port your pdstring library over to the > Library Template. pdstring does not need any special libraries, nor does

Re: [PD-dev] string2any doesn't create in mrpeach/tcpsocketserver-help.pd

2012-03-21 Thread Roman Haefeli
On Wed, 2012-03-21 at 17:25 -0400, Martin Peach wrote: > On 2012-03-21 17:20, Roman Haefeli wrote: > > On Wed, 2012-03-21 at 22:13 +0100, Roman Haefeli wrote: > >> On Wed, 2012-03-21 at 15:26 -0400, Hans-Christoph Steiner wrote: > >>> Hey Martin, > >> > &g

Re: [PD-dev] string2any doesn't create in mrpeach/tcpsocketserver-help.pd

2012-03-21 Thread Roman Haefeli
On Wed, 2012-03-21 at 22:13 +0100, Roman Haefeli wrote: > On Wed, 2012-03-21 at 15:26 -0400, Hans-Christoph Steiner wrote: > > Hey Martin, > > Hey Hans > > Sorry to chime in, but I wrote that particular abstraction. > > > I just ran the load_every_help.py test scri

Re: [PD-dev] string2any doesn't create in mrpeach/tcpsocketserver-help.pd

2012-03-21 Thread Roman Haefeli
On Wed, 2012-03-21 at 15:26 -0400, Hans-Christoph Steiner wrote: > Hey Martin, Hey Hans Sorry to chime in, but I wrote that particular abstraction. > I just ran the load_every_help.py test script on Pd-extended 0.43 and saw > this: > > loading: > /Applications/Pd-0.43.1-extended-20120310.app/

Re: [PD-dev] Problem with [iemnet/tcpclient]? (was: Sporadic crashes of Pd)

2012-03-15 Thread Roman Haefeli
On Tue, 2012-03-13 at 14:52 +0100, Roman Haefeli wrote: > Hi again > > I was able to create a patch, that does not make Pd crash reliably, but > far more often. On my box it crashes roughly every second time I run the > patch. > > This is how I run it: > $ gdb -ex

Re: [PD-dev] Problem with [iemnet/tcpclient]? (was: Sporadic crashes of Pd)

2012-03-13 Thread Roman Haefeli
On Tue, 2012-03-13 at 11:17 -0400, Mathieu Bouchard wrote: > Le 2012-03-13 à 14:52:00, Roman Haefeli a écrit : > > > $ gdb -ex run --args pd-extended -noprefs -nrt -noaudio -stderr -open > > crashertest.pd > > Where did you find -ex ? I had been making a lot of pirouet

Re: [PD-dev] Sporadic crashes of Pd

2012-03-13 Thread Roman Haefeli
(I somehow missed to reply to the list; sorry for double-posting, Matju) Hi Matju Thanks a lot for your expertise. On Sat, 2012-03-10 at 23:07 -0500, Mathieu Bouchard wrote: > Le 2012-03-07 à 11:39:00, Roman Haefeli a écrit : > > >> From the many backtraces I collected, most of

[PD-dev] Problem with [iemnet/tcpclient]? (was: Sporadic crashes of Pd)

2012-03-13 Thread Roman Haefeli
+0100, Roman Haefeli wrote: > Hi all > > While developing on and playing with netpd2, Pd sometimes crashes. This > hadn't happened so frequently until recently, so I didn't investigate > it further. However, with running more and bigger patches I seem to > experie

Re: [PD-dev] comport profiling, switching default poll time to 10ms

2012-03-08 Thread Roman Haefeli
Hi Hans On Wed, 2012-03-07 at 13:06 -0500, Hans-Christoph Steiner wrote: > I was doing some comport profiling using an Arduino and Firmata. I > noticed that at the default poll time of 1ms, that there were many > fruitless calls to comport_tick() before any bytes where read. And > that the bytes

[PD-dev] Sporadic crashes of Pd

2012-03-07 Thread Roman Haefeli
Hi all While developing on and playing with netpd2, Pd sometimes crashes. This hadn't happened so frequently until recently, so I didn't investigate it further. However, with running more and bigger patches I seem to experience those crashes more often and I started running pd inside gdb to get s

Re: [PD-dev] jack driver issues with 0.43

2012-02-28 Thread Roman Haefeli
On Tue, 2012-02-07 at 10:49 +0100, Roman Haefeli wrote: > Hi all > > When employing dynamic patching, in particular when doing dynamic > patching with ~-objects, I found that drop-out time can be greatly > reduced by turning dsp off during dynamic creation time. I used to turn &

Re: [PD-dev] iemnet classes not loading in current Pd-extended for Windows

2012-02-16 Thread Roman Haefeli
On Wed, 2012-02-15 at 21:25 -0500, Hans-Christoph Steiner wrote: > Try yesterday's or today's build. It works for me. > I can confirm. Thanks! Roman ___ Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev

[PD-dev] iemnet classes not loading in current Pd-extended for Windows

2012-02-14 Thread Roman Haefeli
Hi In the latest (working) version of Pd-extended (2012-02-01) for Windows, iemnet classes cannot be created. When creating [import iemnet] :tcpclient: <- does not create I get: C:\\Program Files\\pd-extended\\extra\\iemnet\\tcpclient.dll: couldn't load which seems to indicate that

Re: [PD-dev] Can anyone on windows 7 confirm TCL bug?

2012-02-13 Thread Roman Haefeli
On Mon, 2012-02-13 at 17:57 +0100, Roman Haefeli wrote: > On Mon, 2012-02-13 at 17:34 +0100, Roman Haefeli wrote: > > On Fri, 2012-02-10 at 09:18 -0800, Miller Puckette wrote: > > > On Fri, Feb 10, 2012 at 12:12:42PM -0500, Hans-Christoph Steiner wrote: > > > > >

Re: [PD-dev] Can anyone on windows 7 confirm TCL bug?

2012-02-13 Thread Roman Haefeli
On Mon, 2012-02-13 at 17:34 +0100, Roman Haefeli wrote: > On Fri, 2012-02-10 at 09:18 -0800, Miller Puckette wrote: > > On Fri, Feb 10, 2012 at 12:12:42PM -0500, Hans-Christoph Steiner wrote: > > > > > > On Feb 10, 2012, at 4:24 AM, Roman Haefeli wrot

Re: [PD-dev] Can anyone on windows 7 confirm TCL bug?

2012-02-13 Thread Roman Haefeli
On Fri, 2012-02-10 at 09:18 -0800, Miller Puckette wrote: > On Fri, Feb 10, 2012 at 12:12:42PM -0500, Hans-Christoph Steiner wrote: > > > > On Feb 10, 2012, at 4:24 AM, Roman Haefeli wrote: > > > > > Hi Miller > > > > > > On Thu, 2012-02-09 at

Re: [PD-dev] Can anyone on windows 7 confirm TCL bug?

2012-02-10 Thread Roman Haefeli
On Fri, 2012-02-10 at 12:12 -0500, Hans-Christoph Steiner wrote: > Can you tell me if Pd-extended 0.43 is also affected? Yes, I'll tell you next Monday, as soon as I have access to a Windows 7 machine again. Roman ___ Pd-dev mailing list Pd-dev@iem.

Re: [PD-dev] Can anyone on windows 7 confirm TCL bug?

2012-02-10 Thread Roman Haefeli
Hi Miller On Thu, 2012-02-09 at 09:21 -0800, Miller Puckette wrote: > To Pd dev - > > Several of my students have windows 7, on which the TCL line > "package require registry" seems to fail (not able to find or load > the file tclreg12.dll). I put a report on Sourceforge: > > http://sourceforge

[PD-dev] jack driver issues with 0.43

2012-02-07 Thread Roman Haefeli
Hi all When employing dynamic patching, in particular when doing dynamic patching with ~-objects, I found that drop-out time can be greatly reduced by turning dsp off during dynamic creation time. I used to turn dsp off and on in 0 logical time a lot in my patches and it never seemed an issue. Re

[PD-dev] libraries with debug symbols

2012-02-03 Thread Roman Haefeli
Hi Is there a way to compile libraries from svn with debug symbols using the template Makefile _without_ editing the Makefile? I can pass CFLAGS="-g" to make, but the resulting externals are still stripped. Roman ___ Pd-dev mailing list Pd-dev@iem.a

Re: [PD-dev] nightly builds broken

2011-11-07 Thread Roman Haefeli
On Mon, 2011-11-07 at 11:13 +0100, katja wrote: > Hello, > > Yesterday I've committed code to creb and smlib. I have checked that > all code compiled, even tested every class's functionality before > committing. Even so, all nightly builds are apparently broken due to > my commit. I'll now try to

[PD-dev] Pd-extended build failed on the Windows machine

2011-11-04 Thread Roman Haefeli
Hi Martin, Hans The build on the Pd-extended autobuild Windows machine failed. I first thought I was to blame for because I re-added iemnet to the build, but it seems that building iemnet went fine this time, though it stumbled over mrpeach/net/tcpclient. Is it probably due to the last bug-fix f

Re: [PD-dev] building iemnet on Windows and OS X

2011-10-30 Thread Roman Haefeli
Hi IOhannes On Sat, 2011-10-29 at 09:05 +0200, IOhannes m zmölnig wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 10/28/2011 09:58 PM, Roman Haefeli wrote: > > Hi Hans, IOhannes > > > > I don't have a clue what MSG_DONTWAIT is. I think I nee

Re: [PD-dev] building iemnet on Windows and OS X

2011-10-29 Thread Roman Haefeli
On Sat, 2011-10-29 at 10:37 -0400, Hans-Christoph Steiner wrote: > On Oct 29, 2011, at 4:08 AM, Roman Haefeli wrote: > > > On Sat, 2011-10-29 at 09:05 +0200, IOhannes m zmölnig wrote: > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA1 > >> > >

Re: [PD-dev] building iemnet on Windows and OS X

2011-10-29 Thread Roman Haefeli
On Sat, 2011-10-29 at 09:05 +0200, IOhannes m zmölnig wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 10/28/2011 09:58 PM, Roman Haefeli wrote: > > Hi Hans, IOhannes > > > > I don't have a clue what MSG_DONTWAIT is. I think I need some help (

[PD-dev] building iemnet on Windows and OS X

2011-10-28 Thread Roman Haefeli
Hi Hans, IOhannes I'm trying to put iemnet into Pd-extended and adapted the externals/Makefile accordingly, after I tested it here on my Ubuntu machine. One day later, Pd-extended builds succeeded only on Linuxes, but failed on OS X and Windows (where I haven't tested it). The reasons seem to be

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-27 Thread Roman Haefeli
On Wed, 2011-10-26 at 13:12 -0400, Hans-Christoph Steiner wrote: > On Oct 26, 2011, at 4:39 AM, Roman Haefeli wrote: > > * The symbol and number boxes are 2 px taller in Pd-extended than in > > Pd-vanilla. > > I think it is not possible to adjust one or the other w

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-26 Thread Roman Haefeli
On Wed, 2011-10-26 at 01:15 -0400, Hans-Christoph Steiner wrote: > On Oct 25, 2011, at 9:47 AM, Roman Haefeli wrote: > For > > Pd-extended-0.43.1 the number, symbol, message and object boxes are > > 2 px > > less tall on Windows than on the other platforms. > &

Re: [PD-dev] signal object test template for automated unit testing

2011-10-25 Thread Roman Haefeli
On Mon, 2011-10-24 at 22:11 +0200, katja wrote: > Hans, thanks for your comments > > On Mon, Oct 24, 2011 at 7:35 PM, Hans-Christoph Steiner wrote: > > > > That looks really good on many levels. :) I like the layout, I hadn't > > thought of standard deviation, that makes sense as long as we can

[PD-dev] Pd-extended: re-organizing libraries

2011-10-25 Thread Roman Haefeli
Hi Hans I noticed that recent versions of Pd-extended-0.43.1 have some libraries re-organized. For instance, there is an osc and a net library. OTOH, the 'old' mrpeach folder still contains the osc and net object classes. Will they remain there for backwards compatibility reasons or is the plan

[PD-dev] Pd without audio device (was: signal object test template for automated unit testing)

2011-10-25 Thread Roman Haefeli
On Mon, 2011-10-24 at 22:11 +0200, katja wrote: > > By the way if Pd does not sync with an audio device for whatever > reason, you get weird test results anyhow. Even if you do not want to > actually hear the sound, the audio device must work well, for these > signal object tests. That was one of

Re: [PD-dev] maximum array display size 2000 points?

2011-10-25 Thread Roman Haefeli
On Tue, 2011-10-25 at 15:51 +0200, João Pais wrote: > look at the thread, besides explanations there's an example file. Forgive my blindness, but I still couldn't find the answer to my question in the thread. Are you implying it happens on any Pd flavor / OS? ROman > > On Tue, 2011-10-25 at 10:5

Re: [PD-dev] maximum array display size 2000 points?

2011-10-25 Thread Roman Haefeli
On Tue, 2011-10-25 at 10:53 +0200, João Pais wrote: > Hi. I just wanted to call the developers' attention to the thread at > http://lists.puredata.info/pipermail/pd-list/2011-10/092037.html. For a > project I'm working on it would be great to know the reasons for this, and > if there is a fix

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-25 Thread Roman Haefeli
On Fri, 2011-10-21 at 18:36 -0400, Hans-Christoph Steiner wrote: > Pd vanilla still has different box sizes on different platforms, if I > remember correctly, therefore the sizes will have to change somewhere. I made a little test patch and took screenshots [1]. On three operating systems (Mac O

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-21 Thread Roman Haefeli
On Fri, 2011-10-21 at 18:36 -0400, Hans-Christoph Steiner wrote: > On Oct 21, 2011, at 6:29 PM, Roman Haefeli wrote: > > > On Fri, 2011-10-21 at 17:15 -0400, Hans-Christoph Steiner wrote: > >> On Oct 21, 2011, at 4:24 PM, Roman Haefeli wrote: > >> > >>&g

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-21 Thread Roman Haefeli
On Fri, 2011-10-21 at 17:15 -0400, Hans-Christoph Steiner wrote: > On Oct 21, 2011, at 4:24 PM, Roman Haefeli wrote: > > > On Fri, 2011-10-21 at 12:33 -0400, Hans-Christoph Steiner wrote: > >> On Oct 21, 2011, at 5:49 AM, Roman Haefeli wrote: > >> > >>> H

Re: [PD-dev] Pd-extended-0.43 appearance

2011-10-21 Thread Roman Haefeli
On Fri, 2011-10-21 at 22:24 +0200, Roman Haefeli wrote: > On Fri, 2011-10-21 at 12:33 -0400, Hans-Christoph Steiner wrote: > > On Oct 21, 2011, at 5:49 AM, Roman Haefeli wrote: > > > I also noticed that Pd-extended-0.43 on OS X does not use anti-aliased > > > fonts, alt

Re: [PD-dev] Including iemnet in Pd-extended

2011-10-21 Thread Roman Haefeli
opic, I was not happy how the iemnet > fork happened, I think it was disrespectful of Martin. > > .hc > > > > On Sep 29, 2011, at 5:22 AM, Roman Haefeli wrote: > > Hi Hans & IO

[PD-dev] Pd-extended-0.43 appearance

2011-10-21 Thread Roman Haefeli
Hi Hans I noticed a significant difference between Pd-extended-0.43 and Pd-vanilla-0.43 appearance. Symbol- and Numberboxes are 2 px higher in Extended than in Vanilla. This is especially problematic in cases where a GOP-patch in Vanilla was created so that the number/symbol box perfectly fits in.

Re: [PD-dev] where is Pd's "-stdlib"? (was Re: request sponsor/upload for pd-pdstring)

2011-10-04 Thread Roman Haefeli
On Tue, 2011-10-04 at 09:45 -0400, Hans-Christoph Steiner wrote: > On Oct 4, 2011, at 5:19 AM, Roman Haefeli wrote: > > I'm all for [import] and I also think it is much nicer to use, but > > unfortunately it is not (yet) part of vanilla. And yes, I think also > > [

Re: [PD-dev] where is Pd's "-stdlib"?

2011-10-04 Thread Roman Haefeli
On Tue, 2011-10-04 at 12:58 +0200, IOhannes m zmoelnig wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2011-10-04 11:19, Roman Haefeli wrote: > > > > Applied to standard paths this would lead to the following search order: > > > > 1) ~/pd-exte

Re: [PD-dev] where is Pd's "-stdlib"? (was Re: request sponsor/upload for pd-pdstring)

2011-10-04 Thread Roman Haefeli
> another slight problem with the "-stdpath" and "-stdlib" flags for > > declare (and probably this also expands to the "-nostdpath" startup > > flag). following is an excerpt of the discussion in the debian > > packaging > > team: > > > &g

Re: [PD-dev] Help for sourceforge.net

2011-10-03 Thread Roman Haefeli
On Mon, 2011-10-03 at 11:47 -0400, Hans-Christoph Steiner wrote: > On Oct 3, 2011, at 11:21 AM, IOhannes m zmoelnig wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 2011-10-03 17:16, Roman Haefeli wrote: > >> > >> On Mon, 2

Re: [PD-dev] Help for sourceforge.net

2011-10-03 Thread Roman Haefeli
On Mon, 2011-10-03 at 17:21 +0200, IOhannes m zmoelnig wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2011-10-03 17:16, Roman Haefeli wrote: > > > > On Mon, 2011-10-03 at 10:47 -0400, Hans-Christoph Steiner wrote: > >> Looks like it was set t

Re: [PD-dev] Help for sourceforge.net

2011-10-03 Thread Roman Haefeli
On Mon, 2011-10-03 at 10:47 -0400, Hans-Christoph Steiner wrote: > Looks like it was set to Pending, do you still need help with it? No, that is what I am saying. It can be closed. But I seem to lack the privileges to do so (or I am blind). Roman > On Oct 3, 2011, at 2:28 AM, Roman H

[PD-dev] Help for sourceforge.net

2011-10-02 Thread Roman Haefeli
Hi all A bug was assigned to me and the issue can be closed now. However, I cannot figure out a way to change the status of the issue. Probably I'm missing the proper privileges? Or I am just blind? Either way, help is appreciated. Please close the bug #3411486 https://sourceforge.net/tracker/?f

Re: [PD-dev] remove all .la (libtool archives) files created by autotools

2011-09-29 Thread Roman Haefeli
On Thu, 2011-09-29 at 12:00 -0400, Hans-Christoph Steiner wrote: > On Sep 29, 2011, at 11:52 AM, IOhannes m zmoelnig wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 2011-09-29 17:41, Hans-Christoph Steiner wrote: > >> > >> What is the problem this is trying to solve? How

[PD-dev] Including iemnet in Pd-extended

2011-09-29 Thread Roman Haefeli
Hi Hans & IOhannes & Martin I'd love to have the iemnet library included in Pd-extended and wanted to hear other opinions. I'd do the work, if everyone agrees. Roman ___ Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev

Re: [PD-dev] iemguts release?

2011-09-26 Thread Roman Haefeli
On Thu, 2011-09-22 at 17:36 -0400, Hans-Christoph Steiner wrote: > Hey IOhannes, > > I think iemguts is ready primetime, I think it should be included in > the next Pd-extended 0.43 release. Do you have any plans on making an > official release? I cannot speak for IOhannes, of course, but I

[PD-dev] search pathes and externals

2011-01-31 Thread Roman Haefeli
Hi all I just opened a new bug about [readanysf~] not using search paths when opening a file. Only later, I noticed that also [mrpeach/binfile] does not seem to respect search paths. Now I wonder whether I am supposed to expect at all external objects to also respect the search paths as built-in

Re: [PD-dev] Some OSC suggestions

2011-01-28 Thread Roman Haefeli
On Mon, 2011-01-17 at 17:16 +0100, Roman Haefeli wrote: > On Mon, 2011-01-17 at 08:56 -0500, Martin Peach wrote: > > On 2011-01-17 05:54, Roman Haefeli wrote: > > > I suppose my explanation from above missed its main point. From what I > > > understood, the '/

Re: [PD-dev] pd 0.43 test4: Canvas Position

2011-01-22 Thread Roman Haefeli
(I hope you don't mind if I bring that back to the list) On Sat, 2011-01-22 at 15:50 -0500, Hans-Christoph Steiner wrote: > - Original message - > > On Sat, 2011-01-22 at 15:31 -0500, Hans-Christoph Steiner wrote: > > > - Original message - > > > > On Fri, 2011-01-21 at 18:02 -0500

Re: [PD-dev] pd 0.43 test4: Canvas Position

2011-01-22 Thread Roman Haefeli
toring the canvas geometry? Roman > On Jan 21, 2011, at 5:56 PM, Roman Haefeli wrote: > > > > Ok. But why was it changed in the first place? Why not switching > > back to > > saving the actual window geometry (as opposed to the canvas > > geometry)? I > &g

Re: [PD-dev] pd 0.43 test4: Canvas Position

2011-01-21 Thread Roman Haefeli
vas geometry)? I mean, didn't that work well for Pd up to version 0.42? Roman > > On Jan 13, 2011, at 4:37 PM, Roman Haefeli wrote: > > > Hi > > > > It seems that since Pd 0.43 a Pd file does not save the window manager > > window position and size anymore (at

Re: [PD-dev] Some OSC suggestions

2011-01-17 Thread Roman Haefeli
On Mon, 2011-01-17 at 08:56 -0500, Martin Peach wrote: > On 2011-01-17 05:54, Roman Haefeli wrote: > > I suppose my explanation from above missed its main point. From what I > > understood, the '//' is used as a wild-card for an arbitrary number of > > address fie

[PD-dev] Some OSC suggestions

2011-01-15 Thread Roman Haefeli
Hi Martin I've been working with the mrpeach/osc objectclasses lately and had some ideas that possibly would help to improve the usability of those (not to mention that they are already very useful now!). * Settable [routeOSC] - Since Pd version 0.43 the [route] objectclass a

[PD-dev] pd 0.43 test4: Canvas Position

2011-01-13 Thread Roman Haefeli
Hi It seems that since Pd 0.43 a Pd file does not save the window manager window position and size anymore (at least on linux), but instead the position and the size of the canvas, i.e. the white patching area. This has some implications. Since window decorations (title bar, window borders) have

Re: [PD-dev] about [tcpserver] (mrpeach and iemnet)

2010-12-13 Thread Roman Haefeli
On Mon, 2010-12-13 at 14:42 -0500, Martin wrote: > On 13/12/10 10:19 AM, Roman Haefeli wrote: > > On Fri, 2010-12-10 at 10:54 -0500, Hans-Christoph Steiner wrote: > >> On Dec 10, 2010, at 5:12 AM, IOhannes m zmölnig wrote: > >>> On 12/09/2010 10:28 PM, Roman Ha

Re: [PD-dev] about [tcpserver] (mrpeach and iemnet)

2010-12-13 Thread Roman Haefeli
On Mon, 2010-12-13 at 11:43 -0500, Hans-Christoph Steiner wrote: > On Dec 13, 2010, at 10:19 AM, Roman Haefeli wrote: > > > On Fri, 2010-12-10 at 10:54 -0500, Hans-Christoph Steiner wrote: > >> On Dec 10, 2010, at 5:12 AM, IOhannes m zmölnig wrote: > >>> On 1

Re: [PD-dev] about [tcpserver] (mrpeach and iemnet)

2010-12-13 Thread Roman Haefeli
On Fri, 2010-12-10 at 10:54 -0500, Hans-Christoph Steiner wrote: > On Dec 10, 2010, at 5:12 AM, IOhannes m zmölnig wrote: > > On 12/09/2010 10:28 PM, Roman Haefeli wrote: > >> > >> @ IOhannes > >> Though I like this 'stable'/reliable behaviour of i

[PD-dev] about [tcpserver] (mrpeach and iemnet)

2010-12-09 Thread Roman Haefeli
Hi Martin, IOhannes et al. Martin, you asked me when I last tested mrpeach's [tcpserver] when I was mentioning the blocking issue. I did another test today with two computers connected over Ethernet. When plugging out the chord, I can simulate a client disappearing without the server noticing and

Re: [PD-dev] removing non-free code from pure-data SVN

2010-12-09 Thread Roman Haefeli
On Thu, 2010-12-09 at 10:08 +0100, Sergi Lario wrote: > we hurry? > > I think remove is not a solution although, if I'm not wrong, it seems > will happen in the near future like all the others external libraries. What makes you think that? Are you confusing the Pure Data svn repository and Pd-ex

Re: [PD-dev] split out 'osc' and 'net' from 'mrpeach'?

2010-12-03 Thread Roman Haefeli
erratum: On Sat, 2010-12-04 at 01:20 +0100, Roman Haefeli wrote: > The high CPU load comes from the [tcpserver] object, but > from the fact that FUDI delimiting is done in the byte realm with Pd > objects. should read: "The high CPU load comes _not_ from the [tcpserve

Re: [PD-dev] split out 'osc' and 'net' from 'mrpeach'?

2010-12-03 Thread Roman Haefeli
On Tue, 2010-11-30 at 21:02 -0500, Hans-Christoph Steiner wrote: > On Sun, 2010-11-28 at 16:17 -0500, Martin Peach wrote: > > On 2010-11-28 15:57, Roman Haefeli wrote: > > > On Sun, 2010-11-28 at 13:38 -0500, Martin Peach wrote: > > >> On 2010-11-28 12:13

Re: [PD-dev] split out 'osc' and 'net' from 'mrpeach'?

2010-12-03 Thread Roman Haefeli
On Sun, 2010-11-28 at 16:17 -0500, Martin Peach wrote: > On 2010-11-28 15:57, Roman Haefeli wrote: > > On Sun, 2010-11-28 at 13:38 -0500, Martin Peach wrote: > >> On 2010-11-28 12:13, Hans-Christoph Steiner wrote: > >>> > >>> Hey Martin and all,

[PD-dev] Where to report issues with 0.43 development branch?

2010-11-30 Thread Roman Haefeli
Hi If people are supposed to already report bugs with the current dev (0.43) branch, where should they do so? Is this the correct place to get most recent sources from: git://pure-data.git.sourceforge.net/gitroot/pure-data/pure-data Thanks Roman __

Re: [PD-dev] split out 'osc' and 'net' from 'mrpeach'?

2010-11-28 Thread Roman Haefeli
On Sun, 2010-11-28 at 13:38 -0500, Martin Peach wrote: > On 2010-11-28 12:13, Hans-Christoph Steiner wrote: > > > > Hey Martin and all, > > > > Just had a thought: originally everything in the 'mrpeach' folder was > > bundled into a single library, which I think Martin didn't really > > intend. I d

Re: [PD-dev] Adding a Timestamp

2010-11-27 Thread Roman Haefeli
There is the [date] and [time] from zexy. Roman On Fri, 2010-11-26 at 20:45 -0500, sisil mehta wrote: > Hi, > Can we add a timestamp to the data that i log from say, recording and > prcessing sound? How to do this??? > > -- > Regards, > Sisil Mehta > PhD prog...@georgia Tech > > > >

Re: [PD-dev] Debian packaging: multi-object/single-file libraries or single-object/multiple-files libraries?

2010-11-11 Thread Roman Haefeli
On Thu, 2010-11-11 at 14:52 -0500, Hans-Christoph Steiner wrote: > I'm fine with whatever you want to do with iemmatrix. I haven't used > it, so I don't really have much input on it. So I feel there is consensus about packaging iemmatrix (only) as a multi-object library. > As for other librar

Re: [PD-dev] Debian packaging: multi-object/single-file libraries or single-object/multiple-files libraries?

2010-11-11 Thread Roman Haefeli
On Thu, 2010-11-11 at 10:49 +0100, IOhannes m zmoelnig wrote: > anyhow, until pd-hexloader is packaged, this discussion is quite moot > anyhow. I could take care of packaging hexloader, but I feel you think there are other issues than with packaging. What are those? Is it still defunct? Since I f

Re: [PD-dev] Debian packaging: multi-object/single-file libraries or single-object/multiple-files libraries?

2010-11-11 Thread Roman Haefeli
On Thu, 2010-11-11 at 09:17 +0100, IOhannes m zmoelnig wrote: > On 2010-11-10 22:06, Roman Haefeli wrote: > > > > > In the case of iemmatrix (and also zexy, which actually already is > > packaged as a multi-object-single-file library in Debian, but as a > > one

[PD-dev] Debian packaging: multi-object/single-file libraries or single-object/multiple-files libraries?

2010-11-10 Thread Roman Haefeli
Hi all As you might know, a lot of the Pd libraries are being packaged for Debian. Some of them have already been uploaded and can be installed from unstable. I'd like to include also the iemmatrix library. In Pd-extended, it is bundled as a one-file-per-object library, which allows to instantiat

Re: [PD-dev] asking for svn commit access

2010-08-31 Thread Roman Haefeli
On Tue, 2010-08-31 at 13:23 -0400, Hans-Christoph Steiner wrote: > On Tue, 2010-08-31 at 12:44 +0200, Roman Haefeli wrote: > > On Tue, 2010-08-31 at 02:00 -0400, Hans-Christoph Steiner wrote: > > > I guess we were super slack, you should have nagged more :). > > >

  1   2   >