Re: [PD] japanese text strangeness

2006-11-08 Thread IOhannes m zmoelnig
timon wrote:

 buch of very wrongly placed latin symbols and accents. Im feeding them
 straight from a symbol object so I can see its the right characters. Is
 there a limitation to the [textextruded] object? Or could this be the font?

i guess it is a limitation of the underlying font-renderer (ftgl) and/or
the way Gem passes characters to it.

 Anyone know a fix here?

the simplest _workaround_ is, to create a custom font where all the
characters you want to display are mapped into the range 0..255
this obviously won't work, if you have alphabets with a large number of
glyphs (like japanese if you want to display every possible character)


if anyone has a real fix, i'll be happy to incorporate it into the
sources...

mfgadsr
IOhannes

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


[PD] [pdp]/[gridflow] trying to use a webcam

2006-11-08 Thread Roman Haefeli
hi all

i've run into big troubles trying to use an usb cam with either gridflow
or pdp, but it doesn't want to work in both. i wonder if i am doing big
mistakes or what combination of drivers and cams work with gridflow.

history:
#
i tried two different models yet: 
-philips spc900nc 
-logitech quickcam pro 4000
both are supported by pwc-driver from http://saillard.org/linux/pwc/ .
#
together with that driver, there is also a usefull tool available
'setpwc', that is used to set some camera-specific settings, that are
noth supported by 'dov4l', to commandline tool used to set general
web-cam and tv-card settings.
#
both tools work fine here and i can test the various settings with the
program 'camorama'. with camorama i have no troubles to display the
picture from the cam and different options work fine (e.g. 320x240/30fps
or 640x480/15ps).
#
but with neither pdp nor gridflow i had luck. for me it is more
important that it works with gridflow, also because it is still
maintained. that's why i post here only what i tried with gridflow
#
note:
it seems that the according objects in gridflow and pdp [#in] and
[pdp_v4l] overwrite some settings in the cam when instantiated. that
makes it even more difficult to find a set of settings that just works.
#



my steps to get a picture with the logitech quickcam pro 4000 and
pd/gridflow:

-i plug the cam into the usb-plug

-'setpwc -d /dev/video1 -p' tells me all actual settings of the cam:
-
setpwc v1.1, (C) 2003-2005 by [EMAIL PROTECTED]
Current device: Logitech QuickCam Pro 4000
VIDIOCPWCPROBE returns: Logitech QuickCam Pro 4000 - 740
Serial number: 
Resolution (x, y): 320, 240
Offset: 0, 0
Framerate: 10
Brightness: 32256
Hue: 65535
Colour: 32768
Contrast: 0
Whiteness: 0
Palette: YUV 4:2:0 Planar
Compression preference: 1
Automatic gain control: -1275
Whitebalance mode: auto
Blinking of LED is not supported by the combination
of your webcam and the driver.
Sharpness: -1
Backlight compensation mode: off
Anti-flicker mode: off
Noise reduction mode: 1 
Pan/tilt range is not supported by the combination
of your webcam and the driver.
Get pan/tilt position is not supported by the combination
of your webcam and the driver.
-

-i test with 'camorama -d /dev/video1', if these settings work and they
work- i get a picture

-i send a message [open videodev /dev/video1, get( to [#in]
-
[gf] [:VideoCapability, Logitech QuickCam Pro 4000, 1, 1, 1, 480, 640,
120, 160]
[gf] [:VideoWindow, 0, 0, 240, 320, 0, 655360, -1072189566]
[gf] [:VideoWindow, 0, 0, 480, 640, 0, 0, 0]
[gf] [:VideoWindow, 0, 0, 480, 640, 0, 655360, 0]
[gf] [:VideoPicture, 32256, 0, 32768, 65535, 0, 24, 15]
[gf] This card supports palettes: 12, 15
[gf] ioctl VIDIOCSPICT: Invalid argument
[gf] [:VideoChannel, 0, Webcam, 0, 0, 2, 16384]
[gf] getting colour=32768
[gf] getting contrast=64512
[gf] ioctl VIDIOCGFREQ: Invalid argument
[gf] getting hue=65535
[gf] getting brightness=32256
[gf] getting whiteness=65535
-
suddenly i don't know what VIDIOCSPICT and VIDIOCGFREQ mean, but it
seems that gridflow tries some invalid settings here. 

-i send [bang( to [#in] and i get:
-
[gf] ioctl VIDIOCMCAPTURE: Invalid argument
error: ArgumentError: ioctl error
format/videodev.c.fcs:358:in `void FormatVideoDev::frame_ask(int,
Ruby*)'
[#in]
... you might be able to track this down from the Find menu.
-
obviously gridflow still tries to send invalid settings to the cam and i
get no picture.

- i try various colorspaces. when i send [colorspace YUV420P( to [#in],
i get:
-
error: ArgumentError: can't handle palette 15
format/videodev.c.fcs:536:in `void FormatVideoDev::_0_colorspace(int,
Ruby*, Symbol)'
[#io:videodev in ]
-

-when i send [colorspace RGB24( to [#in], i get:
-
[gf] ioctl VIDIOCSPICT: Invalid argument
-

-when i try any other colorspace, i get:
-
error: ArgumentError: supported: RGB24, YUV420P
format/videodev.c.fcs:523:in `void FormatVideoDev::_0_colorspace(int,
Ruby*, Symbol)'
[#io:videodev in ]
-
which is at least a clear humanunderstandable message.

-when i send a [bang( again now, i get a different error:
-
[gf] ioctl VIDIOCSYNC: Invalid argument
error: ArgumentError: ioctl error
format/videodev.c.fcs:423:in `void FormatVideoDev::frame(int, Ruby*)'
[#in]
-



anyway, i'd really like to know what these codes like VIDIOCSYNC and
such stand for. and why it is so easy to use a webcam with 'camorama'
but so hard with pdp or gridflow. what models of cams do other people
use? 

any hints appreciated.

cheers
roman













___ 
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: 
http://mail.yahoo.de


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


[PD] NURBS

2006-11-08 Thread yukio kuroiwa
hi, is the curve3d object the same as NURBS, if not, is there any NURBS
object in pd?


many thanx
-- 
  yukio kuroiwa
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - Choose from over 50 domains or use your own


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


Re: [PD] [pdp]/[gridflow] trying to use a webcam

2006-11-08 Thread Andrew Cavers

Hi Roman,

On 11/8/06, Roman Haefeli [EMAIL PROTECTED] wrote:

i've run into big troubles trying to use an usb cam with either gridflow
or pdp, but it doesn't want to work in both. i wonder if i am doing big
mistakes or what combination of drivers and cams work with gridflow.


There are problems with pdp and the pwc driver. pdp was designed with
the old closed-source driver and does not work properly with latest
open source version. The solution is to remove the pwc-specific code
from the pdp source and then it will be treated like any other webcam.
Details in this post:
http://elists.resynthesize.com/pd-list/2005/07/1505225/

I have a Quickcam Pro 4000 myself and had great success using it with
pdp after making this change.

I have never used Gridflow, so can't help you there. Perhaps it is a
similar issue?

Also, for general help on the pwc driver, make sure you check the pwc
mailing list. http://www.mail-archive.com/pwc@lists.saillard.org/

Regards,

Andrew.

--
Andrew Cavers
andrewcavers.com

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


Re: [Pd] OT: this is the kind of interface I want

2006-11-08 Thread Thomas Grill
Am 08.11.2006 um 05:46 schrieb Kyle Klipowicz:I KNEW this had to have something to do with Jeff Han.  Brilliant technology.  As I understand it, Apple Computer has gotten involved financially with this.  I'd love to see it implemented!Actually this is fairly easy to implement. There are a number of descriptions floating around in the net.Basically you need a transparent acrylic panel, IR emitters, a beamer and a fast camera, minor drilling and assembling skills and a multi-blob video tracker.I'm currently trying to build such a system.greetings,Thomas--Thomas Grillhttp://g.org ___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] CPU cost: throw~,catch~,send, subpatches, etc...

2006-11-08 Thread glerm soares
Hello,I just wonder: using throw~, send, receive, catch~ objets like it's more CPU expensive than just plug with cables?and what about subpatches? is much more CPU expensive than just let all conections in the same patch?
thanxsalut.-- _gLeRM SoAreS...:baixem o album do matema 17mp3 num pacote--http://www.organismo.art.br/matema

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


Re: [Pd] OT: this is the kind of interface I want

2006-11-08 Thread Kyle Klipowicz
I think that the most difficult (and useful) thing to do would be some sort of book keeping to track individual fingers. Maybe some sort of gloves or fingertip sensors? That would make things very flexible.It sounds neat that you're doing an implementation. Please post any satisfying results to the list!
~KyleOn 11/8/06, Thomas Grill [EMAIL PROTECTED] wrote:
Am 08.11.2006 um 05:46 schrieb Kyle Klipowicz:I KNEW this had to have something to do with Jeff Han. Brilliant technology. As I understand it, Apple Computer has gotten involved financially with this. I'd love to see it implemented!
Actually this is fairly easy to implement. There are a number of descriptions floating around in the net.Basically you need a transparent acrylic panel, IR emitters, a beamer and a fast camera, minor drilling and assembling skills and a multi-blob video tracker.
I'm currently trying to build such a system.greetings,Thomas
--Thomas Grillhttp://g.org 
-- http://theradioproject.comhttp://perhapsidid.blogspot.com(()()()(()))()()())(
(())(())()((())(___())(()))___(((000)))oOO
___
PD-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd 0.40-1 doesn't work on Panther 10.3.9

2006-11-08 Thread Francesco

Thank you very much Miller, i'll wait for 0.40-2 !
For the moment i use the 0.38.2-extended

cheers

franzrosati

Il giorno 08/nov/06, alle 15:48, Miller Puckette ha scritto:

There's a separate Panther version of Pd, but I was never able to 
compile

0.40-1 for it (machine was off the net).  This should be fixed and you
can download the Panther version of 0.40-2.

cheers
Miller

On Wed, Nov 08, 2006 at 12:45:01PM +0100, Francesco wrote:

Hi all

 I'm on G4 1,33ghz, OsX 10.3.9 and Pd 0.40-1 simply doesn't work and
don't give any crash or error...maybe i need Tiger?

thank you all


F.


___
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] NURBS

2006-11-08 Thread chris clepper

On 11/8/06, yukio kuroiwa [EMAIL PROTECTED] wrote:

hi, is the curve3d object the same as NURBS, if not, is there any NURBS
object in pd?


It is similar - more like a building block for NURBS.  Check the
OpenGL evaluator commands in Chapter 12 of the Red Book for an
explanation.

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


Re: [PD] running PD from a USB stick / drive

2006-11-08 Thread padawan12

Going from scratch for a single purpose USB boot I would go the DSL
route because it's so easy, thre's a make USB install script
that adds a filesystem, isolinux and installs the rootfs and all that stuff
for you. Another script allows you to work on the custom image using apt so it's
straightforward to remove lots of stuff to strip it down without falling
into dependency hell, then just add the Pd/GEM deb packages. You could probably
keep it down below 64M with a bit of care.



On Fri, 03 Nov 2006 10:13:27 +0100
Georg Holzmann [EMAIL PROTECTED] wrote:

 Hallo!
 
  can anyone tell me whether this would be possible?
 
 should be possible ...
 
 LG
 Georg
 
 ___
 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: Re: [PD] error: pix_video: could not initialise COM

2006-11-08 Thread chris clepper

That's a relief because I had no idea what was wrong with the code!

Your method for figuring out the solution should probably go somewhere
on the puredata site.

On 11/7/06, Drew Browning [EMAIL PROTECTED] wrote:

Problem solved! In short, it was a service called app_filter. Disabling
that service fixed the problem.

Here's what I did:
I went back to the advice Carmen gave a year ago about making sure certain
services were running.
http://lists.puredata.info/pipermail/pd-list/2005-11/032424.html
Although those particular services were running I had not tried disabling
all the others. There are so many services I was fearful of screwing up my
machine. I guess I was now frustrated enough to try anything. I ran
services.msc and disabled everything else and pix_video worked! Then I
re-enabled each service until I found the culprit ... a tedious process.

I have no idea what app_filter is but I hope this might help someone else
if they encounter the same problem.

Drew

At 08:24 PM 11/3/2006, chris clepper wrote:
On 11/3/06, Drew Browning mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote:
Hey Chris,
The OS is 32 bit: Windows XP Home Edition, Version 2002, Service Pack 2
Drew


I have an Intel CoreDuo laptop running that exact OS with no problems.  I
didn't install anything other than Pd and it has captured hundreds of
clips from a DV cam so far.   Unfortunately, I don't know what to suggest
as a solution to this problem.

Chris




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


[PD] [PD-announce] Swirler at Habitats and ReMUX

2006-11-08 Thread Hans-Christoph Steiner


I'll be setting up my sound installation Swirler (written in Pd, of  
course) at this event.  I don't know exactly when yet, and whether I  
have any guest list slots.  But I'll be exhibiting it on Friday the  
17th in a free venue at Polytechnic, so if you're  broke you can  
catch that:


http://idmi.poly.edu/remux

Begin forwarded message:


HABITATS: November 9-12 @ The Brooklyn Lyceum
227 4th Ave (corner of president) - R/M train to Union St.
Thursday Nov 9th FREE
Friday through Sunday $15 per day
*** FESTIVAL PASS $40 for all activities for 4 days ***
http://www.global-habitat.net

Environmental Conferences - Collaborative Art - Electronic  
Landscapes - Organic Technologies - Emergent Communities - Come Co- 
Exist!


CONfirMED CULTUrAL SPEAKErS
Steven Johnson - author ofEmergence, the connected lives of ants,  
brains, cities and software

Douglas Rushkoff - author of Media Virus
Peter Principle of Tuxedomoon
Manna Jo Greene

COMMUNiTY ArTS AND wOrKSHOPS
Carol Caputo, IRUBNY
Walking Tours of Gowanus + soundmaps by the  NY Acoustic Eccology
Aaron Lazansky-Oliva
Prospect Park Zoo

ENvirONMENTAL CONfErENCE
Gowanus Water Quality + Green Building
Coordinated by Gowanus Canal Community Development Corp

iNSTALLATiON/ PErfOrMANCE ArTiSTS
Pauline Oliveros (of Deep Listening Foundation)
Lary Seven
Jim Thirlwell (of Foetus)
Harlan Emil Gruber
Amoeba Technology
2012, sponsored by CEC Arts Link
Project503, Russia
Antartic Project, Russia
Elena Elik, Russia
Luke DuBois
Luis Maurette, Argentina
Klauss, Argentina
Eva Sjuve,  Sweden
Ken Hiratsuka, Japan
Martha Walker
Nur Habib Tiven (Jummah Players - modern Sufi music)
DJ Rhizome
Cilla Vee
Zarah Cabanas
Hans-Christoph Steiner
Marianna Ellenberg
Zemi17
Peripheral Media
Lance Blisters
Ne(x)tworks
Kim Holleman
Sam Rudy
Andreas Sell
Spaze Crafte One
free103point9
Share


Habitats is being Presented by Eidolon Culture in partnership with the
Gowanus Canal CDC. Sponsored by the Brooklyn Arts Council, CEC Arts
Link, Material for the Arts, Lowes, Brooklyn Center for the Urban
Environment, NYSCA, MediaTheFoundation, Experimental TV Center. With
generous contributions from Peripheral Media, Amoeba Technology,  
Share,

Kiahkeya, Polytechnic University, The Buckminster Fuller Institute,
ARAS (Archive for Research in Archetypal Symbolism), Greener Pastures,
Gowanus Dregders Club and Gowanus Nursery.


From November 9-12 in Gowanus Brooklyn, artists, scientists,  
community

organizers and cultural commentators come together to create a
collective vision of a sustainable habitat. Instigated by Eidolon
Culture, Habitats provides a model for dialogue between urban
developers and environmentalists through conferences and panels,
participatory and collaborative art, and educational programs. With
community efforts leading to cleaner water, the Gowanus Canal area has
experienced an increase in wildlife and the prospect of commercial and
cultural revitalization. Habitats celebrates this process.







  ¡El pueblo unido jamás será vencido!



___
PD-announce mailing list
[EMAIL PROTECTED]
http://lists.puredata.info/listinfo/pd-announce

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


Re: [PD] CPU cost II

2006-11-08 Thread padawan12
You couldn't reasonably tag every object with
a cost because that might change for many reasons,
but you can know the load of an object 
or patch on your current CPU using the [cputime]
object which shows a percentage scale. You can usually
use it to work out the heavy offenders by muting DSP
with  [switch~] and seeing what is using up
lots of cycles, but it's not really accurate benchmarking.

On Thu, 09 Nov 2006 00:34:16 -0500
Marius Schebella [EMAIL PROTECTED] wrote:

 Hi,
 for me that's a really important topic, I often run into problems with 
 slow machines not fast enough to play patches.
 I wonder if it is possible to calculate something like flops/ FLOating 
 Point OPerations per object and have a list for all the pd objects.
 it really would be great to know the benchmarks of different 
 hardwaresystems.
 marius.
 
 ___
 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] curious Pd behavior

2006-11-08 Thread Ivica Ico Bukvic
Hi all,

In my recent performance, I've noticed a peculiar PD behavior. Now, before I
ask for your advice, please allow me to state that the problem has not been
as pronounced in the past as it was on this performance. Nonetheless, it was
more or less persistent. For this reason, I am asking for your thoughts on
it.

Here's the hw/sw scoop:

AMD64 3000+ laptop
RME HDSP Multiface
Linux 2.6.15 Kernel (real-time enabled, can't recall if it is preempted)
ALSA
JACK
Pd (0.38.4) -rt running MIDI/Display interface for performer/DSP
2 x JACK-RACK with 4 LADSPA plug-ins each
2 x QSynth
The entire setup consistently eats approx. 80% cpu (no spikes).

Pd also had pyext (0.1.3) and a couple of simpler externals (yes, stuff is a
bit outdated...). All audio is diffused (and partially processed) via Pd.

What happens during the runtime is two interesting issues:

1) if I start Pd by clicking on a link (no terminal) the pyext does not
output anything when DSP is on, but as soon as I turn DSP off, it spits out
backlogged data. However, when I start pd from a terminal, everything works
ok. Any ideas as to why?

2) when CPU usage climbs above 50%, Pd starts going out of sync by
initiating opening queue twice which obviously throws entire piece out of
sync. Interestingly, this only happens approx. 50% of the time (randomly).
As the CPU usage grows, it becomes worse. This is not a problem when CPU
usage is lower. Than 50% and never a problem when using built-in soundcard
(this was not a problem before, so it may very well be that it is my setup).

3) when restarting DSP, some of the routed signal going through Pd to the
output is lost at random times. This was in part a problem before as well.

So, while I am aware very much that this may be peculiar to the versions I
used, and/or possibly due to use of a custom (possibly buggy) build of a
kernel, I was wondering if anyone had an alternative explanation for this
kind of behavior.

Many thanks!

Best wishes,

Ivica Ico Bukvic, D.M.A.
Composition, Music Technology, CCTAD, and CHCI (by courtesy)
Virginia Tech
Dept. of Music - 0240
Blacksburg, VA 24061
(540) 231-1137
(540) 231-5034 (fax)
[EMAIL PROTECTED]
http://www.music.vt.edu/people/faculty/bukvic/




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