Re: [PD] connecting with messages

2008-08-06 Thread IOhannes m zmoelnig

 dynamic object creation is not yet officially supported and probably
 therefore not well documented. 

i like the frivolous use of yet.

 But isn't that how all pd patches get loaded, sending the lines of the 
 pd file t pd?

well yes, but this doesn't mean much here.
someone might change the way Pd builds a patch from a file.
or change the fileformat.

being inofficial/unsupported doesn't meant that it does not work.
it means that it is your (the user's) fault if it stops working in 
future versions.


fgamdr
IOhannes

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


[PD] displaying a filename

2008-08-06 Thread Atte André Jensen
Hi

I have an abstraction that has loaded a sample with openpanel. Is there 
a way to display this filename in the abstraction (for visual fedback), 
preferrably only the filename (without path)?

Any pointers appreciated!

-- 
peace, love  harmony
Atte

http://atte.dk   | http://myspace.com/attejensen
http://anagrammer.dk | http://modlys.dk

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


Re: [PD] displaying a filename

2008-08-06 Thread Si Mills
Hi

A combination of [symbol\ and [stripdir] should do it

S

On 6 Aug 2008, at 12:31, Atte André Jensen wrote:

 Hi

 I have an abstraction that has loaded a sample with openpanel. Is  
 there
 a way to display this filename in the abstraction (for visual  
 fedback),
 preferrably only the filename (without path)?

 Any pointers appreciated!

 -- 
 peace, love  harmony
 Atte

 http://atte.dk   | http://myspace.com/attejensen
 http://anagrammer.dk | http://modlys.dk

 ___
 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] displaying a filename

2008-08-06 Thread Claude Heiland-Allen
Atte André Jensen wrote:
 Hi
 
 I have an abstraction that has loaded a sample with openpanel. Is there 
 a way to display this filename in the abstraction (for visual fedback), 

symbolatom (ugly truncation if fixed size, no way to turn off 
editability), label of a canvas (ugly overflow if name too long, 
probably causes breakage with weird characters like  %\,, but can be 
prettier), etc

 preferrably only the filename (without path)?

symbol2list and list split (possibly use list-abs version if pd's 
doesn't accept negative indices to work from the other end)


Claude

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


Re: [PD] displaying a filename

2008-08-06 Thread Atte André Jensen
Si Mills wrote:
 Hi
 
 A combination of [symbol\ and [stripdir] should do it

Arrh, thanks! I never used the [symbol\ before.

It works just perfect, thanks.

-- 
peace, love  harmony
Atte

http://atte.dk   | http://myspace.com/attejensen
http://anagrammer.dk | http://modlys.dk

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


[PD] wiimote for macosx

2008-08-06 Thread punchik punchik
hello , do anybody have compiled the wiimote object for macosx? if not where 
can i get a working wiiremote object from hans steiner compiled for macosx?

thanks in advance


  

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


Re: [PD] wiimote for macosx

2008-08-06 Thread Luigi Rensinghoff

As much as i know its still not working well.


and the use of Osculator is still recommended on OS X

bye luigi


Am 06.08.2008 um 16:00 schrieb punchik punchik:

hello , do anybody have compiled the wiimote object for macosx? if  
not where can i get a working wiiremote object from hans steiner  
compiled for macosx?


thanks in advance




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




---

Luigi Rensinghoff
[EMAIL PROTECTED]
skype:gigischinke
ichat:gigicarlo




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


[PD] problems with pd extended (0.40.3)

2008-08-06 Thread martin brinkmann
hi!
i'm sorry if this has been asked (and answered) before,
but i have not found a solution yet. (in the list archive)

~
~
(and maybe other signal operators from zexy)
are not created. is there a workaround?

vcf_hp2~ throws an iem_cot~... couldn't create,
but only if not vcf_hp4~ (or some other iem-lib filters, i suppose)
have been created before.

bis denn!
martin

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


Re: [PD] problems with pd extended (0.40.3)

2008-08-06 Thread Si Mills
i have the same problem too

I've been using [expr~ ] as a workaround

eg. [expr~ $v10.5]

s

On 6 Aug 2008, at 16:22, martin brinkmann wrote:

 hi!
 i'm sorry if this has been asked (and answered) before,
 but i have not found a solution yet. (in the list archive)

 ~
 ~
 (and maybe other signal operators from zexy)
 are not created. is there a workaround?

 vcf_hp2~ throws an iem_cot~... couldn't create,
 but only if not vcf_hp4~ (or some other iem-lib filters, i suppose)
 have been created before.

 bis denn!
   martin

 ___
 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] wiimote for macosx

2008-08-06 Thread Hans-Christoph Steiner


I did update it, more is working, try it out and let me know:

http://lists.puredata.info/pipermail/pd-list/2008-07/064034.html

darwiinosc is another option:

http://code.google.com/p/darwiinosc/downloads/list

.hc

On Aug 6, 2008, at 11:00 AM, Luigi Rensinghoff wrote:


As much as i know its still not working well.


and the use of Osculator is still recommended on OS X

bye luigi


Am 06.08.2008 um 16:00 schrieb punchik punchik:

hello , do anybody have compiled the wiimote object for macosx? if  
not where can i get a working wiiremote object from hans steiner  
compiled for macosx?


thanks in advance




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




---

Luigi Rensinghoff
[EMAIL PROTECTED]
skype:gigischinke
ichat:gigicarlo




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




 



Using ReBirth is like trying to play an 808 with a long stick.- 
David Zicarelli



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


Re: [PD] connecting with messages

2008-08-06 Thread Ricardo Dueñas Parada
 an object. however, this will get quite tricky as soon as you start to
 remove objects, because then need to keep track, _which_ object you
 removed.

Yes it is, at certain point, I don´t know which have I erased.

I found the help patch about creating new abstractions through messages,
and it was really helpful, but I couldn't use [dyn~], I copied it to the
respective
folder, and when I try to create, pd says:


dyn~ 0.1.2 - dynamic object management, (C)2003-2006 Thomas Grill

dyn~ - Syntax: dyn~ sig-ins msg-ins sig-outs msg-outs
 dyn~
... couldn't create

any idea?


Thanks for your answers

Ricardo D.




  dynamic object creation is not yet officially supported and probably
  therefore not well documented.

 i like the frivolous use of yet.

  But isn't that how all pd patches get loaded, sending the lines of the
  pd file t pd?

 well yes, but this doesn't mean much here.
 someone might change the way Pd builds a patch from a file.
 or change the fileformat.

 being inofficial/unsupported doesn't meant that it does not work.
 it means that it is your (the user's) fault if it stops working in
 future versions.


 fgamdr
 IOhannes

 ___
 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] expr from sssad/gui-objects

2008-08-06 Thread Atte André Jensen
Hi

I have three number-boxes connected to sssad objects. When they all have 
their value restored I'd like to make an [expr $f1 - $f2 - $f3]. Since I 
don't know which box will get restored first I have bangs from the the 
second and third numbers to the hot inlet, which 1) is very ugly and 2) 
will always give three outputs from expr, only the last being correct.

How can I make a calculation *only when all three values are available*?

Sorry if the answer (again) is obvious...

-- 
peace, love  harmony
Atte

http://atte.dk   | http://myspace.com/attejensen
http://anagrammer.dk | http://modlys.dk

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


Re: [PD] connecting with messages

2008-08-06 Thread Thomas Grill


Am 06.08.2008 um 16:08 schrieb Ricardo Dueñas Parada:

I found the help patch about creating new abstractions through  
messages,
and it was really helpful, but I couldn't use [dyn~], I copied it to  
the respective

folder, and when I try to create, pd says:


dyn~ 0.1.2 - dynamic object management, (C)2003-2006 Thomas Grill

dyn~ - Syntax: dyn~ sig-ins msg-ins sig-outs msg-outs
 dyn~
... couldn't create

any idea?


Yes, you need to specify the number of inputs and outputs, as  
demonstrated in the help patch.


e.g.

[dyn~ 0 1 0 1] for having one message input, one message output and no  
signal IO.


gr~~~

--
Thomas Grill
http://g.org




smime.p7s
Description: S/MIME cryptographic signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] connecting with messages

2008-08-06 Thread marius schebella
Ricardo Dueñas Parada wrote:
 
   an object. however, this will get quite tricky as soon as you start to
   remove objects, because then need to keep track, _which_ object you
   removed.
 
 Yes it is, at certain point, I don´t know which have I erased.
 
 I found the help patch about creating new abstractions through messages,
 and it was really helpful, but I couldn't use [dyn~], I copied it to the 
 respective
 folder, and when I try to create, pd says:
 
 
 dyn~ 0.1.2 - dynamic object management, (C)2003-2006 Thomas Grill
 
 dyn~ - Syntax: dyn~ sig-ins msg-ins sig-outs msg-outs
  dyn~
 ... couldn't create
 
 any idea?

try to give arguments for inlets and outlets, be precise, whether you 
want signal in/outs or message in/outs.
the syntax is
[dyn~ 1 2 3 4]
1) number of signal inlets
2) number of signal inlets
3) number of signal outlets
4) number of signal outlets
don't be scared of the syntax, basically you give every object a 
name/id, and that lets you delete the objects without knowing the order, 
in which you created them.
marius.

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


Re: [PD] expr from sssad/gui-objects

2008-08-06 Thread Frank Barknecht
Hallo,
Atte André Jensen hat gesagt: // Atte André Jensen wrote:

 I have three number-boxes connected to sssad objects. When they all have 
 their value restored I'd like to make an [expr $f1 - $f2 - $f3]. Since I 
 don't know which box will get restored first I have bangs from the the 
 second and third numbers to the hot inlet, which 1) is very ugly and 2) 
 will always give three outputs from expr, only the last being correct.
 
 How can I make a calculation *only when all three values are available*?

The only way I can think of is to send a bang after restoring all
sssad-settings i.e. after the set message to SSSAD_ADMIN and use
this to bang a temporary storage float. Otherwise it's not know which
of the three numbers has to be considered the last one.

See attachement.

Ciao
-- 
 Frank Barknecht _ __footils.org__


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


Re: [PD] expr from sssad/gui-objects

2008-08-06 Thread Frank Barknecht
Hallo,
Frank Barknecht hat gesagt: // Frank Barknecht wrote:

 The only way I can think of ...

Here's another thing I could think of: store the three numbers in a
single list. See att. again.

Ciao
-- 
 Frank Barknecht _ __footils.org__


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


Re: [PD] expr from sssad/gui-objects

2008-08-06 Thread Enrique Erne
hi
if you have three number-boxes connected to [expr $f1 - $f2 - $f3],
don't you have a trigger problem anyway?



Atte André Jensen wrote:
 Hi
 
 I have three number-boxes connected to sssad objects. When they all have 
 their value restored I'd like to make an [expr $f1 - $f2 - $f3]. Since I 
 don't know which box will get restored first I have bangs from the the 
 second and third numbers to the hot inlet, which 1) is very ugly and 2) 
 will always give three outputs from expr, only the last being correct.
 
 How can I make a calculation *only when all three values are available*?
 
 Sorry if the answer (again) is obvious...
 


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


[PD] adapting wiimote_navigation_example patch with osculator

2008-08-06 Thread punchik punchik
hello im trying to use the wiimote_navigation_example patch but since im on 
macosx, im trying to use osculator instead of the wiimote object for linux.
I can receive my wiimote data in pd with osculator without any problems.
But it seems the second outlet of the wiimote object outputs the acceleraion 
data in a diferent scale than osculator. The acceleration x y z varialbes that 
i get from osculator goes from 0 to 0.9  and when i use them in the patch 
instead of the wiimote object everything begins to spin very fast and never 
stops


any idea how to fix this??

thanks

p.


  

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