Re: [PD] pd external that uses cocoa / objective C

2009-12-21 Thread IOhannes m zmoelnig
Rich E wrote:
 Hi all,
 
 I have been thinking of how to use cocoa in a pd external and I could use
 some advice.  It has to be in Objective-C of course, and I see that gridflow
 uses cocoa a little (format/quartz.m). Still, I am not understanding how to
 combine the elements of a pd external (in C) with that of what I am finding
 in cocoa example applications (in objective-c).  Will I just write the
 entire external in objective-c, or is there some specific way to use obj-c
 syntax within a C source file?  Any tips or directs are thankfully welcomed.

you can mix C-code and ObjC-code just fine in your .m file (that is: you
can use C in ObjC; you cannot use ObjC in your C)

so basically you write everything in ObjC, but the callback-functions
for Pd (which are written in C)
i guess there are more elegant ways to do it, but this is how i would do it.

fgmasdr
IOhannes


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


[PD] wacom / gemtablet / hid

2009-12-21 Thread cyrille henry

hello

few years go, i used a wacom with the [gemtablet] object. this was working 
perfectly.
but i now realize that this object is no more part of Gem (since 3 years).
the dummy object that replace it say that one must use hid instead.
so did i.

but i failed making it work.

i'm using linux and hid from pd svn.

i send a open /dev/input/wacom message to the hid object, and get as only answer : 
info: open 0

info: device 0

if i start pooling, then the wacom did not work anymore, and i have to reboot 
the computer to make it work again.

playing a bit more with that object made pd to crash.

any suggestion to make my wacom work with hid?
any other object that could get data from a wacom?
or should i try to get the old sources of gemtablet to compile again???

thanks
Cyrille


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


Re: [PD] pd plug+in problem with installation!

2009-12-21 Thread Pagano, Patrick
i tried it and it could not be installed and the help was merely an oscillator.
we need to step this up for usage or get put out of business by java

pp

From: pd-list-boun...@iem.at [pd-list-boun...@iem.at] On Behalf Of Farhood 
Kolahian [clickill...@gmail.com]
Sent: Sunday, December 20, 2009 5:17 PM
To: pd-list@iem.at
Subject: [PD] pd plug+in problem with installation!

Hi,

I'm currently trying to embed some patches on the web. I found pd 
plug+inhttp://www.iua.upf.es/%7Emalonso/pdplugin/# and I tried to get the 
plugin but Firefox won't install it because install script not found. Does 
anybody tried this out on Vista win32? Is there any other possibility to 
embedding Pd patches on the web? I would appreciate for any help.

Cheers
AmpliDude

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


[PD] [Fwd: Re: ornament sound]

2009-12-21 Thread cyrille henry

oups,
forget to reply to all

hello,

this patch is nice.
but there is one limitation : images are in 8 bits, so the sound is not very 
clean.
that is why i ask for a way tu get pixel data from 32 bits frambuffer...

https://sourceforge.net/tracker/?func=detailaid=2839658group_id=64325atid=507082

cyrille

Max a écrit :

Hi list,

here is a simple patch I'd like to share with you. If you print the attached 
.pdf and hold the patterns in front of the camera you can make interesting 
sounds. Inspired by a Fischinger exhibit at the “See This Sound” exhibition in 
Linz.
http://www.mediaartnet.org/artist/fischinger/biography/
http://beta.see-this-sound.at/werke/296








mn




___
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] [readanysf~] and so called interleaved wav files.

2009-12-21 Thread august
 My test patch used [env~]-[nbx] for testing and it showed '0' on all
 channels, while it definitely showed some output when playing using [readsf~
 8]. I cannot test again right now, but it is already good to know, that it
 works for you. Am i right in thinking, that this probably gavl related and
 not [readanysf~] specifally?
 

Yes, it seems it  was completely gavl related.  But, thanks to your
reports and effort, I think we now have the problem licked.   

Please check out the latest gavl from cvs and let me know if that helps.


best -august.




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


Re: [PD] pd external that uses cocoa / objective C

2009-12-21 Thread Rich E
Thanks for the advice.  I am not sure I understand how to get the callback
functions for pd to interface with the cocoa API, but I'll give a crack at
it later tonight and see how far I get (first time doing anything in
obj-c).  For me, I don't really care about elegance as much as that it will
do everything that I want it to do (and fast).

Rich

On Mon, Dec 21, 2009 at 9:54 AM, IOhannes m zmoelnig zmoel...@iem.atwrote:

 Rich E wrote:
  Hi all,
 
  I have been thinking of how to use cocoa in a pd external and I could use
  some advice.  It has to be in Objective-C of course, and I see that
 gridflow
  uses cocoa a little (format/quartz.m). Still, I am not understanding how
 to
  combine the elements of a pd external (in C) with that of what I am
 finding
  in cocoa example applications (in objective-c).  Will I just write the
  entire external in objective-c, or is there some specific way to use
 obj-c
  syntax within a C source file?  Any tips or directs are thankfully
 welcomed.

 you can mix C-code and ObjC-code just fine in your .m file (that is: you
 can use C in ObjC; you cannot use ObjC in your C)

 so basically you write everything in ObjC, but the callback-functions
 for Pd (which are written in C)
 i guess there are more elegant ways to do it, but this is how i would do
 it.

 fgmasdr
 IOhannes

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


Re: [PD] Netsend/receive tutoral +1

2009-12-21 Thread Chris McCormick
Hi,

If I could just plug my own software, PdLANParty takes all the difficulty out
of doing collaborative Pd on the local network.

http://mccormick.cx/projects/PdLANParty

Chris.

On Sun, Dec 20, 2009 at 11:37:52AM +0100, matohawk wrote:
 Hello,
 It's not a tutoral but maybe you are interesteb by this project :
 http://www.netpd.org/About

 If you want to make some collaborative project, I think this is a good  
 example.

 Thomas

 Hans-Christoph Steiner a écrit :

 There is a basic one in the FLOSS Manuals Pure Data book, it would be a 
 great place to start and expand upon:

 http://en.flossmanuals.net/PureData/Receive

 .hc

 On Dec 19, 2009, at 9:04 PM, Pagano, Patrick wrote:

 i think this would help everyone. I always have to re-remember how it 
 behaves and the foo example is not clear

 lets make one

 pp
 
 From: pd-list-boun...@iem.at [pd-list-boun...@iem.at] On Behalf Of  
 Andrew Faraday [jbtur...@hotmail.com]
 Sent: Saturday, December 19, 2009 3:17 PM
 To: pd-list@iem.at
 Subject: [PD] Netsend/receive tutoral

 Hey all,

 Looking at doing some collaborative live coding or PD performance in  
 the future. Does anyone know a good english tutorial for netsend and  
 netreceive?

 God Bless

 Andrew

 
 Add other email accounts to Hotmail in 3 easy steps. Find out  
 how.http://clk.atdmt.com/UKM/go/186394593/direct/01/

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



 
  
 


 News is what people want to keep hidden and everything else is  
 publicity.  - Bill Moyers



 ___
 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
---
http://mccormick.cx

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