Re: [PD-dev] iem16 compilation problem on osx

2007-01-16 Thread james tittle
On Jan 16, 2007, at 6:46 AM, Georg Holzmann wrote: iem16 does not compile on OSX - the error is before the int32 in the code below: 8---8--- #ifdef __apple__ #define HIOFFSET 0/* word offset to find MSB */ #define LOWOFFSET 1/* word offset to find LSB */ #define int32

Re: [PD-dev] iem16 compilation problem on osx

2007-01-16 Thread Thomas Grill
Hi all, i already submitted patches for this and other issues with IEM sources to the patch tracker a while ago. IEM stuff doesn't correctly deal with Mac/Intel endianness at the moment. greetings, Thomas Am 16.01.2007 um 15:31 schrieb james tittle: On Jan 16, 2007, at 6:46 AM, Georg

Re: [PD-dev] iem16 compilation problem on osx

2007-01-16 Thread Thomas Grill
Am 16.01.2007 um 16:13 schrieb Georg Holzmann: Hallo! i already submitted patches for this and other issues with IEM sources to the patch tracker a while ago. IEM stuff doesn't correctly deal with Mac/Intel endianness at the moment. hm ... I can't find that patches (maybe I'm blind ;)

[PD-dev] [ pure-data-Bugs-1561839 ] rhythmic glitching on PowerBook G4

2007-01-16 Thread SourceForge.net
Bugs item #1561839, was opened at 2006-09-19 21:31 Message generated for change (Comment added) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=478070aid=1561839group_id=55736 Please note that this message will contain a full copy of the comment

Re: [PD-dev] iem16 compilation problem on osx

2007-01-16 Thread IOhannes m zmoelnig
Thomas Grill wrote: Am 16.01.2007 um 16:13 schrieb Georg Holzmann: Hallo! i already submitted patches for this and other issues with IEM sources to the patch tracker a while ago. IEM stuff doesn't correctly deal with Mac/Intel endianness at the moment. hm ... I can't find that patches

Re: [PD-dev] iem16 compilation problem on osx

2007-01-16 Thread Georg Holzmann
Hallo! http://sourceforge.net/tracker/index.php?func=detailaid=1604140group_id=55736atid=478072 http://sourceforge.net/tracker/index.php?func=detailaid=1604134group_id=55736atid=478072 http://sourceforge.net/tracker/index.php?func=detailaid=1604133group_id=55736atid=478072 Danke THomas !

Re: [PD-dev] float a vs symbol 1

2007-01-16 Thread Hans-Christoph Steiner
I think warnings would be good at the very least. Wanna submit a patch with some warnings? .hc On Jan 10, 2007, at 10:44 AM, Claude Heiland-Allen wrote: float a | [print] error: Bad arguments for message 'float' to object 'messresponder' but symbol 1 | [print] print: symbol (in

Re: [PD-dev] text placement

2007-01-16 Thread Hans-Christoph Steiner
It turns out that the fonts seem to vary quite a bit in their positioning... what a pain... I still think the way to handle this is to just set the boxes to pixel sizes, then let the fonts fall where they may. Too bad there isn't a free Lucida, or Inconsolata isn't done yet... I can't

Re: [PD-dev] text placement

2007-01-16 Thread Miller Puckette
It's much more trouble to adapt Pd to use variable-width fonts, but totally possible. The trouble is the code that figures out where to put line breaks fitting text into boxes and then how big to make the box around the text. Not the end of the world, I don't think. cheers Miller On Tue, Jan

Re: [PD-dev] text placement

2007-01-16 Thread Hans-Christoph Steiner
Maybe its possible to have Tk do all the sizing, then have pd query Tk to get the sizes. That would allow for the Tk scaling, which would be very nice to have because it keeps the all the layout relationships the same, it just zooms it. That'd be much more useful that different font