[PD] wiimote undefined symbol with pd-extended 0.40.3

2008-08-15 Thread olsen wolf
Buenas
i've just got back using wiimote with pd-extended 0.40.3
unfortunately i get an undefined symbol on [import wiimote]

/usr/local/lib/pd-externals/wiimote.pd_linux:
/usr/local/lib/pd-externals/wiimote.pd_linux: undefined symbol:
cwiid_close
error: [import]: ERROR: can't load library in 'wiimote'
... you might be able to track this down from the Find menu.
[import] $Revision: 1.2 $
WARNING! this is alpha, the interface could change!
compiled against Pd version 0.40.3

i'm using wiimote 0.6.00 from:
http://mikewoz.com/downloads/wiimote_0.6.00.tar.gz
any clue what's undefining this symbol?
thanks
olsen


-- 
Planet Pluto bleibt!

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


Re: [PD] wiimote undefined symbol with pd-extended 0.40.3

2008-08-15 Thread olsen wolf
hm this error was due to double trouble caused by installed
cwiid-0.6.00 from the wiimote source  the debian.
i remove the libcwiid packages as
apt-file search cwiid_internal.h
gives me no output  as line 35 of wiimote.c needs to know the
location of cwiid_internal.h i installed  cwiid-0.6.00 coming with
wiimote_0.6.00.tar.gz  it works - anyway to keep it short - sorry for
the wind!
olsen



On Fri, Aug 15, 2008 at 2:07 PM, olsen wolf
[EMAIL PROTECTED] wrote:
 Buenas
 i've just got back using wiimote with pd-extended 0.40.3
 unfortunately i get an undefined symbol on [import wiimote]

 /usr/local/lib/pd-externals/wiimote.pd_linux:
 /usr/local/lib/pd-externals/wiimote.pd_linux: undefined symbol:
 cwiid_close
 error: [import]: ERROR: can't load library in 'wiimote'
 ... you might be able to track this down from the Find menu.
 [import] $Revision: 1.2 $
WARNING! this is alpha, the interface could change!
compiled against Pd version 0.40.3

 i'm using wiimote 0.6.00 from:
 http://mikewoz.com/downloads/wiimote_0.6.00.tar.gz
 any clue what's undefining this symbol?
 thanks
 olsen


 --
 Planet Pluto bleibt!




-- 
Planet Pluto bleibt!

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


[PD] preferences for abstractions

2008-08-15 Thread marius schebella
hi,
is there any chance to get something like the properties dialog for 
abstractions? (right click on abstraction to make changes to 
settings/default values).
I guess not. will think of other solutions...
marius.

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


[PD] Clear Memory/Unload Movies pix_film Gem

2008-08-15 Thread mark edward grimm
There might be an easy answer but I couldn't seem to locate...

I am loading all movies (30-40 movs) from randomly chosen folders sequentially. 
I would like to somehow 'clear' or 'unload' movies to free memory, etc. prior 
to loading the next folder. So:

load all movies in 'folder $0'
unload all movies
load all movies in 'folder $0'
unload all movies
load all movies in 'folder $0'

so on and so on..

am i missing something?

Thanks!
mark


mark edward grimm | m.f.a | ed.m
syracuse u. | vpa foundations | timearts
adjunct | new media consultant
megrimm.net | socialmedia.org/GROUP  LLC
[EMAIL PROTECTED] | 315.378.2136


  

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


Re: [PD] Clear Memory/Unload Movies pix_film Gem

2008-08-15 Thread chris clepper
The first thing that happens when you load a movie is all previous memory is
cleared.  There is no way to 'clear' memory because it is always done
anyway.

On Fri, Aug 15, 2008 at 12:01 PM, mark edward grimm [EMAIL PROTECTED] wrote:

 There might be an easy answer but I couldn't seem to locate...

 I am loading all movies (30-40 movs) from randomly chosen folders
 sequentially. I would like to somehow 'clear' or 'unload' movies to free
 memory, etc. prior to loading the next folder. So:

 load all movies in 'folder $0'
 unload all movies
 load all movies in 'folder $0'
 unload all movies
 load all movies in 'folder $0'

 so on and so on..

 am i missing something?

 Thanks!
 mark

 
 mark edward grimm | m.f.a | ed.m
 syracuse u. | vpa foundations | timearts
 adjunct | new media consultant
 megrimm.net | socialmedia.org/GROUP  LLC
 [EMAIL PROTECTED] | 315.378.2136
 



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

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


Re: [PD] Clear Memory/Unload Movies pix_film Gem

2008-08-15 Thread mark edward grimm
ah so if i load a new folder full of clips all clips loaded previously will 
clear...

ok thats easy thanks!!
m



mark edward grimm | m.f.a | ed.m
syracuse u. | vpa foundations | timearts
adjunct | new media consultant
megrimm.net | socialmedia.org/GROUP  LLC
[EMAIL PROTECTED] | 315.378.2136


  


--- On Fri, 8/15/08, chris clepper [EMAIL PROTECTED] wrote:

 From: chris clepper [EMAIL PROTECTED]
 Subject: Re: [PD] Clear Memory/Unload Movies pix_film Gem
 To: [EMAIL PROTECTED]
 Cc: pd_list Listserve pd-list@iem.at
 Date: Friday, August 15, 2008, 1:17 PM
 The first thing that happens when you load a movie is all
 previous memory is
 cleared.  There is no way to 'clear' memory because
 it is always done
 anyway.
 
 On Fri, Aug 15, 2008 at 12:01 PM, mark edward grimm
 [EMAIL PROTECTED] wrote:
 
  There might be an easy answer but I couldn't seem
 to locate...
 
  I am loading all movies (30-40 movs) from randomly
 chosen folders
  sequentially. I would like to somehow 'clear'
 or 'unload' movies to free
  memory, etc. prior to loading the next folder. So:
 
  load all movies in 'folder $0'
  unload all movies
  load all movies in 'folder $0'
  unload all movies
  load all movies in 'folder $0'
 
  so on and so on..
 
  am i missing something?
 
  Thanks!
  mark
 
  
  mark edward grimm | m.f.a | ed.m
  syracuse u. | vpa foundations | timearts
  adjunct | new media consultant
  megrimm.net | socialmedia.org/GROUP  LLC
  [EMAIL PROTECTED] | 315.378.2136
  
 
 
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 

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


[PD] Py/pyext binary for OS X 10.4?

2008-08-15 Thread Phil Stone
Hello,

Sorry to revive an old thread (from last March), but the URL referred to 
by Thomas below no longer seems to work.  Anybody have a working 
py/pyext binary for OS X 10.4?  The one in the latest Pd-extended seems 
to have the compiled-by-10.5 problem, and won't load.

Many thanks,

Phil Stone


In http://lists.puredata.info/pipermail/pd-list/2008-03/060118.html , 
Thomas Grill (gr at g.org) writes:
 Hey all,
 I had the chance to compile py on a 10.4 machine... the binary is in  
 http://g.org/ext/beta/pd/osx. I hope it works for you.

 gr~~~


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