Re: [PD] Virtual keyboard

2010-01-15 Thread colet . patrice
hello, I'm starting to port ix widgets scriptlets for opening them in [sys_gui]

attached is a virtual keyboard scriptlet test and a patch that loads it,

if you are familiar with tcl-tk you might be interested?
if not, someone (me or anyone else) would have to finish the job...
too much things to do...

notice that it's a proposition for any pd user...

Selon Jose Luis Santorcuato santorcuat...@gmail.com:

 Hi you need the object key... then makenote... and a synth or pd synth,
 maybe a midiout but you dont have a midi interface...

 [key]

 [number]

 [sel x] th

 [makenote] or osc~, what you want

 Best regards

 José

 2010/1/15 meino.cra...@gmx.de

 
  Hi,
 
  (I am using a recent version of Gentoo-Linux)
 
  ...again a very newbish question:
 
  Since I have no midi-hardware I like to know whether there
  is some software-keyboard which sends midi signals and
  which I can connect to PureData? And -- if yes -- how
  can I connect it to PureData?
 
  Thank you very much in advance for any help!
 
  Have a nice weekend!
  Best regards,
  mcc
 
  --
  Please don't send me any Word- or Powerpoint-Attachments
  unless it's absolutely neccessary. - Send simply Text.
  See http://www.gnu.org/philosophy/no-word-attachments.html
  In a world without fences and walls nobody needs gates and windows.
 
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
  http://lists.puredata.info/listinfo/pd-list
 



 --
 http://www.chilemigra.cl
 http://arselectronicachile.blogspot.com
 http://www.myspace.com/santorcuato



#N canvas 449 123 590 584 10;
#X obj 25 49 canvas_name;
#X obj 25 211 sys_gui;
#X obj 25 14 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 412 79 canvas_name;
#X obj 412 44 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 412 134 sys_gui;
#X msg 412 112 destroy \$1.frame;
#X obj 536 132 print;
#X obj 25 71 pack s \$0;
#X obj 536 95 r \$0-sys_gui-r;
#X text 91 70 create a frame in patch and load widget scriptlet;
#X text 435 42 destroy created frame;
#X text 538 70 retrieve messages from widget;
#X msg 25 105 set w [\$1 create window 200 300 -window [frame \$1.frame
-height 60 ] ] \, set f [open kbd.tcl] \, set wid [read $f] \, eval
$wid \, kbd \$1.frame 5 black white \$2;
#X connect 0 0 8 0;
#X connect 2 0 0 0;
#X connect 3 0 6 0;
#X connect 4 0 3 0;
#X connect 6 0 5 0;
#X connect 8 0 13 0;
#X connect 9 0 7 0;
#X connect 13 0 1 0;


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


Re: [PD] sys_gui outlet WAS: create folder implementation

2010-01-15 Thread colet . patrice
Selon Hans-Christoph Steiner h...@at.or.at:


 cd externals
 make hcs

oh yes!

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


Re: [PD] Problem with Snow Leopard and Flext

2010-01-15 Thread Cécile Picard-Limpens

Thanks Hans-Christoph for your answer
but a friend of mine has compiled the flext objects using OSX 10.5.8 (no 
Snow Leopard)

and my Pd-extended do not crash when using his flext objects.
Should I specify parameters in the flext building?

Cécile




Hey Cecile,

Pd-extended doesn't need to be x86_64, but they do need to match, 
either both 32-bit or both 64-bit.


.hc

On Jan 14, 2010, at 3:52 AM, Cécile Picard-Limpens wrote:


Dear List,

I'm encountering the same problem as Miguel.. (message on /Sat Dec 
12/). I'm using Apple Snow Leopard (10.6.2) on my macbook (2.26 GHz 
Intel Core Duo).
As anyone succeeded building and launching flext objects using OSX 
Snow Leopard?

It compiles but crashes at launching without error messages...

Does it mean that the Pd-extended version compiled with x86_64 is needed?

Thanks for your help!

Cecile.


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






I have the audacity to believe that peoples everywhere can have three 
meals a day for their bodies, education and culture for their minds, 
and dignity, equality and freedom for their spirits. - Martin Luther 
King, Jr.





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


[PD] pd wii remote?

2010-01-15 Thread rene beekman
hi,

has anyone recently set up a wii remote with pd on either mac os x or windoze 
(or both?) ?

have been trying to find info on how this is done, but all i found is somewhat 
older, relates to apps that are no longer available, etc.

any pointers would be greatly appreciated

rene


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


Re: [PD] Virtual keyboard

2010-01-15 Thread Derek Holzer

Try http://linux.die.net/man/1/vkeybd

and use aconnect for command line MIDI connection, or Qjackctl for 
graphical connection if you are using JACK.


Best!
D.

meino.cra...@gmx.de wrote:

Hi,

(I am using a recent version of Gentoo-Linux)

...again a very newbish question:

Since I have no midi-hardware I like to know whether there
is some software-keyboard which sends midi signals and
which I can connect to PureData? And -- if yes -- how
can I connect it to PureData?

Thank you very much in advance for any help!

Have a nice weekend!
Best regards,
mcc



--
::: derek holzer ::: http://macumbista.net :::
---Oblique Strategy # 171:
Use your own ideas

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


Re: [PD] pd wii remote?

2010-01-15 Thread Derek Holzer

Hi Rene,

Osculator works very well to convert wii data to OSC on OS X, although I 
see they are charging for it now:


http://www.osculator.net

GlovePie for Windows is here:

http://carl.kenner.googlepages.com/asdfghjkl

Requires:

http://www.bluesoleil.com/

Check here for step by step:

http://lists.puredata.info/pipermail/pd-list/2009-08/071744.html

best,
D.

rene beekman wrote:


has anyone recently set up a wii remote with pd on either mac os x or windoze 
(or both?) ?


--
::: derek holzer ::: http://macumbista.net :::
---Oblique Strategy # 150:
Take away the elements in order of apparent non-importance

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


Re: [PD] pd wii remote?

2010-01-15 Thread ub

hey there,

i use this one on os x:

http://code.google.com/p/musiccontroller/


ciao,
ub

Derek Holzer schrieb:

Hi Rene,

Osculator works very well to convert wii data to OSC on OS X, although 
I see they are charging for it now:


http://www.osculator.net

GlovePie for Windows is here:

http://carl.kenner.googlepages.com/asdfghjkl

Requires:

http://www.bluesoleil.com/

Check here for step by step:

http://lists.puredata.info/pipermail/pd-list/2009-08/071744.html

best,
D.

rene beekman wrote:

has anyone recently set up a wii remote with pd on either mac os x or 
windoze (or both?) ?






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


Re: [PD] pd wii remote?

2010-01-15 Thread alvaro
I've been using this lib on Linux for ages and it works quite well:

http://youngmusic.org/wiki/index.php/Wiilib

It might (or not) compile on OSX

greets
alvaro 


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


Re: [PD] Virtual keyboard

2010-01-15 Thread Simon Iten
yes yes yes

there is a very simple software-midikeyboard, it's called vkeybd.
i always connect midi things via alsa in linux. that means you have to
set midi to alsa in puredata and then use a software like alsa patchbay
to connect the vkeybd to puredata. if you use the excellent jack for
audio, you probably use qjackctl to set things up, qjackctl has a alsa
patchbay tab as well.

hope this helps

On Fri, 2010-01-15 at 04:28 +0100, meino.cra...@gmx.de wrote:
 Hi,
 
 (I am using a recent version of Gentoo-Linux)
 
 ...again a very newbish question:
 
 Since I have no midi-hardware I like to know whether there
 is some software-keyboard which sends midi signals and
 which I can connect to PureData? And -- if yes -- how
 can I connect it to PureData?
 
 Thank you very much in advance for any help!
 
 Have a nice weekend!
 Best regards,
 mcc
 



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


[PD] 'synced' number and slider

2010-01-15 Thread Lorenzo
This seems trivial but I've never managed to figure out how to do it in 
a non-trivial way:


Have a number (atom) and a slider (be it horizontal or vertical) which 
are 'synced', that is if one changes the number the slider changes and 
vice-versa.



Lorenzo

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


Re: [PD] 'synced' number and slider

2010-01-15 Thread cyrille henry

hello

atom
[set $1
slider
[set $1
s to atom

should work
c

Lorenzo a écrit :
This seems trivial but I've never managed to figure out how to do it in 
a non-trivial way:


Have a number (atom) and a slider (be it horizontal or vertical) which 
are 'synced', that is if one changes the number the slider changes and 
vice-versa.



Lorenzo

___
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] 'synced' number and slider

2010-01-15 Thread Lorenzo

ahh set that was it, right! thanks :)

Lorenzo

 Original Message 
Subject: Re: [PD] 'synced' number and slider
From: cyrille henry c...@chnry.net
To: Lorenzo lsut...@libero.it
CC: pd-list@iem.at
Date: 15/01/2010 15.16

hello

atom
[set $1
slider
[set $1
s to atom

should work
c

Lorenzo a écrit :
This seems trivial but I've never managed to figure out how to do it 
in a non-trivial way:


Have a number (atom) and a slider (be it horizontal or vertical) 
which are 'synced', that is if one changes the number the slider 
changes and vice-versa.



Lorenzo

___
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] loading libs in pd-gui-rewrite with gridflow: UNHANDLED ERROR: can't rename

2010-01-15 Thread olsen

can't stop putting my hands together for pd-gui-rewrite!
though i'm having trouble loading gridflow:

GridFlow 0.9.7, Copyright (c) 2001-2009 Mathieu Bouchard
GridFlow was compiled on Jan 15 2010, 14:52:03
GF: setting stack size to -1(Tcl) UNHANDLED ERROR: can't rename 
pdtk_canvas_sendkey: command doesn't exist

while executing
rename pdtk_canvas_sendkey pdtk_canvas_sendqui
(uplevel body line 135)
invoked from within
uplevel #0 $cmd_from_pd

thanks for help in advance
ølsen







Roman Haefeli wrote:

Hi all

Keen to explore the joys of the new pd-gui-rewrite, I would like to use
also some externals with it. I'm having troubles compiling them, so that
they successfully load. The issue appears at least with the following
libraries:
* zexy
* maxlib
* iemmatrix

For each when loading i get something like:
./../extra/zexy/zexy.pd_linux: ./../extra/zexy/zexy.pd_linux: undefined
symbol: s_float

I tried to compile the newest version from svn against the sources of
pd-gui-rewrite:

cd /home/roman/pd-svn/externals/zexy/
svn update
cd src
make clean
./configure --with-pd=/home/roman/pd-svn/pd-gui-rewrite
make
sudo make install
ln -s /usr/local/lib/pd/extra /home/roman/pd-svn/pd-gui-rewrite/extra

I get the above message, when doing this in the pd-gui-rewrite/src
directory:

./pd -lib zexy

Since I almost haven't seen anyone posting such problems, it seems to
me, that I'm doing something wrong, but what?

Thanks in advance

Roman




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


--
ETs DNA will not be televised


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


Re: [PD] (0.43) new Window menu with tree view - which plattforms?

2010-01-15 Thread João Pais
Just a small question on plattforms: I have XP and jaunty on my computers.  
by looking at the latest night-builds, the windows compiled version isn't  
up to date (I already gave my comments on the 11-01 version), and there's  
no explicit jaunty package.
- will the windows test version be compiled as the other ones? (if not,  
then I don't have to go there each day)

- do any of the other ubuntu packages can be used in jaunty?

João

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


Re: [PD] Glitchy problems with gem...

2010-01-15 Thread James Dunn
2010/1/14 Marco Donnarumma de...@thesaddj.com:
 Hi James,
 I tried your patch on my machine (ubuntu 9.04 ashamed ATI radeon
 non-supported) and it's working fine.

 ATI is a crap. If you want to make serious 3d/video stuff in GEM on Linux or
 you change video card, or you go back 8.04.
 Meanwhile you may want to check this tips for a decent configuration of ATI
 cards:

 http://www.thinkwiki.org/wiki/Additional_options_for_the_radeon_driver
 https://help.ubuntu.com/community/RadeonDriver

 this helped me to not go crazy and throw my video card... but I still can't
 work properly.
 hope this helps..


 Marco

Ok, here's an update on my gem troubles...
I've repartitioned my hard drive and installed Ubuntu 8.04 and Pd
version 0.42.5-extended-20100114. I've also installed the ATI driver
which is now available in Hardware Drivers. So far so good.
I can open the gem patch I sent yesterday, but when I click [create,
1( I get the following errors in the console:

error: GEM-Xwin: BadAlloc (insufficient resources for operation)

error: GEM-Xwin: GLXBadContext

error: GEM: problems making glX-context current: refusing to continue
error: GEM: try setting the environment variable GEM_SINGLE_CONTEXT=1
error: GEM-Xwin: GLXBadContext

error: GEM: Unable to create window
error: [gemwin]: no window made
... you might be able to track this down from the Find menu.
error: GEM: Create window first!

I tried running pd from gdb as IOhannes suggested and it outputs the following:

Starting program: /usr/bin/pd
[Thread debugging using libthread_db enabled]
tk scaling is 1.237138508371385
[New Thread 0xb7d0f6b0 (LWP 12399)]
init : Avifile RELEASE-0.7.47-080115-14:47-4.2.3
init : Available CPU flags: fpu vme de pse tsc msr mce cx8 sep mtrr
pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 tm pbe up bts est
tm2
init : 1600.00 MHz Intel(R) Pentium(R) M processor 1600MHz detected
[New Thread 0xb66b7b90 (LWP 12405)]
[New Thread 0xb5bc0b90 (LWP 12406)]
[New Thread 0xb53bfb90 (LWP 12407)]
[New Thread 0xb4bbeb90 (LWP 12408)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7d0f6b0 (LWP 12399)]
0xb40bfcc0 in ?? ()
(gdb) socket receive error: Connection reset by peer (104)
quit
The program is running.  Exit anyway? (y or n) y

So it seems that my gem issues are not driver related? Can anyone shed
some light on what is going on?

thanks

James

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


Re: [PD] Glitchy problems with gem...

2010-01-15 Thread Claude Heiland-Allen

James Dunn wrote:

2010/1/14 Marco Donnarumma de...@thesaddj.com:

ATI is a crap. If you want to make serious 3d/video stuff in GEM on Linux or
you change video card, or you go back 8.04.


[snip]


Ok, here's an update on my gem troubles...


[snip]


error: GEM: try setting the environment variable GEM_SINGLE_CONTEXT=1


Did you try that? In a terminal run:

GEM_SINGLE_CONTEXT=1 pd -lib Gem

(works with bash shell, other shells may differ)

If that works, then you can add this to your ~/.bashrc or similar:

export GEM_SINGLE_CONTEXT=1


So it seems that my gem issues are not driver related? Can anyone shed
some light on what is going on?


The GEM_SINGLE_CONTEXT=1 works for me here (Debian Lenny with old driver 
version as newer versions have dropped support...  aptitude hold is my 
friend iirc).



Claude
--
http://claudiusmaximus.goto10.org

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


Re: [PD] (0.43) new Window menu with tree view - which plattforms?

2010-01-15 Thread Hans-Christoph Steiner


On Jan 15, 2010, at 10:45 AM, João Pais wrote:

Just a small question on plattforms: I have XP and jaunty on my  
computers. by looking at the latest night-builds, the windows  
compiled version isn't up to date (I already gave my comments on the  
11-01 version), and there's no explicit jaunty package.
- will the windows test version be compiled as the other ones? (if  
not, then I don't have to go there each day)

- do any of the other ubuntu packages can be used in jaunty?

João


There is now a jaunty build.  The windows builds aren't that far out  
of date, and they'll be current once the relevant builds bugs get  
fixed.  I think its currently hung up on some externals.


.hc



Programs should be written for people to read, and only incidentally  
for machines to execute.

 - from Structure and Interpretation of Computer Programs


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


Re: [PD] (0.43) new Window menu with tree view - which plattforms?

2010-01-15 Thread João Pais
There is now a jaunty build.  The windows builds aren't that far out of  
date, and they'll be current once the relevant builds bugs get fixed.  I  
think its currently hung up on some externals.


great, next time I boot jaunty I'll try it. 4 days is usually not out of  
date, but on a phase with bug testing and rewriting it could be. I'll keep  
watching to see if a new version comes up. so far the errors in the  
version 11-01 were:


- nothing happens because of that error window that always comes up
- you and frank spoke about the startup folder, but as I said, I have no  
startup folder there.


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


Re: [PD] (0.43) new Window menu with tree view

2010-01-15 Thread Hans-Christoph Steiner


Do you have an example patch of this?  I've seen something similar,  
but I just want to doublecheck.


.hc

On Jan 14, 2010, at 6:23 PM, Roman Haefeli wrote:


Hi

I found a little glitch in certain situations. When a 'grandchild'
subpatch or abstraction is made visible by sending it a 'vis 1'  
message
while the child (parent of the grandchild) is not visible, the  
canvas of

the grandchild is shown, but its title has a cryptic name (like
x93a5cd8). Also the canvas misses an entry in the window hierarchy  
then

(how could it not be missing without 'living' parents?)
It's really nothing serious, but I thought I report it anyway.

Roman


On Tue, 2010-01-12 at 17:35 -0500, Hans-Christoph Steiner wrote:

Ok, this kicked my butt a little bit, but I got it working.  Now, the
Window menu shows all windows, whether they are from a parent or  
child

window, or a supatch.  Even better, it shows them in tree-ish way so
you can see how they are related.  The child windows are intended and
inserted after their parents.  GIve it a try and let me know if it
works for you.

http://puredata.info/dev/PdGuiRewrite

.hc



All information should be free.  - the hacker ethic





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










All mankind is of one author, and is one volume; when one man dies,  
one chapter is not torn out of the book, but translated into a better  
language; and every chapter must be so translated -John Donne




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


[PD] [PD-announce] Pd-berlin meeting next tuesday, 19th Jan

2010-01-15 Thread João Pais

Hello,

next tuesday, 19th January, will be the third meeting of Pure Data users  
in Berlin.


For more information, look up
http://puredata.info/community/organization/pd-berlin/pd-berlin-users-group.  
We also encourage you to take an active part, and put up suggestions for  
topics you want to talk about / topics you want to be talked about.



Doors are open from 20h-20h15. After that they'll be probably closed, and
you will have to call someone at NK to get in. To get a telephone number
to call or confirm assistance you can write to info_at_minitronics.net.

We would apreciate if you would send us a small mail to
info_at_minitronics.net with your name, Pd experience and interests, so
that we know how many people might be coming. Or put your name in the
pd-berlin wiki page.


We would like to thank the support and willingness of NK in the
organization of these events.

João Pais

--
Friedenstr. 58
10249 Berlin (Deutschland)
Tel +49 30 42020091 | Mob +49 162 6843570
Studio +49 30 69509190
jm...@gmx.net | skype: jmmmpjmmmp

___
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


Re: [PD] Glitchy problems with gem...

2010-01-15 Thread James Dunn

Quoth Claude Heiland-Allen, on 15/01/10 15:32:

error: GEM: try setting the environment variable GEM_SINGLE_CONTEXT=1


Did you try that? In a terminal run:

GEM_SINGLE_CONTEXT=1 pd -lib Gem

(works with bash shell, other shells may differ)

If that works, then you can add this to your ~/.bashrc or similar:

export GEM_SINGLE_CONTEXT=1


I tried GEM_SINGLE_CONTEXT=1 pd -lib Gem in a terminal and that works 
fine :) but adding export GEM_SINGLE_CONTEXT=1 to ~/.bashrc did 
nothing... do I need to add something else?



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


Re: [PD] buffer overflow with pd-hid

2010-01-15 Thread Willy

Willy wrote:

Hans-Christoph Steiner wrote:


Which device are you opening?  What are the perms on that device?  I 
don't know if this is related to the problems people were having with 
recent Debian/Ubuntu versions, where the system locked access to the 
devices.


.hc

On Jan 14, 2010, at 1:36 PM, Willy wrote:


I have this message when i open and start a device. In root and user.

*** buffer overflow detected ***: pd terminated
=== Backtrace: =
/lib/libc.so.6(__fortify_fail+0x4e)[0xb760289e]
/lib/libc.so.6(+0xe57da)[0xb76007da]
/lib/libc.so.6(__strcpy_chk+0x44)[0xb75ffac4]
/usr/lib/pd/extra/hid/hid.pd_linux(hid_get_events+0x60)[0xb77be380]
[0xb75a6]
=== Memory map: 
08048000-0815e000 r-xp  08:05 1281956/usr/bin/pd
0815e000-0815f000 r--p 00115000 08:05 1281956/usr/bin/pd
0815f000-08161000 rw-p 00116000 08:05 1281956/usr/bin/pd
08161000-082af000 rw-p  00:00 0  [heap]
b739e000-b739f000 ---p  00:00 0
b739f000-b7421000 rw-p  00:00 0
b7421000-b742d000 r-xp  08:05 222982 
/usr/lib/gcc/i686-pc-linux-gnu/4.3.4/libgcc_s.so.1
b742d000-b742e000 r--p b000 08:05 222982 
/usr/lib/gcc/i686-pc-linux-gnu/4.3.4/libgcc_s.so.1
b742e000-b742f000 rw-p c000 08:05 222982 
/usr/lib/gcc/i686-pc-linux-gnu/4.3.4/libgcc_s.so.1
b742f000-b751 r-xp  08:05 222980 
/usr/lib/gcc/i686-pc-linux-gnu/4.3.4/libstdc++.so.6.0.10
b751-b7514000 r--p 000e 08:05 222980 
/usr/lib/gcc/i686-pc-linux-gnu/4.3.4/libstdc++.so.6.0.10
b7514000-b7515000 rw-p 000e4000 08:05 222980 
/usr/lib/gcc/i686-pc-linux-gnu/4.3.4/libstdc++.so.6.0.10

b7515000-b751b000 rw-p  00:00 0
b751b000-b765e000 r-xp  08:02 79785  /lib/libc-2.11.so
b765e000-b766 r--p 00143000 08:02 79785  /lib/libc-2.11.so
b766-b7661000 rw-p 00145000 08:02 79785  /lib/libc-2.11.so
b7661000-b7664000 rw-p  00:00 0
b7664000-b7679000 r-xp  08:02 79821  
/lib/libpthread-2.11.so
b7679000-b767a000 r--p 00014000 08:02 79821  
/lib/libpthread-2.11.so
b767a000-b767b000 rw-p 00015000 08:02 79821  
/lib/libpthread-2.11.so

b767b000-b767e000 rw-p  00:00 0
b767e000-b76a1000 r-xp  08:02 79848  /lib/libm-2.11.so
b76a1000-b76a2000 r--p 00022000 08:02 79848  /lib/libm-2.11.so
b76a2000-b76a3000 rw-p 00023000 08:02 79848  /lib/libm-2.11.so
b76a3000-b76a5000 r-xp  08:02 79772  /lib/libdl-2.11.so
b76a5000-b76a6000 r--p 1000 08:02 79772  /lib/libdl-2.11.so
b76a6000-b76a7000 rw-p 2000 08:02 79772  /lib/libdl-2.11.so
b76a7000-b76e5000 r-xp  08:05 2594037
/usr/lib/libjack.so.0.1.0
b76e5000-b76e6000 r--p 0003e000 08:05 2594037
/usr/lib/libjack.so.0.1.0
b76e6000-b76e7000 rw-p 0003f000 08:05 2594037
/usr/lib/libjack.so.0.1.0

b76e7000-b76ee000 r-xp  08:02 79846  /lib/librt-2.11.so
b76ee000-b76ef000 r--p 6000 08:02 79846  /lib/librt-2.11.so
b76ef000-b76f rw-p 7000 08:02 79846  /lib/librt-2.11.so
b76f-b77a6000 r-xp  08:05 196365 
/usr/lib/libasound.so.2.0.0
b77a6000-b77a9000 r--p 000b6000 08:05 196365 
/usr/lib/libasound.so.2.0.0
b77a9000-b77aa000 rw-p 000b9000 08:05 196365 
/usr/lib/libasound.so.2.0.0
b77b7000-b77c2000 r-xp  08:05 2449497
/usr/lib/pd/extra/hid/hid.pd_linux
b77c2000-b77c3000 r--p a000 08:05 2449497
/usr/lib/pd/extra/hid/hid.pd_linux
b77c3000-b77c5000 rw-p b000 08:05 2449497
/usr/lib/pd/extra/hid/hid.pd_linux

b77c5000-b77c6000 rw-p  00:00 0
b77c6000-b77e3000 r-xp  08:02 79835  /lib/ld-2.11.so
b77e3000-b77e4000 r--p 0001c000 08:02 79835  /lib/ld-2.11.so
b77e4000-b77e5000 rw-p 0001d000 08:02 79835  /lib/ld-2.11.so
bf8c8000-bf8dd000 rw-p  00:00 0  [stack]
e000-f000 r-xp  00:00 0  [vdso]
Pd: signal 6
pd_gui: pd process exited

___
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



I use Pd version 0.42-5 on a Gentoo/GNU Linux with a 2.6.31.6-rt19 
kernel version.

The packet i use come from pd-overlay pd-hid-0.6.

The device is
[hid] opened device 2 (/dev/input/event2): AT Translated Set 2 keyboard

2045 crw-r- 1 root users 13, 66 2010-01-15 20:17 /dev/input/event2

and i am on the users group.

I test it with root right, and take same.

Thanks.




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


Re: [PD] puredata forum

2010-01-15 Thread András Murányi
On Wed, Jan 13, 2010 at 5:26 PM, yann y...@gmx.net wrote:



 hi,
 i use the pd forum at puredate.hurleur.com for some time.
 since a couple of days i always get the message below if i try to access
 the site.
 on the irc channel i was told that the sites  was working.
 does somebody experience the same or has an idea what this means?
 could my computer by some reason be blocked from access?
 i deleted  all cookies and cache but still doesn't work.
 i can ping hurleur.com.
 greets
 yann



 An error was encountered
 Error: Unable to connect to MySQL server. MySQL reported: Accès refusé pour
 l'utilisateur: 'hurleurcom'@'@n7.mutu.sivit.org' (mot de passe: OUI).


This has nothing to do with your computer, seemingly the database backend
for the server is having problems.
Andras
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd-GUI-Rewrite 0.43 status: usable

2010-01-15 Thread András Murányi
2010/1/14 IOhannes m zmoelnig zmoel...@iem.at

 András Murányi wrote:
 
  PS i'd be happy to give you ssh to my 64-bit box if that helps.
  Then, I'm very interested in the PPA. I have no idea how to put together
 a
  source package, i also don't know makefiles (yet). Do you think I could
  manage...?

 hmm, i just tried to build pd-gui-rewrite on my 64bit box and it built
 out-of-the box and runs out of the box.


yes it builds out of the box as always did. i experienced other problems
with it:
- it seemed like it didn't like my 32-bit pd install any more - this is
solved by HC: need to make before.
- it never accepted the libraries from my 64-bit pd-extended. My question at
this moment is: is there a version/branch/whatsoever of the rewrite which
serves as a complete pd-extended, or it still relying on my not-rewritten
pd-extended install?

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


Re: [PD] [bonk~] output

2010-01-15 Thread Miller Puckette
It's a measure of brightness -- the balancing point of the loudness distribution
over the filterbang (nominally 11 filters).

cheers
Miller

On Mon, Jan 11, 2010 at 08:41:04PM -0800, Jonathan Wilkes wrote:
 The current help patch for [bonk~] says the output from the right outlet 
 is the instrument number and a velocity.  But there's a third number in the 
 list.  What is it?
 
 Thanks,
 Jonathan
 
 
   
 
 
 ___
 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] [bonk~] 1.3 error useage [-ntps]...

2010-01-15 Thread Miller Puckette
Sounds like some argument that was allowed in the old version no longer
works in the new one... Could you post the text of the bonk object so I
can check it?

thanks
Miller

On Thu, Jan 14, 2010 at 07:09:50PM +0200, Gintaras Lau. wrote:
 Hello,
 
 I'm a pd Vanilla user and since I upgraded to ubuntu 9.10 [bonk~] unusually
 respond to parameter change (tresh.,mask etc.). It worked  on 9.04.
 
 On strtup pd outputs:
 
 bonk version 1.3
 error: usage is: bonk [-npts #] [-hop #] [-nsigs #] [-nfilters #]
 [-halftones #]
 ... you might be able to track this down from the Find menu.
 ... [-overlap #] [-firstbin #] [-spew #]
 error: usage is: bonk [-npts #] [-hop #] [-nsigs #] [-nfilters #]
 [-halftones #]
 ... [-overlap #] [-firstbin #] [-spew #]
 error: usage is: bonk [-npts #] [-hop #] [-nsigs #] [-nfilters #]
 [-halftones #]
 ... [-overlap #] [-firstbin #] [-spew #]
 
 
 answer appreciated.

 ___
 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] puredata forum

2010-01-15 Thread hard off
Neko has been working on transferring the forum to a new server (or
something like that).  I'm sure he is aware of the trouble and will get it
fixed as soon as he can.
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list