Re: [PD] product placements with pd

2008-08-20 Thread pit klong

> http://www.kreidler-net.de/productplacements-e.html

qewl. he could give us his patch and we'd make the same.. ;)

-- 
GMX Kostenlose Spiele: Einfach online spielen und Spaß haben mit Pastry Passion!
http://games.entertainment.gmx.net/de/entertainment/games/free/puzzle/6169196

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] stale pointer? - the exact problem

2008-03-03 Thread pit klong
hello list,
my problem is: after having deleted a data structure, i cannot create a new 
one. the error is "append: stale pointer". what is wrong?

thanx,
pit

-- 
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] stale pointer?

2008-03-03 Thread pit klong
hello list,
what does the error "stale pointer" mean?

thanx for hints,
pit
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pd-extended 39-3 libraries load

2007-10-15 Thread pit klong
the safest solution would be, a batch-file for windows loading all, no? could 
that be attached to pd-ext?


> Try [oscx/dumpOSC].
> 
> I just uninstalled Pd-0.39.2-extended-rc3 on WinXP and installed this  
> version [dumpOSC] worked out of box.
> 
> http://autobuild.puredata.info/auto-build/2007-10-09/
> 
> .hc
> 
> On Oct 9, 2007, at 5:23 AM, pit klong wrote:
> 
> >
> >
> >> the problem with demux is, that it is an abbreviation for  
> >> demultiplex,
> >> and pd(-extended) does not recognize it by default. (after you  
> >> created
> >
> > sorry, unlucky example. but again, pd-extended doesn't load a lot  
> > of libraries after installing. i mentioned also "dumpOSC", and so on.
> >
> > p.
> >
> >> demultiplex you can also create demux objects). to solve that problem
> >> add -lib zexy to your preferences/startup startup flags. I hope that
> >> does it.
> >> I think that bug is fixed in the newer versions of pd-extended
> >> (autobuild).
> >> you can also try to use [import zexy] in your patch.
> >> marius.
> >>
> >>
> >> pit klong wrote:
> >>>> On Windows, if you install the registry settings that are  
> >>>> included in
> >>>> the installer, then all of the libraries will be loaded.
> >>>
> >>>> You can also run \Program Files\pd\pd-settings.reg to set all
> >>>> libraries to load on startup.
> >>>
> >>> it definitely doesn't work. i installed it, run manually
> >> pd-settings.reg, but still (and also after rebooting) objects like  
> >> "demux" or "dumpOSC"
> >> aren't available.
> >>>
> >>> pit
> >>>
> >>>
> >>> .hc
> >>>
> >>> On Oct 7, 2007, at 7:12 AM, Luiz Naveda wrote:
> >>>
> >>>> I ask me the same thing every day...
> >>>>
> >>>> Nowdays I have had a strange problem. I have my own library which
> >>>> depends on some other libraris from PD extended. When I have to
> >>>> install it in other computers, I put my folders in 2 of the 10  
> >>>> slot-
> >>>> path but normally it misses 3 or 4 other libraries, so I start to
> >>>> look for the missing objects and rewrite all missing libraries in
> >>>> the 10 slots...
> >>>>
> >>>> Best
> >>>>
> >>>> Luiz
> >>>>
> >>>> -- Forwarded message --
> >>>> From: Luiz Naveda 
> >>>> Date: Oct 7, 2007 12:51 PM
> >>>> Subject: Re: [PD] pd-extended 39-3 libraries load
> >>>> To: pit klong 
> >>>>
> >>>> I ask me the same thing every day...
> >>>>
> >>>> Nowdays I have had a strange problem. I have my own library which
> >>>> depends on some other libraris from PD extended. When I have to
> >>>> install it in other computers, I put my folders in 2 of the 10  
> >>>> slot-
> >>>> path but normally it misses 3 or 4 other libraries, so I start to
> >>>> look for the missing objects and rewrite all missing libraries in
> >>>> the 10 slots...
> >>>>
> >>>> Best
> >>>>
> >>>> Luiz
> >>>> On 10/7/07, pit klong  wrote:
> >>>> hello list,
> >>>> i've installed Pd-0.39.3-extended-rc5-windowsxp-i386.exe on XP,
> >>>> with default library set.
> >>>>
> >>>> i wonder that no dll's from the "extra"-path are available.
> >>>> and i do not understand at all, in file->path... there are 10 slots
> >>>> for paths, but you have plenty of more paths with libraries/
> >>>> externals in pd-ext.
> >>>>
> >>>> how do i manage a startup that loads ALL externals, ALL dlls?
> >>>>
> >>>> regards,
> >>>> pit
> >>>>
> >>>>
> >
> > -- 
> > GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
> > Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
> >
> > ___
> > PD-list@iem.at mailing list
> > UNSUBSCRIBE and account-management -> http://lists.puredata.info/ 
> > listinfo/pd-list
> 
> 
> 
>  
> 
> 
> Looking at things from a more basic level, you can come up with a  
> more direct solution... It may sound small in theory, but it in  
> practice, it can change entire economies. - Amy Smith
> 

-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pd-extended 39-3 libraries load

2007-10-09 Thread pit klong


> the problem with demux is, that it is an abbreviation for demultiplex, 
> and pd(-extended) does not recognize it by default. (after you created 

sorry, unlucky example. but again, pd-extended doesn't load a lot of libraries 
after installing. i mentioned also "dumpOSC", and so on.

p.

> demultiplex you can also create demux objects). to solve that problem 
> add -lib zexy to your preferences/startup startup flags. I hope that 
> does it.
> I think that bug is fixed in the newer versions of pd-extended
> (autobuild).
> you can also try to use [import zexy] in your patch.
> marius.
> 
> 
> pit klong wrote:
> >> On Windows, if you install the registry settings that are included in  
> >> the installer, then all of the libraries will be loaded.
> > 
> >> You can also run \Program Files\pd\pd-settings.reg to set all  
> >> libraries to load on startup.
> > 
> > it definitely doesn't work. i installed it, run manually
> pd-settings.reg, but still (and also after rebooting) objects like "demux" or 
> "dumpOSC"
> aren't available.
> > 
> > pit
> > 
> > 
> > .hc
> > 
> > On Oct 7, 2007, at 7:12 AM, Luiz Naveda wrote:
> > 
> >> I ask me the same thing every day...
> >>
> >> Nowdays I have had a strange problem. I have my own library which  
> >> depends on some other libraris from PD extended. When I have to  
> >> install it in other computers, I put my folders in 2 of the 10 slot- 
> >> path but normally it misses 3 or 4 other libraries, so I start to  
> >> look for the missing objects and rewrite all missing libraries in  
> >> the 10 slots...
> >>
> >> Best
> >>
> >> Luiz
> >>
> >> -- Forwarded message --
> >> From: Luiz Naveda 
> >> Date: Oct 7, 2007 12:51 PM
> >> Subject: Re: [PD] pd-extended 39-3 libraries load
> >> To: pit klong 
> >>
> >> I ask me the same thing every day...
> >>
> >> Nowdays I have had a strange problem. I have my own library which  
> >> depends on some other libraris from PD extended. When I have to  
> >> install it in other computers, I put my folders in 2 of the 10 slot- 
> >> path but normally it misses 3 or 4 other libraries, so I start to  
> >> look for the missing objects and rewrite all missing libraries in  
> >> the 10 slots...
> >>
> >> Best
> >>
> >> Luiz
> >> On 10/7/07, pit klong  wrote:
> >> hello list,
> >> i've installed Pd-0.39.3-extended-rc5-windowsxp-i386.exe on XP,  
> >> with default library set.
> >>
> >> i wonder that no dll's from the "extra"-path are available.
> >> and i do not understand at all, in file->path... there are 10 slots  
> >> for paths, but you have plenty of more paths with libraries/  
> >> externals in pd-ext.
> >>
> >> how do i manage a startup that loads ALL externals, ALL dlls?
> >>
> >> regards,
> >> pit
> >>
> >>

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] pd-extended 39-3 libraries load

2007-10-08 Thread pit klong
> On Windows, if you install the registry settings that are included in  
> the installer, then all of the libraries will be loaded.

> You can also run \Program Files\pd\pd-settings.reg to set all  
> libraries to load on startup.

it definitely doesn't work. i installed it, run manually pd-settings.reg, but 
still (and also after rebooting) objects like "demux" or "dumpOSC" aren't 
available.

pit


.hc

On Oct 7, 2007, at 7:12 AM, Luiz Naveda wrote:

>
> I ask me the same thing every day...
>
> Nowdays I have had a strange problem. I have my own library which  
> depends on some other libraris from PD extended. When I have to  
> install it in other computers, I put my folders in 2 of the 10 slot- 
> path but normally it misses 3 or 4 other libraries, so I start to  
> look for the missing objects and rewrite all missing libraries in  
> the 10 slots...
>
> Best
>
> Luiz
>
> -- Forwarded message --
> From: Luiz Naveda 
> Date: Oct 7, 2007 12:51 PM
> Subject: Re: [PD] pd-extended 39-3 libraries load
> To: pit klong 
>
> I ask me the same thing every day...
>
> Nowdays I have had a strange problem. I have my own library which  
> depends on some other libraris from PD extended. When I have to  
> install it in other computers, I put my folders in 2 of the 10 slot- 
> path but normally it misses 3 or 4 other libraries, so I start to  
> look for the missing objects and rewrite all missing libraries in  
> the 10 slots...
>
> Best
>
> Luiz
> On 10/7/07, pit klong  wrote:
> hello list,
> i've installed Pd-0.39.3-extended-rc5-windowsxp-i386.exe on XP,  
> with default library set.
>
> i wonder that no dll's from the "extra"-path are available.
> and i do not understand at all, in file->path... there are 10 slots  
> for paths, but you have plenty of more paths with libraries/  
> externals in pd-ext.
>
> how do i manage a startup that loads ALL externals, ALL dlls?
>
> regards,
> pit
>
>
-- 
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] pd-extended 39-3 libraries load

2007-10-07 Thread pit klong
hello list,
i've installed Pd-0.39.3-extended-rc5-windowsxp-i386.exe on XP, with default 
library set.

i wonder that no dll's from the "extra"-path are available.
and i do not understand at all, in file->path... there are 10 slots for paths, 
but you have plenty of more paths with libraries/ externals in pd-ext.

how do i manage a startup that loads ALL externals, ALL dlls?

regards,
pit


-- 
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] tablet data - angle und tilt on windows

2007-06-25 Thread pit klong
hi list,
i have a wacom intuos3 tablet on win xp. unfortunately, with the 
wintablet-external i get x/y and pressure, but not tilt and angle. is there a 
way..?

pit
-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list