Re: [PD] [PD-announce] Pd-extended 0.43.4 release candidate 1: last chance to report your bugs

2013-01-07 Thread Budi Prakosa
auto completion doesnt works on snow leopard


On Tue, Jan 8, 2013 at 12:32 AM, Hans-Christoph Steiner h...@at.or.atwrote:


 I think this is the final release, last chance to test your patches and
 make
 sure everything is working well in this release.  Also, double-check the
 translations.  I'll do one final import of translations from Transifex
 before
 finalizing it.  Download here:

 http://puredata.info/downloads/pd-extended/releases/0.43.4

 Its been a long time coming, but its finally reached completion!  This
 release
 includes the most new features of any release before, here are some
 highlights:

 * complete help search: search all installed docs (Help-Search)
 * loaders: you can now write native Pd objects in Lua (pdlua) and Tcl
 (tclpd)
 * new libraries: log, iemguts, mediasettings, pduino, syslog
 * GUI plugins: customize your editing experience
 * full Unicode support, write patches in any language
 * fully translatable GUI, with many languages already included
 * Magic Glass to see what's going through connections as it happens

 And much more: http://puredata.info/dev/NextRelease

 Download it here:
 http://puredata.info/downloads/pd-extended/releases/0.43.4


 Or if you are using Ubuntu/Mint, you can use the PPA:
 https://launchpad.net/~eighthave/+archive/pd-extended/

 run these commands in the Terminal to add this PPA to your system:
 sudo add-apt-repository ppa:eighthave/pd-extended


 There are some bugs that will have to wait until the next release:

 * Windows command line args don't work with unicode

 https://sourceforge.net/tracker/?func=detailaid=3595309group_id=55736atid=478070

 * [initbang] worked with GUI objs in 0.42 but not in 0.43

 https://sourceforge.net/tracker/?func=detailaid=3599058group_id=55736atid=478070

 * Right-click menu causes CPU spike

 https://sourceforge.net/tracker/index.php?func=detailaid=3525646group_id=55736atid=478070

 * specific kinds of GUI overload
 http://lists.puredata.info/pipermail/pd-list/2012-12/099534.html


 ___
 Pd-announce mailing list
 pd-annou...@iem.at
 http://lists.puredata.info/listinfo/pd-announce

 ___
 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] pix_freenect update

2012-01-08 Thread Budi Prakosa
awesome!!

On Mon, Jan 9, 2012 at 8:18 AM, Matthias Kronlachner
m.kronlach...@student.tugraz.at wrote:
 hello again!

 if you want to use skeleton data and hand tracking (similar to OSCeleton)
 combined with rgb and depth streams from Kinect Sensor you can do this with
 the new pix_openni external. get it here:

 https://github.com/kronihias/pix_openni

 binaries for osx in build folder.
 you will need to install OpenNI, NITE and SensorKinect - see README

 initialization of openni and nodes needs some time and pd freezes - keep
 that in mind!
 i hope it's stable, i haven't tested it excessively now.

 currently it supports just 1 kinect sensor. i don't have access to two
 cameras in the near future so help would be appreciated.


 matthias


 Am 05.01.12 09:17, schrieb Matthias Kronlachner:

 hi everybody!

 i did a update to my pix_freenect external for kinect and moved it into a
 git repo.
 get it here: http://github.com/kronihias/pix_freenect

 ready to use binaries for osx (including libusblibfreenect) are in the
 build folder.

 major improvements:
 *    open specific Kinect sensor by serial number, not only by id (that may
 change every time pd is restarted) – useful for multiple Kinect
 installations
 *    output registered depthmap - rgb and depth images are aligned (less
 offset between those two pictures - depending on distance)
 *    output depthmap directly as millimeter values (16 bit in red  green
 channels)
 *    resolution of rgb image can be set to 1280×1024

 i also added a folder with examples - currently just one but i hope there
 will come more soon

 have fun.

 matthias


 ___
 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




-- 
Budi Prakosa
house of natural fiber (HONF)
yogyakarta new media art laboratory
wora wari A80/6 baciro yogyakarta indonesia
http://www.natural-fiber.com

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


Re: [PD] fux_kinect

2011-11-22 Thread Budi Prakosa
Because it only output the video depth

Cheers

On Tuesday, November 22, 2011, Mathieu Bouchard ma...@artengine.ca wrote:
 Le 2011-11-22 à 12:24:00, Budi Prakosa a écrit :

 hi all i got fux_kinect working on my ubuntu 10.04
 i updated repo on https://github.com/badgeek/fux_kinect/

 You disabled all the RGB code ?

 What happened ?

  __
 | Mathieu BOUCHARD - téléphone : +1.514.383.3801 - Montréal, QC


-- 
Budi Prakosa
house of natural fiber (HONF)
yogyakarta new media art laboratory
wora wari A80/6 baciro yogyakarta indonesia
http://www.natural-fiber.com
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] fux_kinect

2011-11-21 Thread Budi Prakosa
hi all i got fux_kinect working on my ubuntu 10.04

i updated repo on https://github.com/badgeek/fux_kinect/

make sure to edit pd path directory on Makefile before compiling

screenshot:
http://i.imgur.com/vSUTh.png

cheers

On Wed, Nov 16, 2011 at 2:26 AM, Matthias Kronlachner
m.kronlach...@student.tugraz.at wrote:
 Am 15.11.11 16:11, schrieb tim vets:

 2011/11/15 tim vets timv...@gmail.com


 2011/11/15 Matthias Kronlachner m.kronlach...@student.tugraz.at

 hi!

 Am 14.11.11 19:19, schrieb tim vets:

 2011/11/14 Budi Prakosa i...@deadmediafm.org

 hi tim, have you try the latest version of pix_freenect by matthias?


 Hi Budi and list,
 I tried pix_freenect.pd_linux, but unfortunately: pix_freenect: can't
 load library
 No idea why...
 I'm running GEM: ver: 0.92.3. Is v0.93 a requirement maybe?

 gem v0.93 is needed!
 but there is a binary available now anyway so you don't have to get
 yourself in trouble compiling it for osx on your own.

 there was a problem with the path settings in the dylibs. try it again, i
 hope it's working now.

 Has the Linux version been updated as well?
 trying the binary from
 http://www.matthiaskronlachner.com/wp-content/uploads/2011/11/pix_freenect_0.03.zip
 with the following setup now:
 GEM ver: 0.93.3
 compiled: Nov 11 2011
 0.43.1-extended-2014
 Ubuntu 11.04 (so not 11.10, problem?)
 /usr/lib/pd-extended/extra/pix_freenect.pd_linux: can't load library
 gr,
 Tim

 tried to roll my own, I now have:
 ./pix_freenect.pd_linux: ./pix_freenect.pd_linux: undefined symbol:
 freenect_stop_audio
 pix_freenect: can't load library
 /usr/lib/pd-extended/extra/pix_freenect.pd_linux: can't load library

 seems as you didn't compile libfreenect with audio, thats why
 frennect_stop_audio couldn't be found.
 have a look at README.txt, there is a detailed instruction how to compile
 libfreenect with audio.

 if you don't like to have audio in linux you can also set line 47 in
 pix_freenect.cc to #define with_audio = 0;

 sorry for this uncomfortable way but i have to make makefiles with
 options...

 matthias



 I also tried compiling pix_freenect myself, but got stuck at:
 In file included from pix_freenect.cc:23:0:
 pix_freenect.h:38:31: fatal error: libfreenect-audio.h: No such file or
 directory
 compilation terminated.
 pix_freenect readme says: get and install latest libfreenect from
 https://github.com/OpenKinect/libfreenect (compile with Audio support!)
 libfreenect readme says: Audio is currently being worked on.

 yes, audio is being worked on by the libfreenect team, but in the latest
 version from git it is included and ready for use.
 i didn't have enough time to test audio under osx so it won't be included
 when building pix_freenect for osx. (it was quite unstable when i tried it)
 now it won't search for libfreenect-audio.h while compiling for osx.

 for audio i think i will divide the external into two anyway.
 one for video, one for audio. i will have to check it out if it's working
 simultaneously for one kinect then.

 matthias

 gr,
 Tim

 On Mon, Nov 14, 2011 at 10:53 PM, Mathieu Bouchard ma...@artengine.ca
 wrote:
  Le 2011-11-14 à 14:44:00, tim vets a écrit :
 
  Attached is the output of valgrind --leak-check=full pdextended and
  opening fux_kinect-help.pd.
 
  I think that you better not add --leak-check when just looking for a
  crash.
  But the only problem it does, is make the log file bigger.
 
  Here's what I found (summarising the important error messages) :
 
  Invalid write of size 1 at convert_bayer_to_rgb (in libfreenect) by
  [...] by
  libusb_handle_events_timeout (in libusb). Address 0xa066360 is
  [between 0
  and 5] bytes after a block of size 307,200 alloc'd
 
  This means that when libusb gives libfreenect the RGGB buffer and
  libfreenect is converting it to plain RGB, it makes a mistake and
  writes 6
  bytes more than just 640*480 pixels, as if there were 2 extra pixels
  at the
  end. But I think that this is a bit misleading. It looks as if
  Valgrind was
  skipping a lot of other errors (probably by not able to detect them).
  Read
  on.
 
  Then there is invalid write of size 1 from the same place but
  « Address is
  749 bytes inside a block of size 12,800 free'd ». This doesn't look
  like any
  malloc that we know about. The number of bytes does not ring a bell
  either.
  But then it says that the memory was freed by request of
  /usr/lib/nvidia-current/libGL.so.270.41.06, which is a part of your
  video
  driver. (???)
 
  But I just looked at how convert_bayer_to_rgb is written, and it
  doesn't
  look like it writes to more than one buffer. This function only writes
  480
  rows of 640 columns. But note that it writes RGB values, three bytes
  per
  pixel. That means you need a malloc(640*480*3) for each of the three
  RGB
  buffers in fux_kinect.
 
 
   __
  | Mathieu BOUCHARD - téléphone : +1.514.383.3801 - Montréal,
  QC

Re: [PD] fux_kinect

2011-11-14 Thread Budi Prakosa
hi tim, have you try the latest version of pix_freenect by matthias?

On Mon, Nov 14, 2011 at 10:53 PM, Mathieu Bouchard ma...@artengine.ca wrote:
 Le 2011-11-14 à 14:44:00, tim vets a écrit :

 Attached is the output of valgrind --leak-check=full pdextended and
 opening fux_kinect-help.pd.

 I think that you better not add --leak-check when just looking for a crash.
 But the only problem it does, is make the log file bigger.

 Here's what I found (summarising the important error messages) :

 Invalid write of size 1 at convert_bayer_to_rgb (in libfreenect) by [...] by
 libusb_handle_events_timeout (in libusb). Address 0xa066360 is [between 0
 and 5] bytes after a block of size 307,200 alloc'd

 This means that when libusb gives libfreenect the RGGB buffer and
 libfreenect is converting it to plain RGB, it makes a mistake and writes 6
 bytes more than just 640*480 pixels, as if there were 2 extra pixels at the
 end. But I think that this is a bit misleading. It looks as if Valgrind was
 skipping a lot of other errors (probably by not able to detect them). Read
 on.

 Then there is invalid write of size 1 from the same place but « Address is
 749 bytes inside a block of size 12,800 free'd ». This doesn't look like any
 malloc that we know about. The number of bytes does not ring a bell either.
 But then it says that the memory was freed by request of
 /usr/lib/nvidia-current/libGL.so.270.41.06, which is a part of your video
 driver. (???)

 But I just looked at how convert_bayer_to_rgb is written, and it doesn't
 look like it writes to more than one buffer. This function only writes 480
 rows of 640 columns. But note that it writes RGB values, three bytes per
 pixel. That means you need a malloc(640*480*3) for each of the three RGB
 buffers in fux_kinect.

  __
 | Mathieu BOUCHARD - téléphone : +1.514.383.3801 - Montréal, QC
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list





-- 
Budi Prakosa
house of natural fiber (HONF)
yogyakarta new media art laboratory
wora wari A80/6 baciro yogyakarta indonesia
http://www.natural-fiber.com

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


[PD] OT: PS3 eyecam on osx lion

2011-11-06 Thread Budi Prakosa
hi list, does anyone know how to make ps3 eyecam work on osx lion?
macam doesnt work

thanks!

-- 
Budi Prakosa
house of natural fiber (HONF)
yogyakarta new media art laboratory
wora wari A80/6 baciro yogyakarta indonesia
http://www.natural-fiber.com

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


Re: [PD] fux_kinect again WAS: pd with syphon WORKS!

2011-10-27 Thread Budi Prakosa
hi,

not yet but i will try to add linux support next week

cheers

On Thu, Oct 27, 2011 at 6:40 PM, Jordi Sala pope...@gmail.com wrote:
 Hi,
 Does it work for Linux?
 cheers

 On 27 October 2011 07:23, Budi Prakosa i...@deadmediafm.org wrote:

 here is the working binary

 https://github.com/downloads/badgeek/fux_kinect/fux_kinect.zip

 source:

 https://github.com/badgeek/fux_kinect

 cheers

 On Thu, Oct 27, 2011 at 9:54 AM, Hans-Christoph Steiner h...@at.or.at
 wrote:
 
  Awesome, glad to hear it.  That same script can be used in other libs,
  whenever you are linking to libraries in Fink.  It should work without
  modifications.
 
  .hc
 
  On Oct 26, 2011, at 10:50 PM, Budi Prakosa wrote:
 
  hey Hans,
 
  this is great!
 
  already applied the patch on github
 
  now its very easy to install this external
 
  thanks!
 
  On Thu, Oct 27, 2011 at 9:26 AM, Hans-Christoph Steiner h...@at.or.at
  wrote:
 
  Ok, I updated my library embedding script and made a test build of
  fux_kinect.  It seems to work for me.  Here are the patches that I
  needed
  to
  do to get things working (you can apply them with 'git am'):
 
 
 
 
  Then I can just make deploy and it'll build everything and include
  the
  libraries.  The 'fux_kinect' folder can then be dropped into
  ~/Library/Pd
  or
  into a project folder, and you can create [fux_kinect].  To make a
  downloadable version, the whole fux_kinect folder can just be zipped
  up
  and
  put on the github downloads folder.
 
  .hc
 
  On Oct 26, 2011, at 8:25 PM, Budi Prakosa wrote:
 
  hi, i removed some un needed dependencies, and you could try latest
  binary
  here:
 
  https://github.com/badgeek/fux_kinect
 
  On Thu, Oct 27, 2011 at 5:27 AM, sonia yuditskaya
  marysgh...@gmail.com
  wrote:
 
  from pd:
  /Library/Pd/fux_kinect.pd_darwin:
  dlopen(/Library/Pd/fux_kinect.pd_darwin,
  10): Library not loaded: /sw/lib/libftgl.2.dylib
   Referenced from: /Library/Pd/fux_kinect.pd_darwin
   Reason: image not found
   fux_kinect
  ... couldn't create
  is there a tutorial out there somewhere that explains how to deal
  with
  makefiles and things like that in a clear step by step way? I feel
  like
  I'm
  just missing something...
  Sofy Yuditskaya
  ] yuditskaya.com [
 
 
 
  On Wed, Oct 26, 2011 at 5:54 PM, Hans-Christoph Steiner
  h...@at.or.at
  wrote:
 
  Try fux_kinect for getting the depth camera with Gem on Mac OS X:
  source:
  https://github.com/badgeek/fux_kinect
  binary:
  http://autobuild.puredata.info/pdlab/fux_kinect.tar.bz2
  .hc
  On Oct 26, 2011, at 5:07 PM, sonia yuditskaya wrote:
 
  Works!
  Any guesses to what's up?
  Can I redistribute that?
  and of course... is a client a feasible idea?
  That would be great for things like kinect depth images...
  I'll be starting a class shortly, you'll get tons of testers!
  ^_^
  Sofy Yuditskaya
  ] yuditskaya.com [
 
 
 
  On Tue, Oct 25, 2011 at 9:59 PM, vade dokt...@me.com wrote:
 
  I put a compiled, working version with a help file up on drop box:
  Try this?
  http://dl.dropbox.com/u/42612525/pd-syphonserver.zip
 
  On Oct 25, 2011, at 9:13 PM, sonia yuditskaya wrote:
 
  That little 1 argument, in there was just me trying to see
  what's
  up.
  Doesn't work all clean like this either [syphonserver]
  Amazing that its working for some tho!
  rawk
  Sofy Yuditskaya
  ] yuditskaya.com [
 
 
 
  On Tue, Oct 25, 2011 at 9:07 PM, sonia yuditskaya
  marysgh...@gmail.com
  wrote:
 
  its not working for me
 
 
 
 
  http://sofyyuditskaya.com/tests/4pd/Screen%20shot%202011-10-25%20at%209.00.29%20PM.png
  I'm on macosx 10.6.8 and compiled the thing without any issues.
  Sofy Yuditskaya
  ] yuditskaya.com [
 
 
  ___
  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
 
 
 
 
 
 
 
 
 
  
 
  'You people have such restrictive dress for women,’ she said,
  hobbling
  away in three inch heels and panty hose to finish out another
  pink-collar
  temp pool day.  - “Hijab Scene #2, by Mohja Kahf
 
 
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 
  --
  Budi Prakosa
  house of natural fiber (HONF)
  yogyakarta new media art laboratory
  wora wari A80/6 baciro yogyakarta indonesia
  http://www.natural-fiber.com
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 
 
 
 
  
 
  Access to computers should be unlimited and total.  - the hacker ethic

Re: [PD] pd with syphon WORKS!

2011-10-26 Thread Budi Prakosa
hi, i removed some un needed dependencies, and you could try latest binary here:

https://github.com/badgeek/fux_kinect

On Thu, Oct 27, 2011 at 5:27 AM, sonia yuditskaya marysgh...@gmail.com wrote:
 from pd:
 /Library/Pd/fux_kinect.pd_darwin: dlopen(/Library/Pd/fux_kinect.pd_darwin,
 10): Library not loaded: /sw/lib/libftgl.2.dylib
   Referenced from: /Library/Pd/fux_kinect.pd_darwin
   Reason: image not found
  fux_kinect
 ... couldn't create
 is there a tutorial out there somewhere that explains how to deal with
 makefiles and things like that in a clear step by step way? I feel like I'm
 just missing something...
 Sofy Yuditskaya
 ] yuditskaya.com [



 On Wed, Oct 26, 2011 at 5:54 PM, Hans-Christoph Steiner h...@at.or.at
 wrote:

 Try fux_kinect for getting the depth camera with Gem on Mac OS X:
 source:
 https://github.com/badgeek/fux_kinect
 binary:
 http://autobuild.puredata.info/pdlab/fux_kinect.tar.bz2
 .hc
 On Oct 26, 2011, at 5:07 PM, sonia yuditskaya wrote:

 Works!
 Any guesses to what's up?
 Can I redistribute that?
 and of course... is a client a feasible idea?
 That would be great for things like kinect depth images...
 I'll be starting a class shortly, you'll get tons of testers!
 ^_^
 Sofy Yuditskaya
 ] yuditskaya.com [



 On Tue, Oct 25, 2011 at 9:59 PM, vade dokt...@me.com wrote:

 I put a compiled, working version with a help file up on drop box:
 Try this?
 http://dl.dropbox.com/u/42612525/pd-syphonserver.zip

 On Oct 25, 2011, at 9:13 PM, sonia yuditskaya wrote:

 That little 1 argument, in there was just me trying to see what's up.
 Doesn't work all clean like this either [syphonserver]
 Amazing that its working for some tho!
 rawk
 Sofy Yuditskaya
 ] yuditskaya.com [



 On Tue, Oct 25, 2011 at 9:07 PM, sonia yuditskaya marysgh...@gmail.com
 wrote:

 its not working for me

 http://sofyyuditskaya.com/tests/4pd/Screen%20shot%202011-10-25%20at%209.00.29%20PM.png
 I'm on macosx 10.6.8 and compiled the thing without any issues.
 Sofy Yuditskaya
 ] yuditskaya.com [


 ___
 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






 

 'You people have such restrictive dress for women,’ she said, hobbling
 away in three inch heels and panty hose to finish out another pink-collar
 temp pool day.  - “Hijab Scene #2, by Mohja Kahf



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





-- 
Budi Prakosa
house of natural fiber (HONF)
yogyakarta new media art laboratory
wora wari A80/6 baciro yogyakarta indonesia
http://www.natural-fiber.com

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


Re: [PD] fux_kinect again WAS: pd with syphon WORKS!

2011-10-26 Thread Budi Prakosa
hey Hans,

this is great!

already applied the patch on github

now its very easy to install this external

thanks!

On Thu, Oct 27, 2011 at 9:26 AM, Hans-Christoph Steiner h...@at.or.at wrote:

 Ok, I updated my library embedding script and made a test build of
 fux_kinect.  It seems to work for me.  Here are the patches that I needed to
 do to get things working (you can apply them with 'git am'):




 Then I can just make deploy and it'll build everything and include the
 libraries.  The 'fux_kinect' folder can then be dropped into ~/Library/Pd or
 into a project folder, and you can create [fux_kinect].  To make a
 downloadable version, the whole fux_kinect folder can just be zipped up and
 put on the github downloads folder.

 .hc

 On Oct 26, 2011, at 8:25 PM, Budi Prakosa wrote:

 hi, i removed some un needed dependencies, and you could try latest binary
 here:

 https://github.com/badgeek/fux_kinect

 On Thu, Oct 27, 2011 at 5:27 AM, sonia yuditskaya marysgh...@gmail.com
 wrote:

 from pd:
 /Library/Pd/fux_kinect.pd_darwin:
 dlopen(/Library/Pd/fux_kinect.pd_darwin,
 10): Library not loaded: /sw/lib/libftgl.2.dylib
  Referenced from: /Library/Pd/fux_kinect.pd_darwin
  Reason: image not found
  fux_kinect
 ... couldn't create
 is there a tutorial out there somewhere that explains how to deal with
 makefiles and things like that in a clear step by step way? I feel like
 I'm
 just missing something...
 Sofy Yuditskaya
 ] yuditskaya.com [



 On Wed, Oct 26, 2011 at 5:54 PM, Hans-Christoph Steiner h...@at.or.at
 wrote:

 Try fux_kinect for getting the depth camera with Gem on Mac OS X:
 source:
 https://github.com/badgeek/fux_kinect
 binary:
 http://autobuild.puredata.info/pdlab/fux_kinect.tar.bz2
 .hc
 On Oct 26, 2011, at 5:07 PM, sonia yuditskaya wrote:

 Works!
 Any guesses to what's up?
 Can I redistribute that?
 and of course... is a client a feasible idea?
 That would be great for things like kinect depth images...
 I'll be starting a class shortly, you'll get tons of testers!
 ^_^
 Sofy Yuditskaya
 ] yuditskaya.com [



 On Tue, Oct 25, 2011 at 9:59 PM, vade dokt...@me.com wrote:

 I put a compiled, working version with a help file up on drop box:
 Try this?
 http://dl.dropbox.com/u/42612525/pd-syphonserver.zip

 On Oct 25, 2011, at 9:13 PM, sonia yuditskaya wrote:

 That little 1 argument, in there was just me trying to see what's up.
 Doesn't work all clean like this either [syphonserver]
 Amazing that its working for some tho!
 rawk
 Sofy Yuditskaya
 ] yuditskaya.com [



 On Tue, Oct 25, 2011 at 9:07 PM, sonia yuditskaya
 marysgh...@gmail.com
 wrote:

 its not working for me


 http://sofyyuditskaya.com/tests/4pd/Screen%20shot%202011-10-25%20at%209.00.29%20PM.png
 I'm on macosx 10.6.8 and compiled the thing without any issues.
 Sofy Yuditskaya
 ] yuditskaya.com [


 ___
 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







 

 'You people have such restrictive dress for women,’ she said, hobbling
 away in three inch heels and panty hose to finish out another
 pink-collar
 temp pool day.  - “Hijab Scene #2, by Mohja Kahf



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





 --
 Budi Prakosa
 house of natural fiber (HONF)
 yogyakarta new media art laboratory
 wora wari A80/6 baciro yogyakarta indonesia
 http://www.natural-fiber.com

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


 

 Access to computers should be unlimited and total.  - the hacker ethic







-- 
Budi Prakosa
house of natural fiber (HONF)
yogyakarta new media art laboratory
wora wari A80/6 baciro yogyakarta indonesia
http://www.natural-fiber.com

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


Re: [PD] fux_kinect again WAS: pd with syphon WORKS!

2011-10-26 Thread Budi Prakosa
here is the working binary

https://github.com/downloads/badgeek/fux_kinect/fux_kinect.zip

source:

https://github.com/badgeek/fux_kinect

cheers

On Thu, Oct 27, 2011 at 9:54 AM, Hans-Christoph Steiner h...@at.or.at wrote:

 Awesome, glad to hear it.  That same script can be used in other libs,
 whenever you are linking to libraries in Fink.  It should work without
 modifications.

 .hc

 On Oct 26, 2011, at 10:50 PM, Budi Prakosa wrote:

 hey Hans,

 this is great!

 already applied the patch on github

 now its very easy to install this external

 thanks!

 On Thu, Oct 27, 2011 at 9:26 AM, Hans-Christoph Steiner h...@at.or.at
 wrote:

 Ok, I updated my library embedding script and made a test build of
 fux_kinect.  It seems to work for me.  Here are the patches that I needed
 to
 do to get things working (you can apply them with 'git am'):




 Then I can just make deploy and it'll build everything and include the
 libraries.  The 'fux_kinect' folder can then be dropped into ~/Library/Pd
 or
 into a project folder, and you can create [fux_kinect].  To make a
 downloadable version, the whole fux_kinect folder can just be zipped up
 and
 put on the github downloads folder.

 .hc

 On Oct 26, 2011, at 8:25 PM, Budi Prakosa wrote:

 hi, i removed some un needed dependencies, and you could try latest
 binary
 here:

 https://github.com/badgeek/fux_kinect

 On Thu, Oct 27, 2011 at 5:27 AM, sonia yuditskaya marysgh...@gmail.com
 wrote:

 from pd:
 /Library/Pd/fux_kinect.pd_darwin:
 dlopen(/Library/Pd/fux_kinect.pd_darwin,
 10): Library not loaded: /sw/lib/libftgl.2.dylib
  Referenced from: /Library/Pd/fux_kinect.pd_darwin
  Reason: image not found
  fux_kinect
 ... couldn't create
 is there a tutorial out there somewhere that explains how to deal with
 makefiles and things like that in a clear step by step way? I feel like
 I'm
 just missing something...
 Sofy Yuditskaya
 ] yuditskaya.com [



 On Wed, Oct 26, 2011 at 5:54 PM, Hans-Christoph Steiner h...@at.or.at
 wrote:

 Try fux_kinect for getting the depth camera with Gem on Mac OS X:
 source:
 https://github.com/badgeek/fux_kinect
 binary:
 http://autobuild.puredata.info/pdlab/fux_kinect.tar.bz2
 .hc
 On Oct 26, 2011, at 5:07 PM, sonia yuditskaya wrote:

 Works!
 Any guesses to what's up?
 Can I redistribute that?
 and of course... is a client a feasible idea?
 That would be great for things like kinect depth images...
 I'll be starting a class shortly, you'll get tons of testers!
 ^_^
 Sofy Yuditskaya
 ] yuditskaya.com [



 On Tue, Oct 25, 2011 at 9:59 PM, vade dokt...@me.com wrote:

 I put a compiled, working version with a help file up on drop box:
 Try this?
 http://dl.dropbox.com/u/42612525/pd-syphonserver.zip

 On Oct 25, 2011, at 9:13 PM, sonia yuditskaya wrote:

 That little 1 argument, in there was just me trying to see what's
 up.
 Doesn't work all clean like this either [syphonserver]
 Amazing that its working for some tho!
 rawk
 Sofy Yuditskaya
 ] yuditskaya.com [



 On Tue, Oct 25, 2011 at 9:07 PM, sonia yuditskaya
 marysgh...@gmail.com
 wrote:

 its not working for me



 http://sofyyuditskaya.com/tests/4pd/Screen%20shot%202011-10-25%20at%209.00.29%20PM.png
 I'm on macosx 10.6.8 and compiled the thing without any issues.
 Sofy Yuditskaya
 ] yuditskaya.com [


 ___
 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








 

 'You people have such restrictive dress for women,’ she said, hobbling
 away in three inch heels and panty hose to finish out another
 pink-collar
 temp pool day.  - “Hijab Scene #2, by Mohja Kahf



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





 --
 Budi Prakosa
 house of natural fiber (HONF)
 yogyakarta new media art laboratory
 wora wari A80/6 baciro yogyakarta indonesia
 http://www.natural-fiber.com

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



 

 Access to computers should be unlimited and total.  - the hacker ethic







 --
 Budi Prakosa
 house of natural fiber (HONF)
 yogyakarta new media art laboratory
 wora wari A80/6 baciro yogyakarta indonesia
 http://www.natural-fiber.com




 

 You can't steal a gift. Bird gave the world his music, and if you can hear
 it, you can have it. - Dizzy Gillespie







-- 
Budi Prakosa
house of natural fiber (HONF)
yogyakarta new media art laboratory

Re: [PD] [fux_qrcode] - qrcode reader for puredata

2011-09-28 Thread Budi Prakosa
video demo: http://vimeo.com/29644014

have fun hehe

On Wed, Sep 28, 2011 at 11:47 AM, Hans-Christoph Steiner h...@at.or.at wrote:

 Ah, cool, now I need to find me some qrcodes to play with :)

 .hc

 On Sep 27, 2011, at 10:19 PM, Budi Prakosa wrote:

 hi list,

 for a project i have to make a simple interactive photobooth that
 triggered by showing qrcode to webcam
 and it will take photo automaticly and upload it to facebook.
 Here is the qrcode part i hope this will be useful!

 https://github.com/badgeek/fux_qrcode


 cheers

 --
 Budi Prakosa
 house of natural fiber (HONF)
 yogyakarta new media art laboratory
 wora wari A80/6 baciro yogyakarta indonesia
 http://www.natural-fiber.com

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



 

 If you are not part of the solution, you are part of the problem.






-- 
Budi Prakosa
house of natural fiber (HONF)
yogyakarta new media art laboratory
wora wari A80/6 baciro yogyakarta indonesia
http://www.natural-fiber.com

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


[PD] [fux_qrcode] - qrcode reader for puredata

2011-09-27 Thread Budi Prakosa
hi list,

for a project i have to make a simple interactive photobooth that
triggered by showing qrcode to webcam
and it will take photo automaticly and upload it to facebook.
Here is the qrcode part i hope this will be useful!

https://github.com/badgeek/fux_qrcode


cheers

-- 
Budi Prakosa
house of natural fiber (HONF)
yogyakarta new media art laboratory
wora wari A80/6 baciro yogyakarta indonesia
http://www.natural-fiber.com

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


[PD] compile gem on windows?

2011-07-12 Thread Budi Prakosa
hi list, is there any working guide to compile gem on windows?

thanks

-- 
Budi Prakosa
house of natural fiber (HONF)
yogyakarta new media art laboratory
wora wari A80/6 baciro yogyakarta indonesia
http://www.natural-fiber.com

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


Re: [PD] kinect external

2011-06-21 Thread Budi Prakosa
i think ftgl and libfreetype should be removed from the binary

On 6/21/11, IOhannes m zmoelnig zmoel...@iem.at wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 2011-06-20 23:53, Hans-Christoph Steiner wrote:

 Ah, yes, I have fink installed and use it for Pd builds.  I included
 FTGL here:


 i cannot test this object, but i guess that it won't do any font rendering.
 so why is FTGL linked to/included at all?

 fgmar
 IOhannes
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.11 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAk4ASmgACgkQkX2Xpv6ydvQnmACff+1zV8kfsYdF28QkrUFxApPe
 kOwAn2BBe7R6U/OpoB7dRyZiffpmdO59
 =vggs
 -END PGP SIGNATURE-




-- 
Budi Prakosa
house of natural fiber (HONF)
yogyakarta new media art laboratory
wora wari A80/6 baciro yogyakarta indonesia
http://www.natural-fiber.com

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


Re: [PD] kinect external

2011-06-21 Thread Budi Prakosa
could you send me the script? thanks

On Tue, Jun 21, 2011 at 11:53 PM, Hans-Christoph Steiner h...@at.or.at wrote:

 I just fixed the linking.  Budi, its pretty easy to do, if you use Fink for
 libfreenect and libusb, then I can give you a script with makes the
 /Library/pd/fux_kinect package.  Its the same as the one for readanysf~

 .hc

 On Jun 21, 2011, at 5:34 AM, Budi Prakosa wrote:

 i think ftgl and libfreetype should be removed from the binary

 On 6/21/11, IOhannes m zmoelnig zmoel...@iem.at wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 2011-06-20 23:53, Hans-Christoph Steiner wrote:

 Ah, yes, I have fink installed and use it for Pd builds.  I included
 FTGL here:


 i cannot test this object, but i guess that it won't do any font
 rendering.
 so why is FTGL linked to/included at all?

 fgmar
 IOhannes
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.11 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAk4ASmgACgkQkX2Xpv6ydvQnmACff+1zV8kfsYdF28QkrUFxApPe
 kOwAn2BBe7R6U/OpoB7dRyZiffpmdO59
 =vggs
 -END PGP SIGNATURE-




 --
 Budi Prakosa
 house of natural fiber (HONF)
 yogyakarta new media art laboratory
 wora wari A80/6 baciro yogyakarta indonesia
 http://www.natural-fiber.com

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



 

 Making boring techno music is really easy with modern tools, but with live
 coding, boring techno is much harder. - Chris McCormick








-- 
Budi Prakosa
house of natural fiber (HONF)
yogyakarta new media art laboratory
wora wari A80/6 baciro yogyakarta indonesia
http://www.natural-fiber.com

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


Re: [PD] kinect external

2011-06-17 Thread Budi Prakosa
What is ur platform? Its only works on mac right now

On Saturday, June 18, 2011, philippe boisnard philem...@mac.com wrote:
 Yop

 I try to built, and I don't ?
 I have changed all directory in the makefile.
 but I have error when I make ???

 THX
 p

 Le 17 juin 2011 à 18:56, Budi Prakosa a écrit :

 hi all,
 i want to share simple kinect external based on libfreenect glview.c
 and some examples from gem mailing list

 cheers


 Budi Prakosa
 house of natural fiber (HONF)
 yogyakarta new media art laboratory
 wora wari A80/6 baciro yogyakarta indonesia
 http://www.natural-fiber.com
 kinect.zip___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list



-- 
-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG/MacGPG2 v2.0.16 (Darwin)

mQENBE1C2ZUBCAC6xh9GLuryhzrPiWj8/BzuDHdikoxQgc5Dg179xRiXHfqAwt69
uAdojv5N3lSF4YSQl53maM8El2TLgPQldcxtL5OihBf7HAt2XxGqYqBdux/lfvWn
f7DMQiN2ASMkkyQ2oNtMUK5IsjLsQHOOnihglLfiiSZDFNgoq2xi4MNW7mWQBdcC
z7yTL7I5Gto1VDdy5jswuFTFgnkuxLn+B9ItebJR9mY0ta71EAxveOE0NTWvGpnB
32cyObZ96cmviMwkdH3nJWx5YBTr6pawa5r6cYz6lijpHpKuUeOa+BJwF+WIuLVW
onOysIrtnQ53hfldE/71L21l042bU9uJdRQxABEBAAG0I0J1ZGkgUHJha29zYSA8
aXlva0BkZWFkbWVkaWFmbS5vcmc+iQE4BBMBAgAiBQJNQtmVAhsvBgsJCAcDAgYV
CAIJCgsEFgIDAQIeAQIXgAAKCRDGnnSCRrfluLyhCACzRKN/VcWECBjfaqWPimGV
A9mi0CzKY0ZfBJdlERy6Qq+QV0/zyyHxcYIKtgeIgi+LF1bwDCYehnk+pSR8tGOM
NVlkEPYg9rKWQpwV7X7bETwFCxM9LP/D9HxEwuxOdEEU/Bg8iE6+AC35zW7qRXMz
EXN5ov90IpLATn2944m2RYyz2af6S5OosWjqidPeJS6FZPfLncLpBSWYudGK+Etn
I0hnwKrE6Ck9USaRoL9YDtfrYhA7+VtoNIa8+v93Xr/Bo9E8G9lV1Gl/pwxzJwWa
S+jb1MwDPH5Wb5dnQ6CY5mC9eK72ZoUfSgA+R6Lgn8neJ/H6XXxG8hGNLVtoi4co
uQENBE1C2ZUBCACiUHz5YcVFgjD0QWdWL03yNCzFJW+kAuwM21YZbMlqah6z0DE5
LbRPKBqhT3O3GBPH/XC8WL+UaFqNnZoOuSqQJRVvTQoV4ZQW1ScfTykaQzbfqU8T
Zbamts3UyCWWqhOqfU+dW6pBRetIeVrT9VErj1vrxIPwOfX2q2v6YJzxKtZe0ASl
TH4XCBuUJwXKmMLSuoJg5gAlS5K5u9IO/dkV6nnOJcZ8zNXGwzA639CGC4iedl6n
QWtbk2AG8T6xWVvUyAAP5uEWaxJ7yIqz4/inaIfw/al6wkAK3RRBK4GZ1dGbdDqz
DQfm10ut3V07LQpR00z7BooatmWAq68wb1HPABEBAAGJAj4EGAECAAkFAk1C2ZUC
Gy4BKQkQxp50gka35bjAXSAEGQECAAYFAk1C2ZUACgkQPkyD0TpxcgYR1Af/ZlrJ
VF6kci7Mn0EzThWRxHlR9l05QWDYkzV8JacLuM3XK9zNWre8bU10Z08a1ysGH5hM
7Ut9OYVTM7D+Fj3DKhekEX2cl+Atx24XIcFWhydL8+5LTidNjVJVA1/wxjXDYP7u
XPdRYbS6V0zvaAxRlPptyi/fjEETzH+KUOMNy2tf9wi5HWrR/uOxf9Ni+hQ4zmw/
ls6jzhIviogWg3Qw+IJIoZKT4LUh0Y4Wg8T/BraaEDLpmxMHkfrnzyJFrsMwSLjp
SYjlZCMZTuBgNFvHpdElBBhkv7W04rp7gsmZuvXCc0oM3Vz2qUharz7j8wIEiH43
3R0M39FByhtwvjN456AqB/9522DOOY1LDq93KGOLCiUj3atZ+IiIEjhQFKbl/Rvr
o0I/nybIB217iQFQNom4MMRoSmi/WhzxgJNCAwQbUvULa651p2wkwHOJG0RVPcx+
I4DhNkgVJmXYcHigXEG0G/GlhKFBXmxoXcRJ45XFa99SJCNDT+Gzkcz/g4npjx9g
gBXOkdGjD5QeScZC30G/xapwEExzqZoOw/k3YcDP2gjlfBMl4HJfz1DHnxwQjqla
2TwhMnrVNqHUhLG9XeNmS4n8KxfrQHFKelpx596FyaWOKcUU4qzSf+imnmFIM2jm
RwF2zuKgn+wroBpDTPZ9FgtZEQBTOoeiPrUkhkCzbhYB
=Nna7
-END PGP PUBLIC KEY BLOCK-

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


Re: [PD] kinect external

2011-06-17 Thread Budi Prakosa
could u try the precompiled binary? it need libfreenect to be installed first


 On Sat, Jun 18, 2011 at 10:41 AM, philippe boisnard philem...@mac.com wrote:
 I Have tested with
 a make
 and make clean ???

 and no result


 Le 18 juin 2011 à 00:45, Budi Prakosa a écrit :

 What is ur platform? Its only works on mac right now

 On Saturday, June 18, 2011, philippe boisnard philem...@mac.com wrote:
 Yop

 I try to built, and I don't ?
 I have changed all directory in the makefile.
 but I have error when I make ???

 THX
 p

 Le 17 juin 2011 à 18:56, Budi Prakosa a écrit :

 hi all,
 i want to share simple kinect external based on libfreenect glview.c
 and some examples from gem mailing list

 cheers


 Budi Prakosa
 house of natural fiber (HONF)
 yogyakarta new media art laboratory
 wora wari A80/6 baciro yogyakarta indonesia
 http://www.natural-fiber.com
 kinect.zip___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list



 --
 -BEGIN PGP PUBLIC KEY BLOCK-
 Version: GnuPG/MacGPG2 v2.0.16 (Darwin)

 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
 =Nna7
 -END PGP PUBLIC KEY BLOCK-





 --
 -BEGIN PGP PUBLIC KEY BLOCK-
 Version: GnuPG/MacGPG2 v2.0.16 (Darwin)

 mQENBE1C2ZUBCAC6xh9GLuryhzrPiWj8/BzuDHdikoxQgc5Dg179xRiXHfqAwt69
 uAdojv5N3lSF4YSQl53maM8El2TLgPQldcxtL5OihBf7HAt2XxGqYqBdux/lfvWn
 f7DMQiN2ASMkkyQ2oNtMUK5IsjLsQHOOnihglLfiiSZDFNgoq2xi4MNW7mWQBdcC
 z7yTL7I5Gto1VDdy5jswuFTFgnkuxLn+B9ItebJR9mY0ta71EAxveOE0NTWvGpnB
 32cyObZ96cmviMwkdH3nJWx5YBTr6pawa5r6cYz6lijpHpKuUeOa+BJwF+WIuLVW
 onOysIrtnQ53hfldE/71L21l042bU9uJdRQxABEBAAG0I0J1ZGkgUHJha29zYSA8
 aXlva0BkZWFkbWVkaWFmbS5vcmc+iQE4BBMBAgAiBQJNQtmVAhsvBgsJCAcDAgYV
 CAIJCgsEFgIDAQIeAQIXgAAKCRDGnnSCRrfluLyhCACzRKN/VcWECBjfaqWPimGV
 A9mi0CzKY0ZfBJdlERy6Qq+QV0/zyyHxcYIKtgeIgi+LF1bwDCYehnk+pSR8tGOM
 NVlkEPYg9rKWQpwV7X7bETwFCxM9LP/D9HxEwuxOdEEU/Bg8iE6+AC35zW7qRXMz
 EXN5ov90IpLATn2944m2RYyz2af6S5OosWjqidPeJS6FZPfLncLpBSWYudGK+Etn
 I0hnwKrE6Ck9USaRoL9YDtfrYhA7+VtoNIa8+v93Xr/Bo9E8G9lV1Gl/pwxzJwWa
 S+jb1MwDPH5Wb5dnQ6CY5mC9eK72ZoUfSgA+R6Lgn8neJ/H6XXxG8hGNLVtoi4co
 uQENBE1C2ZUBCACiUHz5YcVFgjD0QWdWL03yNCzFJW+kAuwM21YZbMlqah6z0DE5
 LbRPKBqhT3O3GBPH/XC8WL+UaFqNnZoOuSqQJRVvTQoV4ZQW1ScfTykaQzbfqU8T
 Zbamts3UyCWWqhOqfU+dW6pBRetIeVrT9VErj1vrxIPwOfX2q2v6YJzxKtZe0ASl
 TH4XCBuUJwXKmMLSuoJg5gAlS5K5u9IO/dkV6nnOJcZ8zNXGwzA639CGC4iedl6n
 QWtbk2AG8T6xWVvUyAAP5uEWaxJ7yIqz4/inaIfw/al6wkAK3RRBK4GZ1dGbdDqz
 DQfm10ut3V07LQpR00z7BooatmWAq68wb1HPABEBAAGJAj4EGAECAAkFAk1C2ZUC
 Gy4BKQkQxp50gka35bjAXSAEGQECAAYFAk1C2ZUACgkQPkyD0TpxcgYR1Af/ZlrJ
 VF6kci7Mn0EzThWRxHlR9l05QWDYkzV8JacLuM3XK9zNWre8bU10Z08a1ysGH5hM
 7Ut9OYVTM7D+Fj3DKhekEX2cl+Atx24XIcFWhydL8+5LTidNjVJVA1/wxjXDYP7u
 XPdRYbS6V0zvaAxRlPptyi/fjEETzH+KUOMNy2tf9wi5HWrR/uOxf9Ni+hQ4zmw/
 ls6jzhIviogWg3Qw+IJIoZKT4LUh0Y4Wg8T/BraaEDLpmxMHkfrnzyJFrsMwSLjp
 SYjlZCMZTuBgNFvHpdElBBhkv7W04rp7gsmZuvXCc0oM3Vz2qUharz7j8wIEiH43
 3R0M39FByhtwvjN456AqB/9522DOOY1LDq93KGOLCiUj3atZ+IiIEjhQFKbl

[PD] pd color scheme question

2010-01-26 Thread budi prakosa
hi, is it possible to change default label color on every control like
bang/sliders/etc from pd.tk?


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


[PD] pdp question

2009-08-01 Thread budi prakosa
can i use fullscreen+borderless window using pdp like gem? i use macosx
thanks!
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] pd string array?

2009-07-25 Thread budi prakosa
hi all
is there any object for string array in pd?

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


[PD] get average value of db in a specified frequency range

2009-07-22 Thread budi prakosa
hello all,
how to get an average value from sound (db) in a specified frequency range??

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


[PD] encoder for gem question

2009-06-25 Thread budi prakosa
hello, what is the lightest video encoder to be used on gem pix_film under
windows?

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


[PD] load subpatch inside a patch

2009-06-23 Thread budi prakosa
hello all,

is it possible to load subpatch inside a patch on runtime from a list of
subpatches?

maybe by using playlist object?

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