Re: [PD-dev] alsa midi device numbers

2013-06-07 Thread IOhannes zmölnig
On 06/07/2013 06:34 AM, Jonathan Wilkes wrote: I'm trying to track down a bug in my preferences dialog code for midi. In Pd Vanilla 0.43: If I choose Media -> Hardware-Midi it brings up a dialog what's "Hardware-Midi"? If I choose Media -> Alsa-Midi it brings up a dialog If I choose Media

Re: [PD-dev] Pd-ext Submitting new relase

2013-05-19 Thread IOhannes zmölnig
On 05/17/2013 09:02 PM, João Pais wrote: I think I did it, https://puredata.info/downloads/jmmmp-1/releases/0.2 for some reason I can't add new stuff to http://puredata.info/downloads/jmmmp, so when I tried to make a new project, it created the folder jmmmp-1. any objections if i change that

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

2013-02-01 Thread IOhannes zmölnig
On 02/01/2013 10:10 PM, Hans-Christoph Steiner wrote: I say remove that bit entirely and let the GUI handle figuring out where the window should go. yes! fgadm IOhannes ___ Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-d

Re: [PD-dev] Not a PD bug [Re: Pd-dev Digest, Vol 94, Issue 33]

2013-02-01 Thread IOhannes zmölnig
On 02/01/2013 05:43 PM, Rastko wrote: As regards my posting below, ("GEM fails on Win Server..."), I discovered it is a bug in Windows, not in GEM. Apparently, none of my window-mode OpenGL applications work. I have read that it is because I don't use the "Aero" desktop theme. I tried enablin

Re: [PD-dev] Question about error in external

2013-01-18 Thread IOhannes zmölnig
On 01/18/2013 10:41 AM, Thomas Mayer wrote: Hello, while I am working on PuREST JSON, I have gotten an interesting error, but only on Windows: Two of my objects do not load correctly with the message: load_object: Symbol "rest_setup" not found On Linux, this works without any problems, as do

Re: [PD-dev] [PD-ot] Xcode and some commands

2013-01-14 Thread IOhannes zmölnig
On 01/14/2013 09:15 PM, Alexandros Drymonitis wrote: I think the problem is that the aclocal command can't be found. I've been looking at some forums and I read that this command is not included in xcode anymore. Tommorow I'll try to figure it out. what is the error you are getting? fgamsr IOh

Re: [PD-dev] [PD-ot] Xcode and some commands

2013-01-14 Thread IOhannes zmölnig
On 01/14/2013 07:16 PM, Alexandros Drymonitis wrote: You're right, sorry for this one. Still the aclocal: command not found remains, damn it! well, what do you get, when trying to compile? fgamsdr IOhannes ___ Pd-dev mailing list Pd-dev@iem.at http:

Re: [PD-dev] from t_symbol to t_class

2013-01-13 Thread IOhannes zmölnig
On 01/12/2013 11:56 PM, Jonathan Wilkes wrote: a t_class *s_class? Would that affect performance? it would break binary compatibility. there's no good reason to add hash-like lookups to t_symbol (your only reason is convenience). and avoiding code duplication. i think that breaking bina

Re: [PD-dev] from t_symbol to t_class

2013-01-12 Thread IOhannes zmölnig
On 01/12/2013 12:04 AM, Jonathan Wilkes wrote: In C would I just make a struct with fields of t_symbol, t_class, and a pointer to link to the next one? Yeah, a linked list would work fine, probably not as efficient as the c++ hash structure (but lots easier to maintain). One nit-to-pick: U

Re: [PD-dev] from t_symbol to t_class

2013-01-04 Thread IOhannes zmölnig
On 01/04/2013 07:19 AM, Miller Puckette wrote: I think you're safe calling vmess() to pass no arguments to clip_new (for example) - the worst that can happen is the "return value" (the global "newest" is zero. If not it's a proper Pd object you can use zgetfn() on to test it for messages. Main

Re: [PD-dev] libraries with debug symbols

2012-02-03 Thread IOhannes zmölnig
On 02/03/2012 01:30 PM, Roman Haefeli wrote: > 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. > looking at the latest temp

Re: [PD-dev] pd_free vs canvas_vis

2011-11-20 Thread IOhannes zmölnig
On 11/19/2011 05:39 PM, Ivica Ico Bukvic wrote: > I guess this is mainly for the Pd devs, > > Jonathan and I have been working on trying to have patch close itself > through the script. However, even in the newest Pd the problem persists > in that if one invokes menuclose via patch it crashes pd.

Re: [PD-dev] iemlib help patch revisions

2011-08-28 Thread IOhannes zmölnig
On 08/28/2011 07:23 PM, Jonathan Wilkes wrote: > > Is that the correct email address? > yes it is. mgfasdr IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-de

Re: [PD-dev] iemlib help patch revisions

2011-08-28 Thread IOhannes zmölnig
On 08/28/2011 12:31 AM, Jonathan Wilkes wrote: > Hi, > I have revised the iemlib help patches to include the [pd META] > subpatch. Who do I give them to to commit? Or do I just do it myself? please do not commit yourself. instead, please send the revised patches to thomas musil. fgmasdr I

Re: [PD-dev] tracker spam

2011-08-05 Thread IOhannes zmölnig
On 08/05/2011 05:08 PM, Hans-Christoph Steiner wrote: > > How about turning off anonymous posting on the bug/patch/feature > trackers? The spam rate is increasing, and the anonymous bug reports > are either people who forgot to login, or otherwise quite low quality. > i don't see a point in doin

Re: [PD-dev] recentfiles_list explanation

2011-03-15 Thread IOhannes zmölnig
On 03/15/2011 10:15 PM, Yvan Volochine wrote: > On 3/15/11, Hans-Christoph Steiner wrote: >> On Tue, 2011-03-15 at 03:45 +0100, Yvan Volochine wrote: I'm trying to get recentfiles written to ~/.pdsettings and I think I'm missing something obvious. > [snip] >> >> Hey Yvan, >> >> It's grea

Re: [PD-dev] signal external behaviour changes without changing code

2011-02-18 Thread IOhannes zmölnig
On 02/18/2011 04:16 PM, Andrew Hassall wrote: > I'm writing a 2 externals for PD as part of my 3rd dissertation for a > computer science degree. They are both signal externals, they are part > of the LPC (linear predictive coding) algorithm, 1 to analyse the > signal (create the filter coefficients

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

2011-01-22 Thread IOhannes zmölnig
On 01/22/2011 12:02 AM, Hans-Christoph Steiner wrote: > > It was changed to work on GNOME/metacity, which is the default on > Fedora, Debian, Ubuntu, Mint, etc. So it is by far and away the most > common. iirc, gnome is only widespread in the US, whereas europe (and esp. german speaking commun

Re: [PD-dev] general makefile question

2010-12-03 Thread IOhannes zmölnig
On 12/03/2010 05:44 PM, András Murányi wrote: > If you want to test it on various platforms at once, please msg me and we > can easily set it up in buildbot (which is not the effective autobuild > system yet, but it's quite worked out). > We will just need to have the stuff available in some kind o

Re: [PD-dev] general makefile question

2010-12-03 Thread IOhannes zmölnig
On 12/02/2010 09:40 PM, Hans-Christoph Steiner wrote: > > On Dec 2, 2010, at 3:11 PM, Bryan Jurish wrote: > >> Maybe I'm misreading this thread, but wasn't there something like: >>> something like 'PD_LDFLAGS="-Wl,--export-dynamic -shared $(LDFLAGS)"' >>> and then consequently using $(PD_LDFLAGS

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

2010-11-12 Thread IOhannes zmölnig
On 11/12/2010 05:24 AM, Hans-Christoph Steiner wrote: > > On Nov 11, 2010, at 10:23 PM, Jonathan Wilkes wrote: > >> I'm new to Debian and to linux, and have two noob questions: >> 1. If package A has an abstraction that depends on an object from >> package B, is package B automatically installed

Re: [PD-dev] iemguts build issues WAS: dynamic patching: getting info on objects

2010-08-21 Thread IOhannes zmölnig
On 08/17/2010 01:59 AM, Hans-Christoph Steiner wrote: > > Try using the template Makefile yourself, it should be pretty easy to > plug in: > > http://puredata.info/docs/developer/MakefileTemplate > > Basically, you just need to list the C files in the right place, at the > top. > for what it i

[PD-dev] template Makefile

2010-08-21 Thread IOhannes zmölnig
i cleaned up the template Makefile (externals/template/Makefile) a bit. namely i switched to using $@, $< and $^, which makes a lot of things way more elegant. other cleanups: removed the SOURCES_android since this is not used anywhere and is misleading use PD_PATH where appropriate added SOUR

Re: [PD-dev] run-up to release 0.43

2010-08-21 Thread IOhannes zmölnig
On 08/21/2010 06:32 PM, IOhannes zmölnig wrote: > On 08/19/2010 02:06 AM, Miller Puckette wrote: >> >> I'll try not to add new "features" but just fix bugs for the next 2 weeks -- > > here is one bug and of course there are several simple bugfixes still p

Re: [PD-dev] run-up to release 0.43

2010-08-21 Thread IOhannes zmölnig
On 08/19/2010 02:06 AM, Miller Puckette wrote: > > I'll try not to add new "features" but just fix bugs for the next 2 weeks -- here is one bug (+ fix): "pd -version" prints garbage. https://sourceforge.net/tracker/?func=detail&aid=3050371&group_id=55736&atid=478072 mgfasdr IOhannes signatu

[PD-dev] pd-gui 0.43: fixed position/size

2010-07-16 Thread IOhannes zmölnig
hi all, i'm wondering why the geometry (position/size) of the main pd-window is hard-coded in the new gui. pdwindow.tcl:257 "wm geometry .pdwindow =500x400+20+50" tcl figures out the needed size of the window quite fine for me, but what annoys me a bit is that the window position is hardcoded.

Re: [PD-dev] 0.43 meetup on IRC?

2010-07-16 Thread IOhannes zmölnig
hi On 07/15/2010 10:33 PM, Hans-Christoph Steiner wrote: > > We are kind of meeting now a bit, but we should do it tomorrow if you > can IOhannes. > obviously i was safe and sound at home last eveneing when you tried to IRC. i'm leaving for hols on monday and will probably be offline tomorrow

Re: [PD-dev] uploading Pd git repository to sourceforge

2010-07-15 Thread IOhannes zmölnig
On 07/12/2010 05:33 AM, Miller Puckette wrote: > o Pd developers -- > is it only me that cannot open files via "open"? i get: bad option "-cursor": must be bbox, cget, compare, configure, count, debug, delete, dlineinfo, dump, edit, get, image, index, insert, mark, peer, replace, scan, search,

Re: [PD-dev] [PATCH] made automake system kind-of work

2010-07-15 Thread IOhannes zmölnig
On 07/15/2010 06:03 PM, Hans-Christoph Steiner wrote: > > I think the nmake files should be separately maintained and named > accordingly, and only have nmake content in them, like the > pd/src/makefile.nt. But I think 'makefile.nt' isn't a good name, it > should be like 'makefile.windows' or 'ma

Re: [PD-dev] 0.43 startup procedure and vwait WAS: [PATCH 06/10] fixed race-condition in the audio/midi API initialization

2010-07-15 Thread IOhannes zmölnig
On 07/15/2010 05:59 PM, Hans-Christoph Steiner wrote: > > On Jul 15, 2010, at 11:07 AM, IOhannes zmölnig wrote: > >> On 07/15/2010 04:46 PM, Hans-Christoph Steiner wrote: >>> >>> >>> The vwait timeout would not be needed if we can rely on 'pd'

Re: [PD-dev] 0.43 startup procedure and vwait WAS: [PATCH 06/10] fixed race-condition in the audio/midi API initialization

2010-07-15 Thread IOhannes zmölnig
On 07/15/2010 04:46 PM, Hans-Christoph Steiner wrote: > > > The vwait timeout would not be needed if we can rely on 'pd' to actually > fully die when it exits/crashes. On Mac OS X at least it is often > doesn't completely crash and the process just sits there doing who knows > what. If this hap

Re: [PD-dev] automake in git

2010-07-15 Thread IOhannes zmölnig
On 07/15/2010 04:25 PM, Hans-Christoph Steiner wrote: > Which files are non-relevant that are included in extra/Makefile? pd~/z.pd fgmasr IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-dev mailing list Pd-dev@iem.at http://li

Re: [PD-dev] 0.43 startup procedure and vwait WAS: [PATCH 06/10] fixed race-condition in the audio/midi API initialization

2010-07-15 Thread IOhannes zmölnig
On 07/15/2010 04:21 PM, Hans-Christoph Steiner wrote: > > The options are wait forever or have a timeout. The vwait code provides > a timeout. I am fine with having a long timeout for the conditions you > describe but it would be harmful to not have a timeout because then > you'll have a pd-gui

Re: [PD-dev] videogrid + pd-extended 0.42.5

2010-03-14 Thread IOhannes zmölnig
lluis gomez i bigorda wrote: > > hi all, > > yes, we say here "esoteric bug" cause we cannot understand at all why if > Gem is linked against libavifile it beaks our ffmpeg code. videogrid is > not linked against libavifile !!! that's crazy? or not? not necessarily, since most of those video de

Re: [PD-dev] pix_multiblob mem leak

2010-03-14 Thread IOhannes zmölnig
Gerrie Roos wrote: > Hi! > > It looks like pix_multiblob is leaking about 4kB/frame/blob. Anybody > else seen this? I'm in a bit of a tight spot. I've got an > installation coming up on 18 March and my extensive pd patch is now > running out of memory every couple of hours. Would love to check

Re: [PD-dev] worth to create external?

2010-03-14 Thread IOhannes zmölnig
Lorenzo wrote: > Hi list, > > I'm already on the pd-list. I signed up to the pd-dev as I'm starting to > look into some (simple) external development. cool. please note that pd-dev has the same netiquette as pd-list, that e.g. asks you to not hijack another thread for your unrelated postings. see

Re: [PD-dev] pdwindow as syslog

2010-01-16 Thread IOhannes zmölnig
Hans-Christoph Steiner wrote: > > Hey IOhannes, > > I was just looking thru your pdwindow.tcl procs. It seems to me that > those procs should just go all the way and implement a syslog-style > system with the same levels. Then the Pd window could have a little > dropdown menu on the lower left

Re: [PD-dev] Ignoring '5401': doesn't look like a Pd-file

2010-01-16 Thread IOhannes zmölnig
Hans-Christoph Steiner wrote: >> one could use the new ::pdwindow::verbose{} rather than post{}. >> but really the underlying problem should be fixed sooner than later. > > > Warnings that happen every time rapidly become meaningless, and > therefore a pointless annoyance. Much better is to fix t

Re: [PD-dev] Scheduling to activate control objects

2009-12-22 Thread IOhannes zmölnig
PSPunch wrote: > Hi, > > > I am working on a control rate object which outputs a value, only when a > variable local to each instance is modified by another thread. > > Having not known how to achieve this, the object works fine, but only > with a [metro] connected to it, polling for a variable